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-06-13T12:04:50.647Z||main|||||INFO|500||The following profiles are active: basic 2022-06-13T12:05:01.879Z||main|||||INFO|500||Starting service [Tomcat] 2022-06-13T12:05:01.880Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-06-13T12:05:01.996Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-06-13T12:05:06.681Z||main|||||INFO|500||catdb-pool - Starting... 2022-06-13T12:05:07.089Z||main|||||INFO|500||catdb-pool - Start completed. 2022-06-13T12:05:07.535Z||main|||||INFO|500||reqdb-pool - Starting... 2022-06-13T12:05:07.550Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-06-13T12:05:07.661Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-06-13T12:05:07.945Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-06-13T12:05:08.561Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-06-13T12:05:10.531Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-06-13T12:05:13.255Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-06-13T12:05:13.342Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-06-13T12:05:14.001Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-06-13T12:05:14.236Z||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-06-13T12:05:15.476Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-06-13T12:05:16.690Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-06-13T12:05:16.710Z||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$$9ade955a.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-06-13T12:05:16.712Z||main|||||WARN|500||The sdc end point is not alive 2022-06-13T12:05:19.812Z||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-06-13T12:05:22.954Z||main|||||WARN|500||--- 2022-06-13T12:05:22.954Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-06-13T12:05:22.955Z||main|||||WARN|500||--- 2022-06-13T12:05:23.438Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-06-13T12:05:28.203Z||main|||||INFO|500||Started Application in 40.834 seconds (JVM running for 43.265) 2022-06-13T12:05:28.216Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-06-13T12:05:28.217Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-06-13T12:05:28.228Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-06-13T12:05:28.251Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-06-13T12:05:28.291Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c0c1f0dc-091e-46ac-aa4e-bf9467ef31b4 url= /sdc/v1/artifactTypes 2022-06-13T12:05:28.292Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-06-13T12:05:29.384Z||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.31.167] 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$$4d48c3fd.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-06-13T12:05:29.389Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6727fc3b 2022-06-13T12:05:29.389Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-06-13T12:05:29.406Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-06-13T12:05:29.408Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-06-13T12:05:29.411Z||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$$4d48c3fd.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-06-13T12:06:18.197Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-06-13T12:06:18.198Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-06-13T12:06:18.198Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-06-13T12:06:18.201Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-06-13T12:06:18.207Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d32627fd-98fb-4a41-a4e2-8d0fcc4bcb07 url= /sdc/v1/artifactTypes 2022-06-13T12:06:18.207Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-06-13T12:06:19.239Z||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.31.167] 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$$4d48c3fd.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-06-13T12:06:19.240Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5da1c636 2022-06-13T12:06:19.240Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-06-13T12:06:19.241Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-06-13T12:06:19.241Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-06-13T12:06:19.242Z||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$$4d48c3fd.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-06-13T12:07:08.197Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-06-13T12:07:08.197Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-06-13T12:07:08.198Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-06-13T12:07:08.201Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-06-13T12:07:08.206Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2cb10494-7304-4a59-afde-755c6bc27faa url= /sdc/v1/artifactTypes 2022-06-13T12:07:08.207Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-06-13T12:07:09.259Z||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.31.167] 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$$4d48c3fd.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-06-13T12:07:09.260Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@150d2297 2022-06-13T12:07:09.260Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-06-13T12:07:09.260Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-06-13T12:07:09.261Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-06-13T12:07:09.261Z||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$$4d48c3fd.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-06-13T12:07:58.199Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-06-13T12:07:58.201Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-06-13T12:07:58.202Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-06-13T12:07:58.208Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-06-13T12:07:58.219Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d2bd79d4-ae9a-43d6-9248-ad2af26d8bb1 url= /sdc/v1/artifactTypes 2022-06-13T12:07:58.220Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-06-13T12:07:59.271Z||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.31.167] 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$$4d48c3fd.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-06-13T12:07:59.273Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@47046972 2022-06-13T12:07:59.274Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-06-13T12:07:59.274Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-06-13T12:07:59.274Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-06-13T12:07:59.277Z||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$$4d48c3fd.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-06-13T12:08:48.199Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-06-13T12:08:48.199Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-06-13T12:08:48.200Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-06-13T12:08:48.205Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-06-13T12:08:48.211Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 80fe3fd3-881a-4b08-9454-dc142511bf57 url= /sdc/v1/artifactTypes 2022-06-13T12:08:48.211Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-06-13T12:08:49.260Z||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.31.167] 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$$4d48c3fd.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-06-13T12:08:49.261Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2b7e740c 2022-06-13T12:08:49.261Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-06-13T12:08:49.261Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-06-13T12:08:49.262Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-06-13T12:08:49.262Z||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$$4d48c3fd.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-06-13T12:09:38.197Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-06-13T12:09:38.198Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-06-13T12:09:38.199Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-06-13T12:09:38.205Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-06-13T12:09:38.211Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 92b365d8-da10-479c-bea5-aea140069a1a url= /sdc/v1/artifactTypes 2022-06-13T12:09:38.211Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-06-13T12:09:39.241Z||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.31.167] 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$$4d48c3fd.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-06-13T12:09:39.242Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@bb01da8 2022-06-13T12:09:39.242Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-06-13T12:09:39.243Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-06-13T12:09:39.243Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-06-13T12:09:39.244Z||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$$4d48c3fd.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-06-13T12:10:28.197Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-06-13T12:10:28.198Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-06-13T12:10:28.198Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-06-13T12:10:28.204Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-06-13T12:10:28.210Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 62bd7568-328a-4a8f-8413-e8ddc422e326 url= /sdc/v1/artifactTypes 2022-06-13T12:10:28.210Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-06-13T12:10:29.220Z||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.31.167] 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$$4d48c3fd.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-06-13T12:10:29.221Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@48a628a3 2022-06-13T12:10:29.221Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-06-13T12:10:29.222Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-06-13T12:10:29.222Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-06-13T12:10:29.223Z||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$$4d48c3fd.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-06-13T12:11:18.197Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-06-13T12:11:18.199Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-06-13T12:11:18.200Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-06-13T12:11:18.204Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-06-13T12:11:18.212Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6d8dc40f-7156-437b-9a8e-433477d32d34 url= /sdc/v1/artifactTypes 2022-06-13T12:11:18.213Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-06-13T12:11:19.240Z||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.31.167] 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$$4d48c3fd.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-06-13T12:11:19.242Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@410cf454 2022-06-13T12:11:19.242Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-06-13T12:11:19.242Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-06-13T12:11:19.243Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-06-13T12:11:19.243Z||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$$4d48c3fd.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-06-13T12:12:08.197Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-06-13T12:12:08.197Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-06-13T12:12:08.198Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-06-13T12:12:08.201Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-06-13T12:12:08.206Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 179b1f7f-4476-4946-9930-bcd559d50374 url= /sdc/v1/artifactTypes 2022-06-13T12:12:08.206Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-06-13T12:12:09.255Z||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.31.167] 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$$4d48c3fd.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-06-13T12:12:09.256Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@27fab933 2022-06-13T12:12:09.256Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-06-13T12:12:09.257Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-06-13T12:12:09.257Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-06-13T12:12:09.257Z||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$$4d48c3fd.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-06-13T12:12:58.197Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-06-13T12:12:58.198Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-06-13T12:12:58.198Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-06-13T12:12:58.201Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-06-13T12:12:58.210Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5e5c623f-b806-4dd9-9c02-3a9b5bd227f2 url= /sdc/v1/artifactTypes 2022-06-13T12:12:58.210Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-06-13T12:12:58.928Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-06-13T12:12:58.939Z||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-06-13T12:12:58.965Z||scheduling-1|||||DEBUG|500||create keys 2022-06-13T12:12:58.973Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-06-13T12:12:59.097Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T12:12:59.118Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= fb449f78-62fb-4fca-ac6f-990c0856b81a url= /sdc/v1/registerForDistribution 2022-06-13T12:12:59.412Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= fb449f78-62fb-4fca-ac6f-990c0856b81a url= /sdc/v1/registerForDistribution 2022-06-13T12:12:59.412Z||scheduling-1|||||INFO|500||start DistributionClient 2022-06-13T12:12:59.421Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T12:12:59.473Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T12:12:59.477Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-06-13T12:12:59.485Z||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-06-13T12:12:59.486Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T12:12:59.486Z||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-06-13T12:12:59.487Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T12:13:10.003Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T12:13:10.005Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T12:13:59.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T12:13:59.420Z||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-06-13T12:13:59.421Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T12:13:59.422Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T12:13:59.424Z||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-06-13T12:13:59.424Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T12:14:09.009Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T12:14:09.018Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T12:14:59.420Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T12:14:59.422Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T12:14:59.422Z||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-06-13T12:14:59.422Z||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-06-13T12:14:59.422Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T12:14:59.423Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T12:15:05.936Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-06-13T12:15:09.010Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T12:15:09.011Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T12:15:59.419Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T12:15:59.421Z||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-06-13T12:15:59.421Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T12:15:59.422Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T12:15:59.423Z||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-06-13T12:15:59.424Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T12:16:08.997Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T12:16:08.997Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T12:16:59.419Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T12:16:59.420Z||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-06-13T12:16:59.420Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T12:16:59.422Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T12:16:59.423Z||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-06-13T12:16:59.424Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T12:17:09.036Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T12:17:09.080Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T12:17:59.419Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T12:17:59.420Z||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-06-13T12:17:59.420Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T12:17:59.422Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T12:17:59.422Z||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-06-13T12:17:59.423Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T12:18:09.029Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T12:18:09.030Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T12:18:59.420Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T12:18:59.422Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T12:18:59.423Z||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-06-13T12:18:59.423Z||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-06-13T12:18:59.424Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T12:18:59.424Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T12:19:09.079Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T12:19:09.079Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T12:19:59.419Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T12:19:59.420Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-13T12:19:59.420Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DpP1mpm7yRCdd6VI) ... 2022-06-13T12:19:59.422Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T12:19:59.424Z||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-06-13T12:19:59.425Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T12:20:09.001Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T12:20:09.001Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T12:20:59.419Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T12:20:59.422Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T12:20:59.422Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-13T12:20:59.422Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DpP1mpm7yRCdd6VI) ... 2022-06-13T12:20:59.422Z||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-06-13T12:20:59.423Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T12:21:09.019Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T12:21:09.047Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T12:21:59.419Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T12:21:59.420Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-13T12:21:59.420Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DpP1mpm7yRCdd6VI) ... 2022-06-13T12:21:59.422Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T12:21:59.423Z||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-06-13T12:21:59.423Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T12:22:09.027Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T12:22:09.042Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T12:22:59.419Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T12:22:59.421Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-13T12:22:59.422Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DpP1mpm7yRCdd6VI) ... 2022-06-13T12:22:59.422Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T12:22:59.423Z||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-06-13T12:22:59.423Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T12:23:09.036Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T12:23:09.036Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T12:23:59.419Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T12:23:59.421Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-13T12:23:59.421Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DpP1mpm7yRCdd6VI) ... 2022-06-13T12:23:59.422Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T12:23:59.422Z||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-06-13T12:23:59.423Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T12:24:09.025Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T12:24:09.051Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T12:24:59.419Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T12:24:59.421Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-13T12:24:59.421Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DpP1mpm7yRCdd6VI) ... 2022-06-13T12:24:59.425Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T12:24:59.425Z||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-06-13T12:24:59.425Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T12:25:09.037Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T12:25:09.040Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T12:25:59.419Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T12:25:59.420Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-13T12:25:59.420Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DpP1mpm7yRCdd6VI) ... 2022-06-13T12:25:59.422Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T12:25:59.422Z||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-06-13T12:25:59.422Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T12:26:09.024Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T12:26:09.037Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T12:26:59.419Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T12:26:59.421Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-13T12:26:59.421Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DpP1mpm7yRCdd6VI) ... 2022-06-13T12:26:59.422Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T12:26:59.422Z||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-06-13T12:26:59.422Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T12:27:09.014Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T12:27:09.042Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T12:27:59.419Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T12:27:59.422Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T12:27:59.422Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-13T12:27:59.422Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DpP1mpm7yRCdd6VI) ... 2022-06-13T12:27:59.422Z||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-06-13T12:27:59.423Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T12:28:09.022Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T12:28:09.058Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T12:28:59.419Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T12:28:59.420Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-13T12:28:59.420Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DpP1mpm7yRCdd6VI) ... 2022-06-13T12:28:59.422Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T12:28:59.422Z||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-06-13T12:28:59.422Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T12:29:08.976Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T12:29:08.988Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T12:29:59.419Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T12:29:59.421Z||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-06-13T12:29:59.421Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T12:29:59.422Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T12:29:59.423Z||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-06-13T12:29:59.425Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T12:30:09.012Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T12:30:09.013Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T12:30:59.419Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T12:30:59.421Z||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-06-13T12:30:59.421Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T12:30:59.422Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T12:30:59.422Z||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-06-13T12:30:59.422Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T12:31:09.026Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T12:31:09.027Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T12:31:59.419Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T12:31:59.421Z||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-06-13T12:31:59.421Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T12:31:59.422Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T12:31:59.422Z||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-06-13T12:31:59.422Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T12:32:08.978Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T12:32:08.981Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T12:32:59.419Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T12:32:59.422Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T12:32:59.423Z||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-06-13T12:32:59.423Z||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-06-13T12:32:59.423Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T12:32:59.423Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T12:33:09.064Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T12:33:09.064Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T12:33:59.419Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T12:33:59.420Z||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-06-13T12:33:59.420Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T12:33:59.422Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T12:33:59.423Z||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-06-13T12:33:59.423Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T12:34:08.982Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T12:34:08.988Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T12:34:59.419Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T12:34:59.420Z||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-06-13T12:34:59.421Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T12:34:59.422Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T12:34:59.422Z||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-06-13T12:34:59.423Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T12:35:08.979Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T12:35:08.979Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T12:35:59.419Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T12:35:59.420Z||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-06-13T12:35:59.420Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T12:35:59.421Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T12:35:59.422Z||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-06-13T12:35:59.422Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T12:36:08.997Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T12:36:09.003Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T12:36:59.420Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T12:36:59.422Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T12:36:59.425Z||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-06-13T12:36:59.425Z||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-06-13T12:36:59.425Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T12:36:59.425Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T12:37:09.006Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T12:37:09.006Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T12:37:59.419Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T12:37:59.421Z||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-06-13T12:37:59.421Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T12:37:59.422Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T12:37:59.422Z||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-06-13T12:37:59.423Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T12:38:08.984Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T12:38:09.011Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T12:38:59.419Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T12:38:59.421Z||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-06-13T12:38:59.421Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T12:38:59.421Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T12:38:59.422Z||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-06-13T12:38:59.422Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T12:39:09.024Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T12:39:09.060Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T12:39:59.419Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T12:39:59.420Z||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-06-13T12:39:59.420Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T12:39:59.422Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T12:39:59.422Z||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-06-13T12:39:59.422Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T12:40:08.996Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T12:40:09.033Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T12:40:59.419Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T12:40:59.420Z||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-06-13T12:40:59.420Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T12:40:59.421Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T12:40:59.422Z||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-06-13T12:40:59.423Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T12:41:09.022Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T12:41:09.022Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T12:41:59.420Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T12:41:59.422Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T12:41:59.423Z||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-06-13T12:41:59.423Z||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-06-13T12:41:59.423Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T12:41:59.423Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T12:42:09.003Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T12:42:09.003Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T12:42:59.419Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T12:42:59.420Z||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-06-13T12:42:59.420Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T12:42:59.421Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T12:42:59.422Z||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-06-13T12:42:59.422Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T12:43:09.009Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T12:43:09.009Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T12:43:59.419Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T12:43:59.420Z||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-06-13T12:43:59.421Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T12:43:59.422Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T12:43:59.423Z||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-06-13T12:43:59.423Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T12:44:08.990Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T12:44:08.991Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T12:44:59.419Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T12:44:59.420Z||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-06-13T12:44:59.420Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T12:44:59.422Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T12:44:59.422Z||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-06-13T12:44:59.422Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T12:45:09.021Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T12:45:09.025Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T12:45:59.419Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T12:45:59.420Z||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-06-13T12:45:59.420Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T12:45:59.422Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T12:45:59.422Z||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-06-13T12:45:59.423Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T12:46:09.030Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T12:46:09.030Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T12:46:59.419Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T12:46:59.422Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T12:46:59.422Z||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-06-13T12:46:59.422Z||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-06-13T12:46:59.423Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T12:46:59.423Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T12:47:09.072Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T12:47:09.126Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T12:47:59.419Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T12:47:59.420Z||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-06-13T12:47:59.420Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T12:47:59.422Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T12:47:59.422Z||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-06-13T12:47:59.422Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T12:48:09.034Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T12:48:09.048Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T12:48:59.419Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T12:48:59.420Z||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-06-13T12:48:59.420Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T12:48:59.422Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T12:48:59.422Z||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-06-13T12:48:59.422Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T12:49:08.994Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T12:49:09.011Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T12:49:59.419Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T12:49:59.420Z||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-06-13T12:49:59.420Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T12:49:59.422Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T12:49:59.422Z||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-06-13T12:49:59.422Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T12:50:08.995Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T12:50:09.005Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T12:50:59.419Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T12:50:59.421Z||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-06-13T12:50:59.421Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T12:50:59.422Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T12:50:59.423Z||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-06-13T12:50:59.423Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T12:51:09.008Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T12:51:09.015Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T12:51:59.419Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T12:51:59.422Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T12:51:59.423Z||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-06-13T12:51:59.423Z||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-06-13T12:51:59.423Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T12:51:59.423Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T12:52:09.025Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T12:52:09.025Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T12:52:59.419Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T12:52:59.420Z||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-06-13T12:52:59.420Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T12:52:59.422Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T12:52:59.423Z||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-06-13T12:52:59.423Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T12:53:09.006Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T12:53:09.007Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T12:53:59.419Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T12:53:59.420Z||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-06-13T12:53:59.420Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T12:53:59.422Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T12:53:59.422Z||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-06-13T12:53:59.422Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T12:54:09.031Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T12:54:09.032Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T12:54:59.420Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T12:54:59.422Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T12:54:59.424Z||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-06-13T12:54:59.425Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T12:54:59.425Z||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-06-13T12:54:59.425Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T12:55:09.020Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T12:55:09.020Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T12:55:59.419Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T12:55:59.420Z||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-06-13T12:55:59.420Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T12:55:59.422Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T12:55:59.422Z||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-06-13T12:55:59.422Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T12:56:08.999Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T12:56:09.003Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T12:56:59.419Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T12:56:59.420Z||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-06-13T12:56:59.420Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T12:56:59.422Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T12:56:59.422Z||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-06-13T12:56:59.422Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T12:57:08.999Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T12:57:09.000Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T12:57:59.419Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T12:57:59.420Z||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-06-13T12:57:59.420Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T12:57:59.421Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T12:57:59.422Z||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-06-13T12:57:59.422Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T12:58:09.003Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T12:58:09.018Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T12:58:59.420Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T12:58:59.422Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T12:58:59.425Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-13T12:58:59.425Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DpP1mpm7yRCdd6VI) ... 2022-06-13T12:58:59.425Z||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-06-13T12:58:59.425Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T12:59:00.140Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T12:59:00.143Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-13T12:59:00.143Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"0a78a021-2677-49c7-b1c0-80c7c235a32b","serviceName":"vFW 2022-06-13 12-56-05","serviceVersion":"1.0","serviceUUID":"07d9d3e4-85f8-4fa7-955b-7f5d041774cf","serviceDescription":"catalog service description","serviceInvariantUUID":"97dad4e5-7ea9-4284-97cd-817537211f62","resources":[{"resourceInstanceName":"vFW 7b45a857-dd7b 0","resourceName":"vFW 7b45a857-dd7b","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bf5a8643-3829-41e4-bac3-b447b8e94485","resourceInvariantUUID":"fa707756-752d-4e01-bbef-a9ec57309c80","resourceCustomizationUUID":"3a2a2598-b0be-41bb-af64-66497809130e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/vf-license-model.xml","artifactChecksum":"NTJkYzIyN2YwMzhkNjk3NjM5NTllZTdjNjMyYzlhZmY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4b311f71-bcca-47b9-a886-eef59beebdf0","artifactVersion":"1"},{"artifactName":"vfw7b45a857dd7b0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/vfw7b45a857dd7b0_modules.json","artifactChecksum":"NjUxODdjOTcxOTI2NmUxMjcxOWU4Nzk4Zjc4YTRiZjE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ef7c66a3-0de4-4c4d-9a90-5fdf3916943c","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"90b68e92-5985-45c8-8060-c13748b9edc8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/vendor-license-model.xml","artifactChecksum":"ODBlMzNiMzE2YWM1NTczMWFkNzNlOTdhZWQ4NTg1MmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2458c571-fed7-4d5d-965a-ea7f6ccb5884","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8777d967-6cce-4884-ac57-8495ef9af384","artifactVersion":"2","generatedFromUUID":"90b68e92-5985-45c8-8060-c13748b9edc8"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220613125605-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220613125605/1.0/artifacts/service-Vfw20220613125605-template.yml","artifactChecksum":"ZDQ0ZjdhZjRmOWE2MTUwN2U4NTMyMTlmMjYwODVjNjQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6f8b44d4-b8da-4bf5-8a20-d6c8e3b94fc9","artifactVersion":"1"},{"artifactName":"service-Vfw20220613125605-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220613125605/1.0/artifacts/service-Vfw20220613125605-csar.csar","artifactChecksum":"ZDY3M2VlN2QyM2I0ZGM4MGIwNGZiYTU2ZWNmZmI3MWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7d24d1c5-3a45-4c6f-a292-345e02e3fa32","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-13T12:59:00.165Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-13T12:59:00.173Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-13T12:59:00.183Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T12:59:00.187Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T12:59:00.187Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655125139420, "artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T12:59:00.189Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-13T12:59:00.189Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655125098930, "artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T12:59:00.216Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-13T12:59:00.216Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-13T12:59:00.216Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b", "consumerID": "multicloud-k8s-id", "timestamp": 1655125102377, "artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T12:59:00.217Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-13T12:59:00.217Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-13T12:59:00.217Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b", "consumerID": "aai-ml", "timestamp": 1655125101876, "artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T12:59:00.217Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-13T12:59:00.217Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-13T12:59:00.217Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b", "consumerID": "cds", "timestamp": 1655125098619, "artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T12:59:00.218Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-13T12:59:00.218Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-13T12:59:00.218Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b", "consumerID": "clamp", "timestamp": 1655125098941, "artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T12:59:00.218Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-13T12:59:00.218Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-13T12:59:00.218Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b", "consumerID": "policy-id", "timestamp": 1655125104666, "artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T12:59:00.218Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-13T12:59:00.219Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-13T12:59:00.219Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b", "consumerID": "multicloud-k8s-id", "timestamp": 1655125102377, "artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/vfw7b45a857dd7b0_modules.json", "status": "NOTIFIED" } 2022-06-13T12:59:00.219Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-13T12:59:00.219Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-13T12:59:00.219Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655125098930, "artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/vfw7b45a857dd7b0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-13T12:59:00.219Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-13T12:59:00.219Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-13T12:59:00.219Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b", "consumerID": "aai-ml", "timestamp": 1655125101876, "artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/vfw7b45a857dd7b0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-13T12:59:00.220Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-13T12:59:00.220Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-13T12:59:00.220Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b", "consumerID": "cds", "timestamp": 1655125098619, "artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/vfw7b45a857dd7b0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-13T12:59:00.220Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-13T12:59:00.220Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-13T12:59:00.220Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b", "consumerID": "clamp", "timestamp": 1655125098941, "artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/vfw7b45a857dd7b0_modules.json", "status": "NOTIFIED" } 2022-06-13T12:59:00.221Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-13T12:59:00.221Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-13T12:59:00.221Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b", "consumerID": "policy-id", "timestamp": 1655125104666, "artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/vfw7b45a857dd7b0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-13T12:59:00.221Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-13T12:59:00.221Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-13T12:59:00.221Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b", "consumerID": "multicloud-k8s-id", "timestamp": 1655125102377, "artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-13T12:59:00.221Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-13T12:59:00.221Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-13T12:59:00.222Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655125098930, "artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-13T12:59:00.222Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-13T12:59:00.222Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-13T12:59:00.222Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b", "consumerID": "aai-ml", "timestamp": 1655125101876, "artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-13T12:59:00.222Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-13T12:59:00.222Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-13T12:59:00.222Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b", "consumerID": "cds", "timestamp": 1655125098619, "artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-13T12:59:00.223Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-13T12:59:00.223Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-13T12:59:00.223Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b", "consumerID": "policy-id", "timestamp": 1655125104666, "artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-13T12:59:00.224Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-13T12:59:00.224Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-13T12:59:00.224Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b", "consumerID": "clamp", "timestamp": 1655125098941, "artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-13T12:59:00.224Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-13T12:59:00.224Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-13T12:59:00.224Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b", "consumerID": "multicloud-k8s-id", "timestamp": 1655125102377, "artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T12:59:00.224Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-13T12:59:00.225Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-13T12:59:00.225Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655125098930, "artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T12:59:00.225Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-13T12:59:00.225Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-13T12:59:00.225Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b", "consumerID": "aai-ml", "timestamp": 1655125101876, "artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T12:59:00.225Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-13T12:59:00.225Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-13T12:59:00.225Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b", "consumerID": "cds", "timestamp": 1655125098619, "artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T12:59:00.226Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-13T12:59:00.226Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-13T12:59:00.226Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b", "consumerID": "policy-id", "timestamp": 1655125104666, "artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T12:59:00.226Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-13T12:59:00.226Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-13T12:59:00.226Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b", "consumerID": "clamp", "timestamp": 1655125098941, "artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T12:59:00.227Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-13T12:59:00.227Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-13T12:59:00.227Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b", "consumerID": "multicloud-k8s-id", "timestamp": 1655125102377, "artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-06-13T12:59:00.227Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-13T12:59:00.227Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-13T12:59:00.227Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655125098930, "artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-13T12:59:00.227Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-13T12:59:00.228Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-13T12:59:00.228Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b", "consumerID": "cds", "timestamp": 1655125098619, "artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-13T12:59:00.228Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-13T12:59:00.228Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-13T12:59:00.228Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b", "consumerID": "aai-ml", "timestamp": 1655125101876, "artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-13T12:59:00.228Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-13T12:59:00.229Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-13T12:59:00.229Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b", "consumerID": "policy-id", "timestamp": 1655125104666, "artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-13T12:59:00.229Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-13T12:59:00.229Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-13T12:59:00.229Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b", "consumerID": "clamp", "timestamp": 1655125098941, "artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-13T12:59:00.229Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-13T12:59:00.229Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-13T12:59:00.229Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b", "consumerID": "multicloud-k8s-id", "timestamp": 1655125102377, "artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/artifacts/service-Vfw20220613125605-template.yml", "status": "NOT_NOTIFIED" } 2022-06-13T12:59:00.230Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-13T12:59:00.230Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-13T12:59:00.230Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655125098930, "artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/artifacts/service-Vfw20220613125605-template.yml", "status": "NOT_NOTIFIED" } 2022-06-13T12:59:00.230Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-13T12:59:00.230Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-13T12:59:00.230Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b", "consumerID": "aai-ml", "timestamp": 1655125101876, "artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/artifacts/service-Vfw20220613125605-template.yml", "status": "NOT_NOTIFIED" } 2022-06-13T12:59:00.231Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-13T12:59:00.231Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-13T12:59:00.231Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b", "consumerID": "cds", "timestamp": 1655125098619, "artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/artifacts/service-Vfw20220613125605-template.yml", "status": "NOT_NOTIFIED" } 2022-06-13T12:59:00.231Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-13T12:59:00.231Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-13T12:59:00.231Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b", "consumerID": "policy-id", "timestamp": 1655125104666, "artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/artifacts/service-Vfw20220613125605-template.yml", "status": "NOT_NOTIFIED" } 2022-06-13T12:59:00.231Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-13T12:59:00.231Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-13T12:59:00.232Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b", "consumerID": "clamp", "timestamp": 1655125098941, "artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/artifacts/service-Vfw20220613125605-template.yml", "status": "NOT_NOTIFIED" } 2022-06-13T12:59:00.232Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-13T12:59:00.232Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-13T12:59:00.232Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655125098930, "artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/artifacts/service-Vfw20220613125605-csar.csar", "status": "NOTIFIED" } 2022-06-13T12:59:00.232Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-13T12:59:00.232Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-13T12:59:00.233Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b", "consumerID": "cds", "timestamp": 1655125098619, "artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/artifacts/service-Vfw20220613125605-csar.csar", "status": "NOTIFIED" } 2022-06-13T12:59:00.233Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-13T12:59:00.233Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-13T12:59:00.233Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b", "consumerID": "aai-ml", "timestamp": 1655125101876, "artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/artifacts/service-Vfw20220613125605-csar.csar", "status": "NOTIFIED" } 2022-06-13T12:59:00.233Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-13T12:59:00.233Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-13T12:59:00.233Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b", "consumerID": "multicloud-k8s-id", "timestamp": 1655125102377, "artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/artifacts/service-Vfw20220613125605-csar.csar", "status": "NOTIFIED" } 2022-06-13T12:59:00.234Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-13T12:59:00.234Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-13T12:59:00.234Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b", "consumerID": "policy-id", "timestamp": 1655125104666, "artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/artifacts/service-Vfw20220613125605-csar.csar", "status": "NOTIFIED" } 2022-06-13T12:59:00.234Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-13T12:59:00.234Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-13T12:59:00.234Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b", "consumerID": "clamp", "timestamp": 1655125098941, "artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/artifacts/service-Vfw20220613125605-csar.csar", "status": "NOTIFIED" } 2022-06-13T12:59:00.234Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-13T12:59:00.235Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-13T12:59:00.235Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b", "consumerID": "multicloud-k8s-id", "timestamp": 1655125115988, "artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/vfw7b45a857dd7b0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-13T12:59:00.235Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T12:59:00.235Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-13T12:59:00.235Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655125115987, "artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/artifacts/service-Vfw20220613125605-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-13T12:59:00.235Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T12:59:00.235Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-13T12:59:00.236Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b", "consumerID": "aai-ml", "timestamp": 1655125115644, "artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/artifacts/service-Vfw20220613125605-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-13T12:59:00.236Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T12:59:00.236Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-13T12:59:00.236Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b", "consumerID": "cds", "timestamp": 1655125115671, "artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/artifacts/service-Vfw20220613125605-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-13T12:59:00.236Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T12:59:00.236Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-13T12:59:00.236Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b", "consumerID": "policy-id", "timestamp": 1655125116145, "artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/artifacts/service-Vfw20220613125605-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-13T12:59:00.237Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T12:59:00.237Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-13T12:59:00.237Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b", "consumerID": "cds", "timestamp": 1655125116723, "artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/artifacts/service-Vfw20220613125605-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } 2022-06-13T12:59:00.287Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms 2022-06-13T12:59:00.291Z||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-06-13T12:59:00.291Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-13T12:59:00.307Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T12:59:00.307Z||pool-3-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-13T12:59:00.457Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0a78a021-2677-49c7-b1c0-80c7c235a32b 2022-06-13T12:59:00.479Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a78a021-2677-49c7-b1c0-80c7c235a32b 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-06-13T12:59:00.511Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-13T12:59:00.512Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b", "consumerID": "policy-id", "timestamp": 1655125117162, "artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/artifacts/service-Vfw20220613125605-csar.csar", "status": "DEPLOY_OK" } 2022-06-13T12:59:00.512Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T12:59:00.512Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-13T12:59:00.512Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b", "consumerID": "multicloud-k8s-id", "timestamp": 1655125117152, "artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-06-13T12:59:00.512Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T12:59:00.512Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-13T12:59:00.512Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b", "consumerID": "policy-id", "timestamp": 1655125118190, "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-06-13T12:59:00.529Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0a78a021-2677-49c7-b1c0-80c7c235a32b 2022-06-13T12:59:00.529Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a78a021-2677-49c7-b1c0-80c7c235a32b 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-06-13T12:59:00.540Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-13T12:59:00.540Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b", "consumerID": "multicloud-k8s-id", "timestamp": 1655125118304, "artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-06-13T12:59:00.541Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T12:59:00.541Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-13T12:59:00.541Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b", "consumerID": "ves-openapi-manager", "timestamp": 1655125118609, "artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T12:59:00.541Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-13T12:59:00.541Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-13T12:59:00.541Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b", "consumerID": "multicloud-k8s-id", "timestamp": 1655125119402, "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-06-13T12:59:00.550Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0a78a021-2677-49c7-b1c0-80c7c235a32b 2022-06-13T12:59:00.551Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a78a021-2677-49c7-b1c0-80c7c235a32b 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-06-13T12:59:00.563Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-13T12:59:00.563Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b", "consumerID": "ves-openapi-manager", "timestamp": 1655125118609, "artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/vfw7b45a857dd7b0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-13T12:59:00.563Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-13T12:59:00.564Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-13T12:59:00.564Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b", "consumerID": "multicloud-k8s-id", "timestamp": 1655125120407, "artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/vfw7b45a857dd7b0_modules.json", "status": "DEPLOY_OK" } 2022-06-13T12:59:00.564Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T12:59:00.564Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-13T12:59:00.564Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b", "consumerID": "ves-openapi-manager", "timestamp": 1655125118609, "artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-13T12:59:00.565Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-13T12:59:00.565Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-13T12:59:00.565Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655125121261, "artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/artifacts/service-Vfw20220613125605-csar.csar", "status": "DEPLOY_OK" } 2022-06-13T12:59:00.565Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T12:59:00.566Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-13T12:59:00.566Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b", "consumerID": "ves-openapi-manager", "timestamp": 1655125118609, "artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T12:59:00.566Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-13T12:59:00.566Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-13T12:59:00.566Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655125122268, "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-06-13T12:59:00.572Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0a78a021-2677-49c7-b1c0-80c7c235a32b 2022-06-13T12:59:00.573Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a78a021-2677-49c7-b1c0-80c7c235a32b 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-06-13T12:59:00.582Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-13T12:59:00.583Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b", "consumerID": "ves-openapi-manager", "timestamp": 1655125118609, "artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-13T12:59:00.583Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-13T12:59:00.583Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-13T12:59:00.583Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b", "consumerID": "ves-openapi-manager", "timestamp": 1655125118609, "artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/artifacts/service-Vfw20220613125605-template.yml", "status": "NOT_NOTIFIED" } 2022-06-13T12:59:00.584Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-13T12:59:00.584Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-13T12:59:00.584Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b", "consumerID": "ves-openapi-manager", "timestamp": 1655125118609, "artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/artifacts/service-Vfw20220613125605-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-13T12:59:00.584Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-13T12:59:00.585Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-13T12:59:00.585Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b", "consumerID": "clamp", "timestamp": 1655125127427, "artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/artifacts/service-Vfw20220613125605-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-13T12:59:00.585Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T12:59:00.585Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-13T12:59:00.586Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b", "consumerID": "clamp", "timestamp": 1655125129431, "artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/artifacts/service-Vfw20220613125605-csar.csar", "status": "DEPLOY_OK" } 2022-06-13T12:59:00.586Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T12:59:00.586Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-13T12:59:00.586Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b", "consumerID": "clamp", "timestamp": 1655125130439, "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-06-13T12:59:00.597Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0a78a021-2677-49c7-b1c0-80c7c235a32b 2022-06-13T12:59:00.597Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a78a021-2677-49c7-b1c0-80c7c235a32b 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-06-13T12:59:00.606Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-13T12:59:00.607Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b", "consumerID": "aai-ml", "timestamp": 1655125134675, "artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/artifacts/service-Vfw20220613125605-csar.csar", "status": "DEPLOY_OK" } 2022-06-13T12:59:00.607Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T12:59:00.607Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-13T12:59:00.608Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b", "consumerID": "aai-ml", "timestamp": 1655125135684, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-13T12:59:00.612Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0a78a021-2677-49c7-b1c0-80c7c235a32b 2022-06-13T12:59:00.612Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a78a021-2677-49c7-b1c0-80c7c235a32b 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-06-13T12:59:01.195Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-13T12:59:01.196Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-13T12:59:01.199Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T12:59:01.199Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655125139420, "artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/vfw7b45a857dd7b0_modules.json", "status": "NOTIFIED" } 2022-06-13T12:59:01.299Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-13T12:59:01.300Z||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-06-13T12:59:01.300Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T12:59:01.321Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T12:59:01.323Z||pool-4-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-06-13T12:59:02.200Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-13T12:59:02.201Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-13T12:59:02.204Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T12:59:02.204Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655125139420, "artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-13T12:59:02.304Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-13T12:59:02.305Z||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-06-13T12:59:02.305Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T12:59:02.331Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T12:59:02.332Z||pool-5-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-06-13T12:59:03.205Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-13T12:59:03.206Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-13T12:59:03.208Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T12:59:03.208Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655125139420, "artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T12:59:03.308Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-13T12:59:03.309Z||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-06-13T12:59:03.309Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T12:59:03.338Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T12:59:03.339Z||pool-6-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1} 2022-06-13T12:59:04.209Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-13T12:59:04.210Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-13T12:59:04.212Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T12:59:04.212Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655125139420, "artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-06-13T12:59:04.312Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-13T12:59:04.313Z||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-06-13T12:59:04.313Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T12:59:04.343Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T12:59:04.343Z||pool-7-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-06-13T12:59:05.212Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-13T12:59:05.214Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-13T12:59:05.216Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T12:59:05.216Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655125139420, "artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/artifacts/service-Vfw20220613125605-template.yml", "status": "NOT_NOTIFIED" } 2022-06-13T12:59:05.316Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-13T12:59:05.317Z||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-06-13T12:59:05.318Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T12:59:05.343Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T12:59:05.344Z||pool-8-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-06-13T12:59:06.217Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-13T12:59:06.218Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-13T12:59:06.220Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T12:59:06.220Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655125139420, "artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/artifacts/service-Vfw20220613125605-csar.csar", "status": "NOTIFIED" } 2022-06-13T12:59:06.320Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-13T12:59:06.321Z||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-06-13T12:59:06.322Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T12:59:06.339Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T12:59:06.339Z||pool-9-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-06-13T12:59:07.222Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b", "serviceName": "vFW 2022-06-13 12-56-05", "serviceVersion": "1.0", "serviceUUID": "07d9d3e4-85f8-4fa7-955b-7f5d041774cf", "serviceDescription": "catalog service description", "serviceInvariantUUID": "97dad4e5-7ea9-4284-97cd-817537211f62", "resources": [ { "resourceInstanceName": "vFW 7b45a857-dd7b 0", "resourceCustomizationUUID": "3a2a2598-b0be-41bb-af64-66497809130e", "resourceName": "vFW 7b45a857-dd7b", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "bf5a8643-3829-41e4-bac3-b447b8e94485", "resourceInvariantUUID": "fa707756-752d-4e01-bbef-a9ec57309c80", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw7b45a857dd7b0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/vfw7b45a857dd7b0_modules.json", "artifactChecksum": "NjUxODdjOTcxOTI2NmUxMjcxOWU4Nzk4Zjc4YTRiZjE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ef7c66a3-0de4-4c4d-9a90-5fdf3916943c", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "90b68e92-5985-45c8-8060-c13748b9edc8", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "8777d967-6cce-4884-ac57-8495ef9af384", "generatedFromUUID": "90b68e92-5985-45c8-8060-c13748b9edc8" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "8777d967-6cce-4884-ac57-8495ef9af384", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220613125605-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/artifacts/service-Vfw20220613125605-csar.csar", "artifactChecksum": "ZDY3M2VlN2QyM2I0ZGM4MGIwNGZiYTU2ZWNmZmI3MWY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7d24d1c5-3a45-4c6f-a292-345e02e3fa32" } ], "workloadContext": "Production" } 2022-06-13T12:59:07.224Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-13T12:59:07.224Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 07d9d3e4-85f8-4fa7-955b-7f5d041774cf ASDC 2022-06-13T12:59:07.357Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:0a78a021-2677-49c7-b1c0-80c7c235a32b ServiceName:vFW 2022-06-13 12-56-05 ServiceVersion:1.0 ServiceUUID:07d9d3e4-85f8-4fa7-955b-7f5d041774cf ServiceInvariantUUID:97dad4e5-7ea9-4284-97cd-817537211f62 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220613125605-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220613125605/1.0/artifacts/service-Vfw20220613125605-csar.csar ArtifactUUID:7d24d1c5-3a45-4c6f-a292-345e02e3fa32 ArtifactChecksum:ZDY3M2VlN2QyM2I0ZGM4MGIwNGZiYTU2ZWNmZmI3MWY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 7b45a857-dd7b 0 ResourceCustomizationUUID:3a2a2598-b0be-41bb-af64-66497809130e ResourceInvariantUUID:fa707756-752d-4e01-bbef-a9ec57309c80 ResourceName:vFW 7b45a857-dd7b ResourceType:VF ResourceUUID:bf5a8643-3829-41e4-bac3-b447b8e94485 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw7b45a857dd7b0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/vfw7b45a857dd7b0_modules.json ArtifactUUID:ef7c66a3-0de4-4c4d-9a90-5fdf3916943c ArtifactChecksum:NjUxODdjOTcxOTI2NmUxMjcxOWU4Nzk4Zjc4YTRiZjE= 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/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/base_vfw.yaml ArtifactUUID:90b68e92-5985-45c8-8060-c13748b9edc8 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/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/base_vfw.env ArtifactUUID:8777d967-6cce-4884-ac57-8495ef9af384 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/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/base_vfw.env ArtifactUUID:8777d967-6cce-4884-ac57-8495ef9af384 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-13T12:59:07.359Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 07d9d3e4-85f8-4fa7-955b-7f5d041774cf 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-06-13T12:59:07.424Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-13T12:59:07.425Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-06-13T12:59:07.427Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-06-13T12:59:07.427Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 7d24d1c5-3a45-4c6f-a292-345e02e3fa32 from URL: /sdc/v1/catalog/services/Vfw20220613125605/1.0/artifacts/service-Vfw20220613125605-csar.csar 2022-06-13T12:59:07.428Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-06-13T12:59:07.429Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220613125605/1.0/artifacts/service-Vfw20220613125605-csar.csar 2022-06-13T12:59:07.573Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-06-13T12:59:07.593Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220613125605/1.0/artifacts/service-Vfw20220613125605-csar.csar 7d24d1c5-3a45-4c6f-a292-345e02e3fa32 99064 2022-06-13T12:59:07.594Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220613125605/1.0/artifacts/service-Vfw20220613125605-csar.csar ASDC sendASDCNotification 2022-06-13T12:59:07.594Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220613125605/1.0/artifacts/service-Vfw20220613125605-csar.csar 2022-06-13T12:59:07.595Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-13T12:59:07.596Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-13T12:59:07.599Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T12:59:07.599Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655125147593, "artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/artifacts/service-Vfw20220613125605-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-13T12:59:07.699Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-13T12:59:07.700Z||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-06-13T12:59:07.701Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T12:59:07.721Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T12:59:07.721Z||pool-10-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-06-13T12:59:08.599Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-13T12:59:08.601Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-06-13T12:59:08.601Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 7d24d1c5-3a45-4c6f-a292-345e02e3fa32, URL: /sdc/v1/catalog/services/Vfw20220613125605/1.0/artifacts/service-Vfw20220613125605-csar.csar to file: /app/ASDC/1/service-Vfw20220613125605-csar.csar 2022-06-13T12:59:08.602Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220613125605-csar.csar 2022-06-13T12:59:08.700Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220613125605-csar.csar 2022-06-13T12:59:08.701Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220613125605-csar.csar 2022-06-13T12:59:09.436Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3040910260729100958/Definitions/service-Vfw20220613125605-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-06-13T12:59:12.114Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-13T12:59:12.119Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-06-13T12:59:12.119Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220613125605-csar.csar 2022-06-13T12:59:12.120Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-06-13T12:59:12.120Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220613125605-csar.csar 2022-06-13T12:59:12.120Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220613125605-csar.csar 2022-06-13T12:59:12.121Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220613125605-csar.csar 2022-06-13T12:59:12.121Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220613125605-csar.csar 2022-06-13T12:59:12.121Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220613125605-csar.csar 2022-06-13T12:59:12.121Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220613125605-csar.csar 2022-06-13T12:59:12.121Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220613125605-csar.csar 2022-06-13T12:59:12.122Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220613125605-csar.csar 2022-06-13T12:59:12.122Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220613125605-csar.csar 2022-06-13T12:59:12.122Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220613125605-csar.csar 2022-06-13T12:59:12.122Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 7b45a857-dd7b 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-Vfw20220613125605-csar.csar 2022-06-13T12:59:12.122Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220613125605-csar.csar 2022-06-13T12:59:12.123Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220613125605-csar.csar 2022-06-13T12:59:12.123Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-06-13T12:59:12.130Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T12:59:12.131Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-13 12-56-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-13T12:59:12.135Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vFW 7b45a857-dd7b 0 is matching search criteria 2022-06-13T12:59:12.136Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-06-13T12:59:12.138Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 7b45a857-dd7b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-13T12:59:12.140Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T12:59:12.140Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-13 12-56-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-13T12:59:12.140Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vFW 7b45a857-dd7b 0 is matching search criteria 2022-06-13T12:59:12.140Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-06-13T12:59:12.141Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 7b45a857-dd7b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-13T12:59:12.141Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T12:59:12.141Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-13 12-56-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-13T12:59:12.145Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T12:59:12.145Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vFW 7b45a857-dd7b 0 is not matching search criteria 2022-06-13T12:59:12.146Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-13T12:59:12.146Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-13T12:59:12.146Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-13T12:59:12.146Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-13T12:59:12.147Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-13T12:59:12.147Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-13T12:59:12.147Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-13T12:59:12.147Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-13T12:59:12.148Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-13T12:59:12.148Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-13T12:59:12.148Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-13T12:59:12.148Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-13T12:59:12.149Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-13T12:59:12.149Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-13T12:59:12.149Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-13T12:59:12.150Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-13T12:59:12.150Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T12:59:12.150Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-13 12-56-05 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-13T12:59:12.151Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T12:59:12.152Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vFW 7b45a857-dd7b 0 is matching search criteria 2022-06-13T12:59:12.152Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 7b45a857-dd7b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-13T12:59:12.153Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T12:59:12.153Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vFW 7b45a857-dd7b 0 is matching search criteria 2022-06-13T12:59:12.153Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 7b45a857-dd7b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-13T12:59:12.153Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T12:59:12.154Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vFW 7b45a857-dd7b 0 is matching search criteria 2022-06-13T12:59:12.154Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 7b45a857-dd7b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-13T12:59:12.154Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T12:59:12.154Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vFW 7b45a857-dd7b 0 is not matching search criteria 2022-06-13T12:59:12.154Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-13T12:59:12.155Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-06-13T12:59:12.155Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-13T12:59:12.155Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-13T12:59:12.155Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-13T12:59:12.155Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-13T12:59:12.155Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-13T12:59:12.156Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-13T12:59:12.156Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-13T12:59:12.156Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-13T12:59:12.156Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-13T12:59:12.156Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=fb5b0863-e823-4dd3-b6e8-9b1b1e0e8859 2022-06-13T12:59:12.156Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T12:59:12.157Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vFW 7b45a857-dd7b 0 is not matching search criteria 2022-06-13T12:59:12.157Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-13T12:59:12.157Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-13T12:59:12.157Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-13T12:59:12.157Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-13T12:59:12.157Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-13T12:59:12.158Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-13T12:59:12.158Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-13T12:59:12.158Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-06-13T12:59:12.158Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-13T12:59:12.158Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-13T12:59:12.158Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-13T12:59:12.159Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-13T12:59:12.159Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=dbf02692-dad7-44ed-9470-9bfb2ddb9a64 2022-06-13T12:59:12.159Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T12:59:12.159Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vFW 7b45a857-dd7b 0 is not matching search criteria 2022-06-13T12:59:12.159Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-13T12:59:12.159Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-13T12:59:12.160Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-13T12:59:12.160Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-13T12:59:12.160Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-13T12:59:12.160Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-13T12:59:12.160Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-13T12:59:12.160Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-13T12:59:12.161Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-13T12:59:12.161Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-13T12:59:12.161Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-13T12:59:12.161Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-06-13T12:59:12.161Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=be450aa6-6e48-4dab-9042-b9b0f5a49107 2022-06-13T12:59:12.161Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T12:59:12.162Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-13 12-56-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-13T12:59:12.162Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T12:59:12.162Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-13 12-56-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-13T12:59:12.162Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T12:59:12.162Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-13 12-56-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-13T12:59:12.163Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T12:59:12.163Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-13 12-56-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-13T12:59:12.163Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-06-13 12-56-05 Description:catalog service description Model UUID:07d9d3e4-85f8-4fa7-955b-7f5d041774cf Model Version:NULL Model InvariantUuid:97dad4e5-7ea9-4284-97cd-817537211f62 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 7b45a857-dd7b Model UUID:597d52f9-30e8-46bc-9491-cb29e9877e70 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:fa707756-752d-4e01-bbef-a9ec57309c80 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:3a2a2598-b0be-41bb-af64-66497809130e NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:51cdc4ba-4f6c-4f31-be76-0ffdebbbe480 ModelName:Vfw7b45a857Dd7b..base_vfw..module-0 ModelUuid:60e1cfba-0c3d-4d32-af41-2d1e8e6a2298 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:fb5b0863-e823-4dd3-b6e8-9b1b1e0e8859 ModelInvariantUuid:598a0158-2d0c-4d61-99ab-d98f8a2a3d8c ModelName:vFW 7b45a857-dd7b-nodes.vfwCvfc ModelUuid:22727a69-cdc6-4122-9d50-96fc44fb7a0f ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:ac4ec019-63c9-4963-8627-941bbfe49f99 ModelInvariantUuid:1986b23f-387a-4115-bff6-39b4e75e4050 ModelName:Vfw7b45a857Dd7b.compute.nodes.heat.vfw ModelUuid:0419e422-8217-4184-a96f-e72b6a1bf256 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:dbf02692-dad7-44ed-9470-9bfb2ddb9a64 ModelInvariantUuid:079eefee-828f-4569-9ae4-4a8e5bbdefe9 ModelName:vFW 7b45a857-dd7b-nodes.vsnCvfc ModelUuid:a3cfffa1-5dcf-4d30-b75c-45f291ec25ca ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:988f481f-725c-4259-b67a-18313713a726 ModelInvariantUuid:82a83ee8-2319-4fe7-98a6-3ba36264a0be ModelName:Vfw7b45a857Dd7b.compute.nodes.heat.vsn ModelUuid:d4cb195e-8575-4333-84f0-ab32bc8181d6 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:be450aa6-6e48-4dab-9042-b9b0f5a49107 ModelInvariantUuid:7a4fdefa-b510-4b63-bd94-a98ab7eef97d ModelName:vFW 7b45a857-dd7b-nodes.vpgCvfc ModelUuid:f2e068db-b13a-4544-b298-7fd8095a1a24 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:a54108f6-6e2d-4a02-af32-93e6521604c3 ModelInvariantUuid:e79d7622-4b7a-4855-95c6-ac7cbfce2011 ModelName:Vfw7b45a857Dd7b.compute.nodes.heat.vpg ModelUuid:4f4a7ea0-e6c6-43d9-bf76-4273d765ade3 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-06-13T12:59:12.175Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: bf5a8643-3829-41e4-bac3-b447b8e94485 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-06-13T12:59:12.268Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||vFW 7b45a857-dd7b 0 2022-06-13T12:59:12.275Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: bf5a8643-3829-41e4-bac3-b447b8e94485 2022-06-13T12:59:12.276Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ef7c66a3-0de4-4c4d-9a90-5fdf3916943c from URL: /sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/vfw7b45a857dd7b0_modules.json 2022-06-13T12:59:12.276Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-06-13T12:59:12.276Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/vfw7b45a857dd7b0_modules.json 2022-06-13T12:59:12.385Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-06-13T12:59:12.385Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/vfw7b45a857dd7b0_modules.json ef7c66a3-0de4-4c4d-9a90-5fdf3916943c 785 2022-06-13T12:59:12.386Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/vfw7b45a857dd7b0_modules.json ASDC sendASDCNotification 2022-06-13T12:59:12.386Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/vfw7b45a857dd7b0_modules.json 2022-06-13T12:59:12.386Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-13T12:59:12.386Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-13T12:59:12.388Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T12:59:12.388Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655125152386, "artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/vfw7b45a857dd7b0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-13T12:59:12.488Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-13T12:59:12.490Z||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-06-13T12:59:12.490Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T12:59:12.509Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T12:59:12.510Z||pool-11-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-06-13T12:59:13.393Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw7b45a857Dd7b..base_vfw..module-0", "vfModuleModelInvariantUUID": "51cdc4ba-4f6c-4f31-be76-0ffdebbbe480", "vfModuleModelVersion": "1", "vfModuleModelUUID": "60e1cfba-0c3d-4d32-af41-2d1e8e6a2298", "vfModuleModelCustomizationUUID": "186cbb34-8223-4f09-af51-f3478f5aad70", "isBase": true, "artifacts": [ "90b68e92-5985-45c8-8060-c13748b9edc8", "8777d967-6cce-4884-ac57-8495ef9af384" ], "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-06-13T12:59:13.408Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw7b45a857Dd7b..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:60e1cfba-0c3d-4d32-af41-2d1e8e6a2298 VfModuleModelInvariantUUID:51cdc4ba-4f6c-4f31-be76-0ffdebbbe480 VfModuleModelDescription:NULL Artifacts UUID List:{ 90b68e92-5985-45c8-8060-c13748b9edc8 , 8777d967-6cce-4884-ac57-8495ef9af384 } 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-06-13T12:59:13.410Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw7b45a857Dd7b..base_vfw..module-0", "vfModuleModelInvariantUUID": "51cdc4ba-4f6c-4f31-be76-0ffdebbbe480", "vfModuleModelVersion": "1", "vfModuleModelUUID": "60e1cfba-0c3d-4d32-af41-2d1e8e6a2298", "vfModuleModelCustomizationUUID": "186cbb34-8223-4f09-af51-f3478f5aad70", "isBase": true, "artifacts": [ "90b68e92-5985-45c8-8060-c13748b9edc8", "8777d967-6cce-4884-ac57-8495ef9af384" ], "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-06-13T12:59:13.411Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw7b45a857Dd7b..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:60e1cfba-0c3d-4d32-af41-2d1e8e6a2298 VfModuleModelInvariantUUID:51cdc4ba-4f6c-4f31-be76-0ffdebbbe480 VfModuleModelDescription:NULL Artifacts UUID List:{ 90b68e92-5985-45c8-8060-c13748b9edc8 , 8777d967-6cce-4884-ac57-8495ef9af384 } 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-06-13T12:59:13.411Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 90b68e92-5985-45c8-8060-c13748b9edc8 from URL: /sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/base_vfw.yaml 2022-06-13T12:59:13.411Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-06-13T12:59:13.411Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/base_vfw.yaml 2022-06-13T12:59:13.542Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-06-13T12:59:13.543Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/base_vfw.yaml 90b68e92-5985-45c8-8060-c13748b9edc8 20368 2022-06-13T12:59:13.544Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-06-13T12:59:13.544Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/base_vfw.yaml 2022-06-13T12:59:13.544Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-13T12:59:13.544Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-13T12:59:13.546Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T12:59:13.546Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655125153544, "artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-06-13T12:59:13.647Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-13T12:59:13.648Z||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-06-13T12:59:13.648Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T12:59:13.678Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T12:59:13.679Z||pool-12-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2022-06-13T12:59:14.547Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 8777d967-6cce-4884-ac57-8495ef9af384 from URL: /sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/base_vfw.env 2022-06-13T12:59:14.548Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-06-13T12:59:14.548Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/base_vfw.env 2022-06-13T12:59:14.741Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-06-13T12:59:14.742Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/base_vfw.env 8777d967-6cce-4884-ac57-8495ef9af384 2098 2022-06-13T12:59:14.742Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-06-13T12:59:14.743Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/base_vfw.env 2022-06-13T12:59:14.743Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-13T12:59:14.743Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-13T12:59:14.745Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T12:59:14.746Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655125154742, "artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-06-13T12:59:14.846Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-13T12:59:14.847Z||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-06-13T12:59:14.847Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T12:59:14.864Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T12:59:14.864Z||pool-13-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-13T12:59:15.747Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 07d9d3e4-85f8-4fa7-955b-7f5d041774cf 2022-06-13T12:59:15.747Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 7b45a857-dd7b 0 bf5a8643-3829-41e4-bac3-b447b8e94485 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-06-13T12:59:15.789Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@31497c8a, org.onap.sdc.toscaparser.api.parameters.Input@632bc78f, org.onap.sdc.toscaparser.api.parameters.Input@4ac164c7, org.onap.sdc.toscaparser.api.parameters.Input@9628f71, org.onap.sdc.toscaparser.api.parameters.Input@73350ffb] 2022-06-13T12:59:15.793Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T12:59:15.794Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-13 12-56-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-13T12:59:15.794Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2022-06-13T12:59:15.794Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 3a2a2598-b0be-41bb-af64-66497809130e 2022-06-13T12:59:15.794Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3a2a2598-b0be-41bb-af64-66497809130e matches Tosca VF Customization UUID: 3a2a2598-b0be-41bb-af64-66497809130e 2022-06-13T12:59:15.795Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 3a2a2598-b0be-41bb-af64-66497809130e 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-06-13T12:59:15.803Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T12:59:15.803Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-13 12-56-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-13T12:59:15.805Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 3a2a2598-b0be-41bb-af64-66497809130e: {\"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-06-13T12:59:15.805Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@58ba2b6c 2022-06-13T12:59:15.805Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T12:59:15.806Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-13 12-56-05 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-13T12:59:15.806Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 186cbb34-8223-4f09-af51-f3478f5aad70 2022-06-13T12:59:15.808Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 186cbb34-8223-4f09-af51-f3478f5aad70 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-06-13T12:59:15.815Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T12:59:15.815Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vFW 7b45a857-dd7b 0 is matching search criteria 2022-06-13T12:59:15.815Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 7b45a857-dd7b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-13T12:59:15.816Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T12:59:15.816Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vFW 7b45a857-dd7b 0 is matching search criteria 2022-06-13T12:59:15.817Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 7b45a857-dd7b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-13T12:59:15.817Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T12:59:15.817Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vFW 7b45a857-dd7b 0 is not matching search criteria 2022-06-13T12:59:15.818Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-13T12:59:15.818Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-06-13T12:59:15.818Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-13T12:59:15.818Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-13T12:59:15.819Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-13T12:59:15.819Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-13T12:59:15.819Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-13T12:59:15.819Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-13T12:59:15.820Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-13T12:59:15.820Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-13T12:59:15.820Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-13T12:59:15.821Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=fb5b0863-e823-4dd3-b6e8-9b1b1e0e8859 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-06-13T12:59:15.834Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T12:59:15.835Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vFW 7b45a857-dd7b 0 is matching search criteria 2022-06-13T12:59:15.835Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 7b45a857-dd7b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-13T12:59:15.836Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T12:59:15.836Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vFW 7b45a857-dd7b 0 is not matching search criteria 2022-06-13T12:59:15.837Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-13T12:59:15.837Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-13T12:59:15.838Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-13T12:59:15.838Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-13T12:59:15.839Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-13T12:59:15.839Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-13T12:59:15.839Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-13T12:59:15.840Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-06-13T12:59:15.840Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-13T12:59:15.841Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-13T12:59:15.841Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-13T12:59:15.841Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-13T12:59:15.842Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=dbf02692-dad7-44ed-9470-9bfb2ddb9a64 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-06-13T12:59:15.845Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T12:59:15.846Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vFW 7b45a857-dd7b 0 is matching search criteria 2022-06-13T12:59:15.846Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 7b45a857-dd7b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-13T12:59:15.850Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T12:59:15.851Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vFW 7b45a857-dd7b 0 is not matching search criteria 2022-06-13T12:59:15.851Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-13T12:59:15.851Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-13T12:59:15.852Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-13T12:59:15.852Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-13T12:59:15.852Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-13T12:59:15.853Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-13T12:59:15.853Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-13T12:59:15.854Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-13T12:59:15.854Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-13T12:59:15.854Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-13T12:59:15.855Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-13T12:59:15.855Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-06-13T12:59:15.856Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=be450aa6-6e48-4dab-9042-b9b0f5a49107 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-06-13T12:59:15.868Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T12:59:15.869Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vFW 7b45a857-dd7b 0 is matching search criteria 2022-06-13T12:59:15.869Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 7b45a857-dd7b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-13T12:59:15.870Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T12:59:15.870Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Node template vFW 7b45a857-dd7b 0 is matching search criteria 2022-06-13T12:59:15.871Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 7b45a857-dd7b 0] matching following query criteria: sdcType=VF, customizationUUID=3a2a2598-b0be-41bb-af64-66497809130e 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-06-13T12:59:15.874Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T12:59:15.874Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-13 12-56-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-13T12:59:15.875Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 07d9d3e4-85f8-4fa7-955b-7f5d041774cf: vFW 7b45a857-dd7b 2022-06-13T12:59:15.875Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T12:59:15.875Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-13 12-56-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-13T12:59:15.876Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T12:59:15.876Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-13 12-56-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-13T12:59:15.877Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T12:59:15.877Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-13 12-56-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-13T12:59:15.877Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T12:59:15.878Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-13 12-56-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-13T12:59:15.878Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T12:59:15.879Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-13 12-56-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-13T12:59:15.879Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2022-06-13 12-56-05 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-06-13T12:59:16.188Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 7b45a857-dd7b bf5a8643-3829-41e4-bac3-b447b8e94485 1 ASDC deployResourceStructure 2022-06-13T12:59:16.188Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/vfw7b45a857dd7b0_modules.json ASDC sendASDCNotification 2022-06-13T12:59:16.188Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/vfw7b45a857dd7b0_modules.json 2022-06-13T12:59:16.189Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-13T12:59:16.189Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-13T12:59:16.191Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T12:59:16.191Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655125156188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/vfw7b45a857dd7b0_modules.json", "status": "DEPLOY_OK" } 2022-06-13T12:59:16.291Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-13T12:59:16.292Z||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-06-13T12:59:16.293Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T12:59:16.337Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T12:59:16.338Z||pool-14-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1} 2022-06-13T12:59:17.192Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-06-13T12:59:17.192Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/base_vfw.yaml 2022-06-13T12:59:17.192Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-13T12:59:17.193Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-13T12:59:17.195Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T12:59:17.195Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655125157192, "artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-06-13T12:59:17.295Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-13T12:59:17.296Z||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-06-13T12:59:17.296Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T12:59:17.317Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T12:59:17.317Z||pool-15-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-06-13T12:59:18.195Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-06-13T12:59:18.196Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/base_vfw.env 2022-06-13T12:59:18.196Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-13T12:59:18.196Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-13T12:59:18.198Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T12:59:18.198Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655125158195, "artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-06-13T12:59:18.299Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-13T12:59:18.300Z||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-06-13T12:59:18.300Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T12:59:18.365Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T12:59:18.366Z||pool-16-thread-1|||||INFO|500||cambria reply ok (67 ms):{"serverTimeMs":0,"count":1} 2022-06-13T12:59:19.200Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220613125605/1.0/artifacts/service-Vfw20220613125605-csar.csar ASDC sendASDCNotification 2022-06-13T12:59:19.200Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220613125605/1.0/artifacts/service-Vfw20220613125605-csar.csar 2022-06-13T12:59:19.200Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-13T12:59:19.201Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-13T12:59:19.203Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T12:59:19.203Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655125159200, "artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/artifacts/service-Vfw20220613125605-csar.csar", "status": "DEPLOY_OK" } 2022-06-13T12:59:19.303Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-13T12:59:19.304Z||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-06-13T12:59:19.304Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T12:59:19.330Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T12:59:19.331Z||pool-17-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-06-13T12:59:20.204Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0a78a021-2677-49c7-b1c0-80c7c235a32b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-13T12:59:20.226Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0a78a021-2677-49c7-b1c0-80c7c235a32b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-13T12:59:20.230Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-13T12:59:20.230Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-13T12:59:20.230Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-13T12:59:20.231Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-13T12:59:20.231Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-13T12:59:20.231Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-13T12:59:20.231Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-13T12:59:20.231Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-13T12:59:20.232Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-13T12:59:20.232Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-13T12:59:20.232Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-13T12:59:20.238Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-13T12:59:50.239Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0a78a021-2677-49c7-b1c0-80c7c235a32b 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-06-13T12:59:50.253Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0a78a021-2677-49c7-b1c0-80c7c235a32b and serviceModelVersionId: 07d9d3e4-85f8-4fa7-955b-7f5d041774cf 2022-06-13T12:59:50.253Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 97dad4e5-7ea9-4284-97cd-817537211f62 2022-06-13T12:59:59.422Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T12:59:59.423Z||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-06-13T12:59:59.423Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T12:59:59.589Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T12:59:59.590Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-13T12:59:59.590Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655125139420, "artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T12:59:59.591Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-13T13:00:05.322Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/97dad4e5-7ea9-4284-97cd-817537211f62/model-vers/model-ver/07d9d3e4-85f8-4fa7-955b-7f5d041774cf?depth=0 2022-06-13T13:00:05.432Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-06-13T13:00:05.965Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97dad4e5-7ea9-4284-97cd-817537211f62/model-vers/model-ver/07d9d3e4-85f8-4fa7-955b-7f5d041774cf?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-06-13T13:00:05.969Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97dad4e5-7ea9-4284-97cd-817537211f62/model-vers/model-ver/07d9d3e4-85f8-4fa7-955b-7f5d041774cf?depth=0|INFO|500||Invoke 2022-06-13T13:00:06.082Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97dad4e5-7ea9-4284-97cd-817537211f62/model-vers/model-ver/07d9d3e4-85f8-4fa7-955b-7f5d041774cf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-13T13:00:06.496Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97dad4e5-7ea9-4284-97cd-817537211f62/model-vers/model-ver/07d9d3e4-85f8-4fa7-955b-7f5d041774cf?depth=0|INFO|500||InvokeReturn 2022-06-13T13:00:06.497Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97dad4e5-7ea9-4284-97cd-817537211f62/model-vers/model-ver/07d9d3e4-85f8-4fa7-955b-7f5d041774cf?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220613-13:00:06:968-36239], vertex-id=[590056], Content-Length=[0], Date=[Mon, 13 Jun 2022 13:00:06 GMT], Content-Type=[application/json]} 2022-06-13T13:00:06.497Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2022-06-13T13:00:06.501Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-13T13:00:06.502Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-13T13:00:06.510Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-13T13:00:06.511Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0a78a021-2677-49c7-b1c0-80c7c235a32b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-13T13:00:06.512Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-13T13:00:06.512Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:00:06.514Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:00:06.515Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655125206511, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-13T13:00:06.615Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-13T13:00:06.616Z||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-06-13T13:00:06.616Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:00:06.636Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:00:06.636Z||pool-18-thread-1|||||INFO|500||cambria reply ok (21 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-06-13T13:00:07.529Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T13:00:07.529Z||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-06-13T13:00:07.529Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T13:00:17.093Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:00:59.419Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T13:00:59.420Z||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-06-13T13:00:59.420Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T13:00:59.422Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T13:00:59.422Z||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-06-13T13:00:59.423Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T13:00:59.472Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:00:59.474Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-13T13:00:59.475Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655125139420, "artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/vfw7b45a857dd7b0_modules.json", "status": "NOTIFIED" } 2022-06-13T13:00:59.476Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-13T13:00:59.477Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-13T13:00:59.477Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655125139420, "artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-13T13:00:59.478Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-13T13:00:59.478Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-13T13:00:59.478Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655125139420, "artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:00:59.479Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-13T13:00:59.479Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-13T13:00:59.480Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655125139420, "artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-06-13T13:00:59.480Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-13T13:00:59.481Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-13T13:00:59.481Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655125139420, "artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/artifacts/service-Vfw20220613125605-template.yml", "status": "NOT_NOTIFIED" } 2022-06-13T13:00:59.482Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-13T13:00:59.482Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-13T13:00:59.482Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655125139420, "artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/artifacts/service-Vfw20220613125605-csar.csar", "status": "NOTIFIED" } 2022-06-13T13:00:59.483Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-13T13:00:59.483Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-13T13:00:59.483Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655125147593, "artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/artifacts/service-Vfw20220613125605-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-13T13:00:59.484Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:00:59.484Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-13T13:00:59.484Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655125152386, "artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/vfw7b45a857dd7b0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-13T13:00:59.485Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:00:59.485Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-13T13:00:59.486Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655125153544, "artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-06-13T13:00:59.486Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:00:59.486Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-13T13:00:59.487Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655125154742, "artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-06-13T13:00:59.487Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:00:59.488Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-13T13:00:59.488Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655125156188, "artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/vfw7b45a857dd7b0_modules.json", "status": "DEPLOY_OK" } 2022-06-13T13:00:59.488Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:00:59.489Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-13T13:00:59.489Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655125157192, "artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-06-13T13:00:59.489Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:00:59.489Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-13T13:00:59.490Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655125158195, "artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/resourceInstances/vfw7b45a857dd7b0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-06-13T13:00:59.490Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:00:59.490Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-13T13:00:59.490Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655125159200, "artifactURL": "/sdc/v1/catalog/services/Vfw20220613125605/1.0/artifacts/service-Vfw20220613125605-csar.csar", "status": "DEPLOY_OK" } 2022-06-13T13:00:59.491Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:01:09.002Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:01:59.419Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T13:01:59.420Z||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-06-13T13:01:59.421Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T13:01:59.422Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T13:01:59.422Z||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-06-13T13:01:59.422Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T13:01:59.982Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:01:59.982Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-13T13:01:59.983Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a78a021-2677-49c7-b1c0-80c7c235a32b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655125206511, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-13T13:01:59.984Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:02:08.996Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:02:59.420Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T13:02:59.422Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T13:02:59.424Z||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-06-13T13:02:59.424Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-13T13:02:59.424Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:02:59.424Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T13:03:09.026Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:03:09.025Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:03:59.419Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T13:03:59.420Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-13T13:03:59.420Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:03:59.422Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T13:03:59.422Z||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-06-13T13:03:59.422Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T13:04:00.064Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:04:00.065Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-13T13:04:00.065Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"2da0d04e-0515-4f09-a602-88fa961c014b","serviceName":"basic_onboard_LEumGs","serviceVersion":"1.0","serviceUUID":"389ecfa1-0c0e-4f44-b509-87da874d66bb","serviceDescription":"service","serviceInvariantUUID":"c517f33a-f05f-4485-a395-0ceedb8a94b7","resources":[{"resourceInstanceName":"basic_onboard_LEumGs 0","resourceName":"basic_onboard_LEumGs","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0e18837e-61f0-49d2-b1cf-823d5dc7f277","resourceInvariantUUID":"952e003d-7f34-44df-8928-9b5e9134e7c2","resourceCustomizationUUID":"0f5eff3d-8f31-4321-adbb-465f91f7c9ea","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/vf-license-model.xml","artifactChecksum":"MmRhMTgyYTdmZjE3YmIxMWU0MjM5OTlmMDgwYmM5MmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f8b01dcd-5757-4a12-aad6-8bc7f7fe3e77","artifactVersion":"1"},{"artifactName":"basic_onboard_leumgs0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/basic_onboard_leumgs0_modules.json","artifactChecksum":"NWViNGEyZmZkYjkxMTg3NDBkN2E2NTE0NTQ2Y2JjZGM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"890cb41b-1ff9-42cb-a18f-8f9d5e4e07ea","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"cf799cc1-e47a-48db-ae4f-e66e4e73a229","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e66e2eb8-a3b3-444a-b352-126234b3668a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"df550665-4b99-45a4-8a44-a8c70995613d","artifactVersion":"2","generatedFromUUID":"cf799cc1-e47a-48db-ae4f-e66e4e73a229"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardLeumgs-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/artifacts/service-BasicOnboardLeumgs-template.yml","artifactChecksum":"NDRjOTIyOTdiNTc5OTQ0ODM3MjhmYTBiNGEzMDJlYzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2fd5a468-0fbd-42e7-924d-f457dbd519d0","artifactVersion":"1"},{"artifactName":"service-BasicOnboardLeumgs-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/artifacts/service-BasicOnboardLeumgs-csar.csar","artifactChecksum":"MDdhZTdjNjBjN2IxNDU5MTcwYzQwNzUxN2EwYjc0MmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"000a425f-0323-439b-85e9-21f09b0ad6ac","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-13T13:04:00.070Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-13T13:04:00.071Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:04:00.077Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:04:00.078Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655125439419, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:04:00.080Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:04:00.083Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:04:00.083Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b", "consumerID": "ves-openapi-manager", "timestamp": 1655125398608, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:04:00.084Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:04:00.084Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:04:00.085Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b", "consumerID": "ves-openapi-manager", "timestamp": 1655125398608, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/basic_onboard_leumgs0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-13T13:04:00.085Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:04:00.085Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:04:00.085Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b", "consumerID": "clamp", "timestamp": 1655125398941, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:04:00.086Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:04:00.086Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:04:00.086Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655125398930, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:04:00.086Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:04:00.086Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:04:00.086Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b", "consumerID": "cds", "timestamp": 1655125398619, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:04:00.087Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:04:00.087Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:04:00.087Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b", "consumerID": "ves-openapi-manager", "timestamp": 1655125398608, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-06-13T13:04:00.087Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:04:00.087Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:04:00.087Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b", "consumerID": "clamp", "timestamp": 1655125398941, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/basic_onboard_leumgs0_modules.json", "status": "NOTIFIED" } 2022-06-13T13:04:00.087Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:04:00.087Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:04:00.087Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655125398930, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/basic_onboard_leumgs0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-13T13:04:00.088Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:04:00.088Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:04:00.088Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b", "consumerID": "cds", "timestamp": 1655125398619, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/basic_onboard_leumgs0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-13T13:04:00.088Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:04:00.088Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:04:00.088Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b", "consumerID": "ves-openapi-manager", "timestamp": 1655125398608, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:04:00.088Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:04:00.088Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:04:00.088Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b", "consumerID": "clamp", "timestamp": 1655125398941, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-06-13T13:04:00.089Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:04:00.089Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:04:00.089Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655125398930, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-06-13T13:04:00.089Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:04:00.089Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:04:00.089Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b", "consumerID": "cds", "timestamp": 1655125398619, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-06-13T13:04:00.089Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:04:00.090Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:04:00.090Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b", "consumerID": "ves-openapi-manager", "timestamp": 1655125398608, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-13T13:04:00.090Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:04:00.090Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:04:00.090Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b", "consumerID": "clamp", "timestamp": 1655125398941, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:04:00.090Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:04:00.090Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:04:00.090Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655125398930, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:04:00.091Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:04:00.091Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:04:00.091Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b", "consumerID": "cds", "timestamp": 1655125398619, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:04:00.091Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:04:00.091Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:04:00.091Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b", "consumerID": "aai-ml", "timestamp": 1655125401876, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:04:00.091Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:04:00.091Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:04:00.092Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b", "consumerID": "multicloud-k8s-id", "timestamp": 1655125402377, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:04:00.092Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:04:00.092Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:04:00.092Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b", "consumerID": "ves-openapi-manager", "timestamp": 1655125398608, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/artifacts/service-BasicOnboardLeumgs-template.yml", "status": "NOT_NOTIFIED" } 2022-06-13T13:04:00.092Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:04:00.092Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:04:00.092Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b", "consumerID": "clamp", "timestamp": 1655125398941, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-13T13:04:00.092Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:04:00.093Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:04:00.093Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655125398930, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-13T13:04:00.093Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:04:00.093Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:04:00.093Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b", "consumerID": "cds", "timestamp": 1655125398619, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-13T13:04:00.093Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:04:00.093Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:04:00.093Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b", "consumerID": "aai-ml", "timestamp": 1655125401876, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/basic_onboard_leumgs0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-13T13:04:00.093Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:04:00.093Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:04:00.094Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b", "consumerID": "multicloud-k8s-id", "timestamp": 1655125402377, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/basic_onboard_leumgs0_modules.json", "status": "NOTIFIED" } 2022-06-13T13:04:00.094Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:04:00.094Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:04:00.094Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b", "consumerID": "ves-openapi-manager", "timestamp": 1655125398608, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/artifacts/service-BasicOnboardLeumgs-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-13T13:04:00.094Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:04:00.094Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:04:00.094Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b", "consumerID": "clamp", "timestamp": 1655125398941, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/artifacts/service-BasicOnboardLeumgs-template.yml", "status": "NOT_NOTIFIED" } 2022-06-13T13:04:00.094Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:04:00.094Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:04:00.094Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655125398930, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/artifacts/service-BasicOnboardLeumgs-template.yml", "status": "NOT_NOTIFIED" } 2022-06-13T13:04:00.095Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:04:00.095Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:04:00.095Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b", "consumerID": "cds", "timestamp": 1655125398619, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/artifacts/service-BasicOnboardLeumgs-template.yml", "status": "NOT_NOTIFIED" } 2022-06-13T13:04:00.095Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:04:00.095Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:04:00.095Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b", "consumerID": "aai-ml", "timestamp": 1655125401876, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-06-13T13:04:00.095Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:04:00.095Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:04:00.095Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b", "consumerID": "multicloud-k8s-id", "timestamp": 1655125402377, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-06-13T13:04:00.095Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:04:00.096Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:04:00.096Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b", "consumerID": "policy-id", "timestamp": 1655125404666, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:04:00.096Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:04:00.096Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:04:00.096Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b", "consumerID": "clamp", "timestamp": 1655125398941, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/artifacts/service-BasicOnboardLeumgs-csar.csar", "status": "NOTIFIED" } 2022-06-13T13:04:00.096Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:04:00.096Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:04:00.096Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655125398930, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/artifacts/service-BasicOnboardLeumgs-csar.csar", "status": "NOTIFIED" } 2022-06-13T13:04:00.096Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:04:00.097Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:04:00.097Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b", "consumerID": "cds", "timestamp": 1655125398619, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/artifacts/service-BasicOnboardLeumgs-csar.csar", "status": "NOTIFIED" } 2022-06-13T13:04:00.097Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:04:00.097Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:04:00.097Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b", "consumerID": "aai-ml", "timestamp": 1655125401876, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:04:00.097Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:04:00.098Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:04:00.098Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b", "consumerID": "multicloud-k8s-id", "timestamp": 1655125402377, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:04:00.098Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:04:00.098Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:04:00.098Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b", "consumerID": "policy-id", "timestamp": 1655125404666, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/basic_onboard_leumgs0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-13T13:04:00.099Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:04:00.099Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:04:00.099Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b", "consumerID": "aai-ml", "timestamp": 1655125401876, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-13T13:04:00.099Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:04:00.099Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:04:00.099Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b", "consumerID": "multicloud-k8s-id", "timestamp": 1655125402377, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-06-13T13:04:00.099Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:04:00.100Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:04:00.100Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655125407135, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/artifacts/service-BasicOnboardLeumgs-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-13T13:04:00.100Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:04:00.100Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:04:00.100Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b", "consumerID": "cds", "timestamp": 1655125406757, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/artifacts/service-BasicOnboardLeumgs-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-13T13:04:00.100Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:04:00.100Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:04:00.101Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b", "consumerID": "policy-id", "timestamp": 1655125404666, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-06-13T13:04:00.101Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:04:00.101Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:04:00.101Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b", "consumerID": "aai-ml", "timestamp": 1655125401876, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/artifacts/service-BasicOnboardLeumgs-template.yml", "status": "NOT_NOTIFIED" } 2022-06-13T13:04:00.101Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:04:00.101Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:04:00.101Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b", "consumerID": "multicloud-k8s-id", "timestamp": 1655125402377, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/artifacts/service-BasicOnboardLeumgs-template.yml", "status": "NOT_NOTIFIED" } 2022-06-13T13:04:00.102Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:04:00.102Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:04:00.102Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b", "consumerID": "cds", "timestamp": 1655125407764, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/artifacts/service-BasicOnboardLeumgs-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-06-13T13:04:00.125Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2da0d04e-0515-4f09-a602-88fa961c014b 2022-06-13T13:04:00.126Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2da0d04e-0515-4f09-a602-88fa961c014b 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-06-13T13:04:00.137Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:04:00.137Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b", "consumerID": "policy-id", "timestamp": 1655125404666, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:04:00.138Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:04:00.138Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:04:00.138Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b", "consumerID": "aai-ml", "timestamp": 1655125401876, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/artifacts/service-BasicOnboardLeumgs-csar.csar", "status": "NOTIFIED" } 2022-06-13T13:04:00.138Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:04:00.138Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:04:00.138Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b", "consumerID": "multicloud-k8s-id", "timestamp": 1655125402377, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/artifacts/service-BasicOnboardLeumgs-csar.csar", "status": "NOTIFIED" } 2022-06-13T13:04:00.138Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:04:00.139Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:04:00.139Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b", "consumerID": "policy-id", "timestamp": 1655125404666, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-13T13:04:00.139Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:04:00.139Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:04:00.139Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655125409529, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/artifacts/service-BasicOnboardLeumgs-csar.csar", "status": "DEPLOY_OK" } 2022-06-13T13:04:00.139Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:04:00.139Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:04:00.140Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b", "consumerID": "aai-ml", "timestamp": 1655125409744, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/artifacts/service-BasicOnboardLeumgs-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-13T13:04:00.140Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:04:00.140Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:04:00.140Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b", "consumerID": "policy-id", "timestamp": 1655125404666, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/artifacts/service-BasicOnboardLeumgs-template.yml", "status": "NOT_NOTIFIED" } 2022-06-13T13:04:00.140Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:04:00.140Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:04:00.140Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b", "consumerID": "multicloud-k8s-id", "timestamp": 1655125410382, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/basic_onboard_leumgs0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-13T13:04:00.141Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:04:00.141Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:04:00.141Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655125410534, "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-06-13T13:04:00.148Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2da0d04e-0515-4f09-a602-88fa961c014b 2022-06-13T13:04:00.148Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2da0d04e-0515-4f09-a602-88fa961c014b 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-06-13T13:04:00.160Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:04:00.160Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b", "consumerID": "policy-id", "timestamp": 1655125404666, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/artifacts/service-BasicOnboardLeumgs-csar.csar", "status": "NOTIFIED" } 2022-06-13T13:04:00.161Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:04:00.161Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:04:00.161Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b", "consumerID": "multicloud-k8s-id", "timestamp": 1655125411595, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-06-13T13:04:00.161Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:04:00.161Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:04:00.161Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b", "consumerID": "policy-id", "timestamp": 1655125412573, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/artifacts/service-BasicOnboardLeumgs-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-13T13:04:00.161Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:04:00.161Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:04:00.162Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b", "consumerID": "multicloud-k8s-id", "timestamp": 1655125412722, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-06-13T13:04:00.162Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:04:00.162Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:04:00.162Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b", "consumerID": "policy-id", "timestamp": 1655125413581, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/artifacts/service-BasicOnboardLeumgs-csar.csar", "status": "DEPLOY_OK" } 2022-06-13T13:04:00.162Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:04:00.162Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:04:00.162Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b", "consumerID": "multicloud-k8s-id", "timestamp": 1655125413776, "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-06-13T13:04:00.167Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2da0d04e-0515-4f09-a602-88fa961c014b 2022-06-13T13:04:00.167Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2da0d04e-0515-4f09-a602-88fa961c014b 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-06-13T13:04:00.176Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:04:00.176Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b", "consumerID": "policy-id", "timestamp": 1655125414586, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } 2022-06-13T13:04:00.177Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-13T13:04:00.178Z||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-06-13T13:04:00.178Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:04:00.181Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2da0d04e-0515-4f09-a602-88fa961c014b 2022-06-13T13:04:00.181Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2da0d04e-0515-4f09-a602-88fa961c014b 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-06-13T13:04:00.189Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:04:00.189Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b", "consumerID": "multicloud-k8s-id", "timestamp": 1655125414780, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/basic_onboard_leumgs0_modules.json", "status": "DEPLOY_OK" } 2022-06-13T13:04:00.189Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:04:00.189Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:04:00.190Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b", "consumerID": "clamp", "timestamp": 1655125417440, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/artifacts/service-BasicOnboardLeumgs-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-13T13:04:00.190Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:04:00.190Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:04:00.190Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b", "consumerID": "clamp", "timestamp": 1655125419449, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/artifacts/service-BasicOnboardLeumgs-csar.csar", "status": "DEPLOY_OK" } 2022-06-13T13:04:00.190Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:04:00.190Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:04:00.191Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b", "consumerID": "clamp", "timestamp": 1655125420457, "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-06-13T13:04:00.194Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:04:00.194Z||pool-19-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-13T13:04:00.195Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2da0d04e-0515-4f09-a602-88fa961c014b 2022-06-13T13:04:00.195Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2da0d04e-0515-4f09-a602-88fa961c014b 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-06-13T13:04:00.204Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:04:00.204Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b", "consumerID": "aai-ml", "timestamp": 1655125420170, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/artifacts/service-BasicOnboardLeumgs-csar.csar", "status": "DEPLOY_OK" } 2022-06-13T13:04:00.204Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:04:00.204Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:04:00.204Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b", "consumerID": "aai-ml", "timestamp": 1655125421176, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-13T13:04:00.210Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2da0d04e-0515-4f09-a602-88fa961c014b 2022-06-13T13:04:00.210Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2da0d04e-0515-4f09-a602-88fa961c014b 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-06-13T13:04:01.078Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-13T13:04:01.080Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:04:01.082Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:04:01.082Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655125439419, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/basic_onboard_leumgs0_modules.json", "status": "NOTIFIED" } 2022-06-13T13:04:01.182Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-13T13:04:01.183Z||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-06-13T13:04:01.183Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:04:01.210Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:04:01.210Z||pool-20-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1} 2022-06-13T13:04:02.082Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-13T13:04:02.083Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:04:02.085Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:04:02.085Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655125439419, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-06-13T13:04:02.186Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-13T13:04:02.187Z||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-06-13T13:04:02.187Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:04:02.215Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:04:02.216Z||pool-21-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-06-13T13:04:03.086Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-13T13:04:03.087Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:04:03.090Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:04:03.090Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655125439419, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:04:03.191Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-13T13:04:03.192Z||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-06-13T13:04:03.192Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:04:03.220Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:04:03.221Z||pool-22-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1} 2022-06-13T13:04:04.091Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-13T13:04:04.092Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:04:04.094Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:04:04.094Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655125439419, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-06-13T13:04:04.194Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-13T13:04:04.195Z||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-06-13T13:04:04.196Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:04:04.215Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:04:04.216Z||pool-23-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-06-13T13:04:05.094Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-13T13:04:05.095Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:04:05.097Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:04:05.098Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655125439419, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/artifacts/service-BasicOnboardLeumgs-template.yml", "status": "NOT_NOTIFIED" } 2022-06-13T13:04:05.198Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-13T13:04:05.199Z||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-06-13T13:04:05.200Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:04:05.219Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:04:05.219Z||pool-24-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-06-13T13:04:06.098Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-13T13:04:06.099Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:04:06.101Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:04:06.101Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655125439419, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/artifacts/service-BasicOnboardLeumgs-csar.csar", "status": "NOTIFIED" } 2022-06-13T13:04:06.201Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-13T13:04:06.203Z||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-06-13T13:04:06.203Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:04:06.220Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:04:06.221Z||pool-25-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-06-13T13:04:07.103Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b", "serviceName": "basic_onboard_LEumGs", "serviceVersion": "1.0", "serviceUUID": "389ecfa1-0c0e-4f44-b509-87da874d66bb", "serviceDescription": "service", "serviceInvariantUUID": "c517f33a-f05f-4485-a395-0ceedb8a94b7", "resources": [ { "resourceInstanceName": "basic_onboard_LEumGs 0", "resourceCustomizationUUID": "0f5eff3d-8f31-4321-adbb-465f91f7c9ea", "resourceName": "basic_onboard_LEumGs", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "0e18837e-61f0-49d2-b1cf-823d5dc7f277", "resourceInvariantUUID": "952e003d-7f34-44df-8928-9b5e9134e7c2", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_leumgs0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/basic_onboard_leumgs0_modules.json", "artifactChecksum": "NWViNGEyZmZkYjkxMTg3NDBkN2E2NTE0NTQ2Y2JjZGM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "890cb41b-1ff9-42cb-a18f-8f9d5e4e07ea", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "cf799cc1-e47a-48db-ae4f-e66e4e73a229", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "df550665-4b99-45a4-8a44-a8c70995613d", "generatedFromUUID": "cf799cc1-e47a-48db-ae4f-e66e4e73a229" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "df550665-4b99-45a4-8a44-a8c70995613d", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardLeumgs-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/artifacts/service-BasicOnboardLeumgs-csar.csar", "artifactChecksum": "MDdhZTdjNjBjN2IxNDU5MTcwYzQwNzUxN2EwYjc0MmU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "000a425f-0323-439b-85e9-21f09b0ad6ac" } ], "workloadContext": "Production" } 2022-06-13T13:04:07.104Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-13T13:04:07.104Z|0a78a021-2677-49c7-b1c0-80c7c235a32b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 389ecfa1-0c0e-4f44-b509-87da874d66bb ASDC 2022-06-13T13:04:07.106Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:2da0d04e-0515-4f09-a602-88fa961c014b ServiceName:basic_onboard_LEumGs ServiceVersion:1.0 ServiceUUID:389ecfa1-0c0e-4f44-b509-87da874d66bb ServiceInvariantUUID:c517f33a-f05f-4485-a395-0ceedb8a94b7 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardLeumgs-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/artifacts/service-BasicOnboardLeumgs-csar.csar ArtifactUUID:000a425f-0323-439b-85e9-21f09b0ad6ac ArtifactChecksum:MDdhZTdjNjBjN2IxNDU5MTcwYzQwNzUxN2EwYjc0MmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_LEumGs 0 ResourceCustomizationUUID:0f5eff3d-8f31-4321-adbb-465f91f7c9ea ResourceInvariantUUID:952e003d-7f34-44df-8928-9b5e9134e7c2 ResourceName:basic_onboard_LEumGs ResourceType:VF ResourceUUID:0e18837e-61f0-49d2-b1cf-823d5dc7f277 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_leumgs0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/basic_onboard_leumgs0_modules.json ArtifactUUID:890cb41b-1ff9-42cb-a18f-8f9d5e4e07ea ArtifactChecksum:NWViNGEyZmZkYjkxMTg3NDBkN2E2NTE0NTQ2Y2JjZGM= 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/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/base_ubuntu18.yaml ArtifactUUID:cf799cc1-e47a-48db-ae4f-e66e4e73a229 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/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/base_ubuntu18.env ArtifactUUID:df550665-4b99-45a4-8a44-a8c70995613d 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/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/base_ubuntu18.env ArtifactUUID:df550665-4b99-45a4-8a44-a8c70995613d ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-13T13:04:07.106Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 389ecfa1-0c0e-4f44-b509-87da874d66bb 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-06-13T13:04:07.147Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-13T13:04:07.148Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-06-13T13:04:07.148Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-06-13T13:04:07.148Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 000a425f-0323-439b-85e9-21f09b0ad6ac from URL: /sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/artifacts/service-BasicOnboardLeumgs-csar.csar 2022-06-13T13:04:07.149Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-06-13T13:04:07.149Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/artifacts/service-BasicOnboardLeumgs-csar.csar 2022-06-13T13:04:07.294Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-06-13T13:04:07.298Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/artifacts/service-BasicOnboardLeumgs-csar.csar 000a425f-0323-439b-85e9-21f09b0ad6ac 71567 2022-06-13T13:04:07.298Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/artifacts/service-BasicOnboardLeumgs-csar.csar ASDC sendASDCNotification 2022-06-13T13:04:07.299Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/artifacts/service-BasicOnboardLeumgs-csar.csar 2022-06-13T13:04:07.299Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-13T13:04:07.299Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:04:07.301Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:04:07.301Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655125447298, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/artifacts/service-BasicOnboardLeumgs-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-13T13:04:07.408Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms 2022-06-13T13:04:07.409Z||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-06-13T13:04:07.409Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:04:07.427Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:04:07.429Z||pool-26-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-06-13T13:04:08.302Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-13T13:04:08.303Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-06-13T13:04:08.303Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 000a425f-0323-439b-85e9-21f09b0ad6ac, URL: /sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/artifacts/service-BasicOnboardLeumgs-csar.csar to file: /app/ASDC/1/service-BasicOnboardLeumgs-csar.csar 2022-06-13T13:04:08.304Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardLeumgs-csar.csar 2022-06-13T13:04:08.304Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardLeumgs-csar.csar 2022-06-13T13:04:08.305Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardLeumgs-csar.csar 2022-06-13T13:04:08.601Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18024539693223908200/Definitions/service-BasicOnboardLeumgs-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-06-13T13:04:09.984Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-13T13:04:09.984Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-06-13T13:04:09.985Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardLeumgs-csar.csar 2022-06-13T13:04:09.985Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-06-13T13:04:09.985Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_LEumGs 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-BasicOnboardLeumgs-csar.csar 2022-06-13T13:04:09.985Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||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-BasicOnboardLeumgs-csar.csar 2022-06-13T13:04:09.985Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardLeumgs-csar.csar 2022-06-13T13:04:09.986Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardLeumgs-csar.csar 2022-06-13T13:04:09.986Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardLeumgs-csar.csar 2022-06-13T13:04:09.986Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardLeumgs-csar.csar 2022-06-13T13:04:09.986Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardLeumgs-csar.csar 2022-06-13T13:04:09.986Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardLeumgs-csar.csar 2022-06-13T13:04:09.987Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardLeumgs-csar.csar 2022-06-13T13:04:09.987Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-06-13T13:04:09.987Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:04:09.987Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_LEumGs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-13T13:04:09.988Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_LEumGs 0 is matching search criteria 2022-06-13T13:04:09.988Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-06-13T13:04:09.988Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_LEumGs 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-13T13:04:09.989Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:04:09.989Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_LEumGs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-13T13:04:09.989Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_LEumGs 0 is matching search criteria 2022-06-13T13:04:09.989Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-06-13T13:04:09.990Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_LEumGs 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-13T13:04:09.990Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:04:09.990Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_LEumGs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-13T13:04:09.990Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:04:09.991Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_LEumGs 0 is not matching search criteria 2022-06-13T13:04:09.991Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-06-13T13:04:09.991Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-06-13T13:04:09.991Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-06-13T13:04:09.992Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-06-13T13:04:09.992Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-13T13:04:09.992Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:04:09.992Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_LEumGs is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-13T13:04:09.993Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:04:09.993Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_LEumGs 0 is matching search criteria 2022-06-13T13:04:09.993Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_LEumGs 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-13T13:04:09.994Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:04:09.994Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_LEumGs 0 is matching search criteria 2022-06-13T13:04:09.994Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_LEumGs 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-13T13:04:09.994Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:04:09.995Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_LEumGs 0 is matching search criteria 2022-06-13T13:04:09.995Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_LEumGs 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-13T13:04:09.995Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:04:09.995Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_LEumGs 0 is not matching search criteria 2022-06-13T13:04:09.996Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-06-13T13:04:09.996Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-06-13T13:04:09.996Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=b0f1341e-5b80-4f7d-8072-0d1b8b90748a 2022-06-13T13:04:09.996Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:04:09.997Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_LEumGs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-13T13:04:09.997Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:04:09.997Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_LEumGs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-13T13:04:09.997Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:04:09.998Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_LEumGs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-13T13:04:09.998Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:04:09.998Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_LEumGs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-13T13:04:09.998Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_LEumGs Description:service Model UUID:389ecfa1-0c0e-4f44-b509-87da874d66bb Model Version:NULL Model InvariantUuid:c517f33a-f05f-4485-a395-0ceedb8a94b7 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_LEumGs Model UUID:ce99719f-2514-48bb-b89c-7fe6db358649 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:952e003d-7f34-44df-8928-9b5e9134e7c2 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:0f5eff3d-8f31-4321-adbb-465f91f7c9ea NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:56e5e31b-c561-45bd-819e-09cb31a2caaf ModelName:BasicOnboardLeumgs..base_ubuntu18..module-0 ModelUuid:ef66587d-ba93-433a-9687-a04317026598 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:b0f1341e-5b80-4f7d-8072-0d1b8b90748a ModelInvariantUuid:c69d79c6-54ad-438d-a9d6-4d10cbd6505a ModelName:basic_onboard_LEumGs-nodes.ubuntu18Cvfc ModelUuid:e1d6dcaa-d41b-479c-b5a2-9f5cad69980c ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:3fde5dea-f2cc-4253-ac49-fb0080e458db ModelInvariantUuid:173222fb-17db-4578-8fe7-eaefb15a3deb ModelName:BasicOnboardLeumgs.compute.nodes.heat.ubuntu18 ModelUuid:b220d441-990a-4751-9f93-b159dd435580 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-06-13T13:04:10.009Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 0e18837e-61f0-49d2-b1cf-823d5dc7f277 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-06-13T13:04:10.017Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500||basic_onboard_LEumGs 0 2022-06-13T13:04:10.017Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0e18837e-61f0-49d2-b1cf-823d5dc7f277 2022-06-13T13:04:10.018Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 890cb41b-1ff9-42cb-a18f-8f9d5e4e07ea from URL: /sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/basic_onboard_leumgs0_modules.json 2022-06-13T13:04:10.018Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-06-13T13:04:10.018Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/basic_onboard_leumgs0_modules.json 2022-06-13T13:04:10.178Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-06-13T13:04:10.180Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/basic_onboard_leumgs0_modules.json 890cb41b-1ff9-42cb-a18f-8f9d5e4e07ea 798 2022-06-13T13:04:10.181Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/basic_onboard_leumgs0_modules.json ASDC sendASDCNotification 2022-06-13T13:04:10.181Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/basic_onboard_leumgs0_modules.json 2022-06-13T13:04:10.181Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-13T13:04:10.182Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:04:10.184Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:04:10.184Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655125450181, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/basic_onboard_leumgs0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-13T13:04:10.284Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-13T13:04:10.286Z||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-06-13T13:04:10.286Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:04:10.310Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:04:10.311Z||pool-27-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-06-13T13:04:11.185Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardLeumgs..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "56e5e31b-c561-45bd-819e-09cb31a2caaf", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ef66587d-ba93-433a-9687-a04317026598", "vfModuleModelCustomizationUUID": "88f22021-6435-43f5-b6f0-b125abd49516", "isBase": true, "artifacts": [ "cf799cc1-e47a-48db-ae4f-e66e4e73a229", "df550665-4b99-45a4-8a44-a8c70995613d" ], "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-06-13T13:04:11.191Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardLeumgs..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ef66587d-ba93-433a-9687-a04317026598 VfModuleModelInvariantUUID:56e5e31b-c561-45bd-819e-09cb31a2caaf VfModuleModelDescription:NULL Artifacts UUID List:{ cf799cc1-e47a-48db-ae4f-e66e4e73a229 , df550665-4b99-45a4-8a44-a8c70995613d } 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-06-13T13:04:11.193Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardLeumgs..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "56e5e31b-c561-45bd-819e-09cb31a2caaf", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ef66587d-ba93-433a-9687-a04317026598", "vfModuleModelCustomizationUUID": "88f22021-6435-43f5-b6f0-b125abd49516", "isBase": true, "artifacts": [ "cf799cc1-e47a-48db-ae4f-e66e4e73a229", "df550665-4b99-45a4-8a44-a8c70995613d" ], "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-06-13T13:04:11.193Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardLeumgs..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ef66587d-ba93-433a-9687-a04317026598 VfModuleModelInvariantUUID:56e5e31b-c561-45bd-819e-09cb31a2caaf VfModuleModelDescription:NULL Artifacts UUID List:{ cf799cc1-e47a-48db-ae4f-e66e4e73a229 , df550665-4b99-45a4-8a44-a8c70995613d } 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-06-13T13:04:11.193Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: cf799cc1-e47a-48db-ae4f-e66e4e73a229 from URL: /sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/base_ubuntu18.yaml 2022-06-13T13:04:11.193Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-06-13T13:04:11.193Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/base_ubuntu18.yaml 2022-06-13T13:04:11.369Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-06-13T13:04:11.370Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/base_ubuntu18.yaml cf799cc1-e47a-48db-ae4f-e66e4e73a229 5033 2022-06-13T13:04:11.371Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-06-13T13:04:11.371Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/base_ubuntu18.yaml 2022-06-13T13:04:11.371Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-13T13:04:11.371Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:04:11.374Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:04:11.375Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655125451371, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-06-13T13:04:11.475Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-13T13:04:11.476Z||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-06-13T13:04:11.476Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:04:11.495Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:04:11.496Z||pool-28-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-06-13T13:04:12.375Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: df550665-4b99-45a4-8a44-a8c70995613d from URL: /sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/base_ubuntu18.env 2022-06-13T13:04:12.376Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-06-13T13:04:12.376Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/base_ubuntu18.env 2022-06-13T13:04:12.474Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-06-13T13:04:12.474Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/base_ubuntu18.env df550665-4b99-45a4-8a44-a8c70995613d 909 2022-06-13T13:04:12.475Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-06-13T13:04:12.475Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/base_ubuntu18.env 2022-06-13T13:04:12.475Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-13T13:04:12.475Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:04:12.477Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:04:12.477Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655125452475, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-06-13T13:04:12.577Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-13T13:04:12.579Z||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-06-13T13:04:12.579Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:04:12.602Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:04:12.603Z||pool-29-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-06-13T13:04:13.478Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 389ecfa1-0c0e-4f44-b509-87da874d66bb 2022-06-13T13:04:13.478Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_LEumGs 0 0e18837e-61f0-49d2-b1cf-823d5dc7f277 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-06-13T13:04:13.491Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@e73f9b8, org.onap.sdc.toscaparser.api.parameters.Input@23076e4c, org.onap.sdc.toscaparser.api.parameters.Input@3a7412b, org.onap.sdc.toscaparser.api.parameters.Input@7509cc92, org.onap.sdc.toscaparser.api.parameters.Input@642655b2] 2022-06-13T13:04:13.492Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:04:13.493Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_LEumGs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-13T13:04:13.493Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2022-06-13T13:04:13.493Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 0f5eff3d-8f31-4321-adbb-465f91f7c9ea 2022-06-13T13:04:13.493Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0f5eff3d-8f31-4321-adbb-465f91f7c9ea matches Tosca VF Customization UUID: 0f5eff3d-8f31-4321-adbb-465f91f7c9ea 2022-06-13T13:04:13.493Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 0f5eff3d-8f31-4321-adbb-465f91f7c9ea 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-06-13T13:04:13.495Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:04:13.496Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_LEumGs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-13T13:04:13.496Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 0f5eff3d-8f31-4321-adbb-465f91f7c9ea: {\"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-06-13T13:04:13.497Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7e0aa3ba 2022-06-13T13:04:13.497Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:04:13.497Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_LEumGs is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-13T13:04:13.497Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 88f22021-6435-43f5-b6f0-b125abd49516 2022-06-13T13:04:13.497Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 88f22021-6435-43f5-b6f0-b125abd49516 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-06-13T13:04:13.499Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:04:13.500Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_LEumGs 0 is matching search criteria 2022-06-13T13:04:13.500Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_LEumGs 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-13T13:04:13.500Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:04:13.500Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_LEumGs 0 is matching search criteria 2022-06-13T13:04:13.501Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_LEumGs 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-13T13:04:13.501Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:04:13.501Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_LEumGs 0 is not matching search criteria 2022-06-13T13:04:13.501Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-06-13T13:04:13.501Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-06-13T13:04:13.502Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=b0f1341e-5b80-4f7d-8072-0d1b8b90748a 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-06-13T13:04:13.504Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:04:13.504Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_LEumGs 0 is matching search criteria 2022-06-13T13:04:13.504Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_LEumGs 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-13T13:04:13.505Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:04:13.505Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_LEumGs 0 is matching search criteria 2022-06-13T13:04:13.505Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_LEumGs 0] matching following query criteria: sdcType=VF, customizationUUID=0f5eff3d-8f31-4321-adbb-465f91f7c9ea 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-06-13T13:04:13.506Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:04:13.506Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_LEumGs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-13T13:04:13.507Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 389ecfa1-0c0e-4f44-b509-87da874d66bb: basic_onboard_LEumGs 2022-06-13T13:04:13.508Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:04:13.508Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_LEumGs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-13T13:04:13.508Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:04:13.508Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_LEumGs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-13T13:04:13.509Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:04:13.509Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_LEumGs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-13T13:04:13.509Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:04:13.509Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_LEumGs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-13T13:04:13.510Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:04:13.510Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_LEumGs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-13T13:04:13.510Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500||Saving Service: basic_onboard_LEumGs 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-06-13T13:04:13.593Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_LEumGs 0e18837e-61f0-49d2-b1cf-823d5dc7f277 1 ASDC deployResourceStructure 2022-06-13T13:04:13.593Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/basic_onboard_leumgs0_modules.json ASDC sendASDCNotification 2022-06-13T13:04:13.593Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/basic_onboard_leumgs0_modules.json 2022-06-13T13:04:13.593Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-13T13:04:13.594Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:04:13.609Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:04:13.609Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655125453593, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/basic_onboard_leumgs0_modules.json", "status": "DEPLOY_OK" } 2022-06-13T13:04:13.695Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 86 ms 2022-06-13T13:04:13.698Z||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-06-13T13:04:13.698Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:04:13.725Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:04:13.725Z||pool-30-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-06-13T13:04:14.611Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-06-13T13:04:14.611Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/base_ubuntu18.yaml 2022-06-13T13:04:14.611Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-13T13:04:14.612Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:04:14.614Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:04:14.614Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655125454611, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-06-13T13:04:14.714Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-13T13:04:14.715Z||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-06-13T13:04:14.715Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:04:14.732Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:04:14.733Z||pool-31-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-13T13:04:15.615Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-06-13T13:04:15.615Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/base_ubuntu18.env 2022-06-13T13:04:15.615Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-13T13:04:15.616Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:04:15.618Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:04:15.618Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655125455615, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-06-13T13:04:15.718Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-13T13:04:15.720Z||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-06-13T13:04:15.720Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:04:15.737Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:04:15.738Z||pool-32-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-06-13T13:04:16.619Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/artifacts/service-BasicOnboardLeumgs-csar.csar ASDC sendASDCNotification 2022-06-13T13:04:16.619Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/artifacts/service-BasicOnboardLeumgs-csar.csar 2022-06-13T13:04:16.620Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-13T13:04:16.620Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:04:16.622Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:04:16.623Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655125456619, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/artifacts/service-BasicOnboardLeumgs-csar.csar", "status": "DEPLOY_OK" } 2022-06-13T13:04:16.723Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-13T13:04:16.723Z||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-06-13T13:04:16.724Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:04:16.745Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:04:16.745Z||pool-33-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2022-06-13T13:04:17.624Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2da0d04e-0515-4f09-a602-88fa961c014b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-13T13:04:17.636Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2da0d04e-0515-4f09-a602-88fa961c014b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-13T13:04:17.639Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-13T13:04:17.639Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-13T13:04:17.639Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-13T13:04:17.640Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-13T13:04:17.640Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-13T13:04:17.640Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-13T13:04:17.640Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-13T13:04:17.640Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-13T13:04:17.640Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-13T13:04:17.641Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-13T13:04:17.641Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-13T13:04:17.646Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-13T13:04:47.647Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2da0d04e-0515-4f09-a602-88fa961c014b 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-06-13T13:04:47.656Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2da0d04e-0515-4f09-a602-88fa961c014b and serviceModelVersionId: 389ecfa1-0c0e-4f44-b509-87da874d66bb 2022-06-13T13:04:47.656Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c517f33a-f05f-4485-a395-0ceedb8a94b7 2022-06-13T13:04:47.657Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c517f33a-f05f-4485-a395-0ceedb8a94b7/model-vers/model-ver/389ecfa1-0c0e-4f44-b509-87da874d66bb?depth=0 2022-06-13T13:04:47.663Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-06-13T13:04:47.717Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c517f33a-f05f-4485-a395-0ceedb8a94b7/model-vers/model-ver/389ecfa1-0c0e-4f44-b509-87da874d66bb?depth=0|INFO|500||Invoke 2022-06-13T13:04:47.718Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c517f33a-f05f-4485-a395-0ceedb8a94b7/model-vers/model-ver/389ecfa1-0c0e-4f44-b509-87da874d66bb?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c517f33a-f05f-4485-a395-0ceedb8a94b7/model-vers/model-ver/389ecfa1-0c0e-4f44-b509-87da874d66bb?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2da0d04e-0515-4f09-a602-88fa961c014b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0a08a71a-9b50-47b3-bdff-8ab2397ae50f], X-ECOMP-RequestID=[2da0d04e-0515-4f09-a602-88fa961c014b], X-TransactionId=[], X-ONAP-RequestID=[2da0d04e-0515-4f09-a602-88fa961c014b], Content-Type=[application/merge-patch+json]} 2022-06-13T13:04:47.746Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c517f33a-f05f-4485-a395-0ceedb8a94b7/model-vers/model-ver/389ecfa1-0c0e-4f44-b509-87da874d66bb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-13T13:04:48.043Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c517f33a-f05f-4485-a395-0ceedb8a94b7/model-vers/model-ver/389ecfa1-0c0e-4f44-b509-87da874d66bb?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/c517f33a-f05f-4485-a395-0ceedb8a94b7/model-vers/model-ver/389ecfa1-0c0e-4f44-b509-87da874d66bb?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220613-13:04:48:646-65952], vertex-id=[221248], Content-Length=[0], Date=[Mon, 13 Jun 2022 13:04:48 GMT], Content-Type=[application/json]} 2022-06-13T13:04:48.043Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c517f33a-f05f-4485-a395-0ceedb8a94b7/model-vers/model-ver/389ecfa1-0c0e-4f44-b509-87da874d66bb?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-13T13:04:48.044Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c517f33a-f05f-4485-a395-0ceedb8a94b7/model-vers/model-ver/389ecfa1-0c0e-4f44-b509-87da874d66bb?depth=0|INFO|500||InvokeReturn 2022-06-13T13:04:48.046Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-13T13:04:48.046Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-13T13:04:48.050Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-13T13:04:48.050Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2da0d04e-0515-4f09-a602-88fa961c014b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-13T13:04:48.051Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-13T13:04:48.051Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:04:48.054Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:04:48.054Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655125488050, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-13T13:04:48.153Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-13T13:04:48.154Z||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-06-13T13:04:48.154Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:04:48.181Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:04:48.182Z||pool-34-thread-1|||||INFO|500||cambria reply ok (29 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-06-13T13:04:59.419Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T13:04:59.420Z||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-06-13T13:04:59.420Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T13:04:59.421Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T13:04:59.422Z||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-06-13T13:04:59.423Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T13:04:59.564Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:04:59.565Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:04:59.565Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655125439419, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:04:59.566Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:05:08.995Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:05:59.420Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T13:05:59.422Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T13:05:59.425Z||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-06-13T13:05:59.425Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T13:05:59.425Z||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-06-13T13:05:59.425Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T13:05:59.972Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:05:59.975Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-13T13:05:59.975Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655125439419, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/basic_onboard_leumgs0_modules.json", "status": "NOTIFIED" } 2022-06-13T13:05:59.978Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-13T13:05:59.978Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-13T13:05:59.978Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655125439419, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-06-13T13:05:59.979Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-13T13:05:59.979Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-13T13:05:59.979Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655125439419, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:05:59.979Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-13T13:05:59.980Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-13T13:05:59.980Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655125439419, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-06-13T13:05:59.980Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-13T13:05:59.980Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-13T13:05:59.981Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655125439419, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/artifacts/service-BasicOnboardLeumgs-template.yml", "status": "NOT_NOTIFIED" } 2022-06-13T13:05:59.981Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-13T13:05:59.981Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-13T13:05:59.981Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655125439419, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/artifacts/service-BasicOnboardLeumgs-csar.csar", "status": "NOTIFIED" } 2022-06-13T13:05:59.982Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-13T13:05:59.982Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-13T13:05:59.982Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655125447298, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/artifacts/service-BasicOnboardLeumgs-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-13T13:05:59.982Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:05:59.983Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-13T13:05:59.983Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655125450181, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/basic_onboard_leumgs0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-13T13:05:59.983Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:05:59.983Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-13T13:05:59.985Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655125451371, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-06-13T13:05:59.985Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:05:59.985Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-13T13:05:59.986Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655125452475, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-06-13T13:05:59.986Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:05:59.986Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-13T13:05:59.986Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655125453593, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/basic_onboard_leumgs0_modules.json", "status": "DEPLOY_OK" } 2022-06-13T13:05:59.987Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:05:59.987Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-13T13:05:59.987Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655125454611, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-06-13T13:05:59.987Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:05:59.988Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-13T13:05:59.988Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655125455615, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/resourceInstances/basic_onboard_leumgs0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-06-13T13:05:59.988Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:05:59.988Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-13T13:05:59.989Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655125456619, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLeumgs/1.0/artifacts/service-BasicOnboardLeumgs-csar.csar", "status": "DEPLOY_OK" } 2022-06-13T13:05:59.989Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:05:59.989Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-13T13:05:59.989Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2da0d04e-0515-4f09-a602-88fa961c014b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655125488050, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-13T13:05:59.990Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:06:08.989Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:06:59.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T13:06:59.422Z||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-06-13T13:06:59.422Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T13:06:59.422Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T13:06:59.422Z||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-06-13T13:06:59.422Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T13:07:09.010Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:07:09.010Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:07:59.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T13:07:59.420Z||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-06-13T13:07:59.420Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T13:07:59.422Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T13:07:59.422Z||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-06-13T13:07:59.422Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T13:08:08.985Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:08:08.996Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:08:59.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T13:08:59.420Z||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-06-13T13:08:59.420Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T13:08:59.422Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T13:08:59.422Z||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-06-13T13:08:59.423Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T13:09:08.981Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:09:08.981Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:09:59.422Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T13:09:59.420Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T13:09:59.425Z||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-06-13T13:09:59.425Z||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-06-13T13:09:59.425Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T13:09:59.425Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T13:10:08.985Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:10:09.010Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:10:59.419Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T13:10:59.420Z||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-06-13T13:10:59.420Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T13:10:59.422Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T13:10:59.422Z|2da0d04e-0515-4f09-a602-88fa961c014b|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-06-13T13:10:59.422Z|2da0d04e-0515-4f09-a602-88fa961c014b|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 DpP1mpm7yRCdd6VI) ... 2022-06-13T13:11:08.988Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:11:09.001Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:11:59.423Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T13:11:59.423Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T13:11:59.424Z||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-06-13T13:11:59.424Z||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-06-13T13:11:59.424Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T13:11:59.424Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T13:12:08.999Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:12:09.028Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:12:59.419Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T13:12:59.420Z||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-06-13T13:12:59.420Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T13:12:59.422Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T13:12:59.422Z||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-06-13T13:12:59.422Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T13:13:00.070Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:13:00.071Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:13:00.073Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6804093-6f3c-4c68-8f5e-a01160f62adb", "consumerID": "multicloud-k8s-id", "timestamp": 1655125962377, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-13T13:13:00.075Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:13:00.075Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:13:00.075Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6804093-6f3c-4c68-8f5e-a01160f62adb", "consumerID": "clamp", "timestamp": 1655125968941, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-13T13:13:00.075Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:13:00.075Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:13:00.076Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6804093-6f3c-4c68-8f5e-a01160f62adb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655125968930, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-13T13:13:00.076Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:13:00.076Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:13:00.076Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6804093-6f3c-4c68-8f5e-a01160f62adb", "consumerID": "policy-id", "timestamp": 1655125964666, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-13T13:13:00.076Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:13:00.076Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:13:00.076Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6804093-6f3c-4c68-8f5e-a01160f62adb", "consumerID": "cds", "timestamp": 1655125968622, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-13T13:13:00.076Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:13:00.077Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:13:00.077Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6804093-6f3c-4c68-8f5e-a01160f62adb", "consumerID": "multicloud-k8s-id", "timestamp": 1655125962377, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-13T13:13:00.077Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:13:00.077Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:13:00.077Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6804093-6f3c-4c68-8f5e-a01160f62adb", "consumerID": "clamp", "timestamp": 1655125968941, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-13T13:13:00.077Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:13:00.077Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:13:00.077Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6804093-6f3c-4c68-8f5e-a01160f62adb", "consumerID": "policy-id", "timestamp": 1655125964666, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-13T13:13:00.078Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:13:00.078Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:13:00.078Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6804093-6f3c-4c68-8f5e-a01160f62adb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655125968930, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-13T13:13:00.078Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:13:00.078Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:13:00.078Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6804093-6f3c-4c68-8f5e-a01160f62adb", "consumerID": "cds", "timestamp": 1655125968622, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-13T13:13:00.078Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:13:00.078Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:13:00.078Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6804093-6f3c-4c68-8f5e-a01160f62adb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655125972011, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-13T13:13:00.079Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:13:00.079Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:13:00.079Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6804093-6f3c-4c68-8f5e-a01160f62adb", "consumerID": "cds", "timestamp": 1655125971688, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-13T13:13:00.079Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:13:00.079Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:13:00.079Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6804093-6f3c-4c68-8f5e-a01160f62adb", "consumerID": "policy-id", "timestamp": 1655125972197, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-13T13:13:00.079Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:13:00.079Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:13:00.080Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6804093-6f3c-4c68-8f5e-a01160f62adb", "consumerID": "aai-ml", "timestamp": 1655125971876, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-13T13:13:00.080Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:13:00.080Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:13:00.080Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6804093-6f3c-4c68-8f5e-a01160f62adb", "consumerID": "cds", "timestamp": 1655125972696, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-13T13:13:00.106Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c6804093-6f3c-4c68-8f5e-a01160f62adb 2022-06-13T13:13:00.106Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c6804093-6f3c-4c68-8f5e-a01160f62adb 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-06-13T13:13:00.118Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:13:00.119Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6804093-6f3c-4c68-8f5e-a01160f62adb", "consumerID": "policy-id", "timestamp": 1655125973212, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-13T13:13:00.119Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:13:00.119Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:13:00.119Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6804093-6f3c-4c68-8f5e-a01160f62adb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655125973712, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-13T13:13:00.119Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:13:00.119Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:13:00.119Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6804093-6f3c-4c68-8f5e-a01160f62adb", "consumerID": "aai-ml", "timestamp": 1655125971876, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-13T13:13:00.120Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:13:00.120Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:13:00.120Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6804093-6f3c-4c68-8f5e-a01160f62adb", "consumerID": "policy-id", "timestamp": 1655125974231, "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-06-13T13:13:00.125Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c6804093-6f3c-4c68-8f5e-a01160f62adb 2022-06-13T13:13:00.125Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c6804093-6f3c-4c68-8f5e-a01160f62adb 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-06-13T13:13:00.145Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:13:00.146Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6804093-6f3c-4c68-8f5e-a01160f62adb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655125974716, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } 2022-06-13T13:13:00.151Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:13:00.151Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-13T13:13:00.151Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"c6804093-6f3c-4c68-8f5e-a01160f62adb","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"4fe2a952-760e-4d13-ba94-b09da87d7c41","serviceDescription":"service","serviceInvariantUUID":"a6b9e961-ebc9-443c-97f5-e04ae67c7f49","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"a9c09dc8-f457-4367-b49d-080556d7765b","resourceInvariantUUID":"892c7e78-8acb-426c-b8b4-59a5db2716b1","resourceCustomizationUUID":"a3a3a477-b9c3-40d0-9d57-3b28c02e6f53","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":"ZWYzZDFjMmRlM2Y1NTQyNjU5YzgzNDM4OTQyNWU2YWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b51370d1-af83-44e7-b857-6e3c9ff66f21","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"Mjg0YjA3ZmE0MmE3MjM4MmQ4ODFlNWRiNjYzNGMyOWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6cdb33bb-0d2f-473e-b8e4-2507f800d268","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-13T13:13:00.155Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-13T13:13:00.155Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-13T13:13:00.159Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:13:00.159Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c6804093-6f3c-4c68-8f5e-a01160f62adb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655125979419, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-13T13:13:00.160Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c6804093-6f3c-4c68-8f5e-a01160f62adb 2022-06-13T13:13:00.160Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c6804093-6f3c-4c68-8f5e-a01160f62adb 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-06-13T13:13:00.168Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:13:00.168Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6804093-6f3c-4c68-8f5e-a01160f62adb", "consumerID": "aai-ml", "timestamp": 1655125974923, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-13T13:13:00.169Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:13:00.169Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:13:00.169Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6804093-6f3c-4c68-8f5e-a01160f62adb", "consumerID": "ves-openapi-manager", "timestamp": 1655125978609, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-13T13:13:00.169Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:13:00.169Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:13:00.169Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6804093-6f3c-4c68-8f5e-a01160f62adb", "consumerID": "ves-openapi-manager", "timestamp": 1655125978609, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-13T13:13:00.170Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:13:00.170Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:13:00.170Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6804093-6f3c-4c68-8f5e-a01160f62adb", "consumerID": "clamp", "timestamp": 1655125979580, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-13T13:13:00.170Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:13:00.259Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-13T13:13:00.260Z||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-06-13T13:13:00.260Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:13:00.335Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:13:00.336Z||pool-35-thread-1|||||INFO|500||cambria reply ok (77 ms):{"serverTimeMs":1,"count":1} 2022-06-13T13:13:01.160Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-13T13:13:01.161Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:13:01.163Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:13:01.163Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c6804093-6f3c-4c68-8f5e-a01160f62adb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655125979419, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-13T13:13:01.263Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-13T13:13:01.264Z||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-06-13T13:13:01.264Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:13:01.360Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:13:01.361Z||pool-36-thread-1|||||INFO|500||cambria reply ok (98 ms):{"serverTimeMs":0,"count":1} 2022-06-13T13:13:02.164Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "c6804093-6f3c-4c68-8f5e-a01160f62adb", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "4fe2a952-760e-4d13-ba94-b09da87d7c41", "serviceDescription": "service", "serviceInvariantUUID": "a6b9e961-ebc9-443c-97f5-e04ae67c7f49", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "a3a3a477-b9c3-40d0-9d57-3b28c02e6f53", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "a9c09dc8-f457-4367-b49d-080556d7765b", "resourceInvariantUUID": "892c7e78-8acb-426c-b8b4-59a5db2716b1", "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": "Mjg0YjA3ZmE0MmE3MjM4MmQ4ODFlNWRiNjYzNGMyOWM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "6cdb33bb-0d2f-473e-b8e4-2507f800d268" } ], "workloadContext": "Production" } 2022-06-13T13:13:02.164Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-13T13:13:02.164Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 4fe2a952-760e-4d13-ba94-b09da87d7c41 ASDC 2022-06-13T13:13:02.165Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:c6804093-6f3c-4c68-8f5e-a01160f62adb ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:4fe2a952-760e-4d13-ba94-b09da87d7c41 ServiceInvariantUUID:a6b9e961-ebc9-443c-97f5-e04ae67c7f49 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:6cdb33bb-0d2f-473e-b8e4-2507f800d268 ArtifactChecksum:Mjg0YjA3ZmE0MmE3MjM4MmQ4ODFlNWRiNjYzNGMyOWM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:a3a3a477-b9c3-40d0-9d57-3b28c02e6f53 ResourceInvariantUUID:892c7e78-8acb-426c-b8b4-59a5db2716b1 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:a9c09dc8-f457-4367-b49d-080556d7765b ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-06-13T13:13:02.165Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4fe2a952-760e-4d13-ba94-b09da87d7c41 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-06-13T13:13:02.201Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-13T13:13:02.204Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-06-13T13:13:02.204Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-06-13T13:13:02.205Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 6cdb33bb-0d2f-473e-b8e4-2507f800d268 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-06-13T13:13:02.205Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-06-13T13:13:02.205Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-06-13T13:13:02.485Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-06-13T13:13:02.495Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 6cdb33bb-0d2f-473e-b8e4-2507f800d268 52511 2022-06-13T13:13:02.495Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-06-13T13:13:02.496Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-06-13T13:13:02.496Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-13T13:13:02.496Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:13:02.498Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:13:02.498Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c6804093-6f3c-4c68-8f5e-a01160f62adb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655125982495, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-13T13:13:02.598Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-13T13:13:02.599Z||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-06-13T13:13:02.600Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:13:02.640Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:13:02.641Z||pool-37-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":1,"count":1} 2022-06-13T13:13:03.499Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-13T13:13:03.500Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-06-13T13:13:03.500Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 6cdb33bb-0d2f-473e-b8e4-2507f800d268, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-13T13:13:03.501Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-06-13T13:13:03.501Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-13T13:13:03.501Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-13T13:13:03.704Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12596569805166438614/Definitions/service-BasicNetwork-template.yml 2022-06-13T13:13:04.421Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-13T13:13:04.422Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-06-13T13:13:04.422Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-13T13:13:04.423Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-06-13T13:13:04.423Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||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-06-13T13:13:04.423Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||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-06-13T13:13:04.423Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||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-06-13T13:13:04.423Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||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-06-13T13:13:04.423Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-13T13:13:04.424Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||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-06-13T13:13:04.424Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||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-06-13T13:13:04.424Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||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-06-13T13:13:04.424Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-06-13T13:13:04.424Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:13:04.425Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-13T13:13:04.425Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-06-13T13:13:04.425Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-06-13T13:13:04.426Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-13T13:13:04.426Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:13:04.426Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-13T13:13:04.427Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-06-13T13:13:04.427Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-06-13T13:13:04.427Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-13T13:13:04.428Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:13:04.428Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-13T13:13:04.428Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:13:04.428Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-13T13:13:04.428Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:13:04.429Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-13T13:13:04.429Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:13:04.429Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-13T13:13:04.429Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:13:04.430Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-13T13:13:04.430Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:4fe2a952-760e-4d13-ba94-b09da87d7c41 Model Version:NULL Model InvariantUuid:a6b9e961-ebc9-443c-97f5-e04ae67c7f49 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:892c7e78-8acb-426c-b8b4-59a5db2716b1 Model UUID:aba497cc-f1f8-4746-ae19-1ab1036f41d6 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:a3a3a477-b9c3-40d0-9d57-3b28c02e6f53 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-06-13T13:13:04.436Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||INFO|500||Processing Resource Type: VL, Model UUID: a9c09dc8-f457-4367-b49d-080556d7765b 2022-06-13T13:13:04.436Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||INFO|500||No resources found for Service: 4fe2a952-760e-4d13-ba94-b09da87d7c41 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-06-13T13:13:04.442Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||INFO|500|| 2022-06-13T13:13:04.442Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-06-13T13:13:04.443Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 4fe2a952-760e-4d13-ba94-b09da87d7c41 2022-06-13T13:13:04.443Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 4fe2a952-760e-4d13-ba94-b09da87d7c41 2022-06-13T13:13:04.444Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-06-13T13:13:04.444Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||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-06-13T13:13:04.447Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@328abe89, org.onap.sdc.toscaparser.api.parameters.Input@785878ec, org.onap.sdc.toscaparser.api.parameters.Input@6d8c42b7, org.onap.sdc.toscaparser.api.parameters.Input@50326610, org.onap.sdc.toscaparser.api.parameters.Input@372be469] 2022-06-13T13:13:04.448Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:13:04.448Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-13T13:13:04.449Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:13:04.449Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-13T13:13:04.449Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 4fe2a952-760e-4d13-ba94-b09da87d7c41: Generic NeutronNet 2022-06-13T13:13:04.449Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:13:04.449Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-13T13:13:04.450Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:13:04.450Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||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-06-13T13:13:04.483Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:13:04.484Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-13T13:13:04.484Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:13:04.484Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-13T13:13:04.485Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:13:04.485Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-13T13:13:04.485Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||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-06-13T13:13:04.534Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-06-13T13:13:04.534Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-06-13T13:13:04.535Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-06-13T13:13:04.535Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-13T13:13:04.535Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:13:04.537Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:13:04.537Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c6804093-6f3c-4c68-8f5e-a01160f62adb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655125984534, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-13T13:13:04.637Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-13T13:13:04.638Z||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-06-13T13:13:04.638Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:13:04.675Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:13:04.675Z||pool-38-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1} 2022-06-13T13:13:05.538Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c6804093-6f3c-4c68-8f5e-a01160f62adb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-13T13:13:05.562Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c6804093-6f3c-4c68-8f5e-a01160f62adb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-13T13:13:05.566Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-13T13:13:05.567Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-13T13:13:05.567Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-13T13:13:35.567Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c6804093-6f3c-4c68-8f5e-a01160f62adb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-13T13:13:35.588Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c6804093-6f3c-4c68-8f5e-a01160f62adb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-13T13:13:35.592Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-13T13:13:35.592Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-13T13:13:35.592Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-13T13:13:59.423Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T13:13:59.427Z||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-06-13T13:13:59.427Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T13:13:59.615Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:13:59.616Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:13:59.616Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6804093-6f3c-4c68-8f5e-a01160f62adb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655125979419, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-13T13:13:59.618Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:14:05.593Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c6804093-6f3c-4c68-8f5e-a01160f62adb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-13T13:14:05.616Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c6804093-6f3c-4c68-8f5e-a01160f62adb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-13T13:14:05.619Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-13T13:14:05.619Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-13T13:14:05.619Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-13T13:14:35.620Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c6804093-6f3c-4c68-8f5e-a01160f62adb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-13T13:14:35.654Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c6804093-6f3c-4c68-8f5e-a01160f62adb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-13T13:14:35.657Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-13T13:14:35.657Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-13T13:14:35.658Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-13T13:14:59.422Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T13:14:59.423Z||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-06-13T13:14:59.423Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T13:14:59.474Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:14:59.477Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:14:59.477Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6804093-6f3c-4c68-8f5e-a01160f62adb", "consumerID": "clamp", "timestamp": 1655125980666, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-13T13:14:59.478Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:14:59.478Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:14:59.478Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6804093-6f3c-4c68-8f5e-a01160f62adb", "consumerID": "aai-ml", "timestamp": 1655125980490, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-13T13:14:59.479Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:14:59.479Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:14:59.479Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6804093-6f3c-4c68-8f5e-a01160f62adb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655125979419, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-13T13:14:59.480Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:14:59.480Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:14:59.480Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6804093-6f3c-4c68-8f5e-a01160f62adb", "consumerID": "clamp", "timestamp": 1655125981676, "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-06-13T13:14:59.488Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c6804093-6f3c-4c68-8f5e-a01160f62adb 2022-06-13T13:14:59.489Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c6804093-6f3c-4c68-8f5e-a01160f62adb 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-06-13T13:14:59.504Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:14:59.504Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6804093-6f3c-4c68-8f5e-a01160f62adb", "consumerID": "aai-ml", "timestamp": 1655125981496, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-13T13:14:59.510Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c6804093-6f3c-4c68-8f5e-a01160f62adb 2022-06-13T13:14:59.510Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c6804093-6f3c-4c68-8f5e-a01160f62adb 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-06-13T13:14:59.521Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:14:59.521Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6804093-6f3c-4c68-8f5e-a01160f62adb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655125982495, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-13T13:14:59.521Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:14:59.521Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:14:59.521Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6804093-6f3c-4c68-8f5e-a01160f62adb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655125984534, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-13T13:14:59.522Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:14:59.522Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:14:59.522Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "977405ab-9e79-49db-9040-83f7e849783b", "consumerID": "multicloud-k8s-id", "timestamp": 1655126002377, "artifactURL": "/sdc/v1/catalog/services/DemoPnf76hq7bomqxasbdytwwve/1.0/resourceInstances/pnff718584323070/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:14:59.522Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:14:59.522Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:14:59.522Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "977405ab-9e79-49db-9040-83f7e849783b", "consumerID": "policy-id", "timestamp": 1655126004667, "artifactURL": "/sdc/v1/catalog/services/DemoPnf76hq7bomqxasbdytwwve/1.0/resourceInstances/pnff718584323070/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:14:59.522Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:14:59.522Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:14:59.523Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "977405ab-9e79-49db-9040-83f7e849783b", "consumerID": "clamp", "timestamp": 1655125998941, "artifactURL": "/sdc/v1/catalog/services/DemoPnf76hq7bomqxasbdytwwve/1.0/resourceInstances/pnff718584323070/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:14:59.523Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:14:59.523Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:14:59.523Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "977405ab-9e79-49db-9040-83f7e849783b", "consumerID": "cds", "timestamp": 1655125998619, "artifactURL": "/sdc/v1/catalog/services/DemoPnf76hq7bomqxasbdytwwve/1.0/resourceInstances/pnff718584323070/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:14:59.523Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:14:59.523Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:14:59.523Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "977405ab-9e79-49db-9040-83f7e849783b", "consumerID": "aai-ml", "timestamp": 1655126001876, "artifactURL": "/sdc/v1/catalog/services/DemoPnf76hq7bomqxasbdytwwve/1.0/resourceInstances/pnff718584323070/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:14:59.524Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:14:59.524Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:14:59.524Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "977405ab-9e79-49db-9040-83f7e849783b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655125998930, "artifactURL": "/sdc/v1/catalog/services/DemoPnf76hq7bomqxasbdytwwve/1.0/resourceInstances/pnff718584323070/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:14:59.524Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:14:59.524Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:14:59.524Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "977405ab-9e79-49db-9040-83f7e849783b", "consumerID": "aai-ml", "timestamp": 1655126001876, "artifactURL": "/sdc/v1/catalog/services/DemoPnf76hq7bomqxasbdytwwve/1.0/resourceInstances/pnff718584323070/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-13T13:14:59.524Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:14:59.524Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:14:59.525Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "977405ab-9e79-49db-9040-83f7e849783b", "consumerID": "multicloud-k8s-id", "timestamp": 1655126002377, "artifactURL": "/sdc/v1/catalog/services/DemoPnf76hq7bomqxasbdytwwve/1.0/resourceInstances/pnff718584323070/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-13T13:14:59.525Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:14:59.525Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:14:59.525Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "977405ab-9e79-49db-9040-83f7e849783b", "consumerID": "cds", "timestamp": 1655125998619, "artifactURL": "/sdc/v1/catalog/services/DemoPnf76hq7bomqxasbdytwwve/1.0/resourceInstances/pnff718584323070/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-13T13:14:59.525Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:14:59.525Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:14:59.525Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "977405ab-9e79-49db-9040-83f7e849783b", "consumerID": "policy-id", "timestamp": 1655126004667, "artifactURL": "/sdc/v1/catalog/services/DemoPnf76hq7bomqxasbdytwwve/1.0/resourceInstances/pnff718584323070/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-13T13:14:59.526Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:14:59.526Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:14:59.526Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "977405ab-9e79-49db-9040-83f7e849783b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655125998930, "artifactURL": "/sdc/v1/catalog/services/DemoPnf76hq7bomqxasbdytwwve/1.0/resourceInstances/pnff718584323070/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-13T13:14:59.526Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:14:59.526Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:14:59.526Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "977405ab-9e79-49db-9040-83f7e849783b", "consumerID": "clamp", "timestamp": 1655125998941, "artifactURL": "/sdc/v1/catalog/services/DemoPnf76hq7bomqxasbdytwwve/1.0/resourceInstances/pnff718584323070/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-13T13:14:59.526Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:14:59.526Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:14:59.526Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "977405ab-9e79-49db-9040-83f7e849783b", "consumerID": "aai-ml", "timestamp": 1655126001876, "artifactURL": "/sdc/v1/catalog/services/DemoPnf76hq7bomqxasbdytwwve/1.0/resourceInstances/pnff718584323070/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-13T13:14:59.527Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:14:59.527Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:14:59.527Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "977405ab-9e79-49db-9040-83f7e849783b", "consumerID": "multicloud-k8s-id", "timestamp": 1655126002377, "artifactURL": "/sdc/v1/catalog/services/DemoPnf76hq7bomqxasbdytwwve/1.0/resourceInstances/pnff718584323070/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-13T13:14:59.527Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:14:59.527Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:14:59.527Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "977405ab-9e79-49db-9040-83f7e849783b", "consumerID": "cds", "timestamp": 1655125998619, "artifactURL": "/sdc/v1/catalog/services/DemoPnf76hq7bomqxasbdytwwve/1.0/resourceInstances/pnff718584323070/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-13T13:14:59.528Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:14:59.528Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:14:59.528Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "977405ab-9e79-49db-9040-83f7e849783b", "consumerID": "clamp", "timestamp": 1655125998941, "artifactURL": "/sdc/v1/catalog/services/DemoPnf76hq7bomqxasbdytwwve/1.0/resourceInstances/pnff718584323070/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-13T13:14:59.528Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:14:59.528Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:14:59.528Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "977405ab-9e79-49db-9040-83f7e849783b", "consumerID": "policy-id", "timestamp": 1655126004667, "artifactURL": "/sdc/v1/catalog/services/DemoPnf76hq7bomqxasbdytwwve/1.0/resourceInstances/pnff718584323070/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-13T13:14:59.529Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:14:59.529Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:14:59.529Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "977405ab-9e79-49db-9040-83f7e849783b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655125998930, "artifactURL": "/sdc/v1/catalog/services/DemoPnf76hq7bomqxasbdytwwve/1.0/resourceInstances/pnff718584323070/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-13T13:14:59.529Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:14:59.529Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:14:59.529Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "977405ab-9e79-49db-9040-83f7e849783b", "consumerID": "multicloud-k8s-id", "timestamp": 1655126002377, "artifactURL": "/sdc/v1/catalog/services/DemoPnf76hq7bomqxasbdytwwve/1.0/resourceInstances/pnff718584323070/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:14:59.530Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:14:59.530Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:14:59.530Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "977405ab-9e79-49db-9040-83f7e849783b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655125998930, "artifactURL": "/sdc/v1/catalog/services/DemoPnf76hq7bomqxasbdytwwve/1.0/resourceInstances/pnff718584323070/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:14:59.530Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:14:59.530Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:14:59.530Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "977405ab-9e79-49db-9040-83f7e849783b", "consumerID": "clamp", "timestamp": 1655125998941, "artifactURL": "/sdc/v1/catalog/services/DemoPnf76hq7bomqxasbdytwwve/1.0/resourceInstances/pnff718584323070/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:14:59.531Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:14:59.531Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:14:59.531Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "977405ab-9e79-49db-9040-83f7e849783b", "consumerID": "cds", "timestamp": 1655125998619, "artifactURL": "/sdc/v1/catalog/services/DemoPnf76hq7bomqxasbdytwwve/1.0/resourceInstances/pnff718584323070/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:14:59.531Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:14:59.531Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:14:59.531Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "977405ab-9e79-49db-9040-83f7e849783b", "consumerID": "aai-ml", "timestamp": 1655126001876, "artifactURL": "/sdc/v1/catalog/services/DemoPnf76hq7bomqxasbdytwwve/1.0/resourceInstances/pnff718584323070/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:14:59.532Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:14:59.532Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:14:59.532Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "977405ab-9e79-49db-9040-83f7e849783b", "consumerID": "policy-id", "timestamp": 1655126004667, "artifactURL": "/sdc/v1/catalog/services/DemoPnf76hq7bomqxasbdytwwve/1.0/resourceInstances/pnff718584323070/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:14:59.532Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:14:59.532Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:14:59.532Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "977405ab-9e79-49db-9040-83f7e849783b", "consumerID": "aai-ml", "timestamp": 1655126001876, "artifactURL": "/sdc/v1/catalog/services/DemoPnf76hq7bomqxasbdytwwve/1.0/resourceInstances/pnff718584323070/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-13T13:14:59.532Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:14:59.533Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:14:59.533Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "977405ab-9e79-49db-9040-83f7e849783b", "consumerID": "multicloud-k8s-id", "timestamp": 1655126002377, "artifactURL": "/sdc/v1/catalog/services/DemoPnf76hq7bomqxasbdytwwve/1.0/resourceInstances/pnff718584323070/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-13T13:14:59.533Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:14:59.533Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:14:59.533Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "977405ab-9e79-49db-9040-83f7e849783b", "consumerID": "cds", "timestamp": 1655125998619, "artifactURL": "/sdc/v1/catalog/services/DemoPnf76hq7bomqxasbdytwwve/1.0/resourceInstances/pnff718584323070/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-13T13:14:59.534Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:14:59.534Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:14:59.534Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "977405ab-9e79-49db-9040-83f7e849783b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655125998930, "artifactURL": "/sdc/v1/catalog/services/DemoPnf76hq7bomqxasbdytwwve/1.0/resourceInstances/pnff718584323070/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-13T13:14:59.534Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:14:59.534Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:14:59.534Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "977405ab-9e79-49db-9040-83f7e849783b", "consumerID": "policy-id", "timestamp": 1655126004667, "artifactURL": "/sdc/v1/catalog/services/DemoPnf76hq7bomqxasbdytwwve/1.0/resourceInstances/pnff718584323070/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-13T13:14:59.535Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:14:59.535Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:14:59.535Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "977405ab-9e79-49db-9040-83f7e849783b", "consumerID": "clamp", "timestamp": 1655125998941, "artifactURL": "/sdc/v1/catalog/services/DemoPnf76hq7bomqxasbdytwwve/1.0/resourceInstances/pnff718584323070/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-13T13:14:59.535Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:14:59.535Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:14:59.535Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "977405ab-9e79-49db-9040-83f7e849783b", "consumerID": "multicloud-k8s-id", "timestamp": 1655126002377, "artifactURL": "/sdc/v1/catalog/services/DemoPnf76hq7bomqxasbdytwwve/1.0/resourceInstances/pnff718584323070/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-13T13:14:59.536Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:14:59.536Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:14:59.536Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "977405ab-9e79-49db-9040-83f7e849783b", "consumerID": "aai-ml", "timestamp": 1655126001876, "artifactURL": "/sdc/v1/catalog/services/DemoPnf76hq7bomqxasbdytwwve/1.0/resourceInstances/pnff718584323070/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-13T13:14:59.536Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:14:59.536Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:14:59.536Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "977405ab-9e79-49db-9040-83f7e849783b", "consumerID": "cds", "timestamp": 1655125998619, "artifactURL": "/sdc/v1/catalog/services/DemoPnf76hq7bomqxasbdytwwve/1.0/resourceInstances/pnff718584323070/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-13T13:14:59.537Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:14:59.537Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:14:59.537Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "977405ab-9e79-49db-9040-83f7e849783b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655125998930, "artifactURL": "/sdc/v1/catalog/services/DemoPnf76hq7bomqxasbdytwwve/1.0/resourceInstances/pnff718584323070/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-13T13:14:59.537Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:14:59.537Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:14:59.537Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "977405ab-9e79-49db-9040-83f7e849783b", "consumerID": "clamp", "timestamp": 1655125998941, "artifactURL": "/sdc/v1/catalog/services/DemoPnf76hq7bomqxasbdytwwve/1.0/resourceInstances/pnff718584323070/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-13T13:14:59.538Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:14:59.538Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:14:59.538Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "977405ab-9e79-49db-9040-83f7e849783b", "consumerID": "policy-id", "timestamp": 1655126004667, "artifactURL": "/sdc/v1/catalog/services/DemoPnf76hq7bomqxasbdytwwve/1.0/resourceInstances/pnff718584323070/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-13T13:14:59.538Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:14:59.538Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:14:59.538Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "977405ab-9e79-49db-9040-83f7e849783b", "consumerID": "aai-ml", "timestamp": 1655126001876, "artifactURL": "/sdc/v1/catalog/services/DemoPnf76hq7bomqxasbdytwwve/1.0/artifacts/service-DemoPnf76hq7bomqxasbdytwwve-template.yml", "status": "NOT_NOTIFIED" } 2022-06-13T13:14:59.539Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:14:59.539Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:14:59.539Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "977405ab-9e79-49db-9040-83f7e849783b", "consumerID": "multicloud-k8s-id", "timestamp": 1655126002377, "artifactURL": "/sdc/v1/catalog/services/DemoPnf76hq7bomqxasbdytwwve/1.0/artifacts/service-DemoPnf76hq7bomqxasbdytwwve-template.yml", "status": "NOT_NOTIFIED" } 2022-06-13T13:14:59.539Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:14:59.539Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:14:59.539Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "977405ab-9e79-49db-9040-83f7e849783b", "consumerID": "cds", "timestamp": 1655125998619, "artifactURL": "/sdc/v1/catalog/services/DemoPnf76hq7bomqxasbdytwwve/1.0/artifacts/service-DemoPnf76hq7bomqxasbdytwwve-template.yml", "status": "NOT_NOTIFIED" } 2022-06-13T13:14:59.540Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:14:59.540Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:14:59.540Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "977405ab-9e79-49db-9040-83f7e849783b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655125998930, "artifactURL": "/sdc/v1/catalog/services/DemoPnf76hq7bomqxasbdytwwve/1.0/artifacts/service-DemoPnf76hq7bomqxasbdytwwve-template.yml", "status": "NOT_NOTIFIED" } 2022-06-13T13:14:59.540Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:14:59.540Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:14:59.541Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "977405ab-9e79-49db-9040-83f7e849783b", "consumerID": "clamp", "timestamp": 1655125998941, "artifactURL": "/sdc/v1/catalog/services/DemoPnf76hq7bomqxasbdytwwve/1.0/artifacts/service-DemoPnf76hq7bomqxasbdytwwve-template.yml", "status": "NOT_NOTIFIED" } 2022-06-13T13:14:59.541Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:14:59.541Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:14:59.541Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "977405ab-9e79-49db-9040-83f7e849783b", "consumerID": "policy-id", "timestamp": 1655126004667, "artifactURL": "/sdc/v1/catalog/services/DemoPnf76hq7bomqxasbdytwwve/1.0/artifacts/service-DemoPnf76hq7bomqxasbdytwwve-template.yml", "status": "NOT_NOTIFIED" } 2022-06-13T13:14:59.541Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:14:59.541Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:14:59.542Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "977405ab-9e79-49db-9040-83f7e849783b", "consumerID": "cds", "timestamp": 1655125998619, "artifactURL": "/sdc/v1/catalog/services/DemoPnf76hq7bomqxasbdytwwve/1.0/artifacts/service-DemoPnf76hq7bomqxasbdytwwve-csar.csar", "status": "NOTIFIED" } 2022-06-13T13:14:59.542Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:14:59.542Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:14:59.542Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "977405ab-9e79-49db-9040-83f7e849783b", "consumerID": "multicloud-k8s-id", "timestamp": 1655126002377, "artifactURL": "/sdc/v1/catalog/services/DemoPnf76hq7bomqxasbdytwwve/1.0/artifacts/service-DemoPnf76hq7bomqxasbdytwwve-csar.csar", "status": "NOTIFIED" } 2022-06-13T13:14:59.542Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:14:59.542Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:14:59.543Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "977405ab-9e79-49db-9040-83f7e849783b", "consumerID": "aai-ml", "timestamp": 1655126001876, "artifactURL": "/sdc/v1/catalog/services/DemoPnf76hq7bomqxasbdytwwve/1.0/artifacts/service-DemoPnf76hq7bomqxasbdytwwve-csar.csar", "status": "NOTIFIED" } 2022-06-13T13:14:59.543Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:14:59.543Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:14:59.543Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "977405ab-9e79-49db-9040-83f7e849783b", "consumerID": "clamp", "timestamp": 1655125998941, "artifactURL": "/sdc/v1/catalog/services/DemoPnf76hq7bomqxasbdytwwve/1.0/artifacts/service-DemoPnf76hq7bomqxasbdytwwve-csar.csar", "status": "NOTIFIED" } 2022-06-13T13:14:59.543Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:14:59.544Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:14:59.544Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "977405ab-9e79-49db-9040-83f7e849783b", "consumerID": "policy-id", "timestamp": 1655126004667, "artifactURL": "/sdc/v1/catalog/services/DemoPnf76hq7bomqxasbdytwwve/1.0/artifacts/service-DemoPnf76hq7bomqxasbdytwwve-csar.csar", "status": "NOTIFIED" } 2022-06-13T13:14:59.544Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:14:59.544Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:14:59.544Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "977405ab-9e79-49db-9040-83f7e849783b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655125998930, "artifactURL": "/sdc/v1/catalog/services/DemoPnf76hq7bomqxasbdytwwve/1.0/artifacts/service-DemoPnf76hq7bomqxasbdytwwve-csar.csar", "status": "NOTIFIED" } 2022-06-13T13:14:59.544Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:14:59.545Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:14:59.545Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "977405ab-9e79-49db-9040-83f7e849783b", "consumerID": "aai-ml", "timestamp": 1655126016445, "artifactURL": "/sdc/v1/catalog/services/DemoPnf76hq7bomqxasbdytwwve/1.0/artifacts/service-DemoPnf76hq7bomqxasbdytwwve-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-13T13:14:59.545Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:14:59.545Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:14:59.545Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "977405ab-9e79-49db-9040-83f7e849783b", "consumerID": "cds", "timestamp": 1655126016479, "artifactURL": "/sdc/v1/catalog/services/DemoPnf76hq7bomqxasbdytwwve/1.0/artifacts/service-DemoPnf76hq7bomqxasbdytwwve-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-13T13:14:59.545Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:14:59.545Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:14:59.546Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "977405ab-9e79-49db-9040-83f7e849783b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655126016881, "artifactURL": "/sdc/v1/catalog/services/DemoPnf76hq7bomqxasbdytwwve/1.0/artifacts/service-DemoPnf76hq7bomqxasbdytwwve-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-13T13:14:59.546Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:14:59.546Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:14:59.546Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "977405ab-9e79-49db-9040-83f7e849783b", "consumerID": "policy-id", "timestamp": 1655126016996, "artifactURL": "/sdc/v1/catalog/services/DemoPnf76hq7bomqxasbdytwwve/1.0/artifacts/service-DemoPnf76hq7bomqxasbdytwwve-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-13T13:14:59.546Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:14:59.546Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:14:59.546Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "977405ab-9e79-49db-9040-83f7e849783b", "consumerID": "cds", "timestamp": 1655126017508, "artifactURL": "/sdc/v1/catalog/services/DemoPnf76hq7bomqxasbdytwwve/1.0/artifacts/service-DemoPnf76hq7bomqxasbdytwwve-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-06-13T13:14:59.574Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 977405ab-9e79-49db-9040-83f7e849783b 2022-06-13T13:14:59.575Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 977405ab-9e79-49db-9040-83f7e849783b 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-06-13T13:14:59.594Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:14:59.595Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "977405ab-9e79-49db-9040-83f7e849783b", "consumerID": "policy-id", "timestamp": 1655126018024, "artifactURL": "/sdc/v1/catalog/services/DemoPnf76hq7bomqxasbdytwwve/1.0/artifacts/service-DemoPnf76hq7bomqxasbdytwwve-csar.csar", "status": "DEPLOY_OK" } 2022-06-13T13:14:59.595Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:14:59.596Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:14:59.596Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "977405ab-9e79-49db-9040-83f7e849783b", "consumerID": "ves-openapi-manager", "timestamp": 1655126018608, "artifactURL": "/sdc/v1/catalog/services/DemoPnf76hq7bomqxasbdytwwve/1.0/resourceInstances/pnff718584323070/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:14:59.597Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:14:59.597Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:14:59.597Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "977405ab-9e79-49db-9040-83f7e849783b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655126018747, "artifactURL": "/sdc/v1/catalog/services/DemoPnf76hq7bomqxasbdytwwve/1.0/artifacts/service-DemoPnf76hq7bomqxasbdytwwve-csar.csar", "status": "DEPLOY_OK" } 2022-06-13T13:14:59.598Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:14:59.598Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:14:59.598Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "977405ab-9e79-49db-9040-83f7e849783b", "consumerID": "policy-id", "timestamp": 1655126019042, "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-06-13T13:14:59.606Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 977405ab-9e79-49db-9040-83f7e849783b 2022-06-13T13:14:59.607Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 977405ab-9e79-49db-9040-83f7e849783b 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-06-13T13:14:59.620Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:14:59.620Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "977405ab-9e79-49db-9040-83f7e849783b", "consumerID": "ves-openapi-manager", "timestamp": 1655126018608, "artifactURL": "/sdc/v1/catalog/services/DemoPnf76hq7bomqxasbdytwwve/1.0/resourceInstances/pnff718584323070/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-13T13:14:59.621Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:14:59.621Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:14:59.621Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "977405ab-9e79-49db-9040-83f7e849783b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655126019751, "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-06-13T13:14:59.627Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 977405ab-9e79-49db-9040-83f7e849783b 2022-06-13T13:14:59.627Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 977405ab-9e79-49db-9040-83f7e849783b 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-06-13T13:14:59.638Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:14:59.638Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "977405ab-9e79-49db-9040-83f7e849783b", "consumerID": "ves-openapi-manager", "timestamp": 1655126018608, "artifactURL": "/sdc/v1/catalog/services/DemoPnf76hq7bomqxasbdytwwve/1.0/resourceInstances/pnff718584323070/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-13T13:14:59.638Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:14:59.639Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:14:59.639Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "977405ab-9e79-49db-9040-83f7e849783b", "consumerID": "clamp", "timestamp": 1655126020563, "artifactURL": "/sdc/v1/catalog/services/DemoPnf76hq7bomqxasbdytwwve/1.0/artifacts/service-DemoPnf76hq7bomqxasbdytwwve-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-13T13:14:59.639Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:14:59.639Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:14:59.640Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "977405ab-9e79-49db-9040-83f7e849783b", "consumerID": "ves-openapi-manager", "timestamp": 1655126018608, "artifactURL": "/sdc/v1/catalog/services/DemoPnf76hq7bomqxasbdytwwve/1.0/resourceInstances/pnff718584323070/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:14:59.640Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:14:59.640Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:14:59.641Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "977405ab-9e79-49db-9040-83f7e849783b", "consumerID": "ves-openapi-manager", "timestamp": 1655126018608, "artifactURL": "/sdc/v1/catalog/services/DemoPnf76hq7bomqxasbdytwwve/1.0/resourceInstances/pnff718584323070/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-13T13:14:59.641Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:14:59.641Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:14:59.641Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "977405ab-9e79-49db-9040-83f7e849783b", "consumerID": "clamp", "timestamp": 1655126022596, "artifactURL": "/sdc/v1/catalog/services/DemoPnf76hq7bomqxasbdytwwve/1.0/artifacts/service-DemoPnf76hq7bomqxasbdytwwve-csar.csar", "status": "DEPLOY_OK" } 2022-06-13T13:14:59.642Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:14:59.642Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:14:59.642Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "977405ab-9e79-49db-9040-83f7e849783b", "consumerID": "aai-ml", "timestamp": 1655126023061, "artifactURL": "/sdc/v1/catalog/services/DemoPnf76hq7bomqxasbdytwwve/1.0/artifacts/service-DemoPnf76hq7bomqxasbdytwwve-csar.csar", "status": "DEPLOY_OK" } 2022-06-13T13:14:59.643Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:14:59.643Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:14:59.643Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "977405ab-9e79-49db-9040-83f7e849783b", "consumerID": "ves-openapi-manager", "timestamp": 1655126018608, "artifactURL": "/sdc/v1/catalog/services/DemoPnf76hq7bomqxasbdytwwve/1.0/resourceInstances/pnff718584323070/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-06-13T13:14:59.643Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:14:59.643Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:14:59.644Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "977405ab-9e79-49db-9040-83f7e849783b", "consumerID": "clamp", "timestamp": 1655126023609, "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-06-13T13:14:59.649Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 977405ab-9e79-49db-9040-83f7e849783b 2022-06-13T13:14:59.650Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 977405ab-9e79-49db-9040-83f7e849783b 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-06-13T13:14:59.659Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:14:59.660Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "977405ab-9e79-49db-9040-83f7e849783b", "consumerID": "aai-ml", "timestamp": 1655126024065, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-13T13:14:59.673Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 977405ab-9e79-49db-9040-83f7e849783b 2022-06-13T13:14:59.673Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 977405ab-9e79-49db-9040-83f7e849783b 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-06-13T13:14:59.692Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:14:59.692Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "977405ab-9e79-49db-9040-83f7e849783b", "consumerID": "ves-openapi-manager", "timestamp": 1655126018608, "artifactURL": "/sdc/v1/catalog/services/DemoPnf76hq7bomqxasbdytwwve/1.0/artifacts/service-DemoPnf76hq7bomqxasbdytwwve-template.yml", "status": "NOT_NOTIFIED" } 2022-06-13T13:14:59.693Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:14:59.693Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:14:59.693Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "977405ab-9e79-49db-9040-83f7e849783b", "consumerID": "ves-openapi-manager", "timestamp": 1655126018608, "artifactURL": "/sdc/v1/catalog/services/DemoPnf76hq7bomqxasbdytwwve/1.0/artifacts/service-DemoPnf76hq7bomqxasbdytwwve-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-13T13:14:59.693Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:14:59.693Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:14:59.694Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "977405ab-9e79-49db-9040-83f7e849783b", "consumerID": "ves-openapi-manager", "timestamp": 1655126027742, "artifactURL": "/sdc/v1/catalog/services/DemoPnf76hq7bomqxasbdytwwve/1.0/resourceInstances/pnff718584323070/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-06-13T13:14:59.694Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:14:59.694Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:14:59.694Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "977405ab-9e79-49db-9040-83f7e849783b", "consumerID": "ves-openapi-manager", "timestamp": 1655126029102, "artifactURL": "/sdc/v1/catalog/services/DemoPnf76hq7bomqxasbdytwwve/1.0/resourceInstances/pnff718584323070/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-06-13T13:14:59.694Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:14:59.695Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:14:59.695Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "977405ab-9e79-49db-9040-83f7e849783b", "consumerID": "ves-openapi-manager", "timestamp": 1655126030110, "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-06-13T13:14:59.701Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 977405ab-9e79-49db-9040-83f7e849783b 2022-06-13T13:14:59.701Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 977405ab-9e79-49db-9040-83f7e849783b 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-06-13T13:15:05.658Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c6804093-6f3c-4c68-8f5e-a01160f62adb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-13T13:15:05.674Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c6804093-6f3c-4c68-8f5e-a01160f62adb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-13T13:15:05.678Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-13T13:15:05.678Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-13T13:15:05.678Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-13T13:15:05.678Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-13T13:15:05.679Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-13T13:15:05.679Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-13T13:15:05.679Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-13T13:15:05.679Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-13T13:15:05.679Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-13T13:15:05.680Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-13T13:15:05.680Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-13T13:15:05.686Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-13T13:15:35.687Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c6804093-6f3c-4c68-8f5e-a01160f62adb 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-06-13T13:15:35.700Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c6804093-6f3c-4c68-8f5e-a01160f62adb and serviceModelVersionId: 4fe2a952-760e-4d13-ba94-b09da87d7c41 2022-06-13T13:15:35.701Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a6b9e961-ebc9-443c-97f5-e04ae67c7f49 2022-06-13T13:15:35.703Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a6b9e961-ebc9-443c-97f5-e04ae67c7f49/model-vers/model-ver/4fe2a952-760e-4d13-ba94-b09da87d7c41?depth=0 2022-06-13T13:15:35.713Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-06-13T13:15:35.796Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a6b9e961-ebc9-443c-97f5-e04ae67c7f49/model-vers/model-ver/4fe2a952-760e-4d13-ba94-b09da87d7c41?depth=0|INFO|500||Invoke 2022-06-13T13:15:35.797Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a6b9e961-ebc9-443c-97f5-e04ae67c7f49/model-vers/model-ver/4fe2a952-760e-4d13-ba94-b09da87d7c41?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a6b9e961-ebc9-443c-97f5-e04ae67c7f49/model-vers/model-ver/4fe2a952-760e-4d13-ba94-b09da87d7c41?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c6804093-6f3c-4c68-8f5e-a01160f62adb], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e0921209-4a96-4d05-ba29-77ba5075aecb], X-ECOMP-RequestID=[c6804093-6f3c-4c68-8f5e-a01160f62adb], X-TransactionId=[], X-ONAP-RequestID=[c6804093-6f3c-4c68-8f5e-a01160f62adb], Content-Type=[application/merge-patch+json]} 2022-06-13T13:15:35.835Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a6b9e961-ebc9-443c-97f5-e04ae67c7f49/model-vers/model-ver/4fe2a952-760e-4d13-ba94-b09da87d7c41?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-13T13:15:36.158Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a6b9e961-ebc9-443c-97f5-e04ae67c7f49/model-vers/model-ver/4fe2a952-760e-4d13-ba94-b09da87d7c41?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/a6b9e961-ebc9-443c-97f5-e04ae67c7f49/model-vers/model-ver/4fe2a952-760e-4d13-ba94-b09da87d7c41?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220613-13:15:36:765-45130], vertex-id=[180376], Content-Length=[0], Date=[Mon, 13 Jun 2022 13:15:36 GMT], Content-Type=[application/json]} 2022-06-13T13:15:36.159Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a6b9e961-ebc9-443c-97f5-e04ae67c7f49/model-vers/model-ver/4fe2a952-760e-4d13-ba94-b09da87d7c41?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-13T13:15:36.159Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a6b9e961-ebc9-443c-97f5-e04ae67c7f49/model-vers/model-ver/4fe2a952-760e-4d13-ba94-b09da87d7c41?depth=0|INFO|500||InvokeReturn 2022-06-13T13:15:36.160Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-13T13:15:36.160Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-13T13:15:36.187Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-13T13:15:36.188Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c6804093-6f3c-4c68-8f5e-a01160f62adb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-13T13:15:36.188Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-13T13:15:36.189Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:15:36.192Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:15:36.192Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c6804093-6f3c-4c68-8f5e-a01160f62adb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126136188, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-13T13:15:36.292Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-13T13:15:36.293Z||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-06-13T13:15:36.294Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:15:36.334Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:15:36.335Z||pool-39-thread-1|||||INFO|500||cambria reply ok (42 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-06-13T13:15:37.210Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T13:15:37.210Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|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-06-13T13:15:37.210Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|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 DpP1mpm7yRCdd6VI) ... 2022-06-13T13:15:41.703Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:15:41.705Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-13T13:15:41.705Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"977405ab-9e79-49db-9040-83f7e849783b","serviceName":"Demo_pNF_76hQ7BoMQXaSbDYtwwve","serviceVersion":"1.0","serviceUUID":"482ce13c-c254-4bdd-be91-b2886867c64f","serviceDescription":"catalog service description","serviceInvariantUUID":"8797316c-7890-4148-9095-3c337a6fdae4","resources":[{"resourceInstanceName":"pNF f7185843-2307 0","resourceName":"pNF f7185843-2307","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"f097346e-43ff-4faa-9575-2540b806921b","resourceInvariantUUID":"96348c90-9c98-46e3-80f2-d85e48851bfd","resourceCustomizationUUID":"b4400684-df04-4c0d-87d1-cca906535824","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf76hq7bomqxasbdytwwve/1.0/resourceInstances/pnff718584323070/artifacts/vf-license-model.xml","artifactChecksum":"ODFhOTk0OGFiM2ZmZjBkYzBhNDBmN2QxN2JmZDJhNTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d673d738-a016-4835-b101-8c2bea8f90bf","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf76hq7bomqxasbdytwwve/1.0/resourceInstances/pnff718584323070/artifacts/pNF.csar","artifactChecksum":"NTJlYzA3NTkzYjhhOTI2NThkZTBiNjczZDliNzcyZDA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"98d7e3cb-85fa-4755-8981-f1bfcc106e72","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf76hq7bomqxasbdytwwve/1.0/resourceInstances/pnff718584323070/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9d7500f0-83bf-4ffa-a8b0-f55d0fd24921","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf76hq7bomqxasbdytwwve/1.0/resourceInstances/pnff718584323070/artifacts/vendor-license-model.xml","artifactChecksum":"MzE1NDhhNWJiOWE3ZmZmNGE5MDhkNDRmOTVjY2ZkZWQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"568c7690-ac80-4716-a8cb-829c5db7cf98","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf76hq7bomqxasbdytwwve/1.0/resourceInstances/pnff718584323070/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cf02e71e-02ec-464a-bc86-569b58753beb","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf76hq7bomqxasbdytwwve/1.0/resourceInstances/pnff718584323070/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bf357838-05a5-42e2-a38f-9f021c42c6be","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf76hq7bomqxasbdytwwve-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf76hq7bomqxasbdytwwve/1.0/artifacts/service-DemoPnf76hq7bomqxasbdytwwve-template.yml","artifactChecksum":"Y2Q4ZTIzNjZmMjAwZjdiMDdhNWZlMmMwNTAxNDE4Mzc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"afdf9957-cff7-4fe5-b28c-88e1687a6c77","artifactVersion":"1"},{"artifactName":"service-DemoPnf76hq7bomqxasbdytwwve-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf76hq7bomqxasbdytwwve/1.0/artifacts/service-DemoPnf76hq7bomqxasbdytwwve-csar.csar","artifactChecksum":"ZWFhNGFmYWQwY2VjYTM2ZThlNDFmMDczZWMyY2VhZWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f0b2e0d7-01e6-416b-8f28-4b20bbd00d41","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-13T13:15:41.710Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-13T13:15:41.711Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:15:41.713Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:15:41.714Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "977405ab-9e79-49db-9040-83f7e849783b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126137210, "artifactURL": "/sdc/v1/catalog/services/DemoPnf76hq7bomqxasbdytwwve/1.0/resourceInstances/pnff718584323070/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:15:41.814Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-13T13:15:41.815Z||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-06-13T13:15:41.815Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:15:41.841Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:15:41.841Z||pool-40-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1} 2022-06-13T13:15:42.714Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-13T13:15:42.715Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:15:42.718Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:15:42.718Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "977405ab-9e79-49db-9040-83f7e849783b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126137210, "artifactURL": "/sdc/v1/catalog/services/DemoPnf76hq7bomqxasbdytwwve/1.0/resourceInstances/pnff718584323070/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-13T13:15:42.818Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-13T13:15:42.819Z||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-06-13T13:15:42.819Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:15:42.848Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:15:42.849Z||pool-41-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-06-13T13:15:43.719Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-13T13:15:43.719Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:15:43.722Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:15:43.722Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "977405ab-9e79-49db-9040-83f7e849783b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126137210, "artifactURL": "/sdc/v1/catalog/services/DemoPnf76hq7bomqxasbdytwwve/1.0/resourceInstances/pnff718584323070/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-13T13:15:43.822Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-13T13:15:43.823Z||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-06-13T13:15:43.824Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:15:43.874Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:15:43.874Z||pool-42-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":0,"count":1} 2022-06-13T13:15:44.723Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-13T13:15:44.724Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:15:44.726Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:15:44.726Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "977405ab-9e79-49db-9040-83f7e849783b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126137210, "artifactURL": "/sdc/v1/catalog/services/DemoPnf76hq7bomqxasbdytwwve/1.0/resourceInstances/pnff718584323070/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:15:44.826Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-13T13:15:44.827Z||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-06-13T13:15:44.827Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:15:44.851Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:15:44.852Z||pool-43-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1} 2022-06-13T13:15:45.727Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-13T13:15:45.728Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:15:45.730Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:15:45.730Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "977405ab-9e79-49db-9040-83f7e849783b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126137210, "artifactURL": "/sdc/v1/catalog/services/DemoPnf76hq7bomqxasbdytwwve/1.0/resourceInstances/pnff718584323070/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-13T13:15:45.830Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-13T13:15:45.831Z||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-06-13T13:15:45.831Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:15:45.895Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:15:45.896Z||pool-44-thread-1|||||INFO|500||cambria reply ok (65 ms):{"serverTimeMs":0,"count":1} 2022-06-13T13:15:46.731Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-13T13:15:46.732Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:15:46.734Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:15:46.734Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "977405ab-9e79-49db-9040-83f7e849783b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126137210, "artifactURL": "/sdc/v1/catalog/services/DemoPnf76hq7bomqxasbdytwwve/1.0/resourceInstances/pnff718584323070/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-13T13:15:46.834Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-13T13:15:46.835Z||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-06-13T13:15:46.835Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:15:46.870Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:15:46.870Z||pool-45-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1} 2022-06-13T13:15:47.734Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-13T13:15:47.735Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:15:47.737Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:15:47.738Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "977405ab-9e79-49db-9040-83f7e849783b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126137210, "artifactURL": "/sdc/v1/catalog/services/DemoPnf76hq7bomqxasbdytwwve/1.0/artifacts/service-DemoPnf76hq7bomqxasbdytwwve-template.yml", "status": "NOT_NOTIFIED" } 2022-06-13T13:15:47.838Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-13T13:15:47.839Z||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-06-13T13:15:47.839Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:15:47.863Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:15:47.863Z||pool-46-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1} 2022-06-13T13:15:48.739Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-13T13:15:48.739Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:15:48.742Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:15:48.742Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "977405ab-9e79-49db-9040-83f7e849783b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126137210, "artifactURL": "/sdc/v1/catalog/services/DemoPnf76hq7bomqxasbdytwwve/1.0/artifacts/service-DemoPnf76hq7bomqxasbdytwwve-csar.csar", "status": "NOTIFIED" } 2022-06-13T13:15:48.842Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-13T13:15:48.843Z||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-06-13T13:15:48.843Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:15:48.881Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:15:48.882Z||pool-47-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1} 2022-06-13T13:15:49.743Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "977405ab-9e79-49db-9040-83f7e849783b", "serviceName": "Demo_pNF_76hQ7BoMQXaSbDYtwwve", "serviceVersion": "1.0", "serviceUUID": "482ce13c-c254-4bdd-be91-b2886867c64f", "serviceDescription": "catalog service description", "serviceInvariantUUID": "8797316c-7890-4148-9095-3c337a6fdae4", "resources": [ { "resourceInstanceName": "pNF f7185843-2307 0", "resourceCustomizationUUID": "b4400684-df04-4c0d-87d1-cca906535824", "resourceName": "pNF f7185843-2307", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "f097346e-43ff-4faa-9575-2540b806921b", "resourceInvariantUUID": "96348c90-9c98-46e3-80f2-d85e48851bfd", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnf76hq7bomqxasbdytwwve-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnf76hq7bomqxasbdytwwve/1.0/artifacts/service-DemoPnf76hq7bomqxasbdytwwve-csar.csar", "artifactChecksum": "ZWFhNGFmYWQwY2VjYTM2ZThlNDFmMDczZWMyY2VhZWM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f0b2e0d7-01e6-416b-8f28-4b20bbd00d41" } ], "workloadContext": "Production" } 2022-06-13T13:15:49.744Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-13T13:15:49.744Z|c6804093-6f3c-4c68-8f5e-a01160f62adb|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 482ce13c-c254-4bdd-be91-b2886867c64f ASDC 2022-06-13T13:15:49.745Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:977405ab-9e79-49db-9040-83f7e849783b ServiceName:Demo_pNF_76hQ7BoMQXaSbDYtwwve ServiceVersion:1.0 ServiceUUID:482ce13c-c254-4bdd-be91-b2886867c64f ServiceInvariantUUID:8797316c-7890-4148-9095-3c337a6fdae4 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnf76hq7bomqxasbdytwwve-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnf76hq7bomqxasbdytwwve/1.0/artifacts/service-DemoPnf76hq7bomqxasbdytwwve-csar.csar ArtifactUUID:f0b2e0d7-01e6-416b-8f28-4b20bbd00d41 ArtifactChecksum:ZWFhNGFmYWQwY2VjYTM2ZThlNDFmMDczZWMyY2VhZWM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF f7185843-2307 0 ResourceCustomizationUUID:b4400684-df04-4c0d-87d1-cca906535824 ResourceInvariantUUID:96348c90-9c98-46e3-80f2-d85e48851bfd ResourceName:pNF f7185843-2307 ResourceType:PNF ResourceUUID:f097346e-43ff-4faa-9575-2540b806921b ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-06-13T13:15:49.745Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 482ce13c-c254-4bdd-be91-b2886867c64f 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-06-13T13:15:49.773Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-13T13:15:49.774Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-06-13T13:15:49.774Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-06-13T13:15:49.774Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: f0b2e0d7-01e6-416b-8f28-4b20bbd00d41 from URL: /sdc/v1/catalog/services/DemoPnf76hq7bomqxasbdytwwve/1.0/artifacts/service-DemoPnf76hq7bomqxasbdytwwve-csar.csar 2022-06-13T13:15:49.775Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-06-13T13:15:49.775Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf76hq7bomqxasbdytwwve/1.0/artifacts/service-DemoPnf76hq7bomqxasbdytwwve-csar.csar 2022-06-13T13:15:49.921Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-06-13T13:15:49.926Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf76hq7bomqxasbdytwwve/1.0/artifacts/service-DemoPnf76hq7bomqxasbdytwwve-csar.csar f0b2e0d7-01e6-416b-8f28-4b20bbd00d41 82649 2022-06-13T13:15:49.926Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf76hq7bomqxasbdytwwve/1.0/artifacts/service-DemoPnf76hq7bomqxasbdytwwve-csar.csar ASDC sendASDCNotification 2022-06-13T13:15:49.926Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf76hq7bomqxasbdytwwve/1.0/artifacts/service-DemoPnf76hq7bomqxasbdytwwve-csar.csar 2022-06-13T13:15:49.927Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-13T13:15:49.927Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:15:49.930Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:15:49.930Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "977405ab-9e79-49db-9040-83f7e849783b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126149926, "artifactURL": "/sdc/v1/catalog/services/DemoPnf76hq7bomqxasbdytwwve/1.0/artifacts/service-DemoPnf76hq7bomqxasbdytwwve-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-13T13:15:50.030Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-13T13:15:50.031Z||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-06-13T13:15:50.031Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:15:50.059Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:15:50.059Z||pool-48-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-06-13T13:15:50.931Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-13T13:15:50.932Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-06-13T13:15:50.932Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: f0b2e0d7-01e6-416b-8f28-4b20bbd00d41, URL: /sdc/v1/catalog/services/DemoPnf76hq7bomqxasbdytwwve/1.0/artifacts/service-DemoPnf76hq7bomqxasbdytwwve-csar.csar to file: /app/ASDC/1/service-DemoPnf76hq7bomqxasbdytwwve-csar.csar 2022-06-13T13:15:50.933Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf76hq7bomqxasbdytwwve-csar.csar 2022-06-13T13:15:50.933Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf76hq7bomqxasbdytwwve-csar.csar 2022-06-13T13:15:50.933Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf76hq7bomqxasbdytwwve-csar.csar 2022-06-13T13:15:51.134Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8566325499651459885/Definitions/service-DemoPnf76hq7bomqxasbdytwwve-template.yml 2022-06-13T13:15:52.089Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-13T13:15:52.090Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-06-13T13:15:52.090Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf76hq7bomqxasbdytwwve-csar.csar 2022-06-13T13:15:52.090Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-06-13T13:15:52.090Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||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-DemoPnf76hq7bomqxasbdytwwve-csar.csar 2022-06-13T13:15:52.091Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf76hq7bomqxasbdytwwve-csar.csar 2022-06-13T13:15:52.091Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||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-DemoPnf76hq7bomqxasbdytwwve-csar.csar 2022-06-13T13:15:52.091Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf76hq7bomqxasbdytwwve-csar.csar 2022-06-13T13:15:52.091Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF f7185843-2307 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-DemoPnf76hq7bomqxasbdytwwve-csar.csar 2022-06-13T13:15:52.091Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf76hq7bomqxasbdytwwve-csar.csar 2022-06-13T13:15:52.091Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf76hq7bomqxasbdytwwve-csar.csar 2022-06-13T13:15:52.091Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-06-13T13:15:52.092Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:15:52.092Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_76hQ7BoMQXaSbDYtwwve is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-13T13:15:52.092Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||DEBUG|500||Node template pNF f7185843-2307 0 is matching search criteria 2022-06-13T13:15:52.092Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-06-13T13:15:52.093Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF f7185843-2307 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-13T13:15:52.093Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:15:52.093Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_76hQ7BoMQXaSbDYtwwve is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-13T13:15:52.093Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||DEBUG|500||Node template pNF f7185843-2307 0 is matching search criteria 2022-06-13T13:15:52.093Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-06-13T13:15:52.093Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF f7185843-2307 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-13T13:15:52.093Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:15:52.094Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_76hQ7BoMQXaSbDYtwwve is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-13T13:15:52.094Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:15:52.094Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_76hQ7BoMQXaSbDYtwwve is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-13T13:15:52.094Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:15:52.094Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_76hQ7BoMQXaSbDYtwwve is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-13T13:15:52.094Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:15:52.094Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_76hQ7BoMQXaSbDYtwwve is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-13T13:15:52.095Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:15:52.095Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_76hQ7BoMQXaSbDYtwwve is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-13T13:15:52.095Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_76hQ7BoMQXaSbDYtwwve Description:catalog service description Model UUID:482ce13c-c254-4bdd-be91-b2886867c64f Model Version:NULL Model InvariantUuid:8797316c-7890-4148-9095-3c337a6fdae4 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-06-13T13:15:52.102Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: f097346e-43ff-4faa-9575-2540b806921b 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-06-13T13:15:52.105Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||INFO|500||pNF f7185843-2307 0 2022-06-13T13:15:52.105Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: f097346e-43ff-4faa-9575-2540b806921b 2022-06-13T13:15:52.105Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 482ce13c-c254-4bdd-be91-b2886867c64f 2022-06-13T13:15:52.105Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 482ce13c-c254-4bdd-be91-b2886867c64f 2022-06-13T13:15:52.106Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF f7185843-2307 0 f097346e-43ff-4faa-9575-2540b806921b 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-06-13T13:15:52.109Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@19bf2da0, org.onap.sdc.toscaparser.api.parameters.Input@995fae6, org.onap.sdc.toscaparser.api.parameters.Input@6a96344b, org.onap.sdc.toscaparser.api.parameters.Input@4ae0009c, org.onap.sdc.toscaparser.api.parameters.Input@2a52f64d] 2022-06-13T13:15:52.109Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:15:52.109Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_76hQ7BoMQXaSbDYtwwve is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-13T13:15:52.110Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 482ce13c-c254-4bdd-be91-b2886867c64f: pNF f7185843-2307 2022-06-13T13:15:52.110Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||INFO|500||Processing PNF resource: f097346e-43ff-4faa-9575-2540b806921b 2022-06-13T13:15:52.110Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:15:52.110Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_76hQ7BoMQXaSbDYtwwve is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-13T13:15:52.110Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||INFO|500||Resource customization UUID: b4400684-df04-4c0d-87d1-cca906535824 is the same as notified resource customizationUUID: b4400684-df04-4c0d-87d1-cca906535824 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-06-13T13:15:52.165Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF f7185843-2307 f097346e-43ff-4faa-9575-2540b806921b 0 ASDC deployResourceStructure 2022-06-13T13:15:52.166Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf76hq7bomqxasbdytwwve/1.0/artifacts/service-DemoPnf76hq7bomqxasbdytwwve-csar.csar ASDC sendASDCNotification 2022-06-13T13:15:52.166Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf76hq7bomqxasbdytwwve/1.0/artifacts/service-DemoPnf76hq7bomqxasbdytwwve-csar.csar 2022-06-13T13:15:52.166Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-13T13:15:52.166Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:15:52.170Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:15:52.170Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "977405ab-9e79-49db-9040-83f7e849783b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126152166, "artifactURL": "/sdc/v1/catalog/services/DemoPnf76hq7bomqxasbdytwwve/1.0/artifacts/service-DemoPnf76hq7bomqxasbdytwwve-csar.csar", "status": "DEPLOY_OK" } 2022-06-13T13:15:52.274Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2022-06-13T13:15:52.276Z||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-06-13T13:15:52.276Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:15:52.308Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:15:52.309Z||pool-49-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1} 2022-06-13T13:15:53.171Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 977405ab-9e79-49db-9040-83f7e849783b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-13T13:15:53.184Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 977405ab-9e79-49db-9040-83f7e849783b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-13T13:15:53.189Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-13T13:15:53.190Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-13T13:15:53.190Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-13T13:15:53.190Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-13T13:15:53.190Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-13T13:15:53.190Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-13T13:15:53.190Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-13T13:15:53.190Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-13T13:15:53.191Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-13T13:15:53.191Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-13T13:15:53.191Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-13T13:15:53.191Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-13T13:15:53.201Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-13T13:15:59.422Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T13:15:59.422Z||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-06-13T13:15:59.423Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T13:15:59.447Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:15:59.467Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.468Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b634abfe-f446-44d8-a0d8-18e4b82ff9c5", "consumerID": "cds", "timestamp": 1655126043619, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:15:59.469Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:15:59.469Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.469Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b634abfe-f446-44d8-a0d8-18e4b82ff9c5", "consumerID": "policy-id", "timestamp": 1655126044666, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:15:59.469Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:15:59.469Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.469Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b634abfe-f446-44d8-a0d8-18e4b82ff9c5", "consumerID": "cds", "timestamp": 1655126043619, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-13T13:15:59.470Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:15:59.470Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.470Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b634abfe-f446-44d8-a0d8-18e4b82ff9c5", "consumerID": "policy-id", "timestamp": 1655126044666, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-13T13:15:59.470Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:15:59.470Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.470Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b634abfe-f446-44d8-a0d8-18e4b82ff9c5", "consumerID": "cds", "timestamp": 1655126043619, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-13T13:15:59.471Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:15:59.471Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.471Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b634abfe-f446-44d8-a0d8-18e4b82ff9c5", "consumerID": "policy-id", "timestamp": 1655126044666, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-13T13:15:59.471Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:15:59.471Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.471Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b634abfe-f446-44d8-a0d8-18e4b82ff9c5", "consumerID": "cds", "timestamp": 1655126043619, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:15:59.471Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:15:59.472Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.472Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b634abfe-f446-44d8-a0d8-18e4b82ff9c5", "consumerID": "policy-id", "timestamp": 1655126044666, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:15:59.472Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:15:59.472Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.472Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b634abfe-f446-44d8-a0d8-18e4b82ff9c5", "consumerID": "policy-id", "timestamp": 1655126044666, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-13T13:15:59.472Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:15:59.473Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.473Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b634abfe-f446-44d8-a0d8-18e4b82ff9c5", "consumerID": "cds", "timestamp": 1655126043619, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-13T13:15:59.473Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:15:59.473Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.473Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b634abfe-f446-44d8-a0d8-18e4b82ff9c5", "consumerID": "ves-openapi-manager", "timestamp": 1655126058609, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:15:59.473Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:15:59.474Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.474Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b634abfe-f446-44d8-a0d8-18e4b82ff9c5", "consumerID": "cds", "timestamp": 1655126043619, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-13T13:15:59.474Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:15:59.474Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.474Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b634abfe-f446-44d8-a0d8-18e4b82ff9c5", "consumerID": "policy-id", "timestamp": 1655126044666, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-13T13:15:59.475Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:15:59.475Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.475Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b634abfe-f446-44d8-a0d8-18e4b82ff9c5", "consumerID": "ves-openapi-manager", "timestamp": 1655126058609, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-13T13:15:59.475Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:15:59.475Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.475Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b634abfe-f446-44d8-a0d8-18e4b82ff9c5", "consumerID": "clamp", "timestamp": 1655126058941, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:15:59.476Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:15:59.476Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.476Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b634abfe-f446-44d8-a0d8-18e4b82ff9c5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655126058930, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:15:59.476Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:15:59.476Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.477Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b634abfe-f446-44d8-a0d8-18e4b82ff9c5", "consumerID": "cds", "timestamp": 1655126043619, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-13T13:15:59.477Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:15:59.477Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.477Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b634abfe-f446-44d8-a0d8-18e4b82ff9c5", "consumerID": "policy-id", "timestamp": 1655126044666, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-13T13:15:59.477Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:15:59.478Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.478Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b634abfe-f446-44d8-a0d8-18e4b82ff9c5", "consumerID": "ves-openapi-manager", "timestamp": 1655126058609, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-13T13:15:59.478Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:15:59.478Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.479Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b634abfe-f446-44d8-a0d8-18e4b82ff9c5", "consumerID": "clamp", "timestamp": 1655126058941, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-06-13T13:15:59.479Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:15:59.479Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.479Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b634abfe-f446-44d8-a0d8-18e4b82ff9c5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655126058930, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-13T13:15:59.479Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:15:59.479Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.480Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b634abfe-f446-44d8-a0d8-18e4b82ff9c5", "consumerID": "cds", "timestamp": 1655126060982, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-13T13:15:59.480Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:15:59.480Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.480Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b634abfe-f446-44d8-a0d8-18e4b82ff9c5", "consumerID": "policy-id", "timestamp": 1655126061466, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-13T13:15:59.480Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:15:59.481Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.481Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b634abfe-f446-44d8-a0d8-18e4b82ff9c5", "consumerID": "ves-openapi-manager", "timestamp": 1655126058609, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:15:59.481Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:15:59.481Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.482Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b634abfe-f446-44d8-a0d8-18e4b82ff9c5", "consumerID": "clamp", "timestamp": 1655126058941, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-13T13:15:59.482Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:15:59.482Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.482Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b634abfe-f446-44d8-a0d8-18e4b82ff9c5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655126058930, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-13T13:15:59.483Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:15:59.483Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.483Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b634abfe-f446-44d8-a0d8-18e4b82ff9c5", "consumerID": "cds", "timestamp": 1655126061989, "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-06-13T13:15:59.500Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b634abfe-f446-44d8-a0d8-18e4b82ff9c5 2022-06-13T13:15:59.500Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b634abfe-f446-44d8-a0d8-18e4b82ff9c5 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-06-13T13:15:59.519Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.519Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b634abfe-f446-44d8-a0d8-18e4b82ff9c5", "consumerID": "policy-id", "timestamp": 1655126062482, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-13T13:15:59.520Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:15:59.520Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.520Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b634abfe-f446-44d8-a0d8-18e4b82ff9c5", "consumerID": "ves-openapi-manager", "timestamp": 1655126058609, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-13T13:15:59.520Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:15:59.520Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.520Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b634abfe-f446-44d8-a0d8-18e4b82ff9c5", "consumerID": "clamp", "timestamp": 1655126058941, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:15:59.520Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:15:59.521Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.521Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b634abfe-f446-44d8-a0d8-18e4b82ff9c5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655126058930, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:15:59.521Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:15:59.521Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.521Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b634abfe-f446-44d8-a0d8-18e4b82ff9c5", "consumerID": "aai-ml", "timestamp": 1655126061876, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:15:59.521Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:15:59.522Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.522Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b634abfe-f446-44d8-a0d8-18e4b82ff9c5", "consumerID": "multicloud-k8s-id", "timestamp": 1655126062377, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:15:59.522Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:15:59.522Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.522Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b634abfe-f446-44d8-a0d8-18e4b82ff9c5", "consumerID": "policy-id", "timestamp": 1655126063488, "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-06-13T13:15:59.529Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b634abfe-f446-44d8-a0d8-18e4b82ff9c5 2022-06-13T13:15:59.529Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b634abfe-f446-44d8-a0d8-18e4b82ff9c5 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-06-13T13:15:59.550Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.550Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b634abfe-f446-44d8-a0d8-18e4b82ff9c5", "consumerID": "ves-openapi-manager", "timestamp": 1655126058609, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-13T13:15:59.551Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:15:59.551Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.551Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b634abfe-f446-44d8-a0d8-18e4b82ff9c5", "consumerID": "clamp", "timestamp": 1655126058941, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-13T13:15:59.551Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:15:59.551Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.551Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b634abfe-f446-44d8-a0d8-18e4b82ff9c5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655126058930, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-13T13:15:59.552Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:15:59.552Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.552Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b634abfe-f446-44d8-a0d8-18e4b82ff9c5", "consumerID": "aai-ml", "timestamp": 1655126061876, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-13T13:15:59.552Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:15:59.552Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.553Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "cds", "timestamp": 1655126062993, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:15:59.553Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:15:59.553Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.553Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b634abfe-f446-44d8-a0d8-18e4b82ff9c5", "consumerID": "multicloud-k8s-id", "timestamp": 1655126062377, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-06-13T13:15:59.553Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:15:59.553Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.553Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b634abfe-f446-44d8-a0d8-18e4b82ff9c5", "consumerID": "ves-openapi-manager", "timestamp": 1655126058609, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-13T13:15:59.554Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:15:59.554Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.554Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b634abfe-f446-44d8-a0d8-18e4b82ff9c5", "consumerID": "clamp", "timestamp": 1655126058941, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-13T13:15:59.554Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:15:59.554Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.554Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b634abfe-f446-44d8-a0d8-18e4b82ff9c5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655126058930, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-13T13:15:59.555Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:15:59.555Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.555Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b634abfe-f446-44d8-a0d8-18e4b82ff9c5", "consumerID": "aai-ml", "timestamp": 1655126061876, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-13T13:15:59.555Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:15:59.555Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.555Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "cds", "timestamp": 1655126062993, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-13T13:15:59.556Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:15:59.556Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.556Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b634abfe-f446-44d8-a0d8-18e4b82ff9c5", "consumerID": "multicloud-k8s-id", "timestamp": 1655126062377, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-13T13:15:59.556Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:15:59.556Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.557Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "policy-id", "timestamp": 1655126064666, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:15:59.557Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:15:59.557Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.557Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "ves-openapi-manager", "timestamp": 1655126058609, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:15:59.557Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:15:59.557Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.558Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b634abfe-f446-44d8-a0d8-18e4b82ff9c5", "consumerID": "clamp", "timestamp": 1655126058941, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-13T13:15:59.558Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:15:59.558Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.558Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b634abfe-f446-44d8-a0d8-18e4b82ff9c5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655126058930, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-13T13:15:59.558Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:15:59.558Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.559Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b634abfe-f446-44d8-a0d8-18e4b82ff9c5", "consumerID": "aai-ml", "timestamp": 1655126061876, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:15:59.559Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:15:59.559Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.559Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "cds", "timestamp": 1655126062993, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-13T13:15:59.559Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:15:59.559Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.560Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b634abfe-f446-44d8-a0d8-18e4b82ff9c5", "consumerID": "multicloud-k8s-id", "timestamp": 1655126062377, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:15:59.560Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:15:59.560Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.560Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "policy-id", "timestamp": 1655126064666, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-13T13:15:59.560Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:15:59.561Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.561Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "ves-openapi-manager", "timestamp": 1655126058609, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-13T13:15:59.561Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:15:59.561Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.561Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b634abfe-f446-44d8-a0d8-18e4b82ff9c5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655126066830, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-13T13:15:59.561Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:15:59.562Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.562Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b634abfe-f446-44d8-a0d8-18e4b82ff9c5", "consumerID": "aai-ml", "timestamp": 1655126061876, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-13T13:15:59.562Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:15:59.562Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.562Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "cds", "timestamp": 1655126062993, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-13T13:15:59.562Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:15:59.563Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.563Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b634abfe-f446-44d8-a0d8-18e4b82ff9c5", "consumerID": "multicloud-k8s-id", "timestamp": 1655126062377, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-13T13:15:59.563Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:15:59.563Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.563Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "policy-id", "timestamp": 1655126064666, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-13T13:15:59.563Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:15:59.564Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.564Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "ves-openapi-manager", "timestamp": 1655126058609, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-13T13:15:59.564Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:15:59.564Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.564Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b634abfe-f446-44d8-a0d8-18e4b82ff9c5", "consumerID": "aai-ml", "timestamp": 1655126061876, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-13T13:15:59.564Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:15:59.565Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.565Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "cds", "timestamp": 1655126062993, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-06-13T13:15:59.565Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:15:59.565Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.565Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b634abfe-f446-44d8-a0d8-18e4b82ff9c5", "consumerID": "multicloud-k8s-id", "timestamp": 1655126062377, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-13T13:15:59.565Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:15:59.565Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.566Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "policy-id", "timestamp": 1655126064666, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-13T13:15:59.566Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:15:59.566Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.566Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "ves-openapi-manager", "timestamp": 1655126058609, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-13T13:15:59.566Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:15:59.566Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.567Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b634abfe-f446-44d8-a0d8-18e4b82ff9c5", "consumerID": "aai-ml", "timestamp": 1655126061876, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-13T13:15:59.567Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:15:59.567Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.567Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "cds", "timestamp": 1655126062993, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:15:59.567Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:15:59.567Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.568Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b634abfe-f446-44d8-a0d8-18e4b82ff9c5", "consumerID": "multicloud-k8s-id", "timestamp": 1655126062377, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-13T13:15:59.568Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:15:59.568Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.568Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b634abfe-f446-44d8-a0d8-18e4b82ff9c5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655126069159, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-13T13:15:59.568Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:15:59.568Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.569Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "policy-id", "timestamp": 1655126064666, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-06-13T13:15:59.569Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:15:59.569Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.569Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "ves-openapi-manager", "timestamp": 1655126058609, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-06-13T13:15:59.569Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:15:59.569Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.570Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "cds", "timestamp": 1655126062993, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-13T13:15:59.570Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:15:59.570Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.570Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b634abfe-f446-44d8-a0d8-18e4b82ff9c5", "consumerID": "aai-ml", "timestamp": 1655126069796, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-13T13:15:59.570Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:15:59.570Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.571Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b634abfe-f446-44d8-a0d8-18e4b82ff9c5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655126070163, "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-06-13T13:15:59.577Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b634abfe-f446-44d8-a0d8-18e4b82ff9c5 2022-06-13T13:15:59.577Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b634abfe-f446-44d8-a0d8-18e4b82ff9c5 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-06-13T13:15:59.591Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.591Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "policy-id", "timestamp": 1655126064666, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:15:59.591Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:15:59.591Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.592Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b634abfe-f446-44d8-a0d8-18e4b82ff9c5", "consumerID": "multicloud-k8s-id", "timestamp": 1655126070282, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-13T13:15:59.592Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:15:59.592Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.592Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "ves-openapi-manager", "timestamp": 1655126058609, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:15:59.593Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:15:59.593Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.593Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "cds", "timestamp": 1655126062993, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-13T13:15:59.593Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:15:59.593Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.593Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655126058930, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:15:59.593Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:15:59.593Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.594Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "policy-id", "timestamp": 1655126064666, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-13T13:15:59.594Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:15:59.594Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.594Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b634abfe-f446-44d8-a0d8-18e4b82ff9c5", "consumerID": "multicloud-k8s-id", "timestamp": 1655126071495, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-13T13:15:59.594Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:15:59.594Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.594Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "ves-openapi-manager", "timestamp": 1655126058609, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-13T13:15:59.595Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:15:59.595Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.595Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "cds", "timestamp": 1655126062993, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-13T13:15:59.596Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:15:59.596Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.596Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655126058930, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-13T13:15:59.596Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:15:59.596Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.597Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "policy-id", "timestamp": 1655126064666, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-13T13:15:59.597Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:15:59.597Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.597Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "ves-openapi-manager", "timestamp": 1655126058609, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-13T13:15:59.598Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:15:59.598Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.598Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b634abfe-f446-44d8-a0d8-18e4b82ff9c5", "consumerID": "multicloud-k8s-id", "timestamp": 1655126072636, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-13T13:15:59.598Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:15:59.598Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.599Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655126058930, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-13T13:15:59.599Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:15:59.599Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.599Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "policy-id", "timestamp": 1655126064666, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-13T13:15:59.600Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:15:59.600Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.600Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "cds", "timestamp": 1655126072995, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-13T13:15:59.600Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:15:59.601Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.601Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "ves-openapi-manager", "timestamp": 1655126058609, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-13T13:15:59.601Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:15:59.601Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.602Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b634abfe-f446-44d8-a0d8-18e4b82ff9c5", "consumerID": "multicloud-k8s-id", "timestamp": 1655126073670, "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-06-13T13:15:59.607Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b634abfe-f446-44d8-a0d8-18e4b82ff9c5 2022-06-13T13:15:59.607Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b634abfe-f446-44d8-a0d8-18e4b82ff9c5 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-06-13T13:15:59.614Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.614Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655126058930, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-13T13:15:59.614Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:15:59.615Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.615Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "cds", "timestamp": 1655126074001, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-13T13:15:59.627Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e778f809-4c39-45f3-8e82-be6ee202d98b 2022-06-13T13:15:59.627Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId e778f809-4c39-45f3-8e82-be6ee202d98b 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-06-13T13:15:59.636Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.636Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "policy-id", "timestamp": 1655126074497, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-13T13:15:59.636Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:15:59.636Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.636Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b634abfe-f446-44d8-a0d8-18e4b82ff9c5", "consumerID": "multicloud-k8s-id", "timestamp": 1655126074673, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-06-13T13:15:59.637Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:15:59.637Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.637Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655126058930, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-06-13T13:15:59.637Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:15:59.637Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.637Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "policy-id", "timestamp": 1655126075505, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-13T13:15:59.638Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:15:59.638Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.638Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "multicloud-k8s-id", "timestamp": 1655126062377, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:15:59.638Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:15:59.638Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.638Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655126058930, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:15:59.638Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:15:59.639Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.639Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "policy-id", "timestamp": 1655126076509, "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-06-13T13:15:59.644Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e778f809-4c39-45f3-8e82-be6ee202d98b 2022-06-13T13:15:59.644Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId e778f809-4c39-45f3-8e82-be6ee202d98b 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-06-13T13:15:59.652Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.652Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "multicloud-k8s-id", "timestamp": 1655126062377, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-06-13T13:15:59.652Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:15:59.652Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.652Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655126058930, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-13T13:15:59.653Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:15:59.653Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.653Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "multicloud-k8s-id", "timestamp": 1655126062377, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-06-13T13:15:59.654Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:15:59.654Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.654Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655126058930, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-13T13:15:59.654Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:15:59.654Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.655Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b634abfe-f446-44d8-a0d8-18e4b82ff9c5", "consumerID": "clamp", "timestamp": 1655126078548, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-13T13:15:59.655Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:15:59.655Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.655Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "multicloud-k8s-id", "timestamp": 1655126062377, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-06-13T13:15:59.656Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:15:59.656Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.656Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655126058930, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-13T13:15:59.656Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:15:59.656Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.657Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "multicloud-k8s-id", "timestamp": 1655126062377, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-06-13T13:15:59.657Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:15:59.657Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.657Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b634abfe-f446-44d8-a0d8-18e4b82ff9c5", "consumerID": "aai-ml", "timestamp": 1655126079619, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-13T13:15:59.658Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:15:59.658Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.658Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655126080347, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-13T13:15:59.658Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:15:59.658Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.659Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b634abfe-f446-44d8-a0d8-18e4b82ff9c5", "consumerID": "clamp", "timestamp": 1655126080568, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-13T13:15:59.659Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:15:59.659Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.659Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "multicloud-k8s-id", "timestamp": 1655126062377, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:15:59.660Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:15:59.660Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.660Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b634abfe-f446-44d8-a0d8-18e4b82ff9c5", "consumerID": "aai-ml", "timestamp": 1655126080624, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-13T13:15:59.665Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b634abfe-f446-44d8-a0d8-18e4b82ff9c5 2022-06-13T13:15:59.666Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b634abfe-f446-44d8-a0d8-18e4b82ff9c5 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-06-13T13:15:59.675Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.675Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b634abfe-f446-44d8-a0d8-18e4b82ff9c5", "consumerID": "clamp", "timestamp": 1655126081572, "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-06-13T13:15:59.680Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b634abfe-f446-44d8-a0d8-18e4b82ff9c5 2022-06-13T13:15:59.680Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b634abfe-f446-44d8-a0d8-18e4b82ff9c5 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-06-13T13:15:59.690Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.690Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "multicloud-k8s-id", "timestamp": 1655126062377, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-06-13T13:15:59.690Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:15:59.690Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.691Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "aai-ml", "timestamp": 1655126061876, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:15:59.691Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:15:59.691Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.691Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "clamp", "timestamp": 1655126058941, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:15:59.691Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:15:59.692Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.692Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655126082656, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-13T13:15:59.692Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:15:59.692Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.693Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "multicloud-k8s-id", "timestamp": 1655126062377, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-13T13:15:59.693Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:15:59.693Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.693Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "aai-ml", "timestamp": 1655126061876, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-13T13:15:59.693Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:15:59.694Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.694Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "clamp", "timestamp": 1655126058941, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-13T13:15:59.694Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:15:59.694Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.694Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655126083661, "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-06-13T13:15:59.700Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e778f809-4c39-45f3-8e82-be6ee202d98b 2022-06-13T13:15:59.700Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId e778f809-4c39-45f3-8e82-be6ee202d98b 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-06-13T13:15:59.709Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.709Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "multicloud-k8s-id", "timestamp": 1655126062377, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-13T13:15:59.709Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:15:59.710Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.710Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "aai-ml", "timestamp": 1655126061876, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-13T13:15:59.710Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:15:59.711Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.711Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "clamp", "timestamp": 1655126058941, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-13T13:15:59.711Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:15:59.711Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.711Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "multicloud-k8s-id", "timestamp": 1655126084899, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-13T13:15:59.712Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:15:59.712Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.712Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "aai-ml", "timestamp": 1655126061876, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-13T13:15:59.712Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:15:59.713Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.713Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "clamp", "timestamp": 1655126058941, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-06-13T13:15:59.713Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:15:59.713Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.714Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "aai-ml", "timestamp": 1655126061876, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-06-13T13:15:59.714Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:15:59.714Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.714Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "multicloud-k8s-id", "timestamp": 1655126086114, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-06-13T13:15:59.714Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:15:59.715Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.715Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "clamp", "timestamp": 1655126058941, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-06-13T13:15:59.715Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:15:59.715Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.716Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "aai-ml", "timestamp": 1655126061876, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:15:59.716Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:15:59.716Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.716Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "multicloud-k8s-id", "timestamp": 1655126087310, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-06-13T13:15:59.717Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:15:59.717Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.717Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "clamp", "timestamp": 1655126058941, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:15:59.717Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:15:59.717Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.718Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "aai-ml", "timestamp": 1655126061876, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-13T13:15:59.718Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:15:59.718Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.718Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "clamp", "timestamp": 1655126058941, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-13T13:15:59.719Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:15:59.719Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.719Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "multicloud-k8s-id", "timestamp": 1655126088560, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-06-13T13:15:59.719Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:15:59.720Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.720Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "aai-ml", "timestamp": 1655126061876, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-13T13:15:59.720Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:15:59.720Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.720Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "clamp", "timestamp": 1655126058941, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-13T13:15:59.721Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:15:59.721Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.721Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "multicloud-k8s-id", "timestamp": 1655126089618, "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-06-13T13:15:59.731Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e778f809-4c39-45f3-8e82-be6ee202d98b 2022-06-13T13:15:59.731Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId e778f809-4c39-45f3-8e82-be6ee202d98b 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-06-13T13:15:59.737Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.737Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "aai-ml", "timestamp": 1655126061876, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-13T13:15:59.737Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:15:59.738Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.738Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "clamp", "timestamp": 1655126058941, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-13T13:15:59.738Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:15:59.738Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.738Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "multicloud-k8s-id", "timestamp": 1655126090622, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-06-13T13:15:59.738Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:15:59.738Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.738Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "aai-ml", "timestamp": 1655126090861, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-13T13:15:59.738Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:15:59.738Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.738Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "clamp", "timestamp": 1655126095552, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-13T13:15:59.739Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:15:59.739Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.739Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "clamp", "timestamp": 1655126098588, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-13T13:15:59.739Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:15:59.739Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:15:59.739Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "clamp", "timestamp": 1655126099602, "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-06-13T13:15:59.743Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e778f809-4c39-45f3-8e82-be6ee202d98b 2022-06-13T13:15:59.743Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId e778f809-4c39-45f3-8e82-be6ee202d98b 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-06-13T13:16:23.201Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 977405ab-9e79-49db-9040-83f7e849783b 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-06-13T13:16:23.213Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 977405ab-9e79-49db-9040-83f7e849783b and serviceModelVersionId: 482ce13c-c254-4bdd-be91-b2886867c64f 2022-06-13T13:16:23.213Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8797316c-7890-4148-9095-3c337a6fdae4 2022-06-13T13:16:23.214Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8797316c-7890-4148-9095-3c337a6fdae4/model-vers/model-ver/482ce13c-c254-4bdd-be91-b2886867c64f?depth=0 2022-06-13T13:16:23.221Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-06-13T13:16:23.290Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8797316c-7890-4148-9095-3c337a6fdae4/model-vers/model-ver/482ce13c-c254-4bdd-be91-b2886867c64f?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-06-13T13:16:23.293Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8797316c-7890-4148-9095-3c337a6fdae4/model-vers/model-ver/482ce13c-c254-4bdd-be91-b2886867c64f?depth=0|INFO|500||Invoke 2022-06-13T13:16:23.315Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8797316c-7890-4148-9095-3c337a6fdae4/model-vers/model-ver/482ce13c-c254-4bdd-be91-b2886867c64f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-13T13:16:23.685Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8797316c-7890-4148-9095-3c337a6fdae4/model-vers/model-ver/482ce13c-c254-4bdd-be91-b2886867c64f?depth=0|INFO|500||InvokeReturn 2022-06-13T13:16:23.685Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8797316c-7890-4148-9095-3c337a6fdae4/model-vers/model-ver/482ce13c-c254-4bdd-be91-b2886867c64f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220613-13:16:24:247-40591], vertex-id=[184472], Content-Length=[0], Date=[Mon, 13 Jun 2022 13:16:24 GMT], Content-Type=[application/json]} 2022-06-13T13:16:23.685Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity. 2022-06-13T13:16:23.686Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-13T13:16:23.686Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-13T13:16:23.693Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-13T13:16:23.693Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 977405ab-9e79-49db-9040-83f7e849783b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-13T13:16:23.693Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-13T13:16:23.693Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:16:23.695Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:16:23.696Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "977405ab-9e79-49db-9040-83f7e849783b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126183693, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-13T13:16:23.795Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-13T13:16:23.796Z||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-06-13T13:16:23.797Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:16:23.837Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:16:23.837Z||pool-50-thread-1|||||INFO|500||cambria reply ok (41 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-06-13T13:16:24.710Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-13T13:16:24.710Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"b634abfe-f446-44d8-a0d8-18e4b82ff9c5","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"850154a6-f001-4aae-a038-f815d3f80531","serviceDescription":"service","serviceInvariantUUID":"e58ce83a-190c-40e6-b2dc-b885791a90c6","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"29d8f45c-b056-4149-8a28-e48398518e70","resourceInvariantUUID":"cda26629-2fca-494e-aabe-1971d0c5fe54","resourceCustomizationUUID":"58add2a8-428e-4ca3-8fe4-93e12ae67a47","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":"MDEyOWM0ODdmNzdhZjYyMTQ2NWUzZDVkMmQwNTdmNTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bfc7c776-afad-497d-ae4e-d91e8152372a","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":"N2QwNTMzNzAyOTk3NGNlMDAxN2MwMTc4MGJlYzQ4ZDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1fa658b2-eb8c-423e-802d-eda52c699145","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":"9b8ee63f-345f-4d98-aba9-889c83d131f1","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":"af044e8c-d8bf-4a3e-8373-93e957c9e61a","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":"caffff41-4f46-43de-b4e0-04b093ef0296","artifactVersion":"2","generatedFromUUID":"9b8ee63f-345f-4d98-aba9-889c83d131f1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NmJlZTU2NzVlYTE4YTg2YWRmMmZlNTIxYzMwODRhZDA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5f617379-ea45-4a4c-9d84-fd1e4c7c2c10","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YjgwOTgyZjJiZDQ3ZjRmNWYzNDk5OTI2MjA1ZTJhNGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3a47390a-7282-4be8-b3e7-91719adb64cd","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-13T13:16:24.711Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-13T13:16:24.711Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:16:24.713Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:16:24.713Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b634abfe-f446-44d8-a0d8-18e4b82ff9c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126137210, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:16:24.813Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-13T13:16:24.814Z||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-06-13T13:16:24.814Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:16:24.836Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:16:24.836Z||pool-51-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-06-13T13:16:25.714Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-13T13:16:25.714Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:16:25.716Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:16:25.716Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b634abfe-f446-44d8-a0d8-18e4b82ff9c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126137210, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-06-13T13:16:25.817Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-13T13:16:25.818Z||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-06-13T13:16:25.818Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:16:25.847Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:16:25.848Z||pool-52-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-06-13T13:16:26.717Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-13T13:16:26.718Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:16:26.720Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:16:26.720Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b634abfe-f446-44d8-a0d8-18e4b82ff9c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126137210, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-13T13:16:26.821Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-13T13:16:26.822Z||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-06-13T13:16:26.822Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:16:26.851Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:16:26.852Z||pool-53-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-06-13T13:16:27.721Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-13T13:16:27.722Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:16:27.724Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:16:27.724Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b634abfe-f446-44d8-a0d8-18e4b82ff9c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126137210, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:16:27.824Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-13T13:16:27.825Z||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-06-13T13:16:27.825Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:16:27.843Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:16:27.843Z||pool-54-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-13T13:16:28.724Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-13T13:16:28.725Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:16:28.727Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:16:28.727Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b634abfe-f446-44d8-a0d8-18e4b82ff9c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126137210, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-13T13:16:28.827Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-13T13:16:28.828Z||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-06-13T13:16:28.828Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:16:28.859Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:16:28.860Z||pool-55-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1} 2022-06-13T13:16:29.728Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-13T13:16:29.729Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:16:29.731Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:16:29.731Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b634abfe-f446-44d8-a0d8-18e4b82ff9c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126137210, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-13T13:16:29.831Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-13T13:16:29.832Z||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-06-13T13:16:29.833Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:16:29.871Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:16:29.871Z||pool-56-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":1,"count":1} 2022-06-13T13:16:30.732Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-13T13:16:30.733Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:16:30.735Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:16:30.735Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b634abfe-f446-44d8-a0d8-18e4b82ff9c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126137210, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-13T13:16:30.835Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-13T13:16:30.836Z||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-06-13T13:16:30.836Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:16:30.873Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:16:30.874Z||pool-57-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":1,"count":1} 2022-06-13T13:16:31.736Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "b634abfe-f446-44d8-a0d8-18e4b82ff9c5", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "850154a6-f001-4aae-a038-f815d3f80531", "serviceDescription": "service", "serviceInvariantUUID": "e58ce83a-190c-40e6-b2dc-b885791a90c6", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "58add2a8-428e-4ca3-8fe4-93e12ae67a47", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "29d8f45c-b056-4149-8a28-e48398518e70", "resourceInvariantUUID": "cda26629-2fca-494e-aabe-1971d0c5fe54", "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": "N2QwNTMzNzAyOTk3NGNlMDAxN2MwMTc4MGJlYzQ4ZDg\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1fa658b2-eb8c-423e-802d-eda52c699145", "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": "9b8ee63f-345f-4d98-aba9-889c83d131f1", "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": "caffff41-4f46-43de-b4e0-04b093ef0296", "generatedFromUUID": "9b8ee63f-345f-4d98-aba9-889c83d131f1" }, "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": "caffff41-4f46-43de-b4e0-04b093ef0296", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "YjgwOTgyZjJiZDQ3ZjRmNWYzNDk5OTI2MjA1ZTJhNGQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3a47390a-7282-4be8-b3e7-91719adb64cd" } ], "workloadContext": "Production" } 2022-06-13T13:16:31.737Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-13T13:16:31.737Z|977405ab-9e79-49db-9040-83f7e849783b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 850154a6-f001-4aae-a038-f815d3f80531 ASDC 2022-06-13T13:16:31.737Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:b634abfe-f446-44d8-a0d8-18e4b82ff9c5 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:850154a6-f001-4aae-a038-f815d3f80531 ServiceInvariantUUID:e58ce83a-190c-40e6-b2dc-b885791a90c6 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:3a47390a-7282-4be8-b3e7-91719adb64cd ArtifactChecksum:YjgwOTgyZjJiZDQ3ZjRmNWYzNDk5OTI2MjA1ZTJhNGQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:58add2a8-428e-4ca3-8fe4-93e12ae67a47 ResourceInvariantUUID:cda26629-2fca-494e-aabe-1971d0c5fe54 ResourceName:basic_vm ResourceType:VF ResourceUUID:29d8f45c-b056-4149-8a28-e48398518e70 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:1fa658b2-eb8c-423e-802d-eda52c699145 ArtifactChecksum:N2QwNTMzNzAyOTk3NGNlMDAxN2MwMTc4MGJlYzQ4ZDg= 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:9b8ee63f-345f-4d98-aba9-889c83d131f1 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:caffff41-4f46-43de-b4e0-04b093ef0296 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:caffff41-4f46-43de-b4e0-04b093ef0296 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-13T13:16:31.738Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 850154a6-f001-4aae-a038-f815d3f80531 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-06-13T13:16:31.783Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-13T13:16:31.784Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-06-13T13:16:31.784Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-06-13T13:16:31.785Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 3a47390a-7282-4be8-b3e7-91719adb64cd from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-06-13T13:16:31.785Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-06-13T13:16:31.785Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-06-13T13:16:31.931Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-06-13T13:16:31.934Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 3a47390a-7282-4be8-b3e7-91719adb64cd 71076 2022-06-13T13:16:31.934Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-06-13T13:16:31.934Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-06-13T13:16:31.935Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-13T13:16:31.935Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:16:31.937Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:16:31.937Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b634abfe-f446-44d8-a0d8-18e4b82ff9c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126191934, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-13T13:16:32.038Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-13T13:16:32.038Z||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-06-13T13:16:32.039Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:16:32.079Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:16:32.080Z||pool-58-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1} 2022-06-13T13:16:32.938Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-13T13:16:32.939Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-06-13T13:16:32.939Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 3a47390a-7282-4be8-b3e7-91719adb64cd, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-06-13T13:16:32.940Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-06-13T13:16:32.940Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-06-13T13:16:32.940Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-06-13T13:16:33.095Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17773661631304827002/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-06-13T13:16:34.302Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-13T13:16:34.302Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-06-13T13:16:34.302Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-13T13:16:34.303Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-06-13T13:16:34.303Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||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-06-13T13:16:34.303Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||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-06-13T13:16:34.303Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-13T13:16:34.303Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-13T13:16:34.303Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-13T13:16:34.303Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||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-06-13T13:16:34.303Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-13T13:16:34.304Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||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-06-13T13:16:34.304Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-13T13:16:34.304Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-06-13T13:16:34.304Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:16:34.304Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-13T13:16:34.305Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-13T13:16:34.305Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-06-13T13:16:34.305Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-13T13:16:34.305Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:16:34.305Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-13T13:16:34.305Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-13T13:16:34.306Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-06-13T13:16:34.306Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-13T13:16:34.306Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:16:34.306Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-13T13:16:34.306Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:16:34.306Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-06-13T13:16:34.306Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-06-13T13:16:34.308Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-06-13T13:16:34.309Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-06-13T13:16:34.309Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-13T13:16:34.309Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-13T13:16:34.309Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:16:34.310Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-13T13:16:34.310Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:16:34.310Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-13T13:16:34.311Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-13T13:16:34.311Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:16:34.311Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-13T13:16:34.312Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-13T13:16:34.312Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:16:34.312Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-13T13:16:34.312Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-13T13:16:34.313Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:16:34.313Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-06-13T13:16:34.313Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-06-13T13:16:34.313Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-13T13:16:34.313Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=6ccff7b0-ff59-4c19-96d3-e90190737e1d 2022-06-13T13:16:34.314Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:16:34.314Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-13T13:16:34.314Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:16:34.315Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-13T13:16:34.315Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:16:34.315Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-13T13:16:34.315Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:16:34.315Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-13T13:16:34.316Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:850154a6-f001-4aae-a038-f815d3f80531 Model Version:NULL Model InvariantUuid:e58ce83a-190c-40e6-b2dc-b885791a90c6 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:05dd0559-5d0b-46ae-9ba0-8dfc721059c1 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:cda26629-2fca-494e-aabe-1971d0c5fe54 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:58add2a8-428e-4ca3-8fe4-93e12ae67a47 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:e09a2fdb-6edd-4b0e-b737-3087d88bf5a5 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:26570669-0df4-4bc9-a08e-25bfa5cb096a ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:6ccff7b0-ff59-4c19-96d3-e90190737e1d ModelInvariantUuid:8f55be93-213e-481f-8774-8b1cbc27f2b0 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:1ffabbbd-37ed-4bf1-a8d0-e8962f425abc ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:14e75819-e645-437f-8865-2081b86ad584 ModelInvariantUuid:68c4d163-f8fd-4807-86c7-d34c9d536799 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:49ef2808-8c0a-46d9-bb53-ccd564cdb2e8 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-06-13T13:16:34.329Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 29d8f45c-b056-4149-8a28-e48398518e70 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-06-13T13:16:34.332Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||INFO|500||basic_vm 0 2022-06-13T13:16:34.332Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 29d8f45c-b056-4149-8a28-e48398518e70 2022-06-13T13:16:34.332Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 1fa658b2-eb8c-423e-802d-eda52c699145 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-06-13T13:16:34.332Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-06-13T13:16:34.332Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||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-06-13T13:16:34.514Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-06-13T13:16:34.515Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 1fa658b2-eb8c-423e-802d-eda52c699145 787 2022-06-13T13:16:34.515Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||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-06-13T13:16:34.515Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||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-06-13T13:16:34.515Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-13T13:16:34.515Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:16:34.517Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:16:34.517Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b634abfe-f446-44d8-a0d8-18e4b82ff9c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126194515, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-13T13:16:34.617Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-13T13:16:34.618Z||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-06-13T13:16:34.619Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:16:34.654Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:16:34.655Z||pool-59-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1} 2022-06-13T13:16:35.518Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "e09a2fdb-6edd-4b0e-b737-3087d88bf5a5", "vfModuleModelVersion": "1", "vfModuleModelUUID": "26570669-0df4-4bc9-a08e-25bfa5cb096a", "vfModuleModelCustomizationUUID": "44e6edac-b07c-4c19-a851-9d3bf18496db", "isBase": true, "artifacts": [ "9b8ee63f-345f-4d98-aba9-889c83d131f1", "caffff41-4f46-43de-b4e0-04b093ef0296" ], "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-06-13T13:16:35.523Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:26570669-0df4-4bc9-a08e-25bfa5cb096a VfModuleModelInvariantUUID:e09a2fdb-6edd-4b0e-b737-3087d88bf5a5 VfModuleModelDescription:NULL Artifacts UUID List:{ 9b8ee63f-345f-4d98-aba9-889c83d131f1 , caffff41-4f46-43de-b4e0-04b093ef0296 } 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-06-13T13:16:35.525Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "e09a2fdb-6edd-4b0e-b737-3087d88bf5a5", "vfModuleModelVersion": "1", "vfModuleModelUUID": "26570669-0df4-4bc9-a08e-25bfa5cb096a", "vfModuleModelCustomizationUUID": "44e6edac-b07c-4c19-a851-9d3bf18496db", "isBase": true, "artifacts": [ "9b8ee63f-345f-4d98-aba9-889c83d131f1", "caffff41-4f46-43de-b4e0-04b093ef0296" ], "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-06-13T13:16:35.525Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:26570669-0df4-4bc9-a08e-25bfa5cb096a VfModuleModelInvariantUUID:e09a2fdb-6edd-4b0e-b737-3087d88bf5a5 VfModuleModelDescription:NULL Artifacts UUID List:{ 9b8ee63f-345f-4d98-aba9-889c83d131f1 , caffff41-4f46-43de-b4e0-04b093ef0296 } 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-06-13T13:16:35.525Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 9b8ee63f-345f-4d98-aba9-889c83d131f1 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-06-13T13:16:35.526Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-06-13T13:16:35.526Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||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-06-13T13:16:36.003Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-06-13T13:16:36.003Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 9b8ee63f-345f-4d98-aba9-889c83d131f1 5033 2022-06-13T13:16:36.003Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||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-06-13T13:16:36.004Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||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-06-13T13:16:36.004Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-13T13:16:36.004Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:16:36.006Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:16:36.006Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b634abfe-f446-44d8-a0d8-18e4b82ff9c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126196003, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-13T13:16:36.106Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-13T13:16:36.107Z||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-06-13T13:16:36.107Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:16:36.131Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:16:36.132Z||pool-60-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-06-13T13:16:37.008Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: caffff41-4f46-43de-b4e0-04b093ef0296 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-06-13T13:16:37.009Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-06-13T13:16:37.009Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||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-06-13T13:16:37.273Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-06-13T13:16:37.274Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env caffff41-4f46-43de-b4e0-04b093ef0296 903 2022-06-13T13:16:37.274Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||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-06-13T13:16:37.274Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||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-06-13T13:16:37.274Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-13T13:16:37.275Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:16:37.277Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:16:37.277Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b634abfe-f446-44d8-a0d8-18e4b82ff9c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126197274, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-13T13:16:37.377Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-13T13:16:37.378Z||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-06-13T13:16:37.378Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:16:37.418Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:16:37.419Z||pool-61-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":1,"count":1} 2022-06-13T13:16:38.277Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 850154a6-f001-4aae-a038-f815d3f80531 2022-06-13T13:16:38.278Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 29d8f45c-b056-4149-8a28-e48398518e70 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-06-13T13:16:38.288Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4860777, org.onap.sdc.toscaparser.api.parameters.Input@7ff6d51a, org.onap.sdc.toscaparser.api.parameters.Input@6e31350d, org.onap.sdc.toscaparser.api.parameters.Input@7383dae9, org.onap.sdc.toscaparser.api.parameters.Input@470ad651] 2022-06-13T13:16:38.290Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:16:38.290Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-13T13:16:38.291Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2022-06-13T13:16:38.291Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 58add2a8-428e-4ca3-8fe4-93e12ae67a47 2022-06-13T13:16:38.291Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 58add2a8-428e-4ca3-8fe4-93e12ae67a47 matches Tosca VF Customization UUID: 58add2a8-428e-4ca3-8fe4-93e12ae67a47 2022-06-13T13:16:38.291Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 58add2a8-428e-4ca3-8fe4-93e12ae67a47 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-06-13T13:16:38.295Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:16:38.295Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-13T13:16:38.296Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 58add2a8-428e-4ca3-8fe4-93e12ae67a47: {\"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-06-13T13:16:38.296Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4da9b6b 2022-06-13T13:16:38.297Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:16:38.297Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-13T13:16:38.297Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 44e6edac-b07c-4c19-a851-9d3bf18496db 2022-06-13T13:16:38.297Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 44e6edac-b07c-4c19-a851-9d3bf18496db 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-06-13T13:16:38.300Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:16:38.300Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-13T13:16:38.300Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-13T13:16:38.300Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:16:38.301Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-13T13:16:38.301Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-13T13:16:38.301Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:16:38.301Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-06-13T13:16:38.302Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-06-13T13:16:38.302Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-13T13:16:38.302Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=6ccff7b0-ff59-4c19-96d3-e90190737e1d 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-06-13T13:16:38.304Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:16:38.304Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-13T13:16:38.304Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-13T13:16:38.304Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:16:38.305Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-13T13:16:38.305Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=58add2a8-428e-4ca3-8fe4-93e12ae67a47 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-06-13T13:16:38.306Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:16:38.306Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-13T13:16:38.306Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 850154a6-f001-4aae-a038-f815d3f80531: basic_vm 2022-06-13T13:16:38.306Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:16:38.307Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-13T13:16:38.307Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:16:38.307Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-13T13:16:38.307Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:16:38.308Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-13T13:16:38.308Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:16:38.308Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-13T13:16:38.308Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:16:38.309Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-13T13:16:38.309Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||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-06-13T13:16:38.380Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 29d8f45c-b056-4149-8a28-e48398518e70 1 ASDC deployResourceStructure 2022-06-13T13:16:38.380Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||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-06-13T13:16:38.380Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||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-06-13T13:16:38.380Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-13T13:16:38.381Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:16:38.382Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:16:38.382Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b634abfe-f446-44d8-a0d8-18e4b82ff9c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126198380, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-06-13T13:16:38.483Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-13T13:16:38.484Z||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-06-13T13:16:38.484Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:16:38.558Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:16:38.559Z||pool-62-thread-1|||||INFO|500||cambria reply ok (76 ms):{"serverTimeMs":0,"count":1} 2022-06-13T13:16:39.384Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||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-06-13T13:16:39.384Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||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-06-13T13:16:39.384Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-13T13:16:39.384Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:16:39.386Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:16:39.386Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b634abfe-f446-44d8-a0d8-18e4b82ff9c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126199383, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-06-13T13:16:39.486Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-13T13:16:39.488Z||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-06-13T13:16:39.489Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:16:39.513Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:16:39.513Z||pool-63-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1} 2022-06-13T13:16:40.387Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||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-06-13T13:16:40.388Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||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-06-13T13:16:40.388Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-13T13:16:40.388Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:16:40.391Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:16:40.391Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b634abfe-f446-44d8-a0d8-18e4b82ff9c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126200387, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-06-13T13:16:40.491Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-13T13:16:40.492Z||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-06-13T13:16:40.493Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:16:40.537Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:16:40.537Z||pool-64-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1} 2022-06-13T13:16:41.392Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-06-13T13:16:41.393Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-06-13T13:16:41.393Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-13T13:16:41.393Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:16:41.395Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:16:41.395Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b634abfe-f446-44d8-a0d8-18e4b82ff9c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126201392, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-13T13:16:41.495Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-13T13:16:41.496Z||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-06-13T13:16:41.496Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:16:41.530Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:16:41.531Z||pool-65-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} 2022-06-13T13:16:42.396Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b634abfe-f446-44d8-a0d8-18e4b82ff9c5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-13T13:16:42.413Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b634abfe-f446-44d8-a0d8-18e4b82ff9c5 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-13T13:16:42.417Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-13T13:16:42.417Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-13T13:16:42.417Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-13T13:16:42.417Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-13T13:16:42.417Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-13T13:16:42.417Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-13T13:16:42.418Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-13T13:16:42.418Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-13T13:16:42.418Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-13T13:16:42.418Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-13T13:16:42.418Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-13T13:16:42.422Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-13T13:16:59.422Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T13:16:59.423Z||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-06-13T13:16:59.423Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T13:16:59.466Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:16:59.467Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:16:59.467Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "aai-ml", "timestamp": 1655126100209, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-13T13:16:59.468Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:16:59.468Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:16:59.469Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "aai-ml", "timestamp": 1655126101214, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-13T13:16:59.479Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e778f809-4c39-45f3-8e82-be6ee202d98b 2022-06-13T13:16:59.480Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId e778f809-4c39-45f3-8e82-be6ee202d98b 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-06-13T13:16:59.493Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:16:59.494Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6804093-6f3c-4c68-8f5e-a01160f62adb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126136188, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-13T13:16:59.494Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:16:59.494Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:16:59.494Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "977405ab-9e79-49db-9040-83f7e849783b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126137210, "artifactURL": "/sdc/v1/catalog/services/DemoPnf76hq7bomqxasbdytwwve/1.0/resourceInstances/pnff718584323070/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:16:59.495Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:16:59.495Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:16:59.495Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "977405ab-9e79-49db-9040-83f7e849783b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126137210, "artifactURL": "/sdc/v1/catalog/services/DemoPnf76hq7bomqxasbdytwwve/1.0/resourceInstances/pnff718584323070/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-13T13:16:59.495Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:16:59.496Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:16:59.496Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "977405ab-9e79-49db-9040-83f7e849783b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126137210, "artifactURL": "/sdc/v1/catalog/services/DemoPnf76hq7bomqxasbdytwwve/1.0/resourceInstances/pnff718584323070/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-13T13:16:59.496Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:16:59.496Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:16:59.496Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "977405ab-9e79-49db-9040-83f7e849783b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126137210, "artifactURL": "/sdc/v1/catalog/services/DemoPnf76hq7bomqxasbdytwwve/1.0/resourceInstances/pnff718584323070/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:16:59.497Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:16:59.497Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:16:59.497Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "977405ab-9e79-49db-9040-83f7e849783b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126137210, "artifactURL": "/sdc/v1/catalog/services/DemoPnf76hq7bomqxasbdytwwve/1.0/resourceInstances/pnff718584323070/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-13T13:16:59.497Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:16:59.498Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:16:59.498Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "977405ab-9e79-49db-9040-83f7e849783b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126137210, "artifactURL": "/sdc/v1/catalog/services/DemoPnf76hq7bomqxasbdytwwve/1.0/resourceInstances/pnff718584323070/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-13T13:16:59.498Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:16:59.498Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:16:59.499Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "977405ab-9e79-49db-9040-83f7e849783b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126137210, "artifactURL": "/sdc/v1/catalog/services/DemoPnf76hq7bomqxasbdytwwve/1.0/artifacts/service-DemoPnf76hq7bomqxasbdytwwve-template.yml", "status": "NOT_NOTIFIED" } 2022-06-13T13:16:59.499Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:16:59.499Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:16:59.499Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "977405ab-9e79-49db-9040-83f7e849783b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126137210, "artifactURL": "/sdc/v1/catalog/services/DemoPnf76hq7bomqxasbdytwwve/1.0/artifacts/service-DemoPnf76hq7bomqxasbdytwwve-csar.csar", "status": "NOTIFIED" } 2022-06-13T13:16:59.499Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:16:59.500Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:16:59.500Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "977405ab-9e79-49db-9040-83f7e849783b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126149926, "artifactURL": "/sdc/v1/catalog/services/DemoPnf76hq7bomqxasbdytwwve/1.0/artifacts/service-DemoPnf76hq7bomqxasbdytwwve-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-13T13:16:59.500Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:16:59.500Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:16:59.500Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "977405ab-9e79-49db-9040-83f7e849783b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126152166, "artifactURL": "/sdc/v1/catalog/services/DemoPnf76hq7bomqxasbdytwwve/1.0/artifacts/service-DemoPnf76hq7bomqxasbdytwwve-csar.csar", "status": "DEPLOY_OK" } 2022-06-13T13:16:59.501Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:17:12.423Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b634abfe-f446-44d8-a0d8-18e4b82ff9c5 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-06-13T13:17:12.435Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b634abfe-f446-44d8-a0d8-18e4b82ff9c5 and serviceModelVersionId: 850154a6-f001-4aae-a038-f815d3f80531 2022-06-13T13:17:12.435Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e58ce83a-190c-40e6-b2dc-b885791a90c6 2022-06-13T13:17:12.436Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e58ce83a-190c-40e6-b2dc-b885791a90c6/model-vers/model-ver/850154a6-f001-4aae-a038-f815d3f80531?depth=0 2022-06-13T13:17:12.442Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-06-13T13:17:12.493Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e58ce83a-190c-40e6-b2dc-b885791a90c6/model-vers/model-ver/850154a6-f001-4aae-a038-f815d3f80531?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-06-13T13:17:12.495Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e58ce83a-190c-40e6-b2dc-b885791a90c6/model-vers/model-ver/850154a6-f001-4aae-a038-f815d3f80531?depth=0|INFO|500||Invoke 2022-06-13T13:17:12.516Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e58ce83a-190c-40e6-b2dc-b885791a90c6/model-vers/model-ver/850154a6-f001-4aae-a038-f815d3f80531?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-13T13:17:12.743Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e58ce83a-190c-40e6-b2dc-b885791a90c6/model-vers/model-ver/850154a6-f001-4aae-a038-f815d3f80531?depth=0|INFO|500||InvokeReturn 2022-06-13T13:17:12.744Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e58ce83a-190c-40e6-b2dc-b885791a90c6/model-vers/model-ver/850154a6-f001-4aae-a038-f815d3f80531?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220613-13:17:13:452-28430], vertex-id=[696552], Content-Length=[0], Date=[Mon, 13 Jun 2022 13:17:13 GMT], Content-Type=[application/json]} 2022-06-13T13:17:12.744Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity. 2022-06-13T13:17:12.744Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-13T13:17:12.745Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-13T13:17:12.748Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-13T13:17:12.749Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b634abfe-f446-44d8-a0d8-18e4b82ff9c5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-13T13:17:12.749Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-13T13:17:12.750Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:17:12.752Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:17:12.752Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b634abfe-f446-44d8-a0d8-18e4b82ff9c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126232749, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-13T13:17:12.852Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-13T13:17:12.854Z||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-06-13T13:17:12.854Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:17:12.881Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:17:12.881Z||pool-66-thread-1|||||INFO|500||cambria reply ok (28 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-06-13T13:17:13.766Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-13T13:17:13.766Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"e778f809-4c39-45f3-8e82-be6ee202d98b","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"9d8f3c05-52da-44c1-8c8a-c1741f332328","serviceDescription":"service","serviceInvariantUUID":"1a07e04c-18e7-410a-a8b1-7e9eb549d4d0","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"45539663-803a-4548-bdf6-99810d3fbade","resourceInvariantUUID":"5f3dbc0d-859a-43e8-bfb3-5cd5d3889f7e","resourceCustomizationUUID":"d1f69d4f-d152-4c47-aa0d-ca367dca6174","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":"ODM0ZWQ0N2JmMDUzMWFiZTE3YjBmYjM3MmNkODMwMzM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0e0b1dbe-4c7a-4151-952a-4d838cca4135","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":"e7e7be6d-4287-45e7-b28e-5e8833942496","artifactVersion":"2","generatedFromUUID":"2125c3c8-9cdd-4846-a8a5-01e1a67835ef"},{"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":"2125c3c8-9cdd-4846-a8a5-01e1a67835ef","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":"YzI1MmZhMjlkYmUxY2NkNmFkMTgxZWI5Y2VlNGQ2Yjg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2918d622-1275-41a0-abc3-01e4db9ce660","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":"e0f88daf-ca2b-4448-ad80-d196e5b7bbbd","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":"9925cf12-4f2d-447b-9a03-0b22f16f6791","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":"d3d5e62e-1f81-47bf-b1b5-3ff07662fd3f","artifactVersion":"2","generatedFromUUID":"e0f88daf-ca2b-4448-ad80-d196e5b7bbbd"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NzQwMzgxMDBkODAyYWI5OTEwZmJlZGIwNzdkZGUyM2Y\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ea138a02-52a3-4cc4-b4a4-b9820ee25e78","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"YWIwODg5MzYxNDQyY2I3YzUxNTkyZmQyNjE0NDFkMWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"17b41987-3c85-4806-9aa6-762b35c448d2","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-13T13:17:13.766Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-13T13:17:13.767Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:17:13.769Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:17:13.769Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126137210, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:17:13.869Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-13T13:17:13.870Z||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-06-13T13:17:13.870Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:17:13.937Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:17:13.938Z||pool-67-thread-1|||||INFO|500||cambria reply ok (69 ms):{"serverTimeMs":0,"count":1} 2022-06-13T13:17:14.769Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-13T13:17:14.771Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:17:14.772Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:17:14.772Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126137210, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-06-13T13:17:14.873Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-13T13:17:14.874Z||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-06-13T13:17:14.874Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:17:14.926Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:17:14.927Z||pool-68-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":0,"count":1} 2022-06-13T13:17:15.773Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-13T13:17:15.774Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:17:15.776Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:17:15.776Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126137210, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-06-13T13:17:15.876Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-13T13:17:15.877Z||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-06-13T13:17:15.877Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:17:15.928Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:17:15.928Z||pool-69-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":0,"count":1} 2022-06-13T13:17:16.776Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-13T13:17:16.777Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:17:16.779Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:17:16.779Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126137210, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-06-13T13:17:16.879Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-13T13:17:16.880Z||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-06-13T13:17:16.881Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:17:16.906Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:17:16.908Z||pool-70-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-06-13T13:17:17.780Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-13T13:17:17.781Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:17:17.784Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:17:17.784Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126137210, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-06-13T13:17:17.884Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-13T13:17:17.885Z||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-06-13T13:17:17.886Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:17:17.920Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:17:17.921Z||pool-71-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1} 2022-06-13T13:17:18.785Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-13T13:17:18.786Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:17:18.788Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:17:18.789Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126137210, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:17:18.889Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-13T13:17:18.889Z||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-06-13T13:17:18.890Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:17:18.927Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:17:18.927Z||pool-72-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1} 2022-06-13T13:17:19.789Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-13T13:17:19.790Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:17:19.793Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:17:19.793Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126137210, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-06-13T13:17:19.893Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-13T13:17:19.894Z||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-06-13T13:17:19.894Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:17:19.917Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:17:19.917Z||pool-73-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-06-13T13:17:20.794Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-13T13:17:20.795Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:17:20.797Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:17:20.797Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126137210, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-13T13:17:20.898Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-13T13:17:20.899Z||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-06-13T13:17:20.899Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:17:20.946Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:17:20.947Z||pool-74-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1} 2022-06-13T13:17:21.798Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-13T13:17:21.799Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:17:21.801Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:17:21.801Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126137210, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-13T13:17:21.902Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-13T13:17:21.903Z||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-06-13T13:17:21.903Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:17:21.940Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:17:21.941Z||pool-75-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1} 2022-06-13T13:17:22.803Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "9d8f3c05-52da-44c1-8c8a-c1741f332328", "serviceDescription": "service", "serviceInvariantUUID": "1a07e04c-18e7-410a-a8b1-7e9eb549d4d0", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "d1f69d4f-d152-4c47-aa0d-ca367dca6174", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "45539663-803a-4548-bdf6-99810d3fbade", "resourceInvariantUUID": "5f3dbc0d-859a-43e8-bfb3-5cd5d3889f7e", "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": "e7e7be6d-4287-45e7-b28e-5e8833942496", "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": "2125c3c8-9cdd-4846-a8a5-01e1a67835ef", "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": "YzI1MmZhMjlkYmUxY2NkNmFkMTgxZWI5Y2VlNGQ2Yjg\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2918d622-1275-41a0-abc3-01e4db9ce660", "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": "e0f88daf-ca2b-4448-ad80-d196e5b7bbbd", "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": "d3d5e62e-1f81-47bf-b1b5-3ff07662fd3f", "generatedFromUUID": "e0f88daf-ca2b-4448-ad80-d196e5b7bbbd" }, "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": "d3d5e62e-1f81-47bf-b1b5-3ff07662fd3f", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "YWIwODg5MzYxNDQyY2I3YzUxNTkyZmQyNjE0NDFkMWE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "17b41987-3c85-4806-9aa6-762b35c448d2" } ], "workloadContext": "Production" } 2022-06-13T13:17:22.804Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-13T13:17:22.804Z|b634abfe-f446-44d8-a0d8-18e4b82ff9c5|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 9d8f3c05-52da-44c1-8c8a-c1741f332328 ASDC 2022-06-13T13:17:22.805Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:e778f809-4c39-45f3-8e82-be6ee202d98b ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:9d8f3c05-52da-44c1-8c8a-c1741f332328 ServiceInvariantUUID:1a07e04c-18e7-410a-a8b1-7e9eb549d4d0 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:17b41987-3c85-4806-9aa6-762b35c448d2 ArtifactChecksum:YWIwODg5MzYxNDQyY2I3YzUxNTkyZmQyNjE0NDFkMWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:d1f69d4f-d152-4c47-aa0d-ca367dca6174 ResourceInvariantUUID:5f3dbc0d-859a-43e8-bfb3-5cd5d3889f7e ResourceName:basic_cnf ResourceType:VF ResourceUUID:45539663-803a-4548-bdf6-99810d3fbade 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:e7e7be6d-4287-45e7-b28e-5e8833942496 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:2125c3c8-9cdd-4846-a8a5-01e1a67835ef 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:2918d622-1275-41a0-abc3-01e4db9ce660 ArtifactChecksum:YzI1MmZhMjlkYmUxY2NkNmFkMTgxZWI5Y2VlNGQ2Yjg= 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:e0f88daf-ca2b-4448-ad80-d196e5b7bbbd 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:d3d5e62e-1f81-47bf-b1b5-3ff07662fd3f 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:d3d5e62e-1f81-47bf-b1b5-3ff07662fd3f ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-13T13:17:22.805Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9d8f3c05-52da-44c1-8c8a-c1741f332328 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-06-13T13:17:22.848Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-13T13:17:22.853Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-06-13T13:17:22.853Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-06-13T13:17:22.853Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 17b41987-3c85-4806-9aa6-762b35c448d2 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-06-13T13:17:22.853Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-06-13T13:17:22.853Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-06-13T13:17:23.204Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-06-13T13:17:23.208Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 17b41987-3c85-4806-9aa6-762b35c448d2 68961 2022-06-13T13:17:23.211Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-06-13T13:17:23.211Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-06-13T13:17:23.211Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-13T13:17:23.214Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:17:23.218Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:17:23.219Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126243210, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-13T13:17:23.319Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-13T13:17:23.320Z||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-06-13T13:17:23.320Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:17:23.339Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:17:23.339Z||pool-76-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-06-13T13:17:24.219Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-13T13:17:24.221Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-06-13T13:17:24.221Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 17b41987-3c85-4806-9aa6-762b35c448d2, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-13T13:17:24.222Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-06-13T13:17:24.222Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-13T13:17:24.222Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-13T13:17:24.359Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15029883856309571216/Definitions/service-BasicCnf-template.yml 2022-06-13T13:17:25.731Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-13T13:17:25.731Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-06-13T13:17:25.732Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-13T13:17:25.732Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-06-13T13:17:25.732Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||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-06-13T13:17:25.732Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||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-06-13T13:17:25.732Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-13T13:17:25.732Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||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-06-13T13:17:25.733Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-06-13T13:17:25.733Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:17:25.733Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-13T13:17:25.734Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-13T13:17:25.734Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-06-13T13:17:25.734Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-13T13:17:25.735Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:17:25.735Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-13T13:17:25.735Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-13T13:17:25.735Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-06-13T13:17:25.735Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-13T13:17:25.735Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:17:25.736Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-13T13:17:25.736Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:17:25.736Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-06-13T13:17:25.736Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-06-13T13:17:25.737Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||Node template dummy is not matching search criteria 2022-06-13T13:17:25.737Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-13T13:17:25.737Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:17:25.737Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-13T13:17:25.738Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:17:25.738Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-13T13:17:25.738Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-13T13:17:25.738Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:17:25.739Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-13T13:17:25.739Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-13T13:17:25.739Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:17:25.739Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-13T13:17:25.739Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-13T13:17:25.740Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:17:25.740Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-06-13T13:17:25.740Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-06-13T13:17:25.740Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=d0af21e2-fded-4d35-bf63-fc3a407e0b39 2022-06-13T13:17:25.741Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:17:25.741Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-13T13:17:25.741Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:17:25.741Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-13T13:17:25.741Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:17:25.741Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-13T13:17:25.742Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:17:25.742Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-13T13:17:25.742Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:9d8f3c05-52da-44c1-8c8a-c1741f332328 Model Version:NULL Model InvariantUuid:1a07e04c-18e7-410a-a8b1-7e9eb549d4d0 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:c35b74ed-ea6f-4db8-a7c1-aab41aaf5281 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:5f3dbc0d-859a-43e8-bfb3-5cd5d3889f7e Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:d1f69d4f-d152-4c47-aa0d-ca367dca6174 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:44f83dc9-fad1-4571-9102-3952597c4935 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:1f1f9cf7-29ad-44e1-9882-b24c0bdc35ac ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:d0af21e2-fded-4d35-bf63-fc3a407e0b39 ModelInvariantUuid:012472f6-3d7d-497a-afd9-832d8a4ba8a8 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:68c31730-f1c0-4a96-a6c2-60e32ee8c6eb ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:0cfe6021-e786-4343-b60a-4fad8612b759 ModelInvariantUuid:98a94c8c-0cce-48a1-bdb7-3946b7a0b9a7 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:0bc3b993-1cf6-444f-8ccd-b52f113b1470 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-06-13T13:17:25.748Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 45539663-803a-4548-bdf6-99810d3fbade 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-06-13T13:17:25.751Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||INFO|500||basic_cnf 0 2022-06-13T13:17:25.752Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 45539663-803a-4548-bdf6-99810d3fbade 2022-06-13T13:17:25.752Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: e7e7be6d-4287-45e7-b28e-5e8833942496 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-06-13T13:17:25.752Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-06-13T13:17:25.752Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||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-06-13T13:17:25.944Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-06-13T13:17:25.944Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env e7e7be6d-4287-45e7-b28e-5e8833942496 12 2022-06-13T13:17:25.945Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||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-06-13T13:17:25.945Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||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-06-13T13:17:25.945Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-13T13:17:25.945Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:17:25.948Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:17:25.948Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126245945, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-06-13T13:17:26.048Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-13T13:17:26.049Z||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-06-13T13:17:26.049Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:17:26.095Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:17:26.096Z||pool-77-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1} 2022-06-13T13:17:26.948Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 2125c3c8-9cdd-4846-a8a5-01e1a67835ef from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-06-13T13:17:26.949Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-06-13T13:17:26.949Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||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-06-13T13:17:27.043Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-06-13T13:17:27.044Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2125c3c8-9cdd-4846-a8a5-01e1a67835ef 2688 2022-06-13T13:17:27.044Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||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-06-13T13:17:27.044Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||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-06-13T13:17:27.044Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-13T13:17:27.045Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:17:27.047Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:17:27.047Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126247044, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-06-13T13:17:27.147Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-13T13:17:27.148Z||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-06-13T13:17:27.148Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:17:27.164Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:17:27.165Z||pool-78-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-13T13:17:28.049Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 2918d622-1275-41a0-abc3-01e4db9ce660 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-06-13T13:17:28.049Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-06-13T13:17:28.050Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||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-06-13T13:17:28.229Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-06-13T13:17:28.229Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2918d622-1275-41a0-abc3-01e4db9ce660 828 2022-06-13T13:17:28.230Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||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-06-13T13:17:28.230Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||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-06-13T13:17:28.230Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-13T13:17:28.230Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:17:28.233Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:17:28.233Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126248230, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-13T13:17:28.334Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-13T13:17:28.334Z||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-06-13T13:17:28.335Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:17:28.356Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:17:28.356Z||pool-79-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2022-06-13T13:17:29.234Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "44f83dc9-fad1-4571-9102-3952597c4935", "vfModuleModelVersion": "1", "vfModuleModelUUID": "1f1f9cf7-29ad-44e1-9882-b24c0bdc35ac", "vfModuleModelCustomizationUUID": "05121e83-e752-428e-868d-ad9123541147", "isBase": true, "artifacts": [ "2125c3c8-9cdd-4846-a8a5-01e1a67835ef", "e0f88daf-ca2b-4448-ad80-d196e5b7bbbd", "d3d5e62e-1f81-47bf-b1b5-3ff07662fd3f" ], "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-06-13T13:17:29.240Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:1f1f9cf7-29ad-44e1-9882-b24c0bdc35ac VfModuleModelInvariantUUID:44f83dc9-fad1-4571-9102-3952597c4935 VfModuleModelDescription:NULL Artifacts UUID List:{ 2125c3c8-9cdd-4846-a8a5-01e1a67835ef , e0f88daf-ca2b-4448-ad80-d196e5b7bbbd , d3d5e62e-1f81-47bf-b1b5-3ff07662fd3f } 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-06-13T13:17:29.242Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "44f83dc9-fad1-4571-9102-3952597c4935", "vfModuleModelVersion": "1", "vfModuleModelUUID": "1f1f9cf7-29ad-44e1-9882-b24c0bdc35ac", "vfModuleModelCustomizationUUID": "05121e83-e752-428e-868d-ad9123541147", "isBase": true, "artifacts": [ "2125c3c8-9cdd-4846-a8a5-01e1a67835ef", "e0f88daf-ca2b-4448-ad80-d196e5b7bbbd", "d3d5e62e-1f81-47bf-b1b5-3ff07662fd3f" ], "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-06-13T13:17:29.242Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:1f1f9cf7-29ad-44e1-9882-b24c0bdc35ac VfModuleModelInvariantUUID:44f83dc9-fad1-4571-9102-3952597c4935 VfModuleModelDescription:NULL Artifacts UUID List:{ 2125c3c8-9cdd-4846-a8a5-01e1a67835ef , e0f88daf-ca2b-4448-ad80-d196e5b7bbbd , d3d5e62e-1f81-47bf-b1b5-3ff07662fd3f } 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-06-13T13:17:29.242Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: e0f88daf-ca2b-4448-ad80-d196e5b7bbbd from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-06-13T13:17:29.242Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-06-13T13:17:29.242Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||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-06-13T13:17:29.502Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-06-13T13:17:29.502Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml e0f88daf-ca2b-4448-ad80-d196e5b7bbbd 1164 2022-06-13T13:17:29.502Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||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-06-13T13:17:29.503Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||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-06-13T13:17:29.503Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-13T13:17:29.503Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:17:29.505Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:17:29.505Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126249502, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-06-13T13:17:29.605Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-13T13:17:29.606Z||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-06-13T13:17:29.606Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:17:29.641Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:17:29.641Z||pool-80-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1} 2022-06-13T13:17:30.508Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d3d5e62e-1f81-47bf-b1b5-3ff07662fd3f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-06-13T13:17:30.509Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-06-13T13:17:30.509Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||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-06-13T13:17:30.705Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-06-13T13:17:30.706Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env d3d5e62e-1f81-47bf-b1b5-3ff07662fd3f 200 2022-06-13T13:17:30.706Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||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-06-13T13:17:30.707Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||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-06-13T13:17:30.707Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-13T13:17:30.707Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:17:30.710Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:17:30.710Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126250706, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-06-13T13:17:30.810Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-13T13:17:30.811Z||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-06-13T13:17:30.811Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:17:30.859Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:17:30.859Z||pool-81-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1} 2022-06-13T13:17:31.711Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 9d8f3c05-52da-44c1-8c8a-c1741f332328 2022-06-13T13:17:31.711Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 45539663-803a-4548-bdf6-99810d3fbade ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? 2022-06-13T13:17:31.731Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-13T13:17:31.735Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@18482ad6, org.onap.sdc.toscaparser.api.parameters.Input@2cab3d, org.onap.sdc.toscaparser.api.parameters.Input@24c7bb75, org.onap.sdc.toscaparser.api.parameters.Input@16845830, org.onap.sdc.toscaparser.api.parameters.Input@4f43deac] 2022-06-13T13:17:31.736Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:17:31.737Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-13T13:17:31.737Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2022-06-13T13:17:31.737Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= d1f69d4f-d152-4c47-aa0d-ca367dca6174 2022-06-13T13:17:31.737Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d1f69d4f-d152-4c47-aa0d-ca367dca6174 matches Tosca VF Customization UUID: d1f69d4f-d152-4c47-aa0d-ca367dca6174 2022-06-13T13:17:31.737Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: d1f69d4f-d152-4c47-aa0d-ca367dca6174 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-06-13T13:17:31.739Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:17:31.739Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-13T13:17:31.739Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id d1f69d4f-d152-4c47-aa0d-ca367dca6174: {\"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-06-13T13:17:31.740Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7277084 2022-06-13T13:17:31.740Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:17:31.740Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-13T13:17:31.740Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 05121e83-e752-428e-868d-ad9123541147 2022-06-13T13:17:31.740Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 05121e83-e752-428e-868d-ad9123541147 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-06-13T13:17:31.742Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:17:31.742Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-13T13:17:31.742Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-13T13:17:31.742Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:17:31.742Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-13T13:17:31.742Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-13T13:17:31.743Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:17:31.743Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-06-13T13:17:31.743Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-06-13T13:17:31.743Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=d0af21e2-fded-4d35-bf63-fc3a407e0b39 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-06-13T13:17:31.744Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:17:31.745Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-13T13:17:31.745Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-13T13:17:31.745Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:17:31.745Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-13T13:17:31.745Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=d1f69d4f-d152-4c47-aa0d-ca367dca6174 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-06-13T13:17:31.749Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:17:31.750Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-13T13:17:31.750Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 9d8f3c05-52da-44c1-8c8a-c1741f332328: basic_cnf 2022-06-13T13:17:31.750Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:17:31.750Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-13T13:17:31.750Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:17:31.751Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-13T13:17:31.751Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:17:31.751Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-13T13:17:31.751Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:17:31.751Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-13T13:17:31.751Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:17:31.751Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-13T13:17:31.752Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||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-06-13T13:17:31.804Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 45539663-803a-4548-bdf6-99810d3fbade 1 ASDC deployResourceStructure 2022-06-13T13:17:31.805Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||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-06-13T13:17:31.806Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||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-06-13T13:17:31.806Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-06-13T13:17:31.806Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:17:31.808Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:17:31.808Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126251805, "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-06-13T13:17:31.908Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-13T13:17:31.909Z||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-06-13T13:17:31.909Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:17:31.953Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:17:31.953Z||pool-82-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1} 2022-06-13T13:17:32.812Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||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-06-13T13:17:32.812Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||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-06-13T13:17:32.812Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-06-13T13:17:32.813Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:17:32.815Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:17:32.816Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126252811, "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-06-13T13:17:32.916Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-13T13:17:32.917Z||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-06-13T13:17:32.917Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:17:32.940Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:17:32.940Z||pool-83-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-06-13T13:17:33.817Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||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-06-13T13:17:33.817Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||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-06-13T13:17:33.818Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-13T13:17:33.818Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:17:33.820Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:17:33.820Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126253817, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-06-13T13:17:33.920Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-13T13:17:33.921Z||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-06-13T13:17:33.921Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:17:33.938Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:17:33.938Z||pool-84-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-13T13:17:34.821Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||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-06-13T13:17:34.821Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||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-06-13T13:17:34.821Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-13T13:17:34.822Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:17:34.824Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:17:34.824Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126254820, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-06-13T13:17:34.925Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-13T13:17:34.926Z||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-06-13T13:17:34.927Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:17:34.943Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:17:34.943Z||pool-85-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-13T13:17:35.825Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||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-06-13T13:17:35.826Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||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-06-13T13:17:35.826Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-13T13:17:35.826Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:17:35.829Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:17:35.829Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126255825, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-06-13T13:17:35.929Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-13T13:17:35.930Z||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-06-13T13:17:35.930Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:17:35.947Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:17:35.948Z||pool-86-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-06-13T13:17:36.830Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-06-13T13:17:36.830Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-06-13T13:17:36.830Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-13T13:17:36.830Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:17:36.832Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:17:36.833Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126256829, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-13T13:17:36.933Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-13T13:17:36.934Z||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-06-13T13:17:36.934Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:17:36.962Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:17:36.963Z||pool-87-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1} 2022-06-13T13:17:37.834Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e778f809-4c39-45f3-8e82-be6ee202d98b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-13T13:17:37.845Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e778f809-4c39-45f3-8e82-be6ee202d98b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-13T13:17:37.848Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-13T13:17:37.848Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-13T13:17:37.848Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-13T13:17:37.848Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-13T13:17:37.848Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-13T13:17:37.848Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-13T13:17:37.848Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-13T13:17:37.848Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-13T13:17:37.848Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-13T13:17:37.849Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-13T13:17:37.849Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-13T13:17:37.853Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-13T13:17:59.422Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T13:17:59.423Z||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-06-13T13:17:59.423Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T13:17:59.466Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:17:59.467Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:17:59.467Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "977405ab-9e79-49db-9040-83f7e849783b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126183693, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-13T13:17:59.469Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:17:59.469Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:17:59.469Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b634abfe-f446-44d8-a0d8-18e4b82ff9c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126137210, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:17:59.469Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:17:59.469Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:17:59.469Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b634abfe-f446-44d8-a0d8-18e4b82ff9c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126137210, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-06-13T13:17:59.470Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:17:59.470Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:17:59.470Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b634abfe-f446-44d8-a0d8-18e4b82ff9c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126137210, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-13T13:17:59.470Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:17:59.470Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:17:59.470Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b634abfe-f446-44d8-a0d8-18e4b82ff9c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126137210, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:17:59.470Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:17:59.471Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:17:59.471Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b634abfe-f446-44d8-a0d8-18e4b82ff9c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126137210, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-13T13:17:59.471Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:17:59.471Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:17:59.471Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b634abfe-f446-44d8-a0d8-18e4b82ff9c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126137210, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-13T13:17:59.471Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:17:59.471Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:17:59.471Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b634abfe-f446-44d8-a0d8-18e4b82ff9c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126137210, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-13T13:17:59.472Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-13T13:17:59.472Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:17:59.472Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b634abfe-f446-44d8-a0d8-18e4b82ff9c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126191934, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-13T13:17:59.472Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:17:59.472Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:17:59.472Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b634abfe-f446-44d8-a0d8-18e4b82ff9c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126194515, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-13T13:17:59.472Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:17:59.473Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:17:59.473Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b634abfe-f446-44d8-a0d8-18e4b82ff9c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126196003, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-13T13:17:59.473Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:17:59.473Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:17:59.473Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b634abfe-f446-44d8-a0d8-18e4b82ff9c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126197274, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-13T13:17:59.473Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:17:59.473Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:17:59.473Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b634abfe-f446-44d8-a0d8-18e4b82ff9c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126198380, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-06-13T13:17:59.473Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:17:59.474Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:17:59.474Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b634abfe-f446-44d8-a0d8-18e4b82ff9c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126199383, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-06-13T13:17:59.474Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:17:59.474Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:17:59.474Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b634abfe-f446-44d8-a0d8-18e4b82ff9c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126200387, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-06-13T13:17:59.474Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:17:59.474Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-13T13:17:59.474Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b634abfe-f446-44d8-a0d8-18e4b82ff9c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126201392, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-13T13:17:59.474Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:18:07.854Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e778f809-4c39-45f3-8e82-be6ee202d98b 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-06-13T13:18:07.862Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e778f809-4c39-45f3-8e82-be6ee202d98b and serviceModelVersionId: 9d8f3c05-52da-44c1-8c8a-c1741f332328 2022-06-13T13:18:07.863Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1a07e04c-18e7-410a-a8b1-7e9eb549d4d0 2022-06-13T13:18:07.864Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1a07e04c-18e7-410a-a8b1-7e9eb549d4d0/model-vers/model-ver/9d8f3c05-52da-44c1-8c8a-c1741f332328?depth=0 2022-06-13T13:18:07.868Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-06-13T13:18:07.917Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1a07e04c-18e7-410a-a8b1-7e9eb549d4d0/model-vers/model-ver/9d8f3c05-52da-44c1-8c8a-c1741f332328?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-06-13T13:18:07.920Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1a07e04c-18e7-410a-a8b1-7e9eb549d4d0/model-vers/model-ver/9d8f3c05-52da-44c1-8c8a-c1741f332328?depth=0|INFO|500||Invoke 2022-06-13T13:18:07.939Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1a07e04c-18e7-410a-a8b1-7e9eb549d4d0/model-vers/model-ver/9d8f3c05-52da-44c1-8c8a-c1741f332328?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-13T13:18:08.194Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1a07e04c-18e7-410a-a8b1-7e9eb549d4d0/model-vers/model-ver/9d8f3c05-52da-44c1-8c8a-c1741f332328?depth=0|INFO|500||InvokeReturn 2022-06-13T13:18:08.195Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1a07e04c-18e7-410a-a8b1-7e9eb549d4d0/model-vers/model-ver/9d8f3c05-52da-44c1-8c8a-c1741f332328?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220613-13:18:08:876-31484], vertex-id=[176256], Content-Length=[0], Date=[Mon, 13 Jun 2022 13:18:08 GMT], Content-Type=[application/json]} 2022-06-13T13:18:08.195Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity. 2022-06-13T13:18:08.196Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-13T13:18:08.196Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-13T13:18:08.200Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-13T13:18:08.200Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e778f809-4c39-45f3-8e82-be6ee202d98b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-13T13:18:08.201Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-13T13:18:08.201Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:18:08.203Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:18:08.203Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126288200, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-13T13:18:08.303Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-13T13:18:08.304Z||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-06-13T13:18:08.305Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:18:08.328Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:18:08.329Z||pool-88-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-06-13T13:18:09.219Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T13:18:09.219Z|e778f809-4c39-45f3-8e82-be6ee202d98b|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-06-13T13:18:09.220Z|e778f809-4c39-45f3-8e82-be6ee202d98b|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 DpP1mpm7yRCdd6VI) ... 2022-06-13T13:18:19.567Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:18:19.568Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T13:18:19.568Z|e778f809-4c39-45f3-8e82-be6ee202d98b|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-06-13T13:18:19.568Z|e778f809-4c39-45f3-8e82-be6ee202d98b|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 DpP1mpm7yRCdd6VI) ... 2022-06-13T13:18:29.122Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:18:29.123Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T13:18:29.123Z|e778f809-4c39-45f3-8e82-be6ee202d98b|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-06-13T13:18:29.123Z|e778f809-4c39-45f3-8e82-be6ee202d98b|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 DpP1mpm7yRCdd6VI) ... 2022-06-13T13:18:38.683Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:18:38.684Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T13:18:38.684Z|e778f809-4c39-45f3-8e82-be6ee202d98b|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-06-13T13:18:38.684Z|e778f809-4c39-45f3-8e82-be6ee202d98b|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 DpP1mpm7yRCdd6VI) ... 2022-06-13T13:18:48.247Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:18:59.419Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T13:18:59.420Z|e778f809-4c39-45f3-8e82-be6ee202d98b|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-06-13T13:18:59.420Z|e778f809-4c39-45f3-8e82-be6ee202d98b|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 DpP1mpm7yRCdd6VI) ... 2022-06-13T13:18:59.422Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T13:18:59.423Z||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-06-13T13:18:59.423Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T13:18:59.456Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:18:59.457Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-13T13:18:59.457Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b634abfe-f446-44d8-a0d8-18e4b82ff9c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126232749, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-13T13:18:59.458Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:18:59.458Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-13T13:18:59.458Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126137210, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:18:59.459Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-13T13:18:59.459Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-13T13:18:59.459Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126137210, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-06-13T13:18:59.459Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-13T13:18:59.459Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-13T13:18:59.459Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126137210, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-06-13T13:18:59.460Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-13T13:18:59.460Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-13T13:18:59.460Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126137210, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-06-13T13:18:59.460Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-13T13:18:59.460Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-13T13:18:59.460Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126137210, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-06-13T13:18:59.461Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-13T13:18:59.461Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-13T13:18:59.461Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126137210, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:18:59.461Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-13T13:18:59.461Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-13T13:18:59.461Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126137210, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-06-13T13:18:59.462Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-13T13:18:59.462Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-13T13:18:59.462Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126137210, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-13T13:18:59.462Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-13T13:18:59.462Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-13T13:18:59.462Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126137210, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-13T13:18:59.462Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-13T13:18:59.463Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-13T13:18:59.463Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126243210, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-13T13:18:59.463Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:18:59.463Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-13T13:18:59.463Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126245945, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-06-13T13:18:59.463Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:18:59.463Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-13T13:18:59.463Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126247044, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-06-13T13:18:59.464Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:18:59.464Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-13T13:18:59.464Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126248230, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-13T13:18:59.464Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:18:59.464Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-13T13:18:59.464Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126249502, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-06-13T13:18:59.464Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:18:59.465Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-13T13:18:59.465Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126250706, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-06-13T13:18:59.465Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:18:59.465Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-13T13:18:59.465Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126251805, "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-06-13T13:18:59.465Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:18:59.465Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-13T13:18:59.466Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126252811, "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-06-13T13:18:59.466Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:18:59.466Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-13T13:18:59.466Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126253817, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-06-13T13:18:59.466Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:18:59.466Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-13T13:18:59.467Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126254820, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-06-13T13:18:59.467Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:18:59.467Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-13T13:18:59.467Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126255825, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-06-13T13:18:59.467Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:18:59.467Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-13T13:18:59.467Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126256829, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-13T13:18:59.468Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:19:08.986Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:19:59.419Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T13:19:59.420Z|e778f809-4c39-45f3-8e82-be6ee202d98b|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-06-13T13:19:59.420Z|e778f809-4c39-45f3-8e82-be6ee202d98b|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 DpP1mpm7yRCdd6VI) ... 2022-06-13T13:19:59.422Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T13:19:59.422Z|2da0d04e-0515-4f09-a602-88fa961c014b|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-06-13T13:19:59.422Z|2da0d04e-0515-4f09-a602-88fa961c014b|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 DpP1mpm7yRCdd6VI) ... 2022-06-13T13:19:59.968Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:19:59.969Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-13T13:19:59.969Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e778f809-4c39-45f3-8e82-be6ee202d98b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126288200, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-13T13:19:59.970Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:20:08.992Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:20:59.419Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T13:20:59.420Z|e778f809-4c39-45f3-8e82-be6ee202d98b|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-06-13T13:20:59.420Z|e778f809-4c39-45f3-8e82-be6ee202d98b|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 DpP1mpm7yRCdd6VI) ... 2022-06-13T13:20:59.422Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T13:20:59.422Z||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-06-13T13:20:59.422Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T13:21:09.113Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:21:09.128Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:21:59.422Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T13:21:59.420Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T13:21:59.426Z||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-06-13T13:21:59.426Z|e778f809-4c39-45f3-8e82-be6ee202d98b|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-06-13T13:21:59.426Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T13:21:59.426Z|e778f809-4c39-45f3-8e82-be6ee202d98b|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 DpP1mpm7yRCdd6VI) ... 2022-06-13T13:22:09.063Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:22:09.067Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:22:59.419Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T13:22:59.420Z|e778f809-4c39-45f3-8e82-be6ee202d98b|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-06-13T13:22:59.420Z|e778f809-4c39-45f3-8e82-be6ee202d98b|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 DpP1mpm7yRCdd6VI) ... 2022-06-13T13:22:59.423Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T13:22:59.423Z||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-06-13T13:22:59.423Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T13:23:09.081Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:23:09.081Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:23:59.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T13:23:59.420Z||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-06-13T13:23:59.420Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T13:23:59.421Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T13:23:59.422Z||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-06-13T13:23:59.423Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T13:24:08.995Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:24:08.997Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:24:59.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T13:24:59.420Z||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-06-13T13:24:59.420Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T13:24:59.422Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T13:24:59.422Z||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-06-13T13:24:59.423Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T13:25:09.036Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:25:09.044Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:25:59.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T13:25:59.421Z||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-06-13T13:25:59.421Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T13:25:59.422Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T13:25:59.423Z||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-06-13T13:25:59.423Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T13:26:09.079Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:26:09.079Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:26:59.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T13:26:59.422Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T13:26:59.423Z|e778f809-4c39-45f3-8e82-be6ee202d98b|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-06-13T13:26:59.423Z||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-06-13T13:26:59.423Z|e778f809-4c39-45f3-8e82-be6ee202d98b|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 DpP1mpm7yRCdd6VI) ... 2022-06-13T13:26:59.423Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T13:27:09.062Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:27:09.062Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:27:59.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T13:27:59.420Z||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-06-13T13:27:59.420Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T13:27:59.422Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T13:27:59.422Z||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-06-13T13:27:59.422Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T13:28:09.051Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:28:09.053Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:28:59.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T13:28:59.420Z||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-06-13T13:28:59.420Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T13:28:59.422Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T13:28:59.423Z||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-06-13T13:28:59.423Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T13:28:59.650Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:28:59.652Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:28:59.653Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "multicloud-k8s-id", "timestamp": 1655126922377, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:28:59.654Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:28:59.655Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:28:59.655Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "ves-openapi-manager", "timestamp": 1655126918609, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:28:59.655Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:28:59.655Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:28:59.656Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "policy-id", "timestamp": 1655126924671, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:28:59.656Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:28:59.656Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:28:59.657Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "multicloud-k8s-id", "timestamp": 1655126922377, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-06-13T13:28:59.657Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:28:59.657Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:28:59.657Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "policy-id", "timestamp": 1655126924671, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-13T13:28:59.658Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:28:59.658Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:28:59.658Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "ves-openapi-manager", "timestamp": 1655126918609, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-13T13:28:59.658Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:28:59.659Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:28:59.659Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "multicloud-k8s-id", "timestamp": 1655126922377, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-06-13T13:28:59.659Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:28:59.660Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:28:59.660Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "ves-openapi-manager", "timestamp": 1655126918609, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-06-13T13:28:59.660Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:28:59.660Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:28:59.660Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "policy-id", "timestamp": 1655126924671, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-06-13T13:28:59.661Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:28:59.661Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:28:59.661Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "multicloud-k8s-id", "timestamp": 1655126922377, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:28:59.662Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:28:59.662Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:28:59.662Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "clamp", "timestamp": 1655126928943, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:28:59.662Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:28:59.663Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:28:59.663Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "policy-id", "timestamp": 1655126924671, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:28:59.663Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:28:59.663Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:28:59.664Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "ves-openapi-manager", "timestamp": 1655126918609, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:28:59.664Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:28:59.664Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:28:59.664Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655126928930, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:28:59.665Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:28:59.665Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:28:59.665Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "cds", "timestamp": 1655126928619, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:28:59.666Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:28:59.666Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:28:59.666Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "multicloud-k8s-id", "timestamp": 1655126922377, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-06-13T13:28:59.666Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:28:59.667Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:28:59.667Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "clamp", "timestamp": 1655126928943, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-06-13T13:28:59.667Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:28:59.667Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:28:59.668Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "policy-id", "timestamp": 1655126924671, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-13T13:28:59.668Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:28:59.668Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:28:59.669Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655126928930, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-13T13:28:59.669Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:28:59.669Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:28:59.669Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "ves-openapi-manager", "timestamp": 1655126918609, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-13T13:28:59.670Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:28:59.670Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:28:59.670Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "cds", "timestamp": 1655126928619, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-13T13:28:59.671Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:28:59.671Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:28:59.672Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "multicloud-k8s-id", "timestamp": 1655126922377, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-06-13T13:28:59.672Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:28:59.672Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:28:59.673Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "clamp", "timestamp": 1655126928943, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-06-13T13:28:59.673Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:28:59.673Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:28:59.673Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "policy-id", "timestamp": 1655126924671, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-13T13:28:59.674Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:28:59.674Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:28:59.674Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "ves-openapi-manager", "timestamp": 1655126918609, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-13T13:28:59.675Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:28:59.675Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:28:59.675Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655126928930, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-06-13T13:28:59.676Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:28:59.676Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:28:59.676Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "cds", "timestamp": 1655126928619, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-06-13T13:28:59.677Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:28:59.677Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:28:59.677Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "multicloud-k8s-id", "timestamp": 1655126922377, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-06-13T13:28:59.677Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:28:59.678Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:28:59.678Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "clamp", "timestamp": 1655126928943, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:28:59.678Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:28:59.679Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:28:59.679Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "ves-openapi-manager", "timestamp": 1655126918609, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-13T13:28:59.679Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:28:59.679Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:28:59.680Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "policy-id", "timestamp": 1655126924671, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-13T13:28:59.680Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:28:59.680Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:28:59.681Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655126928930, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:28:59.681Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:28:59.681Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:28:59.682Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "cds", "timestamp": 1655126928619, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:28:59.682Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:28:59.682Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:28:59.682Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "aai-ml", "timestamp": 1655126931876, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:28:59.683Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:28:59.683Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:28:59.683Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "multicloud-k8s-id", "timestamp": 1655126922377, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-13T13:28:59.684Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:28:59.684Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:28:59.684Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "policy-id", "timestamp": 1655126924671, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-13T13:28:59.685Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:28:59.685Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:28:59.685Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655126928930, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-13T13:28:59.685Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:28:59.686Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:28:59.686Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "ves-openapi-manager", "timestamp": 1655126918609, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-13T13:28:59.686Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:28:59.686Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:28:59.686Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "clamp", "timestamp": 1655126928943, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-13T13:28:59.686Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:28:59.687Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:28:59.687Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "cds", "timestamp": 1655126928619, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-13T13:28:59.688Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:28:59.688Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:28:59.688Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "aai-ml", "timestamp": 1655126931876, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-13T13:28:59.688Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:28:59.688Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:28:59.688Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "multicloud-k8s-id", "timestamp": 1655126922377, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-13T13:28:59.689Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:28:59.689Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:28:59.689Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "clamp", "timestamp": 1655126928943, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-13T13:28:59.689Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:28:59.689Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:28:59.689Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "ves-openapi-manager", "timestamp": 1655126918609, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-13T13:28:59.690Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:28:59.690Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:28:59.690Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655126928930, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-13T13:28:59.690Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:28:59.690Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:28:59.690Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "policy-id", "timestamp": 1655126924671, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-13T13:28:59.691Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:28:59.691Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:28:59.691Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "cds", "timestamp": 1655126928619, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-13T13:28:59.691Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:28:59.691Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:28:59.692Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "aai-ml", "timestamp": 1655126931876, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-06-13T13:28:59.692Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:28:59.692Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:28:59.692Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "multicloud-k8s-id", "timestamp": 1655126922377, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-13T13:28:59.692Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:28:59.693Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:28:59.693Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "clamp", "timestamp": 1655126928943, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-13T13:28:59.693Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:28:59.693Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:28:59.693Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655126928930, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-13T13:28:59.693Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:28:59.694Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:28:59.694Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "ves-openapi-manager", "timestamp": 1655126918609, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-13T13:28:59.694Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:28:59.694Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:28:59.694Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "policy-id", "timestamp": 1655126924671, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-13T13:28:59.695Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:28:59.695Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:28:59.695Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "cds", "timestamp": 1655126928619, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-13T13:28:59.695Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:28:59.695Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:28:59.696Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "aai-ml", "timestamp": 1655126931876, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:28:59.696Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:28:59.696Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:28:59.696Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655126928930, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-13T13:28:59.696Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:28:59.697Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:28:59.697Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "clamp", "timestamp": 1655126928943, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-13T13:28:59.697Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:28:59.697Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:28:59.697Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "cds", "timestamp": 1655126928619, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-13T13:28:59.697Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:28:59.698Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:28:59.698Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "aai-ml", "timestamp": 1655126931876, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-13T13:28:59.698Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:28:59.698Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:28:59.698Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "multicloud-k8s-id", "timestamp": 1655126937249, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-13T13:28:59.698Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:28:59.699Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:28:59.699Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "policy-id", "timestamp": 1655126937470, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-13T13:28:59.699Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:28:59.699Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:28:59.699Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655126928930, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-13T13:28:59.700Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:28:59.700Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:28:59.700Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "clamp", "timestamp": 1655126928943, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-13T13:28:59.700Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:28:59.701Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:28:59.701Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "cds", "timestamp": 1655126928619, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-13T13:28:59.701Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:28:59.701Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:28:59.701Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "aai-ml", "timestamp": 1655126931876, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-13T13:28:59.702Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:28:59.702Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:28:59.702Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ad29673-92f7-4d03-bd37-086b68ed311e", "consumerID": "ves-openapi-manager", "timestamp": 1655126938608, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:28:59.702Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:28:59.702Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:28:59.702Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "policy-id", "timestamp": 1655126938492, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-13T13:28:59.702Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:28:59.703Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:28:59.703Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "multicloud-k8s-id", "timestamp": 1655126938536, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-06-13T13:28:59.703Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:28:59.703Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:28:59.703Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655126928930, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-13T13:28:59.703Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:28:59.704Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:28:59.704Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "clamp", "timestamp": 1655126928943, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-13T13:28:59.704Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:28:59.704Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:28:59.704Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "cds", "timestamp": 1655126928619, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-13T13:28:59.704Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:28:59.705Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:28:59.705Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "aai-ml", "timestamp": 1655126931876, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-13T13:28:59.705Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:28:59.705Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:28:59.705Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "policy-id", "timestamp": 1655126939509, "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-06-13T13:28:59.728Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a56423e8-ce2f-4987-b887-0806341073ee 2022-06-13T13:28:59.728Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a56423e8-ce2f-4987-b887-0806341073ee 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-06-13T13:28:59.739Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:28:59.739Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ad29673-92f7-4d03-bd37-086b68ed311e", "consumerID": "ves-openapi-manager", "timestamp": 1655126938608, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-13T13:28:59.739Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:29:00.123Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:29:00.124Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-13T13:29:00.124Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"a56423e8-ce2f-4987-b887-0806341073ee","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"4d0b751e-772e-4b20-b507-a4deb48e0e99","serviceDescription":"service","serviceInvariantUUID":"3fc8760c-8ddf-48f8-8388-c7174e27dbbf","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"58311233-96e1-4ea4-9948-3e8e819e4a5b","resourceInvariantUUID":"5e2f1798-6a76-490e-9329-38071e482b0c","resourceCustomizationUUID":"e9671e1f-0199-4714-be19-163fa15f983f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml","artifactChecksum":"Nzk4MDQ2NjkzNmI2MWEzYjgyYWJkYzVmZWUzZGRkZjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6273576f-7197-47d4-a1ef-52bb098fd72d","artifactVersion":"1"},{"artifactName":"basic_cnf_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json","artifactChecksum":"YjYzMjM1NTBmYTZjZGQxZGI0N2RiMDczN2EzMDg0ZjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7fe43dd3-589a-467b-8a2e-5d6b6b433d8a","artifactVersion":"1"},{"artifactName":"base_template_dummy_ignore.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml","artifactChecksum":"ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"5ee73601-e8a0-465c-952b-519a373b72cd","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"Njk1MTM1MjJiZTllY2UyN2I2MWE2NzA1NzAzZWM5YjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0d20eda1-6c10-4fb7-b19f-a20fcc9f4b2b","artifactVersion":"1"},{"artifactName":"helm_apache.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8b250fe2-ed57-4b21-81ed-f82179b93ab7","artifactVersion":"2","generatedFromUUID":"80b217cd-6a2e-41c2-88ed-efdb3c538fbf"},{"artifactName":"base_template_dummy_ignore.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env","artifactChecksum":"MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"844a74da-7233-44da-912a-b5d1618c26d0","artifactVersion":"2","generatedFromUUID":"5ee73601-e8a0-465c-952b-519a373b72cd"},{"artifactName":"helm_apache.tgz","artifactType":"HELM","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz","artifactChecksum":"Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"80b217cd-6a2e-41c2-88ed-efdb3c538fbf","artifactVersion":"1"},{"artifactName":"basic_cnf_cba_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip","artifactChecksum":"OWEzNmRmZDA4MGYyNGFkYTE2M2M0ZmVhMjNhZDVjNmM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"d0a12cbf-cdbb-4254-bec2-0bc99737150a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml","artifactChecksum":"YmY0MGI3YzNlNjM4YzdlNmJmZTRhMzRjYzBlZmQ2N2Y\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fc44ff23-4e13-44a5-80cf-2ad46753cb37","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"NDk2YjI4ZjBlMzRjYmM5ZGYyYzE4NjViMDVmM2ZhY2Q\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"db073a8a-c644-4436-9978-523f80db2e97","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-13T13:29:00.127Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-13T13:29:00.127Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:29:00.135Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:29:00.135Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126939419, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:29:00.235Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-13T13:29:00.236Z||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-06-13T13:29:00.236Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:29:00.257Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:29:00.258Z||pool-89-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-06-13T13:29:01.136Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-13T13:29:01.136Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:29:01.138Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:29:01.139Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126939419, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-06-13T13:29:01.239Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-13T13:29:01.240Z||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-06-13T13:29:01.240Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:29:01.257Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:29:01.258Z||pool-90-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-13T13:29:02.139Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-13T13:29:02.140Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:29:02.143Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:29:02.144Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126939419, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-06-13T13:29:02.243Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-13T13:29:02.244Z||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-06-13T13:29:02.244Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:29:02.267Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:29:02.267Z||pool-91-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-06-13T13:29:03.144Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-13T13:29:03.145Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:29:03.147Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:29:03.147Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126939419, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:29:03.247Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-13T13:29:03.248Z||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-06-13T13:29:03.248Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:29:03.278Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:29:03.278Z||pool-92-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-06-13T13:29:04.148Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-13T13:29:04.148Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:29:04.151Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:29:04.151Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126939419, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-06-13T13:29:04.251Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-13T13:29:04.252Z||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-06-13T13:29:04.252Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:29:04.324Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:29:04.325Z||pool-93-thread-1|||||INFO|500||cambria reply ok (74 ms):{"serverTimeMs":0,"count":1} 2022-06-13T13:29:05.152Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-13T13:29:05.153Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:29:05.156Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:29:05.156Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126939419, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-06-13T13:29:05.256Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-13T13:29:05.257Z||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-06-13T13:29:05.257Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:29:05.282Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:29:05.282Z||pool-94-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-06-13T13:29:06.156Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-13T13:29:06.157Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:29:06.159Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:29:06.159Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126939419, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-06-13T13:29:06.259Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-13T13:29:06.261Z||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-06-13T13:29:06.261Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:29:06.291Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:29:06.292Z||pool-95-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1} 2022-06-13T13:29:07.160Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-13T13:29:07.160Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:29:07.162Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:29:07.163Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126939419, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-13T13:29:07.262Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-13T13:29:07.264Z||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-06-13T13:29:07.264Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:29:07.280Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:29:07.281Z||pool-96-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-06-13T13:29:08.163Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-13T13:29:08.164Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:29:08.166Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:29:08.166Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126939419, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-13T13:29:08.266Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-13T13:29:08.267Z||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-06-13T13:29:08.267Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:29:08.285Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:29:08.286Z||pool-97-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-13T13:29:09.167Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-13T13:29:09.167Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:29:09.169Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:29:09.170Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126939419, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-13T13:29:09.270Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-13T13:29:09.270Z||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-06-13T13:29:09.271Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:29:09.297Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:29:09.298Z||pool-98-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1} 2022-06-13T13:29:10.171Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "4d0b751e-772e-4b20-b507-a4deb48e0e99", "serviceDescription": "service", "serviceInvariantUUID": "3fc8760c-8ddf-48f8-8388-c7174e27dbbf", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "e9671e1f-0199-4714-be19-163fa15f983f", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "58311233-96e1-4ea4-9948-3e8e819e4a5b", "resourceInvariantUUID": "5e2f1798-6a76-490e-9329-38071e482b0c", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_cnf_macro0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "artifactChecksum": "YjYzMjM1NTBmYTZjZGQxZGI0N2RiMDczN2EzMDg0ZjQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7fe43dd3-589a-467b-8a2e-5d6b6b433d8a", "relatedArtifactsInfo": [] }, { "artifactName": "base_template_dummy_ignore.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "artifactChecksum": "ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "5ee73601-e8a0-465c-952b-519a373b72cd", "generatedArtifact": { "artifactName": "base_template_dummy_ignore.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "844a74da-7233-44da-912a-b5d1618c26d0", "generatedFromUUID": "5ee73601-e8a0-465c-952b-519a373b72cd" }, "relatedArtifactsInfo": [] }, { "artifactName": "helm_apache.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "8b250fe2-ed57-4b21-81ed-f82179b93ab7", "relatedArtifactsInfo": [] }, { "artifactName": "base_template_dummy_ignore.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "844a74da-7233-44da-912a-b5d1618c26d0", "relatedArtifactsInfo": [] }, { "artifactName": "helm_apache.tgz", "artifactType": "HELM", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "artifactChecksum": "Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "80b217cd-6a2e-41c2-88ed-efdb3c538fbf", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "NDk2YjI4ZjBlMzRjYmM5ZGYyYzE4NjViMDVmM2ZhY2Q\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "db073a8a-c644-4436-9978-523f80db2e97" } ], "workloadContext": "Production" } 2022-06-13T13:29:10.171Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-13T13:29:10.171Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 4d0b751e-772e-4b20-b507-a4deb48e0e99 ASDC 2022-06-13T13:29:10.172Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:a56423e8-ce2f-4987-b887-0806341073ee ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:4d0b751e-772e-4b20-b507-a4deb48e0e99 ServiceInvariantUUID:3fc8760c-8ddf-48f8-8388-c7174e27dbbf ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicCnfMacro-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ArtifactUUID:db073a8a-c644-4436-9978-523f80db2e97 ArtifactChecksum:NDk2YjI4ZjBlMzRjYmM5ZGYyYzE4NjViMDVmM2ZhY2Q= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:e9671e1f-0199-4714-be19-163fa15f983f ResourceInvariantUUID:5e2f1798-6a76-490e-9329-38071e482b0c ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:58311233-96e1-4ea4-9948-3e8e819e4a5b ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_cnf_macro0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ArtifactUUID:7fe43dd3-589a-467b-8a2e-5d6b6b433d8a ArtifactChecksum:YjYzMjM1NTBmYTZjZGQxZGI0N2RiMDczN2EzMDg0ZjQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_template_dummy_ignore.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ArtifactUUID:5ee73601-e8a0-465c-952b-519a373b72cd ArtifactChecksum:ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_template_dummy_ignore.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ArtifactUUID:844a74da-7233-44da-912a-b5d1618c26d0 ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:helm_apache.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ArtifactUUID:8b250fe2-ed57-4b21-81ed-f82179b93ab7 ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_template_dummy_ignore.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ArtifactUUID:844a74da-7233-44da-912a-b5d1618c26d0 ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:helm_apache.tgz ArtifactVersion:1 ArtifactType:HELM ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ArtifactUUID:80b217cd-6a2e-41c2-88ed-efdb3c538fbf ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-13T13:29:10.172Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4d0b751e-772e-4b20-b507-a4deb48e0e99 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-06-13T13:29:10.214Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-13T13:29:10.216Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-06-13T13:29:10.216Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-06-13T13:29:10.216Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: db073a8a-c644-4436-9978-523f80db2e97 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-06-13T13:29:10.217Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-06-13T13:29:10.217Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-06-13T13:29:10.689Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-06-13T13:29:10.699Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar db073a8a-c644-4436-9978-523f80db2e97 158217 2022-06-13T13:29:10.699Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-06-13T13:29:10.699Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-06-13T13:29:10.699Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-13T13:29:10.700Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:29:10.702Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:29:10.702Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126950699, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-13T13:29:10.802Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-13T13:29:10.803Z||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-06-13T13:29:10.803Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:29:10.883Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:29:10.884Z||pool-99-thread-1|||||INFO|500||cambria reply ok (81 ms):{"serverTimeMs":0,"count":1} 2022-06-13T13:29:11.703Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-13T13:29:11.704Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-06-13T13:29:11.705Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: db073a8a-c644-4436-9978-523f80db2e97, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-13T13:29:11.705Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2022-06-13T13:29:11.707Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-13T13:29:11.707Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-13T13:29:11.887Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2716733264336608214/Definitions/service-BasicCnfMacro-template.yml 2022-06-13T13:29:13.141Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-13T13:29:13.141Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-06-13T13:29:13.142Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-13T13:29:13.142Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-06-13T13:29:13.142Z|a56423e8-ce2f-4987-b887-0806341073ee|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-BasicCnfMacro-csar.csar 2022-06-13T13:29:13.142Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-13T13:29:13.142Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-13T13:29:13.142Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-13T13:29:13.143Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-06-13T13:29:13.143Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:29:13.143Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-13T13:29:13.144Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-13T13:29:13.144Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-06-13T13:29:13.144Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-13T13:29:13.145Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:29:13.145Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-13T13:29:13.145Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-13T13:29:13.145Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-06-13T13:29:13.145Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-13T13:29:13.146Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:29:13.146Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-13T13:29:13.146Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:29:13.146Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-06-13T13:29:13.146Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2022-06-13T13:29:13.147Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||Node template dummy_base is not matching search criteria 2022-06-13T13:29:13.147Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-13T13:29:13.147Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:29:13.147Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-13T13:29:13.148Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:29:13.148Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-13T13:29:13.148Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-13T13:29:13.148Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:29:13.149Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-13T13:29:13.149Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-13T13:29:13.149Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:29:13.149Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-13T13:29:13.149Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-13T13:29:13.150Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:29:13.150Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-13T13:29:13.150Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-13T13:29:13.150Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:29:13.150Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-06-13T13:29:13.151Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2022-06-13T13:29:13.151Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=fc77b449-8887-4007-a34e-138d110234e0 2022-06-13T13:29:13.151Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:29:13.151Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-13T13:29:13.152Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:29:13.152Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-13T13:29:13.152Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:29:13.152Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-13T13:29:13.152Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:29:13.153Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-13T13:29:13.153Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:4d0b751e-772e-4b20-b507-a4deb48e0e99 Model Version:NULL Model InvariantUuid:3fc8760c-8ddf-48f8-8388-c7174e27dbbf Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:75fcde3d-5caf-4060-ab95-1282a37e51c3 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:5e2f1798-6a76-490e-9329-38071e482b0c Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:e9671e1f-0199-4714-be19-163fa15f983f NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:3a3515bc-73fe-48d1-a53c-3a30cfac8141 ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:e3f36348-40a9-43ba-8032-abbe227ca45f ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:73a3cb15-7c24-457e-b297-2460f8a97e70 ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:74a9a14d-966c-45af-b56f-b78e22c9db40 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:fc77b449-8887-4007-a34e-138d110234e0 ModelInvariantUuid:76989616-e1a9-4c84-bd15-9283429cfbee ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:52c0564c-511f-4f9c-9abb-24a84644049c ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:15537614-3523-4f39-9a6d-7bf031478172 ModelInvariantUuid:4e388f98-d5d7-43e7-804d-9e16a25dcbdf ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:990b3260-5ca2-47cf-98b6-26b367914758 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-06-13T13:29:13.172Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 58311233-96e1-4ea4-9948-3e8e819e4a5b 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-06-13T13:29:13.177Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||INFO|500||basic_cnf_macro 0 2022-06-13T13:29:13.178Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 58311233-96e1-4ea4-9948-3e8e819e4a5b 2022-06-13T13:29:13.178Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 7fe43dd3-589a-467b-8a2e-5d6b6b433d8a from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-06-13T13:29:13.178Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-06-13T13:29:13.178Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-06-13T13:29:13.316Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-06-13T13:29:13.316Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 7fe43dd3-589a-467b-8a2e-5d6b6b433d8a 1565 2022-06-13T13:29:13.317Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2022-06-13T13:29:13.317Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-06-13T13:29:13.317Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-13T13:29:13.317Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:29:13.319Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:29:13.319Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126953317, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-13T13:29:13.419Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-13T13:29:13.420Z||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-06-13T13:29:13.420Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:29:13.438Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:29:13.439Z||pool-100-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-06-13T13:29:14.320Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "73a3cb15-7c24-457e-b297-2460f8a97e70", "vfModuleModelVersion": "1", "vfModuleModelUUID": "74a9a14d-966c-45af-b56f-b78e22c9db40", "vfModuleModelCustomizationUUID": "06abfa7a-ff50-4154-bb91-8b49ecc9ce02", "isBase": true, "artifacts": [ "5ee73601-e8a0-465c-952b-519a373b72cd", "844a74da-7233-44da-912a-b5d1618c26d0" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_template_dummy_ignore", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } }, { "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1", "vfModuleModelInvariantUUID": "3a3515bc-73fe-48d1-a53c-3a30cfac8141", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e3f36348-40a9-43ba-8032-abbe227ca45f", "vfModuleModelCustomizationUUID": "1c22d839-a824-49bd-8d14-3911db650c82", "isBase": false, "artifacts": [ "80b217cd-6a2e-41c2-88ed-efdb3c538fbf" ], "properties": { "min_vf_module_instances": "0", "vf_module_label": "helm_apache", "max_vf_module_instances": "", "vfc_list": "", "vf_module_type": "Expansion", "vf_module_description": "", "initial_count": "0", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-13T13:29:14.324Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:74a9a14d-966c-45af-b56f-b78e22c9db40 VfModuleModelInvariantUUID:73a3cb15-7c24-457e-b297-2460f8a97e70 VfModuleModelDescription:NULL Artifacts UUID List:{ 5ee73601-e8a0-465c-952b-519a373b72cd , 844a74da-7233-44da-912a-b5d1618c26d0 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_template_dummy_ignore max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true , VfModuleMetaData: VfModuleModelName:BasicCnfMacro..helm_apache..module-1 VfModuleModelVersion:1 VfModuleModelUUID:e3f36348-40a9-43ba-8032-abbe227ca45f VfModuleModelInvariantUUID:3a3515bc-73fe-48d1-a53c-3a30cfac8141 VfModuleModelDescription:NULL Artifacts UUID List:{ 80b217cd-6a2e-41c2-88ed-efdb3c538fbf } Properties List:{ min_vf_module_instances : 0 vf_module_label : helm_apache max_vf_module_instances : vfc_list : vf_module_type : Expansion vf_module_description : initial_count : 0 volume_group : false availability_zone_count : } isBase:false } 2022-06-13T13:29:14.326Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "73a3cb15-7c24-457e-b297-2460f8a97e70", "vfModuleModelVersion": "1", "vfModuleModelUUID": "74a9a14d-966c-45af-b56f-b78e22c9db40", "vfModuleModelCustomizationUUID": "06abfa7a-ff50-4154-bb91-8b49ecc9ce02", "isBase": true, "artifacts": [ "5ee73601-e8a0-465c-952b-519a373b72cd", "844a74da-7233-44da-912a-b5d1618c26d0" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_template_dummy_ignore", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } }, { "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1", "vfModuleModelInvariantUUID": "3a3515bc-73fe-48d1-a53c-3a30cfac8141", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e3f36348-40a9-43ba-8032-abbe227ca45f", "vfModuleModelCustomizationUUID": "1c22d839-a824-49bd-8d14-3911db650c82", "isBase": false, "artifacts": [ "80b217cd-6a2e-41c2-88ed-efdb3c538fbf" ], "properties": { "min_vf_module_instances": "0", "vf_module_label": "helm_apache", "max_vf_module_instances": "", "vfc_list": "", "vf_module_type": "Expansion", "vf_module_description": "", "initial_count": "0", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-13T13:29:14.326Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:74a9a14d-966c-45af-b56f-b78e22c9db40 VfModuleModelInvariantUUID:73a3cb15-7c24-457e-b297-2460f8a97e70 VfModuleModelDescription:NULL Artifacts UUID List:{ 5ee73601-e8a0-465c-952b-519a373b72cd , 844a74da-7233-44da-912a-b5d1618c26d0 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_template_dummy_ignore max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true , VfModuleMetaData: VfModuleModelName:BasicCnfMacro..helm_apache..module-1 VfModuleModelVersion:1 VfModuleModelUUID:e3f36348-40a9-43ba-8032-abbe227ca45f VfModuleModelInvariantUUID:3a3515bc-73fe-48d1-a53c-3a30cfac8141 VfModuleModelDescription:NULL Artifacts UUID List:{ 80b217cd-6a2e-41c2-88ed-efdb3c538fbf } Properties List:{ min_vf_module_instances : 0 vf_module_label : helm_apache max_vf_module_instances : vfc_list : vf_module_type : Expansion vf_module_description : initial_count : 0 volume_group : false availability_zone_count : } isBase:false } 2022-06-13T13:29:14.327Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 5ee73601-e8a0-465c-952b-519a373b72cd from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-06-13T13:29:14.327Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-06-13T13:29:14.327Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-06-13T13:29:14.541Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-06-13T13:29:14.542Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 5ee73601-e8a0-465c-952b-519a373b72cd 914 2022-06-13T13:29:14.542Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2022-06-13T13:29:14.542Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-06-13T13:29:14.543Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-13T13:29:14.543Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:29:14.545Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:29:14.545Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126954542, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-06-13T13:29:14.646Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-13T13:29:14.646Z||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-06-13T13:29:14.646Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:29:14.669Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:29:14.669Z||pool-101-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-06-13T13:29:15.546Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 8b250fe2-ed57-4b21-81ed-f82179b93ab7 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-06-13T13:29:15.546Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-06-13T13:29:15.547Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-06-13T13:29:15.755Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-06-13T13:29:15.756Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 8b250fe2-ed57-4b21-81ed-f82179b93ab7 12 2022-06-13T13:29:15.756Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2022-06-13T13:29:15.756Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-06-13T13:29:15.757Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-13T13:29:15.757Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:29:15.760Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:29:15.760Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126955756, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-06-13T13:29:15.860Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-13T13:29:15.861Z||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-06-13T13:29:15.861Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:29:15.921Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:29:15.922Z||pool-102-thread-1|||||INFO|500||cambria reply ok (62 ms):{"serverTimeMs":0,"count":1} 2022-06-13T13:29:16.761Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 844a74da-7233-44da-912a-b5d1618c26d0 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-06-13T13:29:16.762Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-06-13T13:29:16.762Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-06-13T13:29:16.948Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-06-13T13:29:16.948Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 844a74da-7233-44da-912a-b5d1618c26d0 96 2022-06-13T13:29:16.948Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2022-06-13T13:29:16.949Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-06-13T13:29:16.949Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-13T13:29:16.949Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:29:16.951Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:29:16.951Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126956948, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-06-13T13:29:17.051Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-13T13:29:17.052Z||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-06-13T13:29:17.052Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:29:17.101Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:29:17.102Z||pool-103-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":0,"count":1} 2022-06-13T13:29:17.952Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 80b217cd-6a2e-41c2-88ed-efdb3c538fbf from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-06-13T13:29:17.952Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-06-13T13:29:17.952Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-06-13T13:29:18.086Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-06-13T13:29:18.087Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 80b217cd-6a2e-41c2-88ed-efdb3c538fbf 20206 2022-06-13T13:29:18.088Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2022-06-13T13:29:18.088Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-06-13T13:29:18.088Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-13T13:29:18.088Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:29:18.092Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:29:18.092Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126958088, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-06-13T13:29:18.192Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-13T13:29:18.193Z||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-06-13T13:29:18.193Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:29:18.226Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:29:18.226Z||pool-104-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} 2022-06-13T13:29:19.096Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 4d0b751e-772e-4b20-b507-a4deb48e0e99 2022-06-13T13:29:19.097Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 58311233-96e1-4ea4-9948-3e8e819e4a5b ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-13T13:29:19.115Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3acf9616, org.onap.sdc.toscaparser.api.parameters.Input@16dc7ae5, org.onap.sdc.toscaparser.api.parameters.Input@27c75bf1, org.onap.sdc.toscaparser.api.parameters.Input@6db87892, org.onap.sdc.toscaparser.api.parameters.Input@2b013c15] 2022-06-13T13:29:19.116Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:29:19.117Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-13T13:29:19.117Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2022-06-13T13:29:19.117Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= e9671e1f-0199-4714-be19-163fa15f983f 2022-06-13T13:29:19.118Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e9671e1f-0199-4714-be19-163fa15f983f matches Tosca VF Customization UUID: e9671e1f-0199-4714-be19-163fa15f983f 2022-06-13T13:29:19.118Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: e9671e1f-0199-4714-be19-163fa15f983f 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-06-13T13:29:19.120Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:29:19.120Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-13T13:29:19.121Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id e9671e1f-0199-4714-be19-163fa15f983f: {\"vf_module_id\":\"demo_module_id\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"demo_app\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"demo_vnf_ignore\",\"sdnc_model_name\":\"APACHE\"} 2022-06-13T13:29:19.121Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6d282c2a 2022-06-13T13:29:19.122Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:29:19.122Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-13T13:29:19.122Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1c22d839-a824-49bd-8d14-3911db650c82 2022-06-13T13:29:19.123Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1c22d839-a824-49bd-8d14-3911db650c82 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-06-13T13:29:19.125Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:29:19.125Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-13T13:29:19.125Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-13T13:29:19.126Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:29:19.126Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-13T13:29:19.126Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-13T13:29:19.127Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:29:19.127Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-13T13:29:19.127Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=e9671e1f-0199-4714-be19-163fa15f983f 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-06-13T13:29:19.129Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:29:19.129Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-13T13:29:19.130Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 4d0b751e-772e-4b20-b507-a4deb48e0e99: basic_cnf_macro 2022-06-13T13:29:19.130Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:29:19.130Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-13T13:29:19.131Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:29:19.131Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-13T13:29:19.131Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:29:19.131Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-13T13:29:19.131Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:29:19.132Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-13T13:29:19.132Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:29:19.132Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-13T13:29:19.132Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||INFO|500||Saving Service: basic_cnf_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-13T13:29:19.168Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 58311233-96e1-4ea4-9948-3e8e819e4a5b 2 ASDC deployResourceStructure 2022-06-13T13:29:19.169Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2022-06-13T13:29:19.169Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-06-13T13:29:19.169Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-13T13:29:19.170Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:29:19.171Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:29:19.171Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126959169, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-13T13:29:19.272Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-13T13:29:19.273Z||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-06-13T13:29:19.273Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:29:19.338Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:29:19.339Z||pool-105-thread-1|||||INFO|500||cambria reply ok (67 ms):{"serverTimeMs":0,"count":1} 2022-06-13T13:29:20.172Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2022-06-13T13:29:20.173Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-06-13T13:29:20.173Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-13T13:29:20.173Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:29:20.175Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:29:20.176Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126960172, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-06-13T13:29:20.275Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-13T13:29:20.276Z||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-06-13T13:29:20.276Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:29:20.376Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:29:20.377Z||pool-106-thread-1|||||INFO|500||cambria reply ok (101 ms):{"serverTimeMs":0,"count":1} 2022-06-13T13:29:21.176Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2022-06-13T13:29:21.177Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource) 2022-06-13T13:29:21.177Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-06-13T13:29:21.178Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:29:21.180Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:29:21.195Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126961176, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-06-13T13:29:21.280Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 85 ms 2022-06-13T13:29:21.281Z||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-06-13T13:29:21.281Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:29:21.298Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:29:21.298Z||pool-107-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-13T13:29:22.196Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2022-06-13T13:29:22.197Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-06-13T13:29:22.197Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-13T13:29:22.197Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:29:22.199Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:29:22.199Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126962196, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-06-13T13:29:22.299Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-13T13:29:22.300Z||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-06-13T13:29:22.300Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:29:22.329Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:29:22.330Z||pool-108-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1} 2022-06-13T13:29:23.200Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2022-06-13T13:29:23.201Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource) 2022-06-13T13:29:23.201Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-06-13T13:29:23.201Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:29:23.203Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:29:23.203Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126963200, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-06-13T13:29:23.303Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-13T13:29:23.304Z||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-06-13T13:29:23.304Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:29:23.336Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:29:23.336Z||pool-109-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2022-06-13T13:29:24.204Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-06-13T13:29:24.204Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-06-13T13:29:24.204Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-13T13:29:24.205Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:29:24.207Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:29:24.207Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126964204, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-13T13:29:24.307Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-13T13:29:24.307Z||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-06-13T13:29:24.307Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:29:24.337Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:29:24.337Z||pool-110-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-06-13T13:29:25.207Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a56423e8-ce2f-4987-b887-0806341073ee Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-13T13:29:25.225Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a56423e8-ce2f-4987-b887-0806341073ee Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-13T13:29:25.227Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-13T13:29:25.228Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-13T13:29:25.228Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-13T13:29:55.228Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a56423e8-ce2f-4987-b887-0806341073ee Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-13T13:29:55.246Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a56423e8-ce2f-4987-b887-0806341073ee Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-13T13:29:55.249Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-13T13:29:55.249Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-13T13:29:55.249Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-13T13:29:59.422Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T13:29:59.422Z||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-06-13T13:29:59.422Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T13:29:59.468Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:29:59.469Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:29:59.469Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "multicloud-k8s-id", "timestamp": 1655126939751, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-06-13T13:29:59.470Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:30:25.249Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a56423e8-ce2f-4987-b887-0806341073ee Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-13T13:30:25.264Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a56423e8-ce2f-4987-b887-0806341073ee Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-13T13:30:25.267Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-13T13:30:25.267Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-13T13:30:25.267Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-13T13:30:55.268Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a56423e8-ce2f-4987-b887-0806341073ee Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-13T13:30:55.306Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a56423e8-ce2f-4987-b887-0806341073ee Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-13T13:30:55.309Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-13T13:30:55.310Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-13T13:30:55.310Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-13T13:30:59.422Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T13:30:59.425Z||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-06-13T13:30:59.425Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T13:30:59.524Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:30:59.524Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:30:59.524Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "aai-ml", "timestamp": 1655126931876, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-13T13:30:59.526Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:31:25.311Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a56423e8-ce2f-4987-b887-0806341073ee Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-13T13:31:25.328Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a56423e8-ce2f-4987-b887-0806341073ee Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-13T13:31:25.330Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-13T13:31:25.330Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-13T13:31:25.330Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-13T13:31:55.331Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a56423e8-ce2f-4987-b887-0806341073ee Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-13T13:31:55.342Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a56423e8-ce2f-4987-b887-0806341073ee Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-13T13:31:55.348Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-13T13:31:55.348Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-13T13:31:55.348Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-13T13:31:59.422Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T13:31:59.423Z||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-06-13T13:31:59.423Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T13:31:59.486Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:31:59.523Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:31:59.523Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655126940083, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-13T13:31:59.524Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:31:59.524Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:31:59.524Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "cds", "timestamp": 1655126939773, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-13T13:31:59.524Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:31:59.525Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:31:59.525Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ad29673-92f7-4d03-bd37-086b68ed311e", "consumerID": "ves-openapi-manager", "timestamp": 1655126938608, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-13T13:31:59.525Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:31:59.525Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:31:59.525Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126939419, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:31:59.525Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:31:59.525Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:31:59.525Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "aai-ml", "timestamp": 1655126931876, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-13T13:31:59.525Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:31:59.525Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:31:59.526Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "multicloud-k8s-id", "timestamp": 1655126941015, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-06-13T13:31:59.526Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:31:59.526Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:31:59.526Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ad29673-92f7-4d03-bd37-086b68ed311e", "consumerID": "ves-openapi-manager", "timestamp": 1655126938608, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:31:59.526Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:31:59.526Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:31:59.526Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126939419, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-06-13T13:31:59.526Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:31:59.526Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:31:59.526Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "aai-ml", "timestamp": 1655126931876, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-13T13:31:59.527Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:31:59.527Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:31:59.527Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "multicloud-k8s-id", "timestamp": 1655126942137, "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-06-13T13:31:59.533Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a56423e8-ce2f-4987-b887-0806341073ee 2022-06-13T13:31:59.533Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a56423e8-ce2f-4987-b887-0806341073ee 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-06-13T13:31:59.546Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:31:59.546Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655126942372, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-13T13:31:59.546Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:31:59.546Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:31:59.546Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ad29673-92f7-4d03-bd37-086b68ed311e", "consumerID": "ves-openapi-manager", "timestamp": 1655126938608, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-13T13:31:59.546Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:31:59.546Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:31:59.546Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126939419, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-06-13T13:31:59.546Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:31:59.547Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:31:59.547Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "cds", "timestamp": 1655126942585, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-13T13:31:59.551Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a56423e8-ce2f-4987-b887-0806341073ee 2022-06-13T13:31:59.551Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a56423e8-ce2f-4987-b887-0806341073ee 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-06-13T13:31:59.558Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:31:59.558Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "multicloud-k8s-id", "timestamp": 1655126943142, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-13T13:31:59.559Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:31:59.559Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:31:59.559Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "aai-ml", "timestamp": 1655126942930, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-13T13:31:59.559Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:31:59.559Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:31:59.559Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655126943375, "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-06-13T13:31:59.563Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a56423e8-ce2f-4987-b887-0806341073ee 2022-06-13T13:31:59.563Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a56423e8-ce2f-4987-b887-0806341073ee 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-06-13T13:31:59.578Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:31:59.578Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ad29673-92f7-4d03-bd37-086b68ed311e", "consumerID": "ves-openapi-manager", "timestamp": 1655126938608, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-13T13:31:59.579Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:31:59.579Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:31:59.579Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126939419, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:31:59.579Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:31:59.579Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:31:59.580Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ad29673-92f7-4d03-bd37-086b68ed311e", "consumerID": "ves-openapi-manager", "timestamp": 1655126938608, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-13T13:31:59.580Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:31:59.580Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:31:59.580Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126939419, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-06-13T13:31:59.580Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:31:59.580Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:31:59.580Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ad29673-92f7-4d03-bd37-086b68ed311e", "consumerID": "cds", "timestamp": 1655126943619, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:31:59.581Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:31:59.581Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:31:59.581Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ad29673-92f7-4d03-bd37-086b68ed311e", "consumerID": "multicloud-k8s-id", "timestamp": 1655126944150, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:31:59.581Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:31:59.581Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:31:59.581Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ad29673-92f7-4d03-bd37-086b68ed311e", "consumerID": "policy-id", "timestamp": 1655126944666, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:31:59.582Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:31:59.582Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:31:59.582Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ad29673-92f7-4d03-bd37-086b68ed311e", "consumerID": "ves-openapi-manager", "timestamp": 1655126938608, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-13T13:31:59.582Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:31:59.582Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:31:59.582Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126939419, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-06-13T13:31:59.583Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:31:59.583Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:31:59.583Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ad29673-92f7-4d03-bd37-086b68ed311e", "consumerID": "cds", "timestamp": 1655126943619, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-13T13:31:59.583Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:31:59.583Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:31:59.583Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ad29673-92f7-4d03-bd37-086b68ed311e", "consumerID": "multicloud-k8s-id", "timestamp": 1655126944150, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-06-13T13:31:59.584Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:31:59.584Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:31:59.584Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ad29673-92f7-4d03-bd37-086b68ed311e", "consumerID": "policy-id", "timestamp": 1655126944666, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-13T13:31:59.584Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:31:59.584Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:31:59.584Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126939419, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-06-13T13:31:59.585Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:31:59.585Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:31:59.585Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "clamp", "timestamp": 1655126946718, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-13T13:31:59.585Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:31:59.585Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:31:59.585Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ad29673-92f7-4d03-bd37-086b68ed311e", "consumerID": "cds", "timestamp": 1655126943619, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-13T13:31:59.585Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:31:59.586Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:31:59.586Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ad29673-92f7-4d03-bd37-086b68ed311e", "consumerID": "multicloud-k8s-id", "timestamp": 1655126944150, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-13T13:31:59.586Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:31:59.586Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:31:59.586Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ad29673-92f7-4d03-bd37-086b68ed311e", "consumerID": "policy-id", "timestamp": 1655126944666, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-13T13:31:59.586Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:31:59.587Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:31:59.587Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126939419, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-13T13:31:59.587Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:31:59.587Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:31:59.587Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ad29673-92f7-4d03-bd37-086b68ed311e", "consumerID": "cds", "timestamp": 1655126943619, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:31:59.587Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:31:59.587Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:31:59.588Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ad29673-92f7-4d03-bd37-086b68ed311e", "consumerID": "multicloud-k8s-id", "timestamp": 1655126944150, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:31:59.588Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:31:59.588Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:31:59.588Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ad29673-92f7-4d03-bd37-086b68ed311e", "consumerID": "policy-id", "timestamp": 1655126944666, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:31:59.588Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:31:59.589Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:31:59.589Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126939419, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-13T13:31:59.589Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:31:59.590Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:31:59.590Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ad29673-92f7-4d03-bd37-086b68ed311e", "consumerID": "cds", "timestamp": 1655126943619, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-13T13:31:59.590Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:31:59.590Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:31:59.590Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ad29673-92f7-4d03-bd37-086b68ed311e", "consumerID": "multicloud-k8s-id", "timestamp": 1655126944150, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-13T13:31:59.590Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:31:59.591Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:31:59.591Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ad29673-92f7-4d03-bd37-086b68ed311e", "consumerID": "policy-id", "timestamp": 1655126944666, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-13T13:31:59.591Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:31:59.591Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:31:59.591Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126939419, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-13T13:31:59.591Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:31:59.592Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:31:59.592Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ad29673-92f7-4d03-bd37-086b68ed311e", "consumerID": "cds", "timestamp": 1655126943619, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-13T13:31:59.592Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:31:59.592Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:31:59.592Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ad29673-92f7-4d03-bd37-086b68ed311e", "consumerID": "multicloud-k8s-id", "timestamp": 1655126944150, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-13T13:31:59.592Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:31:59.593Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:31:59.593Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ad29673-92f7-4d03-bd37-086b68ed311e", "consumerID": "policy-id", "timestamp": 1655126944666, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-13T13:31:59.593Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:31:59.593Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:31:59.593Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ad29673-92f7-4d03-bd37-086b68ed311e", "consumerID": "cds", "timestamp": 1655126943619, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-13T13:31:59.593Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:31:59.594Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:31:59.594Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ad29673-92f7-4d03-bd37-086b68ed311e", "consumerID": "multicloud-k8s-id", "timestamp": 1655126944150, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-13T13:31:59.594Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:31:59.594Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:31:59.594Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126950699, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-13T13:31:59.595Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:31:59.595Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:31:59.595Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ad29673-92f7-4d03-bd37-086b68ed311e", "consumerID": "policy-id", "timestamp": 1655126944666, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-13T13:31:59.595Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:31:59.595Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:31:59.596Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "clamp", "timestamp": 1655126951726, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-13T13:31:59.596Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:31:59.597Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:31:59.597Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ad29673-92f7-4d03-bd37-086b68ed311e", "consumerID": "cds", "timestamp": 1655126943619, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-13T13:31:59.597Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:31:59.597Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:31:59.598Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ad29673-92f7-4d03-bd37-086b68ed311e", "consumerID": "multicloud-k8s-id", "timestamp": 1655126944150, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-13T13:31:59.598Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:31:59.598Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:31:59.598Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ad29673-92f7-4d03-bd37-086b68ed311e", "consumerID": "policy-id", "timestamp": 1655126944666, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-13T13:31:59.598Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:31:59.598Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:31:59.599Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "clamp", "timestamp": 1655126952733, "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-06-13T13:31:59.605Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a56423e8-ce2f-4987-b887-0806341073ee 2022-06-13T13:31:59.605Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a56423e8-ce2f-4987-b887-0806341073ee 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-06-13T13:31:59.616Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:31:59.617Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ad29673-92f7-4d03-bd37-086b68ed311e", "consumerID": "cds", "timestamp": 1655126952607, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-13T13:31:59.617Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:31:59.617Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:31:59.617Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ad29673-92f7-4d03-bd37-086b68ed311e", "consumerID": "multicloud-k8s-id", "timestamp": 1655126953049, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-13T13:31:59.617Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:31:59.617Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:31:59.618Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ad29673-92f7-4d03-bd37-086b68ed311e", "consumerID": "policy-id", "timestamp": 1655126953543, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-13T13:31:59.618Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:31:59.618Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:31:59.618Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126953317, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-13T13:31:59.618Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:31:59.618Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:31:59.619Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ad29673-92f7-4d03-bd37-086b68ed311e", "consumerID": "multicloud-k8s-id", "timestamp": 1655126954201, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-13T13:31:59.619Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:31:59.619Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:31:59.619Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ad29673-92f7-4d03-bd37-086b68ed311e", "consumerID": "cds", "timestamp": 1655126954025, "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-06-13T13:31:59.631Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2ad29673-92f7-4d03-bd37-086b68ed311e 2022-06-13T13:31:59.631Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ad29673-92f7-4d03-bd37-086b68ed311e 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-06-13T13:31:59.639Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:31:59.639Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ad29673-92f7-4d03-bd37-086b68ed311e", "consumerID": "policy-id", "timestamp": 1655126954550, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-13T13:31:59.639Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:31:59.639Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:31:59.639Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "aai-ml", "timestamp": 1655126954182, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-13T13:31:59.640Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:31:59.640Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:31:59.640Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126954542, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-06-13T13:31:59.640Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:31:59.640Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:31:59.640Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ad29673-92f7-4d03-bd37-086b68ed311e", "consumerID": "policy-id", "timestamp": 1655126955560, "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-06-13T13:31:59.653Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2ad29673-92f7-4d03-bd37-086b68ed311e 2022-06-13T13:31:59.653Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ad29673-92f7-4d03-bd37-086b68ed311e 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-06-13T13:31:59.662Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:31:59.662Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ad29673-92f7-4d03-bd37-086b68ed311e", "consumerID": "multicloud-k8s-id", "timestamp": 1655126955492, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-13T13:31:59.663Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:31:59.663Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:31:59.663Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "aai-ml", "timestamp": 1655126955186, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-13T13:31:59.668Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a56423e8-ce2f-4987-b887-0806341073ee 2022-06-13T13:31:59.668Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a56423e8-ce2f-4987-b887-0806341073ee 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-06-13T13:31:59.679Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:31:59.680Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126955756, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-06-13T13:31:59.680Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:31:59.680Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:31:59.680Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ad29673-92f7-4d03-bd37-086b68ed311e", "consumerID": "multicloud-k8s-id", "timestamp": 1655126956521, "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-06-13T13:31:59.690Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2ad29673-92f7-4d03-bd37-086b68ed311e 2022-06-13T13:31:59.690Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ad29673-92f7-4d03-bd37-086b68ed311e 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-06-13T13:31:59.697Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:31:59.698Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126956948, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-06-13T13:31:59.698Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:31:59.698Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:31:59.698Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ad29673-92f7-4d03-bd37-086b68ed311e", "consumerID": "multicloud-k8s-id", "timestamp": 1655126957524, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-13T13:31:59.698Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:31:59.698Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:31:59.698Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126958088, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-06-13T13:31:59.698Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:31:59.698Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:31:59.699Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126959169, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-13T13:31:59.699Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:31:59.699Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:31:59.699Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ad29673-92f7-4d03-bd37-086b68ed311e", "consumerID": "clamp", "timestamp": 1655126958942, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:31:59.699Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:31:59.699Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:31:59.699Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ad29673-92f7-4d03-bd37-086b68ed311e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655126958930, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:31:59.699Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:31:59.699Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:31:59.699Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126960172, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-06-13T13:31:59.700Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:31:59.700Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:31:59.700Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ad29673-92f7-4d03-bd37-086b68ed311e", "consumerID": "clamp", "timestamp": 1655126958942, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-06-13T13:31:59.700Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:31:59.700Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:31:59.700Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ad29673-92f7-4d03-bd37-086b68ed311e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655126958930, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-13T13:31:59.700Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:31:59.700Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:31:59.700Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126961176, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-06-13T13:31:59.700Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:31:59.701Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:31:59.701Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ad29673-92f7-4d03-bd37-086b68ed311e", "consumerID": "clamp", "timestamp": 1655126958942, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-13T13:31:59.701Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:31:59.701Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:31:59.701Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ad29673-92f7-4d03-bd37-086b68ed311e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655126958930, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-13T13:31:59.701Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:31:59.701Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:31:59.701Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126962196, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-06-13T13:31:59.701Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:31:59.701Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:31:59.701Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ad29673-92f7-4d03-bd37-086b68ed311e", "consumerID": "clamp", "timestamp": 1655126958942, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:31:59.702Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:31:59.702Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:31:59.702Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ad29673-92f7-4d03-bd37-086b68ed311e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655126958930, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:31:59.702Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:31:59.702Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:31:59.702Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ad29673-92f7-4d03-bd37-086b68ed311e", "consumerID": "aai-ml", "timestamp": 1655126961876, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:31:59.702Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:31:59.702Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:31:59.702Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126963200, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-06-13T13:31:59.702Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:31:59.703Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:31:59.703Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ad29673-92f7-4d03-bd37-086b68ed311e", "consumerID": "clamp", "timestamp": 1655126958942, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-13T13:31:59.703Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:31:59.703Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:31:59.703Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ad29673-92f7-4d03-bd37-086b68ed311e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655126958930, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-13T13:31:59.703Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:31:59.703Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:31:59.703Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ad29673-92f7-4d03-bd37-086b68ed311e", "consumerID": "aai-ml", "timestamp": 1655126961876, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-13T13:31:59.703Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:31:59.703Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:31:59.703Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126964204, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-13T13:31:59.704Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:31:59.704Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:31:59.704Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ad29673-92f7-4d03-bd37-086b68ed311e", "consumerID": "clamp", "timestamp": 1655126958942, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-13T13:31:59.704Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:31:59.704Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:31:59.704Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ad29673-92f7-4d03-bd37-086b68ed311e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655126958930, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-13T13:31:59.704Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:31:59.704Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:31:59.705Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ad29673-92f7-4d03-bd37-086b68ed311e", "consumerID": "aai-ml", "timestamp": 1655126961876, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-13T13:31:59.705Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:31:59.705Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:31:59.705Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ad29673-92f7-4d03-bd37-086b68ed311e", "consumerID": "clamp", "timestamp": 1655126958942, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-13T13:31:59.705Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:31:59.705Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:31:59.705Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ad29673-92f7-4d03-bd37-086b68ed311e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655126958930, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-13T13:31:59.705Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:31:59.705Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:31:59.706Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ad29673-92f7-4d03-bd37-086b68ed311e", "consumerID": "aai-ml", "timestamp": 1655126961876, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:31:59.706Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:31:59.706Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:31:59.706Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ad29673-92f7-4d03-bd37-086b68ed311e", "consumerID": "clamp", "timestamp": 1655126958942, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-13T13:31:59.706Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:31:59.706Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:31:59.706Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ad29673-92f7-4d03-bd37-086b68ed311e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655126958930, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-13T13:31:59.706Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:31:59.706Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:31:59.706Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ad29673-92f7-4d03-bd37-086b68ed311e", "consumerID": "aai-ml", "timestamp": 1655126961876, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-13T13:31:59.707Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:31:59.707Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:31:59.707Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ad29673-92f7-4d03-bd37-086b68ed311e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655126967856, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-13T13:31:59.707Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:31:59.707Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:31:59.707Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ad29673-92f7-4d03-bd37-086b68ed311e", "consumerID": "aai-ml", "timestamp": 1655126961876, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-13T13:31:59.707Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:31:59.707Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:31:59.707Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ad29673-92f7-4d03-bd37-086b68ed311e", "consumerID": "aai-ml", "timestamp": 1655126961876, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-13T13:31:59.707Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:31:59.707Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:31:59.708Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ad29673-92f7-4d03-bd37-086b68ed311e", "consumerID": "aai-ml", "timestamp": 1655126961876, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-13T13:31:59.708Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:31:59.708Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:31:59.708Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ad29673-92f7-4d03-bd37-086b68ed311e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655126970042, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-13T13:31:59.708Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:31:59.708Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:31:59.708Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ad29673-92f7-4d03-bd37-086b68ed311e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655126971045, "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-06-13T13:31:59.714Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2ad29673-92f7-4d03-bd37-086b68ed311e 2022-06-13T13:31:59.715Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ad29673-92f7-4d03-bd37-086b68ed311e 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-06-13T13:31:59.724Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:31:59.725Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ad29673-92f7-4d03-bd37-086b68ed311e", "consumerID": "aai-ml", "timestamp": 1655126970935, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-13T13:31:59.725Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:31:59.725Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:31:59.725Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ad29673-92f7-4d03-bd37-086b68ed311e", "consumerID": "clamp", "timestamp": 1655126971724, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-13T13:31:59.725Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:31:59.725Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:31:59.725Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ad29673-92f7-4d03-bd37-086b68ed311e", "consumerID": "clamp", "timestamp": 1655126975735, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-13T13:31:59.725Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:31:59.726Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:31:59.726Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ad29673-92f7-4d03-bd37-086b68ed311e", "consumerID": "clamp", "timestamp": 1655126976741, "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-06-13T13:31:59.730Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2ad29673-92f7-4d03-bd37-086b68ed311e 2022-06-13T13:31:59.730Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ad29673-92f7-4d03-bd37-086b68ed311e 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-06-13T13:31:59.738Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:31:59.738Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ad29673-92f7-4d03-bd37-086b68ed311e", "consumerID": "aai-ml", "timestamp": 1655126981929, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-13T13:31:59.739Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:31:59.739Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:31:59.739Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ad29673-92f7-4d03-bd37-086b68ed311e", "consumerID": "aai-ml", "timestamp": 1655126982933, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-13T13:31:59.744Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2ad29673-92f7-4d03-bd37-086b68ed311e 2022-06-13T13:31:59.744Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ad29673-92f7-4d03-bd37-086b68ed311e 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-06-13T13:32:25.349Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a56423e8-ce2f-4987-b887-0806341073ee Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-13T13:32:25.362Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a56423e8-ce2f-4987-b887-0806341073ee Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-13T13:32:25.366Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-13T13:32:25.366Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-13T13:32:25.366Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-13T13:32:25.366Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-13T13:32:25.367Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-13T13:32:25.367Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-13T13:32:25.367Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-13T13:32:25.367Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-13T13:32:25.367Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-13T13:32:25.367Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-13T13:32:25.367Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-13T13:32:25.373Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-13T13:32:55.373Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a56423e8-ce2f-4987-b887-0806341073ee 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-06-13T13:32:55.379Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a56423e8-ce2f-4987-b887-0806341073ee and serviceModelVersionId: 4d0b751e-772e-4b20-b507-a4deb48e0e99 2022-06-13T13:32:55.379Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3fc8760c-8ddf-48f8-8388-c7174e27dbbf 2022-06-13T13:32:55.381Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3fc8760c-8ddf-48f8-8388-c7174e27dbbf/model-vers/model-ver/4d0b751e-772e-4b20-b507-a4deb48e0e99?depth=0 2022-06-13T13:32:55.398Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-06-13T13:32:55.485Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3fc8760c-8ddf-48f8-8388-c7174e27dbbf/model-vers/model-ver/4d0b751e-772e-4b20-b507-a4deb48e0e99?depth=0|INFO|500||Invoke 2022-06-13T13:32:55.485Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3fc8760c-8ddf-48f8-8388-c7174e27dbbf/model-vers/model-ver/4d0b751e-772e-4b20-b507-a4deb48e0e99?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3fc8760c-8ddf-48f8-8388-c7174e27dbbf/model-vers/model-ver/4d0b751e-772e-4b20-b507-a4deb48e0e99?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a56423e8-ce2f-4987-b887-0806341073ee], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[705c50df-78fd-46a8-ad28-b5733eab990b], X-ECOMP-RequestID=[a56423e8-ce2f-4987-b887-0806341073ee], X-TransactionId=[], X-ONAP-RequestID=[a56423e8-ce2f-4987-b887-0806341073ee], Content-Type=[application/merge-patch+json]} 2022-06-13T13:32:55.512Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3fc8760c-8ddf-48f8-8388-c7174e27dbbf/model-vers/model-ver/4d0b751e-772e-4b20-b507-a4deb48e0e99?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-13T13:32:55.746Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3fc8760c-8ddf-48f8-8388-c7174e27dbbf/model-vers/model-ver/4d0b751e-772e-4b20-b507-a4deb48e0e99?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/3fc8760c-8ddf-48f8-8388-c7174e27dbbf/model-vers/model-ver/4d0b751e-772e-4b20-b507-a4deb48e0e99?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220613-13:32:56:489-27054], vertex-id=[807144], Content-Length=[0], Date=[Mon, 13 Jun 2022 13:32:56 GMT], Content-Type=[application/json]} 2022-06-13T13:32:55.746Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3fc8760c-8ddf-48f8-8388-c7174e27dbbf/model-vers/model-ver/4d0b751e-772e-4b20-b507-a4deb48e0e99?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-13T13:32:55.747Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3fc8760c-8ddf-48f8-8388-c7174e27dbbf/model-vers/model-ver/4d0b751e-772e-4b20-b507-a4deb48e0e99?depth=0|INFO|500||InvokeReturn 2022-06-13T13:32:55.748Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-13T13:32:55.748Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-13T13:32:55.754Z|a56423e8-ce2f-4987-b887-0806341073ee|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-06-13T13:32:55.754Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a56423e8-ce2f-4987-b887-0806341073ee and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-13T13:32:55.755Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-13T13:32:55.755Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:32:55.758Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:32:55.758Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655127175755, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-13T13:32:55.858Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-13T13:32:55.859Z||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-06-13T13:32:55.859Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:32:55.896Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:32:55.896Z||pool-111-thread-1|||||INFO|500||cambria reply ok (37 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-06-13T13:32:56.786Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-13T13:32:56.787Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"2ad29673-92f7-4d03-bd37-086b68ed311e","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"9ed76d9c-deed-4b2c-8c2b-e5bfe4daba36","serviceDescription":"service","serviceInvariantUUID":"d9cf8775-d13d-4610-8c66-1ec3ec9e25dc","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a74c8dda-8d7b-4049-976b-50f4f3c913e7","resourceInvariantUUID":"a156e00c-2eb1-4f07-8b2f-bcb039464d0a","resourceCustomizationUUID":"f46c1a37-746b-4751-899c-9a19ac7fdaef","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":"NjE0OGQ2NjJmYjJhYTk0YWRlYjk2NThmNTM0MjY0YTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a4a8dd6e-ec19-43c2-977b-710fdca9cab7","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":"Y2RjOWIwZjIxNDE4ZDgxZWVlODk2MzU5ODEyZDc1ZDk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"fc471661-2c3c-493c-8478-e89bbaf2cb93","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":"04eb1ddf-b485-46ae-9bcb-a6b23abb3134","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":"da248d57-2d69-4198-9a0f-d8fe0b5fd3b2","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":"cc519db7-921f-4067-b25f-96491dd1f74b","artifactVersion":"2","generatedFromUUID":"04eb1ddf-b485-46ae-9bcb-a6b23abb3134"},{"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":"ODdhZGRjOWRmNjY2NmJhMjRiNjRjNDE2MjVlMmNiZjc\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"fc9eab8f-f252-49dc-a9f0-318c55237ded","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":"OWVlYjBmMmE4MDQyZGU0MjQ4NDQ5MThhOTFlYjg1ZDk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8fd4342f-aad9-4a78-a78c-f432a45a063f","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ZjVmZDU4OWY0ZTBlNjU2ZmE3Njg2MDhjZjE5ZjVmOTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"adab2c21-7366-4996-9d1f-ee2187a709bf","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-13T13:32:56.787Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-13T13:32:56.788Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:32:56.789Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:32:56.790Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "2ad29673-92f7-4d03-bd37-086b68ed311e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126939419, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:32:56.889Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-13T13:32:56.890Z||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-06-13T13:32:56.890Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:32:56.930Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:32:56.930Z||pool-112-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":1,"count":1} 2022-06-13T13:32:57.790Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-13T13:32:57.791Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:32:57.794Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:32:57.795Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "2ad29673-92f7-4d03-bd37-086b68ed311e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126939419, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-06-13T13:32:57.894Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-13T13:32:57.895Z||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-06-13T13:32:57.895Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:32:57.924Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:32:57.924Z||pool-113-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1} 2022-06-13T13:32:58.795Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-13T13:32:58.796Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:32:58.798Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:32:58.798Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "2ad29673-92f7-4d03-bd37-086b68ed311e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126939419, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-13T13:32:58.898Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-13T13:32:58.899Z||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-06-13T13:32:58.899Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:32:58.941Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:32:58.942Z||pool-114-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1} 2022-06-13T13:32:59.422Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T13:32:59.423Z||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-06-13T13:32:59.423Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T13:32:59.481Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:32:59.483Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:32:59.483Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "398b91ce-a119-46f3-a919-002be8ad5a43", "consumerID": "multicloud-k8s-id", "timestamp": 1655127082377, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:32:59.483Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:32:59.484Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:32:59.484Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "398b91ce-a119-46f3-a919-002be8ad5a43", "consumerID": "aai-ml", "timestamp": 1655127081876, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:32:59.484Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:32:59.484Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:32:59.484Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "398b91ce-a119-46f3-a919-002be8ad5a43", "consumerID": "policy-id", "timestamp": 1655127084666, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:32:59.484Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:32:59.484Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:32:59.485Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "398b91ce-a119-46f3-a919-002be8ad5a43", "consumerID": "multicloud-k8s-id", "timestamp": 1655127082377, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-13T13:32:59.485Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:32:59.485Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:32:59.485Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "398b91ce-a119-46f3-a919-002be8ad5a43", "consumerID": "aai-ml", "timestamp": 1655127081876, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-13T13:32:59.485Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:32:59.485Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:32:59.485Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "398b91ce-a119-46f3-a919-002be8ad5a43", "consumerID": "policy-id", "timestamp": 1655127084666, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-13T13:32:59.485Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:32:59.485Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:32:59.486Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "398b91ce-a119-46f3-a919-002be8ad5a43", "consumerID": "multicloud-k8s-id", "timestamp": 1655127082377, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-13T13:32:59.486Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:32:59.486Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:32:59.486Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "398b91ce-a119-46f3-a919-002be8ad5a43", "consumerID": "aai-ml", "timestamp": 1655127081876, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-13T13:32:59.486Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:32:59.486Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:32:59.486Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "398b91ce-a119-46f3-a919-002be8ad5a43", "consumerID": "policy-id", "timestamp": 1655127084666, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-13T13:32:59.486Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:32:59.487Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:32:59.487Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "398b91ce-a119-46f3-a919-002be8ad5a43", "consumerID": "aai-ml", "timestamp": 1655127081876, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-13T13:32:59.487Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:32:59.487Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:32:59.487Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "398b91ce-a119-46f3-a919-002be8ad5a43", "consumerID": "multicloud-k8s-id", "timestamp": 1655127082377, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-13T13:32:59.487Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:32:59.487Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:32:59.487Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "398b91ce-a119-46f3-a919-002be8ad5a43", "consumerID": "policy-id", "timestamp": 1655127084666, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-13T13:32:59.487Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:32:59.487Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:32:59.488Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "398b91ce-a119-46f3-a919-002be8ad5a43", "consumerID": "cds", "timestamp": 1655127093619, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:32:59.488Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:32:59.488Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:32:59.488Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "398b91ce-a119-46f3-a919-002be8ad5a43", "consumerID": "multicloud-k8s-id", "timestamp": 1655127082377, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:32:59.488Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:32:59.488Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:32:59.488Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "398b91ce-a119-46f3-a919-002be8ad5a43", "consumerID": "aai-ml", "timestamp": 1655127081876, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:32:59.488Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:32:59.489Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:32:59.489Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "398b91ce-a119-46f3-a919-002be8ad5a43", "consumerID": "policy-id", "timestamp": 1655127084666, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:32:59.489Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:32:59.489Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:32:59.489Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "398b91ce-a119-46f3-a919-002be8ad5a43", "consumerID": "cds", "timestamp": 1655127093619, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-13T13:32:59.489Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:32:59.489Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:32:59.489Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "398b91ce-a119-46f3-a919-002be8ad5a43", "consumerID": "multicloud-k8s-id", "timestamp": 1655127082377, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-13T13:32:59.489Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:32:59.490Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:32:59.490Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "398b91ce-a119-46f3-a919-002be8ad5a43", "consumerID": "aai-ml", "timestamp": 1655127081876, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-13T13:32:59.490Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:32:59.490Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:32:59.490Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "398b91ce-a119-46f3-a919-002be8ad5a43", "consumerID": "policy-id", "timestamp": 1655127084666, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-13T13:32:59.490Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:32:59.490Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:32:59.490Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "398b91ce-a119-46f3-a919-002be8ad5a43", "consumerID": "cds", "timestamp": 1655127093619, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-13T13:32:59.490Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:32:59.490Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:32:59.491Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "398b91ce-a119-46f3-a919-002be8ad5a43", "consumerID": "aai-ml", "timestamp": 1655127081876, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-13T13:32:59.491Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:32:59.491Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:32:59.491Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "398b91ce-a119-46f3-a919-002be8ad5a43", "consumerID": "multicloud-k8s-id", "timestamp": 1655127082377, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-13T13:32:59.491Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:32:59.491Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:32:59.491Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "398b91ce-a119-46f3-a919-002be8ad5a43", "consumerID": "policy-id", "timestamp": 1655127084666, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-13T13:32:59.491Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:32:59.491Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:32:59.491Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "398b91ce-a119-46f3-a919-002be8ad5a43", "consumerID": "cds", "timestamp": 1655127093619, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-13T13:32:59.492Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:32:59.492Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:32:59.492Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "398b91ce-a119-46f3-a919-002be8ad5a43", "consumerID": "aai-ml", "timestamp": 1655127081876, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-13T13:32:59.492Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:32:59.492Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:32:59.492Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "398b91ce-a119-46f3-a919-002be8ad5a43", "consumerID": "multicloud-k8s-id", "timestamp": 1655127082377, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-13T13:32:59.492Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:32:59.492Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:32:59.493Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "398b91ce-a119-46f3-a919-002be8ad5a43", "consumerID": "ves-openapi-manager", "timestamp": 1655127098608, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:32:59.493Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:32:59.493Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:32:59.493Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "398b91ce-a119-46f3-a919-002be8ad5a43", "consumerID": "policy-id", "timestamp": 1655127084666, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-13T13:32:59.493Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:32:59.493Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:32:59.493Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "398b91ce-a119-46f3-a919-002be8ad5a43", "consumerID": "cds", "timestamp": 1655127093619, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:32:59.493Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:32:59.493Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:32:59.493Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "398b91ce-a119-46f3-a919-002be8ad5a43", "consumerID": "ves-openapi-manager", "timestamp": 1655127098608, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-13T13:32:59.494Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:32:59.494Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:32:59.494Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "398b91ce-a119-46f3-a919-002be8ad5a43", "consumerID": "multicloud-k8s-id", "timestamp": 1655127082377, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-13T13:32:59.494Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:32:59.494Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:32:59.494Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "398b91ce-a119-46f3-a919-002be8ad5a43", "consumerID": "aai-ml", "timestamp": 1655127081876, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-13T13:32:59.494Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:32:59.494Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:32:59.494Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "398b91ce-a119-46f3-a919-002be8ad5a43", "consumerID": "policy-id", "timestamp": 1655127084666, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-13T13:32:59.494Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:32:59.495Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:32:59.495Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "398b91ce-a119-46f3-a919-002be8ad5a43", "consumerID": "cds", "timestamp": 1655127093619, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-13T13:32:59.495Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:32:59.495Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:32:59.495Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "398b91ce-a119-46f3-a919-002be8ad5a43", "consumerID": "ves-openapi-manager", "timestamp": 1655127098608, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-13T13:32:59.495Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:32:59.495Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:32:59.495Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "398b91ce-a119-46f3-a919-002be8ad5a43", "consumerID": "cds", "timestamp": 1655127093619, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-13T13:32:59.495Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:32:59.495Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:32:59.495Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "398b91ce-a119-46f3-a919-002be8ad5a43", "consumerID": "aai-ml", "timestamp": 1655127100329, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-13T13:32:59.496Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:32:59.496Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:32:59.496Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "398b91ce-a119-46f3-a919-002be8ad5a43", "consumerID": "policy-id", "timestamp": 1655127100834, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-13T13:32:59.496Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:32:59.496Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:32:59.496Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "398b91ce-a119-46f3-a919-002be8ad5a43", "consumerID": "ves-openapi-manager", "timestamp": 1655127098608, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-13T13:32:59.496Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:32:59.496Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:32:59.496Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "398b91ce-a119-46f3-a919-002be8ad5a43", "consumerID": "cds", "timestamp": 1655127093619, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-13T13:32:59.497Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:32:59.497Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:32:59.497Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "398b91ce-a119-46f3-a919-002be8ad5a43", "consumerID": "policy-id", "timestamp": 1655127101842, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-13T13:32:59.497Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:32:59.497Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:32:59.497Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "398b91ce-a119-46f3-a919-002be8ad5a43", "consumerID": "ves-openapi-manager", "timestamp": 1655127098608, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:32:59.497Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:32:59.497Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:32:59.497Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "398b91ce-a119-46f3-a919-002be8ad5a43", "consumerID": "cds", "timestamp": 1655127093619, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-13T13:32:59.497Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:32:59.498Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:32:59.498Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "398b91ce-a119-46f3-a919-002be8ad5a43", "consumerID": "policy-id", "timestamp": 1655127102846, "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-06-13T13:32:59.516Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 398b91ce-a119-46f3-a919-002be8ad5a43 2022-06-13T13:32:59.517Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 398b91ce-a119-46f3-a919-002be8ad5a43 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-06-13T13:32:59.530Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:32:59.530Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "398b91ce-a119-46f3-a919-002be8ad5a43", "consumerID": "ves-openapi-manager", "timestamp": 1655127098608, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-13T13:32:59.530Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:32:59.530Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:32:59.531Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "398b91ce-a119-46f3-a919-002be8ad5a43", "consumerID": "cds", "timestamp": 1655127103633, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-13T13:32:59.531Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:32:59.531Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:32:59.531Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "398b91ce-a119-46f3-a919-002be8ad5a43", "consumerID": "ves-openapi-manager", "timestamp": 1655127098608, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-06-13T13:32:59.531Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:32:59.531Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:32:59.531Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "398b91ce-a119-46f3-a919-002be8ad5a43", "consumerID": "cds", "timestamp": 1655127104888, "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-06-13T13:32:59.536Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 398b91ce-a119-46f3-a919-002be8ad5a43 2022-06-13T13:32:59.536Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 398b91ce-a119-46f3-a919-002be8ad5a43 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-06-13T13:32:59.549Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:32:59.550Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "398b91ce-a119-46f3-a919-002be8ad5a43", "consumerID": "ves-openapi-manager", "timestamp": 1655127098608, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-13T13:32:59.550Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:32:59.550Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:32:59.550Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "398b91ce-a119-46f3-a919-002be8ad5a43", "consumerID": "ves-openapi-manager", "timestamp": 1655127098608, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-13T13:32:59.550Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:32:59.550Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:32:59.550Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "398b91ce-a119-46f3-a919-002be8ad5a43", "consumerID": "aai-ml", "timestamp": 1655127106630, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-13T13:32:59.550Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:32:59.550Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:32:59.551Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "398b91ce-a119-46f3-a919-002be8ad5a43", "consumerID": "ves-openapi-manager", "timestamp": 1655127108442, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-06-13T13:32:59.551Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:32:59.551Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:32:59.551Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "398b91ce-a119-46f3-a919-002be8ad5a43", "consumerID": "aai-ml", "timestamp": 1655127107634, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-13T13:32:59.556Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 398b91ce-a119-46f3-a919-002be8ad5a43 2022-06-13T13:32:59.556Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 398b91ce-a119-46f3-a919-002be8ad5a43 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-06-13T13:32:59.568Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:32:59.568Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "398b91ce-a119-46f3-a919-002be8ad5a43", "consumerID": "ves-openapi-manager", "timestamp": 1655127109485, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-06-13T13:32:59.568Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:32:59.569Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:32:59.569Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "398b91ce-a119-46f3-a919-002be8ad5a43", "consumerID": "clamp", "timestamp": 1655127108941, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:32:59.569Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:32:59.569Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:32:59.569Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "398b91ce-a119-46f3-a919-002be8ad5a43", "consumerID": "ves-openapi-manager", "timestamp": 1655127110489, "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-06-13T13:32:59.573Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 398b91ce-a119-46f3-a919-002be8ad5a43 2022-06-13T13:32:59.574Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 398b91ce-a119-46f3-a919-002be8ad5a43 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-06-13T13:32:59.583Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:32:59.583Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "398b91ce-a119-46f3-a919-002be8ad5a43", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655127108930, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:32:59.584Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:32:59.584Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:32:59.584Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "398b91ce-a119-46f3-a919-002be8ad5a43", "consumerID": "clamp", "timestamp": 1655127108941, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-13T13:32:59.584Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:32:59.584Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:32:59.584Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "398b91ce-a119-46f3-a919-002be8ad5a43", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655127108930, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-13T13:32:59.584Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:32:59.584Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:32:59.585Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "398b91ce-a119-46f3-a919-002be8ad5a43", "consumerID": "clamp", "timestamp": 1655127108941, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-13T13:32:59.585Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:32:59.585Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:32:59.585Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "398b91ce-a119-46f3-a919-002be8ad5a43", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655127108930, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-13T13:32:59.585Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:32:59.585Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:32:59.585Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "398b91ce-a119-46f3-a919-002be8ad5a43", "consumerID": "clamp", "timestamp": 1655127108941, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-13T13:32:59.585Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:32:59.585Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:32:59.585Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "398b91ce-a119-46f3-a919-002be8ad5a43", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655127108930, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-13T13:32:59.585Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:32:59.586Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:32:59.586Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "398b91ce-a119-46f3-a919-002be8ad5a43", "consumerID": "clamp", "timestamp": 1655127108941, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:32:59.586Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:32:59.586Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:32:59.586Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "398b91ce-a119-46f3-a919-002be8ad5a43", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655127108930, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:32:59.586Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:32:59.586Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:32:59.586Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "398b91ce-a119-46f3-a919-002be8ad5a43", "consumerID": "clamp", "timestamp": 1655127108941, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-13T13:32:59.586Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:32:59.586Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:32:59.586Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "398b91ce-a119-46f3-a919-002be8ad5a43", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655127108930, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-13T13:32:59.587Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:32:59.587Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:32:59.587Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "398b91ce-a119-46f3-a919-002be8ad5a43", "consumerID": "clamp", "timestamp": 1655127108941, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-13T13:32:59.587Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:32:59.587Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:32:59.587Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "398b91ce-a119-46f3-a919-002be8ad5a43", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655127108930, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-13T13:32:59.587Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:32:59.587Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:32:59.587Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "398b91ce-a119-46f3-a919-002be8ad5a43", "consumerID": "clamp", "timestamp": 1655127108941, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-13T13:32:59.587Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:32:59.587Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:32:59.587Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "398b91ce-a119-46f3-a919-002be8ad5a43", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655127108930, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-13T13:32:59.587Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:32:59.587Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:32:59.588Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "398b91ce-a119-46f3-a919-002be8ad5a43", "consumerID": "clamp", "timestamp": 1655127108941, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-13T13:32:59.588Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:32:59.588Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:32:59.588Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "398b91ce-a119-46f3-a919-002be8ad5a43", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655127108930, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-13T13:32:59.588Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:32:59.588Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:32:59.588Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "398b91ce-a119-46f3-a919-002be8ad5a43", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655127118841, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-13T13:32:59.588Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:32:59.799Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-13T13:32:59.799Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:32:59.802Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:32:59.802Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "2ad29673-92f7-4d03-bd37-086b68ed311e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126939419, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:32:59.902Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-13T13:32:59.902Z||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-06-13T13:32:59.903Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:32:59.948Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:32:59.948Z||pool-115-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1} 2022-06-13T13:33:00.803Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-13T13:33:00.803Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:33:00.805Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:33:00.805Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "2ad29673-92f7-4d03-bd37-086b68ed311e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126939419, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-13T13:33:00.905Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-13T13:33:00.906Z||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-06-13T13:33:00.906Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:33:00.962Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:33:00.963Z||pool-116-thread-1|||||INFO|500||cambria reply ok (57 ms):{"serverTimeMs":0,"count":1} 2022-06-13T13:33:01.806Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-13T13:33:01.806Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:33:01.808Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:33:01.808Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "2ad29673-92f7-4d03-bd37-086b68ed311e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126939419, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-13T13:33:01.908Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-13T13:33:01.910Z||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-06-13T13:33:01.910Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:33:01.929Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:33:01.930Z||pool-117-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-06-13T13:33:02.809Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-13T13:33:02.809Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:33:02.811Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:33:02.811Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "2ad29673-92f7-4d03-bd37-086b68ed311e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126939419, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-13T13:33:02.911Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-13T13:33:02.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-06-13T13:33:02.912Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:33:02.938Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:33:02.939Z||pool-118-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-06-13T13:33:03.812Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-13T13:33:03.812Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:33:03.814Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:33:03.814Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "2ad29673-92f7-4d03-bd37-086b68ed311e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126939419, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-13T13:33:03.914Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-13T13:33:03.915Z||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-06-13T13:33:03.915Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:33:03.936Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:33:03.936Z||pool-119-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2022-06-13T13:33:04.815Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "2ad29673-92f7-4d03-bd37-086b68ed311e", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "9ed76d9c-deed-4b2c-8c2b-e5bfe4daba36", "serviceDescription": "service", "serviceInvariantUUID": "d9cf8775-d13d-4610-8c66-1ec3ec9e25dc", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "f46c1a37-746b-4751-899c-9a19ac7fdaef", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "a74c8dda-8d7b-4049-976b-50f4f3c913e7", "resourceInvariantUUID": "a156e00c-2eb1-4f07-8b2f-bcb039464d0a", "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": "Y2RjOWIwZjIxNDE4ZDgxZWVlODk2MzU5ODEyZDc1ZDk\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "fc471661-2c3c-493c-8478-e89bbaf2cb93", "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": "04eb1ddf-b485-46ae-9bcb-a6b23abb3134", "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": "cc519db7-921f-4067-b25f-96491dd1f74b", "generatedFromUUID": "04eb1ddf-b485-46ae-9bcb-a6b23abb3134" }, "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": "cc519db7-921f-4067-b25f-96491dd1f74b", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "ZjVmZDU4OWY0ZTBlNjU2ZmE3Njg2MDhjZjE5ZjVmOTA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "adab2c21-7366-4996-9d1f-ee2187a709bf" } ], "workloadContext": "Production" } 2022-06-13T13:33:04.816Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-13T13:33:04.816Z|a56423e8-ce2f-4987-b887-0806341073ee|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9ed76d9c-deed-4b2c-8c2b-e5bfe4daba36 ASDC 2022-06-13T13:33:04.819Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:2ad29673-92f7-4d03-bd37-086b68ed311e ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:9ed76d9c-deed-4b2c-8c2b-e5bfe4daba36 ServiceInvariantUUID:d9cf8775-d13d-4610-8c66-1ec3ec9e25dc 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:adab2c21-7366-4996-9d1f-ee2187a709bf ArtifactChecksum:ZjVmZDU4OWY0ZTBlNjU2ZmE3Njg2MDhjZjE5ZjVmOTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:f46c1a37-746b-4751-899c-9a19ac7fdaef ResourceInvariantUUID:a156e00c-2eb1-4f07-8b2f-bcb039464d0a ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:a74c8dda-8d7b-4049-976b-50f4f3c913e7 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:fc471661-2c3c-493c-8478-e89bbaf2cb93 ArtifactChecksum:Y2RjOWIwZjIxNDE4ZDgxZWVlODk2MzU5ODEyZDc1ZDk= 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:04eb1ddf-b485-46ae-9bcb-a6b23abb3134 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:cc519db7-921f-4067-b25f-96491dd1f74b 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:cc519db7-921f-4067-b25f-96491dd1f74b ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-13T13:33:04.819Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9ed76d9c-deed-4b2c-8c2b-e5bfe4daba36 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-06-13T13:33:04.869Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-13T13:33:04.870Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-06-13T13:33:04.870Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-06-13T13:33:04.870Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: adab2c21-7366-4996-9d1f-ee2187a709bf from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-06-13T13:33:04.871Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-06-13T13:33:04.871Z|2ad29673-92f7-4d03-bd37-086b68ed311e|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-06-13T13:33:05.402Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-06-13T13:33:05.406Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar adab2c21-7366-4996-9d1f-ee2187a709bf 78813 2022-06-13T13:33:05.406Z|2ad29673-92f7-4d03-bd37-086b68ed311e|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-06-13T13:33:05.406Z|2ad29673-92f7-4d03-bd37-086b68ed311e|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-06-13T13:33:05.406Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-13T13:33:05.406Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:33:05.408Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:33:05.408Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "2ad29673-92f7-4d03-bd37-086b68ed311e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655127185406, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-13T13:33:05.509Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-13T13:33:05.510Z||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-06-13T13:33:05.510Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:33:05.535Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:33:05.535Z||pool-120-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-06-13T13:33:06.409Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-13T13:33:06.409Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-06-13T13:33:06.410Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: adab2c21-7366-4996-9d1f-ee2187a709bf, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-13T13:33:06.410Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-06-13T13:33:06.411Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-13T13:33:06.411Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-13T13:33:06.592Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17537928666444216895/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-06-13T13:33:07.866Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-13T13:33:07.867Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-06-13T13:33:07.867Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-13T13:33:07.867Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-06-13T13:33:07.867Z|2ad29673-92f7-4d03-bd37-086b68ed311e|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-06-13T13:33:07.867Z|2ad29673-92f7-4d03-bd37-086b68ed311e|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-06-13T13:33:07.867Z|2ad29673-92f7-4d03-bd37-086b68ed311e|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-06-13T13:33:07.867Z|2ad29673-92f7-4d03-bd37-086b68ed311e|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-06-13T13:33:07.868Z|2ad29673-92f7-4d03-bd37-086b68ed311e|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-06-13T13:33:07.868Z|2ad29673-92f7-4d03-bd37-086b68ed311e|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-06-13T13:33:07.868Z|2ad29673-92f7-4d03-bd37-086b68ed311e|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-06-13T13:33:07.868Z|2ad29673-92f7-4d03-bd37-086b68ed311e|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-06-13T13:33:07.868Z|2ad29673-92f7-4d03-bd37-086b68ed311e|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-06-13T13:33:07.868Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-06-13T13:33:07.868Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:33:07.868Z|2ad29673-92f7-4d03-bd37-086b68ed311e|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-06-13T13:33:07.869Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-13T13:33:07.869Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-06-13T13:33:07.869Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-13T13:33:07.869Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:33:07.869Z|2ad29673-92f7-4d03-bd37-086b68ed311e|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-06-13T13:33:07.870Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-13T13:33:07.870Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-06-13T13:33:07.870Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-13T13:33:07.870Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:33:07.870Z|2ad29673-92f7-4d03-bd37-086b68ed311e|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-06-13T13:33:07.870Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:33:07.870Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-06-13T13:33:07.870Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-06-13T13:33:07.871Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-06-13T13:33:07.871Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-06-13T13:33:07.871Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-13T13:33:07.871Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-13T13:33:07.871Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:33:07.871Z|2ad29673-92f7-4d03-bd37-086b68ed311e|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-06-13T13:33:07.871Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:33:07.872Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-13T13:33:07.872Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-13T13:33:07.872Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:33:07.872Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-13T13:33:07.872Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-13T13:33:07.872Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:33:07.873Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-13T13:33:07.873Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-13T13:33:07.873Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:33:07.873Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-06-13T13:33:07.873Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-06-13T13:33:07.873Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-13T13:33:07.873Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=7632023f-d514-4ada-8413-f6613831de10 2022-06-13T13:33:07.874Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:33:07.874Z|2ad29673-92f7-4d03-bd37-086b68ed311e|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-06-13T13:33:07.874Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:33:07.874Z|2ad29673-92f7-4d03-bd37-086b68ed311e|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-06-13T13:33:07.874Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:33:07.874Z|2ad29673-92f7-4d03-bd37-086b68ed311e|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-06-13T13:33:07.874Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:33:07.874Z|2ad29673-92f7-4d03-bd37-086b68ed311e|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-06-13T13:33:07.875Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:9ed76d9c-deed-4b2c-8c2b-e5bfe4daba36 Model Version:NULL Model InvariantUuid:d9cf8775-d13d-4610-8c66-1ec3ec9e25dc Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:c4a0a656-8b01-4e4b-b478-8a1ccad56600 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:a156e00c-2eb1-4f07-8b2f-bcb039464d0a Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:f46c1a37-746b-4751-899c-9a19ac7fdaef NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:9d90aae7-9918-438f-859f-b879c2c11978 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:ba2bcecd-1646-4297-b407-b43de838c1cb ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:7632023f-d514-4ada-8413-f6613831de10 ModelInvariantUuid:57d085e5-f180-4add-8283-e6ea4202af1a ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:d8cad394-ec49-49e1-88c3-235ce9974d2b ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:3fdfef9f-fc21-4d16-8ec0-686d1cc7ea6e ModelInvariantUuid:a90b7772-8d61-4f26-bbd5-6ddd70c27158 ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:0705be2f-cb2a-449b-bb60-943b7baeb165 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-06-13T13:33:07.878Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: a74c8dda-8d7b-4049-976b-50f4f3c913e7 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-06-13T13:33:07.879Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||INFO|500||basic_vm_macro 0 2022-06-13T13:33:07.880Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a74c8dda-8d7b-4049-976b-50f4f3c913e7 2022-06-13T13:33:07.880Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: fc471661-2c3c-493c-8478-e89bbaf2cb93 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-06-13T13:33:07.880Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-06-13T13:33:07.880Z|2ad29673-92f7-4d03-bd37-086b68ed311e|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-06-13T13:33:08.082Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-06-13T13:33:08.083Z|2ad29673-92f7-4d03-bd37-086b68ed311e|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 fc471661-2c3c-493c-8478-e89bbaf2cb93 792 2022-06-13T13:33:08.083Z|2ad29673-92f7-4d03-bd37-086b68ed311e|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-06-13T13:33:08.083Z|2ad29673-92f7-4d03-bd37-086b68ed311e|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-06-13T13:33:08.083Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-13T13:33:08.083Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:33:08.089Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:33:08.089Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "2ad29673-92f7-4d03-bd37-086b68ed311e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655127188083, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-13T13:33:08.185Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-06-13T13:33:08.186Z||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-06-13T13:33:08.186Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:33:08.208Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:33:08.208Z||pool-121-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2022-06-13T13:33:09.089Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "9d90aae7-9918-438f-859f-b879c2c11978", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ba2bcecd-1646-4297-b407-b43de838c1cb", "vfModuleModelCustomizationUUID": "3215d543-720f-4e27-b29f-0532d9329f3b", "isBase": true, "artifacts": [ "04eb1ddf-b485-46ae-9bcb-a6b23abb3134", "cc519db7-921f-4067-b25f-96491dd1f74b" ], "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-06-13T13:33:09.094Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ba2bcecd-1646-4297-b407-b43de838c1cb VfModuleModelInvariantUUID:9d90aae7-9918-438f-859f-b879c2c11978 VfModuleModelDescription:NULL Artifacts UUID List:{ 04eb1ddf-b485-46ae-9bcb-a6b23abb3134 , cc519db7-921f-4067-b25f-96491dd1f74b } 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-06-13T13:33:09.096Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "9d90aae7-9918-438f-859f-b879c2c11978", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ba2bcecd-1646-4297-b407-b43de838c1cb", "vfModuleModelCustomizationUUID": "3215d543-720f-4e27-b29f-0532d9329f3b", "isBase": true, "artifacts": [ "04eb1ddf-b485-46ae-9bcb-a6b23abb3134", "cc519db7-921f-4067-b25f-96491dd1f74b" ], "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-06-13T13:33:09.096Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ba2bcecd-1646-4297-b407-b43de838c1cb VfModuleModelInvariantUUID:9d90aae7-9918-438f-859f-b879c2c11978 VfModuleModelDescription:NULL Artifacts UUID List:{ 04eb1ddf-b485-46ae-9bcb-a6b23abb3134 , cc519db7-921f-4067-b25f-96491dd1f74b } 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-06-13T13:33:09.096Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 04eb1ddf-b485-46ae-9bcb-a6b23abb3134 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-06-13T13:33:09.097Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-06-13T13:33:09.097Z|2ad29673-92f7-4d03-bd37-086b68ed311e|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-06-13T13:33:09.397Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-06-13T13:33:09.398Z|2ad29673-92f7-4d03-bd37-086b68ed311e|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 04eb1ddf-b485-46ae-9bcb-a6b23abb3134 5033 2022-06-13T13:33:09.398Z|2ad29673-92f7-4d03-bd37-086b68ed311e|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-06-13T13:33:09.398Z|2ad29673-92f7-4d03-bd37-086b68ed311e|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-06-13T13:33:09.398Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-13T13:33:09.398Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:33:09.400Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:33:09.400Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "2ad29673-92f7-4d03-bd37-086b68ed311e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655127189398, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-13T13:33:09.501Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-13T13:33:09.501Z||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-06-13T13:33:09.501Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:33:09.534Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:33:09.535Z||pool-122-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} 2022-06-13T13:33:10.401Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: cc519db7-921f-4067-b25f-96491dd1f74b from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-06-13T13:33:10.401Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-06-13T13:33:10.401Z|2ad29673-92f7-4d03-bd37-086b68ed311e|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-06-13T13:33:10.605Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-06-13T13:33:10.605Z|2ad29673-92f7-4d03-bd37-086b68ed311e|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 cc519db7-921f-4067-b25f-96491dd1f74b 903 2022-06-13T13:33:10.605Z|2ad29673-92f7-4d03-bd37-086b68ed311e|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-06-13T13:33:10.605Z|2ad29673-92f7-4d03-bd37-086b68ed311e|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-06-13T13:33:10.606Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-13T13:33:10.606Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:33:10.607Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:33:10.608Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "2ad29673-92f7-4d03-bd37-086b68ed311e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655127190605, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-13T13:33:10.708Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-13T13:33:10.709Z||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-06-13T13:33:10.709Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:33:10.753Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:33:10.755Z||pool-123-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1} 2022-06-13T13:33:11.608Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 9ed76d9c-deed-4b2c-8c2b-e5bfe4daba36 2022-06-13T13:33:11.608Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 a74c8dda-8d7b-4049-976b-50f4f3c913e7 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-06-13T13:33:11.618Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@64919546, org.onap.sdc.toscaparser.api.parameters.Input@619d943d, org.onap.sdc.toscaparser.api.parameters.Input@2e758bec, org.onap.sdc.toscaparser.api.parameters.Input@27c682d6, org.onap.sdc.toscaparser.api.parameters.Input@4f1518cd] 2022-06-13T13:33:11.620Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:33:11.620Z|2ad29673-92f7-4d03-bd37-086b68ed311e|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-06-13T13:33:11.620Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2022-06-13T13:33:11.620Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= f46c1a37-746b-4751-899c-9a19ac7fdaef 2022-06-13T13:33:11.620Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f46c1a37-746b-4751-899c-9a19ac7fdaef matches Tosca VF Customization UUID: f46c1a37-746b-4751-899c-9a19ac7fdaef 2022-06-13T13:33:11.621Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: f46c1a37-746b-4751-899c-9a19ac7fdaef 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-06-13T13:33:11.623Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:33:11.623Z|2ad29673-92f7-4d03-bd37-086b68ed311e|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-06-13T13:33:11.624Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id f46c1a37-746b-4751-899c-9a19ac7fdaef: {\"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-06-13T13:33:11.624Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@534f62c8 2022-06-13T13:33:11.624Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:33:11.625Z|2ad29673-92f7-4d03-bd37-086b68ed311e|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-06-13T13:33:11.625Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3215d543-720f-4e27-b29f-0532d9329f3b 2022-06-13T13:33:11.625Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3215d543-720f-4e27-b29f-0532d9329f3b 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-06-13T13:33:11.627Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:33:11.628Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-13T13:33:11.628Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-13T13:33:11.628Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:33:11.628Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-13T13:33:11.629Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-13T13:33:11.629Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:33:11.629Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-06-13T13:33:11.629Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-06-13T13:33:11.629Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-13T13:33:11.630Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=7632023f-d514-4ada-8413-f6613831de10 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-06-13T13:33:11.632Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:33:11.633Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-13T13:33:11.633Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-13T13:33:11.633Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:33:11.633Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-13T13:33:11.633Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=f46c1a37-746b-4751-899c-9a19ac7fdaef 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-06-13T13:33:11.634Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:33:11.635Z|2ad29673-92f7-4d03-bd37-086b68ed311e|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-06-13T13:33:11.635Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 9ed76d9c-deed-4b2c-8c2b-e5bfe4daba36: basic_vm_macro 2022-06-13T13:33:11.635Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:33:11.635Z|2ad29673-92f7-4d03-bd37-086b68ed311e|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-06-13T13:33:11.635Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:33:11.636Z|2ad29673-92f7-4d03-bd37-086b68ed311e|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-06-13T13:33:11.636Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:33:11.636Z|2ad29673-92f7-4d03-bd37-086b68ed311e|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-06-13T13:33:11.636Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:33:11.636Z|2ad29673-92f7-4d03-bd37-086b68ed311e|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-06-13T13:33:11.637Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:33:11.637Z|2ad29673-92f7-4d03-bd37-086b68ed311e|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-06-13T13:33:11.637Z|2ad29673-92f7-4d03-bd37-086b68ed311e|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-06-13T13:33:11.718Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro a74c8dda-8d7b-4049-976b-50f4f3c913e7 1 ASDC deployResourceStructure 2022-06-13T13:33:11.718Z|2ad29673-92f7-4d03-bd37-086b68ed311e|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-06-13T13:33:11.718Z|2ad29673-92f7-4d03-bd37-086b68ed311e|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-06-13T13:33:11.718Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-13T13:33:11.718Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:33:11.720Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:33:11.720Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "2ad29673-92f7-4d03-bd37-086b68ed311e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655127191718, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-13T13:33:11.820Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-13T13:33:11.821Z||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-06-13T13:33:11.822Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:33:11.845Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:33:11.845Z||pool-124-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-06-13T13:33:12.721Z|2ad29673-92f7-4d03-bd37-086b68ed311e|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-06-13T13:33:12.721Z|2ad29673-92f7-4d03-bd37-086b68ed311e|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-06-13T13:33:12.721Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-13T13:33:12.722Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:33:12.723Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:33:12.723Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "2ad29673-92f7-4d03-bd37-086b68ed311e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655127192721, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-06-13T13:33:12.824Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-13T13:33:12.824Z||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-06-13T13:33:12.825Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:33:12.850Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:33:12.850Z||pool-125-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-06-13T13:33:13.724Z|2ad29673-92f7-4d03-bd37-086b68ed311e|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-06-13T13:33:13.724Z|2ad29673-92f7-4d03-bd37-086b68ed311e|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-06-13T13:33:13.725Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-13T13:33:13.725Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:33:13.727Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:33:13.727Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "2ad29673-92f7-4d03-bd37-086b68ed311e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655127193724, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-06-13T13:33:13.827Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-13T13:33:13.828Z||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-06-13T13:33:13.828Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:33:13.873Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:33:13.873Z||pool-126-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1} 2022-06-13T13:33:14.727Z|2ad29673-92f7-4d03-bd37-086b68ed311e|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-06-13T13:33:14.728Z|2ad29673-92f7-4d03-bd37-086b68ed311e|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-06-13T13:33:14.728Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-13T13:33:14.728Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:33:14.730Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:33:14.730Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "2ad29673-92f7-4d03-bd37-086b68ed311e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655127194727, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-13T13:33:14.830Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-13T13:33:14.831Z||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-06-13T13:33:14.831Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:33:14.902Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:33:14.903Z||pool-127-thread-1|||||INFO|500||cambria reply ok (72 ms):{"serverTimeMs":1,"count":1} 2022-06-13T13:33:15.731Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2ad29673-92f7-4d03-bd37-086b68ed311e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-13T13:33:15.748Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2ad29673-92f7-4d03-bd37-086b68ed311e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-13T13:33:15.750Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-13T13:33:15.750Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-13T13:33:15.750Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-13T13:33:15.751Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-13T13:33:15.751Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-13T13:33:15.751Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-13T13:33:15.751Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-13T13:33:15.751Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-13T13:33:15.751Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-13T13:33:15.751Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-13T13:33:15.751Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-13T13:33:15.756Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-13T13:33:45.756Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2ad29673-92f7-4d03-bd37-086b68ed311e 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-06-13T13:33:45.763Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2ad29673-92f7-4d03-bd37-086b68ed311e and serviceModelVersionId: 9ed76d9c-deed-4b2c-8c2b-e5bfe4daba36 2022-06-13T13:33:45.763Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d9cf8775-d13d-4610-8c66-1ec3ec9e25dc 2022-06-13T13:33:45.764Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d9cf8775-d13d-4610-8c66-1ec3ec9e25dc/model-vers/model-ver/9ed76d9c-deed-4b2c-8c2b-e5bfe4daba36?depth=0 2022-06-13T13:33:45.767Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-06-13T13:33:45.802Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d9cf8775-d13d-4610-8c66-1ec3ec9e25dc/model-vers/model-ver/9ed76d9c-deed-4b2c-8c2b-e5bfe4daba36?depth=0|INFO|500||Invoke 2022-06-13T13:33:45.802Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d9cf8775-d13d-4610-8c66-1ec3ec9e25dc/model-vers/model-ver/9ed76d9c-deed-4b2c-8c2b-e5bfe4daba36?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d9cf8775-d13d-4610-8c66-1ec3ec9e25dc/model-vers/model-ver/9ed76d9c-deed-4b2c-8c2b-e5bfe4daba36?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2ad29673-92f7-4d03-bd37-086b68ed311e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[98ecad3a-b072-4959-9ee0-50c9a5716d04], X-ECOMP-RequestID=[2ad29673-92f7-4d03-bd37-086b68ed311e], X-TransactionId=[], X-ONAP-RequestID=[2ad29673-92f7-4d03-bd37-086b68ed311e], Content-Type=[application/merge-patch+json]} 2022-06-13T13:33:45.818Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d9cf8775-d13d-4610-8c66-1ec3ec9e25dc/model-vers/model-ver/9ed76d9c-deed-4b2c-8c2b-e5bfe4daba36?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-13T13:33:46.013Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d9cf8775-d13d-4610-8c66-1ec3ec9e25dc/model-vers/model-ver/9ed76d9c-deed-4b2c-8c2b-e5bfe4daba36?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/d9cf8775-d13d-4610-8c66-1ec3ec9e25dc/model-vers/model-ver/9ed76d9c-deed-4b2c-8c2b-e5bfe4daba36?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220613-13:33:46:804-73395], vertex-id=[237808], Content-Length=[0], Date=[Mon, 13 Jun 2022 13:33:46 GMT], Content-Type=[application/json]} 2022-06-13T13:33:46.014Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d9cf8775-d13d-4610-8c66-1ec3ec9e25dc/model-vers/model-ver/9ed76d9c-deed-4b2c-8c2b-e5bfe4daba36?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-13T13:33:46.015Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d9cf8775-d13d-4610-8c66-1ec3ec9e25dc/model-vers/model-ver/9ed76d9c-deed-4b2c-8c2b-e5bfe4daba36?depth=0|INFO|500||InvokeReturn 2022-06-13T13:33:46.015Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-13T13:33:46.015Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-13T13:33:46.023Z|2ad29673-92f7-4d03-bd37-086b68ed311e|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-06-13T13:33:46.023Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2ad29673-92f7-4d03-bd37-086b68ed311e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-13T13:33:46.023Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-13T13:33:46.023Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:33:46.025Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:33:46.025Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "2ad29673-92f7-4d03-bd37-086b68ed311e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655127226023, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-13T13:33:46.125Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-13T13:33:46.126Z||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-06-13T13:33:46.126Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:33:46.146Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:33:46.147Z||pool-128-thread-1|||||INFO|500||cambria reply ok (21 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-06-13T13:33:47.038Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T13:33:47.039Z|2ad29673-92f7-4d03-bd37-086b68ed311e|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-06-13T13:33:47.039Z|2ad29673-92f7-4d03-bd37-086b68ed311e|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 DpP1mpm7yRCdd6VI) ... 2022-06-13T13:33:51.479Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:33:51.480Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-13T13:33:51.480Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"398b91ce-a119-46f3-a919-002be8ad5a43","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"ae62c4dd-095c-45bd-8b78-26d047424fc4","serviceDescription":"service","serviceInvariantUUID":"3feac5af-9522-494d-8eec-44175ae2abd8","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"470255f5-1ebb-4561-9941-912bb2155735","resourceInvariantUUID":"958c89ba-872b-4916-9bc9-5ba85a783ec6","resourceCustomizationUUID":"4e8fa55e-7c68-419f-835e-35c6f2872491","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":"Y2ViNzliNzU1MDQ2MmZiY2RjNTI5MDQ5ZTY2NTcxNzE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8b627a47-88d0-477b-be34-98a15f9bbf56","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":"23bb2e1e-0226-4895-8364-abe094c41442","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":"d50cc397-5d2c-47d0-87b9-98e17d7a1379","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":"ZDQzZmE2OThlYjEyMTYyYjhlZjAyZmM1MjZjZTRjZDA\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"6b6d60a2-706d-41d8-a96c-bd98d13c3e4f","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":"b140c29a-b60f-4428-85e3-577635b82ca5","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":"35d1b4c3-51b8-4641-83cf-62c8d7175ccd","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":"7dd50986-f5ca-45bf-9073-6075ea8e9381","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":"ZGI3NzdiMGQyN2RhMDZkZmZkMDQ1ZTcxMGI1NGE4MmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"85353ef0-f847-4761-a587-faaf2f59a914","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NjU1Y2FjMDlkNzA3ZWY5MDI2YmZlMDdkMDc5NjdkZjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9cc7fc68-a4c0-48e8-8c2c-15d87a79aa7c","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-13T13:33:51.482Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-13T13:33:51.482Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:33:51.484Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:33:51.485Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "398b91ce-a119-46f3-a919-002be8ad5a43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655127227038, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:33:51.585Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-13T13:33:51.585Z||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-06-13T13:33:51.586Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:33:51.623Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:33:51.624Z||pool-129-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":1,"count":1} 2022-06-13T13:33:52.485Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-13T13:33:52.486Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:33:52.488Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:33:52.488Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "398b91ce-a119-46f3-a919-002be8ad5a43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655127227038, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-13T13:33:52.589Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-13T13:33:52.590Z||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-06-13T13:33:52.590Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:33:52.616Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:33:52.617Z||pool-130-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-06-13T13:33:53.489Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-13T13:33:53.490Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:33:53.492Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:33:53.492Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "398b91ce-a119-46f3-a919-002be8ad5a43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655127227038, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-13T13:33:53.592Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-13T13:33:53.593Z||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-06-13T13:33:53.593Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:33:53.619Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:33:53.620Z||pool-131-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-06-13T13:33:54.493Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-13T13:33:54.494Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:33:54.495Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:33:54.496Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "398b91ce-a119-46f3-a919-002be8ad5a43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655127227038, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-13T13:33:54.596Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-13T13:33:54.596Z||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-06-13T13:33:54.596Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:33:54.703Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:33:54.704Z||pool-132-thread-1|||||INFO|500||cambria reply ok (108 ms):{"serverTimeMs":1,"count":1} 2022-06-13T13:33:55.496Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-13T13:33:55.497Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:33:55.499Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:33:55.499Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "398b91ce-a119-46f3-a919-002be8ad5a43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655127227038, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:33:55.600Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-13T13:33:55.600Z||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-06-13T13:33:55.600Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:33:55.623Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:33:55.623Z||pool-133-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-06-13T13:33:56.500Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-13T13:33:56.501Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:33:56.502Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:33:56.503Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "398b91ce-a119-46f3-a919-002be8ad5a43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655127227038, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-13T13:33:56.603Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-13T13:33:56.603Z||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-06-13T13:33:56.604Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:33:56.627Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:33:56.627Z||pool-134-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-06-13T13:33:57.503Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-13T13:33:57.504Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:33:57.505Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:33:57.506Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "398b91ce-a119-46f3-a919-002be8ad5a43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655127227038, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-13T13:33:57.606Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-13T13:33:57.606Z||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-06-13T13:33:57.607Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:33:57.624Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:33:57.624Z||pool-135-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-13T13:33:58.506Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-13T13:33:58.507Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:33:58.509Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:33:58.509Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "398b91ce-a119-46f3-a919-002be8ad5a43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655127227038, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-13T13:33:58.610Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-13T13:33:58.611Z||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-06-13T13:33:58.611Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:33:58.628Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:33:58.628Z||pool-136-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-13T13:33:59.422Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T13:33:59.422Z||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-06-13T13:33:59.422Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T13:33:59.480Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:33:59.481Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:33:59.481Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "398b91ce-a119-46f3-a919-002be8ad5a43", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655127120718, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-13T13:33:59.481Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:33:59.481Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:33:59.482Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "398b91ce-a119-46f3-a919-002be8ad5a43", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655127121721, "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-06-13T13:33:59.488Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 398b91ce-a119-46f3-a919-002be8ad5a43 2022-06-13T13:33:59.488Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 398b91ce-a119-46f3-a919-002be8ad5a43 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-06-13T13:33:59.497Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:33:59.497Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "398b91ce-a119-46f3-a919-002be8ad5a43", "consumerID": "clamp", "timestamp": 1655127128743, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-13T13:33:59.497Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:33:59.498Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:33:59.498Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "398b91ce-a119-46f3-a919-002be8ad5a43", "consumerID": "clamp", "timestamp": 1655127130754, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-13T13:33:59.498Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:33:59.498Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:33:59.498Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "398b91ce-a119-46f3-a919-002be8ad5a43", "consumerID": "clamp", "timestamp": 1655127131760, "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-06-13T13:33:59.502Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 398b91ce-a119-46f3-a919-002be8ad5a43 2022-06-13T13:33:59.502Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 398b91ce-a119-46f3-a919-002be8ad5a43 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-06-13T13:33:59.511Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-13T13:33:59.511Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:33:59.512Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:33:59.512Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a56423e8-ce2f-4987-b887-0806341073ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655127175755, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-13T13:33:59.512Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:33:59.512Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:33:59.513Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ad29673-92f7-4d03-bd37-086b68ed311e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126939419, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:33:59.513Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:33:59.513Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:33:59.513Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ad29673-92f7-4d03-bd37-086b68ed311e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126939419, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-06-13T13:33:59.513Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:33:59.513Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:33:59.513Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ad29673-92f7-4d03-bd37-086b68ed311e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126939419, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-13T13:33:59.513Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:33:59.514Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:33:59.514Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "398b91ce-a119-46f3-a919-002be8ad5a43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655127227038, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-13T13:33:59.614Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-13T13:33:59.615Z||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-06-13T13:33:59.615Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:33:59.629Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:33:59.630Z||pool-137-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-13T13:34:00.515Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "398b91ce-a119-46f3-a919-002be8ad5a43", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "ae62c4dd-095c-45bd-8b78-26d047424fc4", "serviceDescription": "service", "serviceInvariantUUID": "3feac5af-9522-494d-8eec-44175ae2abd8", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "4e8fa55e-7c68-419f-835e-35c6f2872491", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "470255f5-1ebb-4561-9941-912bb2155735", "resourceInvariantUUID": "958c89ba-872b-4916-9bc9-5ba85a783ec6", "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": "NjU1Y2FjMDlkNzA3ZWY5MDI2YmZlMDdkMDc5NjdkZjI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9cc7fc68-a4c0-48e8-8c2c-15d87a79aa7c" } ], "workloadContext": "Production" } 2022-06-13T13:34:00.515Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-13T13:34:00.516Z|2ad29673-92f7-4d03-bd37-086b68ed311e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ae62c4dd-095c-45bd-8b78-26d047424fc4 ASDC 2022-06-13T13:34:00.516Z|398b91ce-a119-46f3-a919-002be8ad5a43|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:398b91ce-a119-46f3-a919-002be8ad5a43 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:ae62c4dd-095c-45bd-8b78-26d047424fc4 ServiceInvariantUUID:3feac5af-9522-494d-8eec-44175ae2abd8 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:9cc7fc68-a4c0-48e8-8c2c-15d87a79aa7c ArtifactChecksum:NjU1Y2FjMDlkNzA3ZWY5MDI2YmZlMDdkMDc5NjdkZjI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:4e8fa55e-7c68-419f-835e-35c6f2872491 ResourceInvariantUUID:958c89ba-872b-4916-9bc9-5ba85a783ec6 ResourceName:test-pnf ResourceType:PNF ResourceUUID:470255f5-1ebb-4561-9941-912bb2155735 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-06-13T13:34:00.516Z|398b91ce-a119-46f3-a919-002be8ad5a43|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ae62c4dd-095c-45bd-8b78-26d047424fc4 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-06-13T13:34:00.540Z|398b91ce-a119-46f3-a919-002be8ad5a43|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-13T13:34:00.541Z|398b91ce-a119-46f3-a919-002be8ad5a43|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-06-13T13:34:00.541Z|398b91ce-a119-46f3-a919-002be8ad5a43|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-06-13T13:34:00.541Z|398b91ce-a119-46f3-a919-002be8ad5a43|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 9cc7fc68-a4c0-48e8-8c2c-15d87a79aa7c from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-06-13T13:34:00.541Z|398b91ce-a119-46f3-a919-002be8ad5a43|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-06-13T13:34:00.542Z|398b91ce-a119-46f3-a919-002be8ad5a43|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-06-13T13:34:00.670Z|398b91ce-a119-46f3-a919-002be8ad5a43|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-06-13T13:34:00.676Z|398b91ce-a119-46f3-a919-002be8ad5a43|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 9cc7fc68-a4c0-48e8-8c2c-15d87a79aa7c 105656 2022-06-13T13:34:00.676Z|398b91ce-a119-46f3-a919-002be8ad5a43|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-06-13T13:34:00.676Z|398b91ce-a119-46f3-a919-002be8ad5a43|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-06-13T13:34:00.676Z|398b91ce-a119-46f3-a919-002be8ad5a43|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-13T13:34:00.676Z|398b91ce-a119-46f3-a919-002be8ad5a43|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:34:00.678Z|398b91ce-a119-46f3-a919-002be8ad5a43|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:34:00.678Z|398b91ce-a119-46f3-a919-002be8ad5a43|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "398b91ce-a119-46f3-a919-002be8ad5a43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655127240676, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-13T13:34:00.778Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-13T13:34:00.779Z||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-06-13T13:34:00.779Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:34:00.800Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:34:00.800Z||pool-138-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-06-13T13:34:01.678Z|398b91ce-a119-46f3-a919-002be8ad5a43|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-13T13:34:01.679Z|398b91ce-a119-46f3-a919-002be8ad5a43|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-06-13T13:34:01.679Z|398b91ce-a119-46f3-a919-002be8ad5a43|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 9cc7fc68-a4c0-48e8-8c2c-15d87a79aa7c, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-13T13:34:01.680Z|398b91ce-a119-46f3-a919-002be8ad5a43|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-06-13T13:34:01.680Z|398b91ce-a119-46f3-a919-002be8ad5a43|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-13T13:34:01.681Z|398b91ce-a119-46f3-a919-002be8ad5a43|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-13T13:34:01.843Z|398b91ce-a119-46f3-a919-002be8ad5a43|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7764632121120596444/Definitions/service-TestPnfMacro-template.yml 2022-06-13T13:34:02.547Z|398b91ce-a119-46f3-a919-002be8ad5a43|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-13T13:34:02.547Z|398b91ce-a119-46f3-a919-002be8ad5a43|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-06-13T13:34:02.547Z|398b91ce-a119-46f3-a919-002be8ad5a43|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-13T13:34:02.547Z|398b91ce-a119-46f3-a919-002be8ad5a43|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-06-13T13:34:02.548Z|398b91ce-a119-46f3-a919-002be8ad5a43|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-06-13T13:34:02.548Z|398b91ce-a119-46f3-a919-002be8ad5a43|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-06-13T13:34:02.548Z|398b91ce-a119-46f3-a919-002be8ad5a43|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-06-13T13:34:02.548Z|398b91ce-a119-46f3-a919-002be8ad5a43|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-06-13T13:34:02.548Z|398b91ce-a119-46f3-a919-002be8ad5a43|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-06-13T13:34:02.548Z|398b91ce-a119-46f3-a919-002be8ad5a43|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-06-13T13:34:02.548Z|398b91ce-a119-46f3-a919-002be8ad5a43|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-06-13T13:34:02.548Z|398b91ce-a119-46f3-a919-002be8ad5a43|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-06-13T13:34:02.548Z|398b91ce-a119-46f3-a919-002be8ad5a43|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:34:02.549Z|398b91ce-a119-46f3-a919-002be8ad5a43|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-06-13T13:34:02.549Z|398b91ce-a119-46f3-a919-002be8ad5a43|pool-2-thread-2|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-06-13T13:34:02.549Z|398b91ce-a119-46f3-a919-002be8ad5a43|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-06-13T13:34:02.549Z|398b91ce-a119-46f3-a919-002be8ad5a43|pool-2-thread-2|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-13T13:34:02.549Z|398b91ce-a119-46f3-a919-002be8ad5a43|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:34:02.549Z|398b91ce-a119-46f3-a919-002be8ad5a43|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-06-13T13:34:02.550Z|398b91ce-a119-46f3-a919-002be8ad5a43|pool-2-thread-2|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-06-13T13:34:02.550Z|398b91ce-a119-46f3-a919-002be8ad5a43|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-06-13T13:34:02.550Z|398b91ce-a119-46f3-a919-002be8ad5a43|pool-2-thread-2|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-13T13:34:02.550Z|398b91ce-a119-46f3-a919-002be8ad5a43|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:34:02.550Z|398b91ce-a119-46f3-a919-002be8ad5a43|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-06-13T13:34:02.550Z|398b91ce-a119-46f3-a919-002be8ad5a43|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:34:02.550Z|398b91ce-a119-46f3-a919-002be8ad5a43|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-06-13T13:34:02.551Z|398b91ce-a119-46f3-a919-002be8ad5a43|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:34:02.551Z|398b91ce-a119-46f3-a919-002be8ad5a43|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-06-13T13:34:02.551Z|398b91ce-a119-46f3-a919-002be8ad5a43|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:34:02.551Z|398b91ce-a119-46f3-a919-002be8ad5a43|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-06-13T13:34:02.551Z|398b91ce-a119-46f3-a919-002be8ad5a43|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:34:02.551Z|398b91ce-a119-46f3-a919-002be8ad5a43|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-06-13T13:34:02.551Z|398b91ce-a119-46f3-a919-002be8ad5a43|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:ae62c4dd-095c-45bd-8b78-26d047424fc4 Model Version:NULL Model InvariantUuid:3feac5af-9522-494d-8eec-44175ae2abd8 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-06-13T13:34:02.558Z|398b91ce-a119-46f3-a919-002be8ad5a43|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: 470255f5-1ebb-4561-9941-912bb2155735 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-06-13T13:34:02.560Z|398b91ce-a119-46f3-a919-002be8ad5a43|pool-2-thread-2|||||INFO|500||test-pnf 0 2022-06-13T13:34:02.560Z|398b91ce-a119-46f3-a919-002be8ad5a43|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 470255f5-1ebb-4561-9941-912bb2155735 2022-06-13T13:34:02.561Z|398b91ce-a119-46f3-a919-002be8ad5a43|pool-2-thread-2|||||DEBUG|500||No resources found for Service: ae62c4dd-095c-45bd-8b78-26d047424fc4 2022-06-13T13:34:02.561Z|398b91ce-a119-46f3-a919-002be8ad5a43|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: ae62c4dd-095c-45bd-8b78-26d047424fc4 2022-06-13T13:34:02.561Z|398b91ce-a119-46f3-a919-002be8ad5a43|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 470255f5-1ebb-4561-9941-912bb2155735 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-06-13T13:34:02.563Z|398b91ce-a119-46f3-a919-002be8ad5a43|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4d6ae792, org.onap.sdc.toscaparser.api.parameters.Input@5cd59823, org.onap.sdc.toscaparser.api.parameters.Input@303a229e, org.onap.sdc.toscaparser.api.parameters.Input@3494fc5d, org.onap.sdc.toscaparser.api.parameters.Input@2ed8cb2a] 2022-06-13T13:34:02.563Z|398b91ce-a119-46f3-a919-002be8ad5a43|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:34:02.563Z|398b91ce-a119-46f3-a919-002be8ad5a43|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-06-13T13:34:02.563Z|398b91ce-a119-46f3-a919-002be8ad5a43|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid ae62c4dd-095c-45bd-8b78-26d047424fc4: test-pnf 2022-06-13T13:34:02.563Z|398b91ce-a119-46f3-a919-002be8ad5a43|pool-2-thread-2|||||INFO|500||Processing PNF resource: 470255f5-1ebb-4561-9941-912bb2155735 2022-06-13T13:34:02.564Z|398b91ce-a119-46f3-a919-002be8ad5a43|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-13T13:34:02.564Z|398b91ce-a119-46f3-a919-002be8ad5a43|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-06-13T13:34:02.564Z|398b91ce-a119-46f3-a919-002be8ad5a43|pool-2-thread-2|||||INFO|500||Resource customization UUID: 4e8fa55e-7c68-419f-835e-35c6f2872491 is the same as notified resource customizationUUID: 4e8fa55e-7c68-419f-835e-35c6f2872491 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-06-13T13:34:02.595Z|398b91ce-a119-46f3-a919-002be8ad5a43|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 470255f5-1ebb-4561-9941-912bb2155735 0 ASDC deployResourceStructure 2022-06-13T13:34:02.595Z|398b91ce-a119-46f3-a919-002be8ad5a43|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-06-13T13:34:02.595Z|398b91ce-a119-46f3-a919-002be8ad5a43|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-06-13T13:34:02.596Z|398b91ce-a119-46f3-a919-002be8ad5a43|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-13T13:34:02.596Z|398b91ce-a119-46f3-a919-002be8ad5a43|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:34:02.598Z|398b91ce-a119-46f3-a919-002be8ad5a43|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:34:02.598Z|398b91ce-a119-46f3-a919-002be8ad5a43|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "398b91ce-a119-46f3-a919-002be8ad5a43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655127242595, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-13T13:34:02.698Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-13T13:34:02.699Z||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-06-13T13:34:02.699Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:34:02.717Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:34:02.717Z||pool-139-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-13T13:34:03.598Z|398b91ce-a119-46f3-a919-002be8ad5a43|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 398b91ce-a119-46f3-a919-002be8ad5a43 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-13T13:34:03.615Z|398b91ce-a119-46f3-a919-002be8ad5a43|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 398b91ce-a119-46f3-a919-002be8ad5a43 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-13T13:34:03.619Z|398b91ce-a119-46f3-a919-002be8ad5a43|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-13T13:34:03.619Z|398b91ce-a119-46f3-a919-002be8ad5a43|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-13T13:34:03.619Z|398b91ce-a119-46f3-a919-002be8ad5a43|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-13T13:34:03.620Z|398b91ce-a119-46f3-a919-002be8ad5a43|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-13T13:34:03.620Z|398b91ce-a119-46f3-a919-002be8ad5a43|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-13T13:34:03.620Z|398b91ce-a119-46f3-a919-002be8ad5a43|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-13T13:34:03.620Z|398b91ce-a119-46f3-a919-002be8ad5a43|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-13T13:34:03.621Z|398b91ce-a119-46f3-a919-002be8ad5a43|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-13T13:34:03.621Z|398b91ce-a119-46f3-a919-002be8ad5a43|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-13T13:34:03.621Z|398b91ce-a119-46f3-a919-002be8ad5a43|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-13T13:34:03.621Z|398b91ce-a119-46f3-a919-002be8ad5a43|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-13T13:34:03.621Z|398b91ce-a119-46f3-a919-002be8ad5a43|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-13T13:34:03.628Z|398b91ce-a119-46f3-a919-002be8ad5a43|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-13T13:34:33.629Z|398b91ce-a119-46f3-a919-002be8ad5a43|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 398b91ce-a119-46f3-a919-002be8ad5a43 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-06-13T13:34:33.637Z|398b91ce-a119-46f3-a919-002be8ad5a43|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 398b91ce-a119-46f3-a919-002be8ad5a43 and serviceModelVersionId: ae62c4dd-095c-45bd-8b78-26d047424fc4 2022-06-13T13:34:33.638Z|398b91ce-a119-46f3-a919-002be8ad5a43|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3feac5af-9522-494d-8eec-44175ae2abd8 2022-06-13T13:34:33.638Z|398b91ce-a119-46f3-a919-002be8ad5a43|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3feac5af-9522-494d-8eec-44175ae2abd8/model-vers/model-ver/ae62c4dd-095c-45bd-8b78-26d047424fc4?depth=0 2022-06-13T13:34:33.642Z|398b91ce-a119-46f3-a919-002be8ad5a43|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-06-13T13:34:33.680Z|398b91ce-a119-46f3-a919-002be8ad5a43|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3feac5af-9522-494d-8eec-44175ae2abd8/model-vers/model-ver/ae62c4dd-095c-45bd-8b78-26d047424fc4?depth=0|INFO|500||Invoke 2022-06-13T13:34:33.680Z|398b91ce-a119-46f3-a919-002be8ad5a43|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3feac5af-9522-494d-8eec-44175ae2abd8/model-vers/model-ver/ae62c4dd-095c-45bd-8b78-26d047424fc4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3feac5af-9522-494d-8eec-44175ae2abd8/model-vers/model-ver/ae62c4dd-095c-45bd-8b78-26d047424fc4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[398b91ce-a119-46f3-a919-002be8ad5a43], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a9adde22-3d00-4f85-b432-6baa404f846c], X-ECOMP-RequestID=[398b91ce-a119-46f3-a919-002be8ad5a43], X-TransactionId=[], X-ONAP-RequestID=[398b91ce-a119-46f3-a919-002be8ad5a43], Content-Type=[application/merge-patch+json]} 2022-06-13T13:34:33.713Z|398b91ce-a119-46f3-a919-002be8ad5a43|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3feac5af-9522-494d-8eec-44175ae2abd8/model-vers/model-ver/ae62c4dd-095c-45bd-8b78-26d047424fc4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-13T13:34:33.890Z|398b91ce-a119-46f3-a919-002be8ad5a43|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3feac5af-9522-494d-8eec-44175ae2abd8/model-vers/model-ver/ae62c4dd-095c-45bd-8b78-26d047424fc4?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/3feac5af-9522-494d-8eec-44175ae2abd8/model-vers/model-ver/ae62c4dd-095c-45bd-8b78-26d047424fc4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220613-13:34:34:693-38461], vertex-id=[217240], Content-Length=[0], Date=[Mon, 13 Jun 2022 13:34:34 GMT], Content-Type=[application/json]} 2022-06-13T13:34:33.891Z|398b91ce-a119-46f3-a919-002be8ad5a43|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3feac5af-9522-494d-8eec-44175ae2abd8/model-vers/model-ver/ae62c4dd-095c-45bd-8b78-26d047424fc4?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-13T13:34:33.892Z|398b91ce-a119-46f3-a919-002be8ad5a43|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3feac5af-9522-494d-8eec-44175ae2abd8/model-vers/model-ver/ae62c4dd-095c-45bd-8b78-26d047424fc4?depth=0|INFO|500||InvokeReturn 2022-06-13T13:34:33.892Z|398b91ce-a119-46f3-a919-002be8ad5a43|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-13T13:34:33.892Z|398b91ce-a119-46f3-a919-002be8ad5a43|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-13T13:34:33.897Z|398b91ce-a119-46f3-a919-002be8ad5a43|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-06-13T13:34:33.898Z|398b91ce-a119-46f3-a919-002be8ad5a43|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 398b91ce-a119-46f3-a919-002be8ad5a43 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-13T13:34:33.898Z|398b91ce-a119-46f3-a919-002be8ad5a43|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-13T13:34:33.898Z|398b91ce-a119-46f3-a919-002be8ad5a43|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-13T13:34:33.899Z|398b91ce-a119-46f3-a919-002be8ad5a43|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-13T13:34:33.900Z|398b91ce-a119-46f3-a919-002be8ad5a43|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "398b91ce-a119-46f3-a919-002be8ad5a43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655127273898, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-13T13:34:34.000Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-13T13:34:34.001Z||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-06-13T13:34:34.001Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DpP1mpm7yRCdd6VI) ... 2022-06-13T13:34:34.030Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:34:34.030Z||pool-140-thread-1|||||INFO|500||cambria reply ok (30 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-06-13T13:34:34.916Z|398b91ce-a119-46f3-a919-002be8ad5a43|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T13:34:34.916Z|398b91ce-a119-46f3-a919-002be8ad5a43|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-06-13T13:34:34.916Z|398b91ce-a119-46f3-a919-002be8ad5a43|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 DpP1mpm7yRCdd6VI) ... 2022-06-13T13:34:44.467Z|398b91ce-a119-46f3-a919-002be8ad5a43|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:34:44.468Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T13:34:44.469Z||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-06-13T13:34:44.469Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T13:34:54.077Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:34:54.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T13:34:54.078Z||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-06-13T13:34:54.078Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T13:34:59.422Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T13:34:59.423Z||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-06-13T13:34:59.423Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T13:34:59.459Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:34:59.460Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-13T13:34:59.460Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ad29673-92f7-4d03-bd37-086b68ed311e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126939419, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:34:59.461Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-13T13:35:03.639Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:35:03.640Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T13:35:03.641Z||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-06-13T13:35:03.641Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T13:35:13.190Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:35:13.191Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T13:35:13.191Z||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-06-13T13:35:13.192Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T13:35:22.762Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:35:59.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T13:35:59.420Z||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-06-13T13:35:59.420Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T13:35:59.422Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T13:35:59.422Z||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-06-13T13:35:59.423Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T13:35:59.461Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:35:59.462Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-13T13:35:59.462Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ad29673-92f7-4d03-bd37-086b68ed311e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126939419, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-13T13:35:59.464Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-13T13:35:59.464Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-13T13:35:59.464Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ad29673-92f7-4d03-bd37-086b68ed311e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126939419, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-13T13:35:59.464Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-13T13:35:59.464Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-13T13:35:59.465Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ad29673-92f7-4d03-bd37-086b68ed311e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126939419, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-13T13:35:59.465Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-13T13:35:59.465Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-13T13:35:59.465Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ad29673-92f7-4d03-bd37-086b68ed311e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655126939419, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-13T13:35:59.465Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-13T13:35:59.465Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-13T13:35:59.465Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ad29673-92f7-4d03-bd37-086b68ed311e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655127185406, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-13T13:35:59.465Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:35:59.465Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-13T13:35:59.465Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ad29673-92f7-4d03-bd37-086b68ed311e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655127188083, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-13T13:35:59.466Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:35:59.466Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-13T13:35:59.466Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ad29673-92f7-4d03-bd37-086b68ed311e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655127189398, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-13T13:35:59.466Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:35:59.466Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-13T13:35:59.466Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ad29673-92f7-4d03-bd37-086b68ed311e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655127190605, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-13T13:35:59.466Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:35:59.466Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-13T13:35:59.466Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ad29673-92f7-4d03-bd37-086b68ed311e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655127191718, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-13T13:35:59.466Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:35:59.466Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-13T13:35:59.466Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ad29673-92f7-4d03-bd37-086b68ed311e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655127192721, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-06-13T13:35:59.466Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:35:59.467Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-13T13:35:59.467Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ad29673-92f7-4d03-bd37-086b68ed311e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655127193724, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-06-13T13:35:59.467Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:35:59.467Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-13T13:35:59.467Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ad29673-92f7-4d03-bd37-086b68ed311e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655127194727, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-13T13:35:59.467Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:35:59.467Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-13T13:35:59.467Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ad29673-92f7-4d03-bd37-086b68ed311e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655127226023, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-13T13:35:59.467Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:35:59.467Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-13T13:35:59.467Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "398b91ce-a119-46f3-a919-002be8ad5a43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655127227038, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:35:59.468Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-13T13:35:59.468Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-13T13:35:59.468Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "398b91ce-a119-46f3-a919-002be8ad5a43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655127227038, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-13T13:35:59.468Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-13T13:35:59.468Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-13T13:35:59.468Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "398b91ce-a119-46f3-a919-002be8ad5a43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655127227038, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-13T13:35:59.468Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-13T13:35:59.468Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-13T13:35:59.468Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "398b91ce-a119-46f3-a919-002be8ad5a43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655127227038, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-13T13:35:59.468Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-13T13:35:59.468Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-13T13:35:59.469Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "398b91ce-a119-46f3-a919-002be8ad5a43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655127227038, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-13T13:35:59.469Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-13T13:35:59.469Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-13T13:35:59.469Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "398b91ce-a119-46f3-a919-002be8ad5a43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655127227038, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-13T13:35:59.469Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-13T13:35:59.469Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-13T13:35:59.469Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "398b91ce-a119-46f3-a919-002be8ad5a43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655127227038, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-13T13:35:59.469Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-13T13:35:59.469Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-13T13:35:59.469Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "398b91ce-a119-46f3-a919-002be8ad5a43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655127227038, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-13T13:35:59.470Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-13T13:36:08.988Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:36:59.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T13:36:59.420Z||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-06-13T13:36:59.420Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T13:36:59.422Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T13:36:59.422Z||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-06-13T13:36:59.422Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T13:36:59.975Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:36:59.975Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-13T13:36:59.975Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "398b91ce-a119-46f3-a919-002be8ad5a43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655127227038, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-13T13:36:59.976Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-13T13:36:59.976Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-13T13:36:59.976Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "398b91ce-a119-46f3-a919-002be8ad5a43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655127240676, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-13T13:36:59.976Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:36:59.976Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-13T13:36:59.976Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "398b91ce-a119-46f3-a919-002be8ad5a43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655127242595, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-13T13:36:59.977Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:36:59.977Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-13T13:36:59.977Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "398b91ce-a119-46f3-a919-002be8ad5a43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655127273898, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-13T13:36:59.977Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-13T13:37:08.987Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:37:59.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T13:37:59.420Z||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-06-13T13:37:59.420Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T13:37:59.422Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T13:37:59.422Z||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-06-13T13:37:59.422Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T13:38:09.040Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:38:09.043Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:38:59.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T13:38:59.420Z||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-06-13T13:38:59.420Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T13:38:59.422Z|398b91ce-a119-46f3-a919-002be8ad5a43|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T13:38:59.422Z|398b91ce-a119-46f3-a919-002be8ad5a43|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-06-13T13:38:59.423Z|398b91ce-a119-46f3-a919-002be8ad5a43|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 DpP1mpm7yRCdd6VI) ... 2022-06-13T13:39:09.006Z|398b91ce-a119-46f3-a919-002be8ad5a43|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:39:09.047Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:39:59.420Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T13:39:59.422Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T13:39:59.424Z||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-06-13T13:39:59.424Z||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-06-13T13:39:59.424Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T13:39:59.424Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T13:40:09.030Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:40:09.031Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:40:59.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T13:40:59.420Z||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-06-13T13:40:59.420Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T13:40:59.422Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T13:40:59.422Z|e778f809-4c39-45f3-8e82-be6ee202d98b|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-06-13T13:40:59.422Z|e778f809-4c39-45f3-8e82-be6ee202d98b|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 DpP1mpm7yRCdd6VI) ... 2022-06-13T13:41:09.015Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:41:09.017Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:41:59.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T13:41:59.420Z||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-06-13T13:41:59.420Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T13:41:59.421Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T13:41:59.422Z|e778f809-4c39-45f3-8e82-be6ee202d98b|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-06-13T13:41:59.422Z|e778f809-4c39-45f3-8e82-be6ee202d98b|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 DpP1mpm7yRCdd6VI) ... 2022-06-13T13:42:09.004Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:42:09.031Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:42:59.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T13:42:59.420Z||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-06-13T13:42:59.420Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T13:42:59.422Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T13:42:59.422Z|2da0d04e-0515-4f09-a602-88fa961c014b|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-06-13T13:42:59.422Z|2da0d04e-0515-4f09-a602-88fa961c014b|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 DpP1mpm7yRCdd6VI) ... 2022-06-13T13:43:08.995Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:43:08.997Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:43:59.420Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T13:43:59.422Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T13:43:59.423Z||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-06-13T13:43:59.423Z||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-06-13T13:43:59.423Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T13:43:59.423Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T13:44:09.003Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:44:09.003Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:44:59.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T13:44:59.420Z||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-06-13T13:44:59.420Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T13:44:59.422Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T13:44:59.423Z||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-06-13T13:44:59.423Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T13:45:09.022Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:45:09.022Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:45:59.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T13:45:59.420Z||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-06-13T13:45:59.420Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T13:45:59.422Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T13:45:59.422Z||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-06-13T13:45:59.422Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T13:46:09.003Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:46:09.004Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:46:59.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T13:46:59.419Z||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-06-13T13:46:59.420Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T13:46:59.421Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T13:46:59.422Z|e778f809-4c39-45f3-8e82-be6ee202d98b|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-06-13T13:46:59.422Z|e778f809-4c39-45f3-8e82-be6ee202d98b|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 DpP1mpm7yRCdd6VI) ... 2022-06-13T13:47:09.008Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:47:09.008Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:47:59.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T13:47:59.422Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T13:47:59.423Z||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-06-13T13:47:59.423Z|2da0d04e-0515-4f09-a602-88fa961c014b|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-06-13T13:47:59.423Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T13:47:59.423Z|2da0d04e-0515-4f09-a602-88fa961c014b|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 DpP1mpm7yRCdd6VI) ... 2022-06-13T13:48:09.017Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:48:09.018Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:48:59.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T13:48:59.420Z||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-06-13T13:48:59.420Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T13:48:59.422Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T13:48:59.422Z||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-06-13T13:48:59.423Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T13:49:09.008Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:49:09.010Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:49:59.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T13:49:59.420Z||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-06-13T13:49:59.420Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T13:49:59.421Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T13:49:59.422Z||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-06-13T13:49:59.422Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T13:50:08.986Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:50:08.989Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:50:59.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T13:50:59.420Z||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-06-13T13:50:59.420Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T13:50:59.422Z|398b91ce-a119-46f3-a919-002be8ad5a43|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T13:50:59.422Z|398b91ce-a119-46f3-a919-002be8ad5a43|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-06-13T13:50:59.422Z|398b91ce-a119-46f3-a919-002be8ad5a43|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 DpP1mpm7yRCdd6VI) ... 2022-06-13T13:51:09.002Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:51:09.002Z|398b91ce-a119-46f3-a919-002be8ad5a43|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:51:59.419Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T13:51:59.420Z|e778f809-4c39-45f3-8e82-be6ee202d98b|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-06-13T13:51:59.420Z|e778f809-4c39-45f3-8e82-be6ee202d98b|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 DpP1mpm7yRCdd6VI) ... 2022-06-13T13:51:59.422Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T13:51:59.422Z|2da0d04e-0515-4f09-a602-88fa961c014b|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-06-13T13:51:59.422Z|2da0d04e-0515-4f09-a602-88fa961c014b|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 DpP1mpm7yRCdd6VI) ... 2022-06-13T13:52:09.027Z|2da0d04e-0515-4f09-a602-88fa961c014b|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:52:09.029Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:52:59.419Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T13:52:59.421Z|e778f809-4c39-45f3-8e82-be6ee202d98b|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-06-13T13:52:59.421Z|e778f809-4c39-45f3-8e82-be6ee202d98b|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 DpP1mpm7yRCdd6VI) ... 2022-06-13T13:52:59.422Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T13:52:59.422Z||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-06-13T13:52:59.422Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T13:53:09.023Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:53:09.024Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:53:59.419Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T13:53:59.420Z|e778f809-4c39-45f3-8e82-be6ee202d98b|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-06-13T13:53:59.420Z|e778f809-4c39-45f3-8e82-be6ee202d98b|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 DpP1mpm7yRCdd6VI) ... 2022-06-13T13:53:59.422Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T13:53:59.422Z||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-06-13T13:53:59.422Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T13:54:09.039Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:54:09.068Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:54:59.419Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T13:54:59.420Z|e778f809-4c39-45f3-8e82-be6ee202d98b|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-06-13T13:54:59.420Z|e778f809-4c39-45f3-8e82-be6ee202d98b|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 DpP1mpm7yRCdd6VI) ... 2022-06-13T13:54:59.422Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-13T13:54:59.422Z||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-06-13T13:54:59.422Z||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 DpP1mpm7yRCdd6VI) ... 2022-06-13T13:55:09.043Z|e778f809-4c39-45f3-8e82-be6ee202d98b|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-13T13:55:09.045Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK