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-10T03:35:32.761Z||main|||||INFO|500||The following profiles are active: basic 2022-06-10T03:35:57.455Z||main|||||INFO|500||Starting service [Tomcat] 2022-06-10T03:35:57.457Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-06-10T03:35:57.679Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-06-10T03:36:06.304Z||main|||||INFO|500||catdb-pool - Starting... 2022-06-10T03:36:07.241Z||main|||||INFO|500||catdb-pool - Start completed. 2022-06-10T03:36:08.591Z||main|||||INFO|500||reqdb-pool - Starting... 2022-06-10T03:36:08.612Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-06-10T03:36:08.955Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-06-10T03:36:09.387Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-06-10T03:36:10.672Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-06-10T03:36:14.561Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-06-10T03:36:18.270Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-06-10T03:36:18.364Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-06-10T03:36:19.488Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-06-10T03:36:20.043Z||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-10T03:36:22.361Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-06-10T03:36:24.294Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-06-10T03:36:24.351Z||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$$20cf312a.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-10T03:36:24.352Z||main|||||WARN|500||The sdc end point is not alive 2022-06-10T03:36:30.619Z||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-10T03:36:35.279Z||main|||||WARN|500||--- 2022-06-10T03:36:35.280Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-06-10T03:36:35.281Z||main|||||WARN|500||--- 2022-06-10T03:36:36.025Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-06-10T03:36:44.140Z||main|||||INFO|500||Started Application in 78.914 seconds (JVM running for 84.822) 2022-06-10T03:36:44.202Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-06-10T03:36:44.204Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-06-10T03:36:44.237Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-06-10T03:36:44.322Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-06-10T03:36:44.418Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= cf485b36-6bde-4c33-8c45-7980c9748f5d url= /sdc/v1/artifactTypes 2022-06-10T03:36:44.419Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-06-10T03:36:45.597Z||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.24.48] 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$$510e0971.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-10T03:36:45.602Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4c353775 2022-06-10T03:36:45.603Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-06-10T03:36:45.621Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-06-10T03:36:45.631Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-06-10T03:36:45.635Z||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$$510e0971.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-10T03:37:34.130Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-06-10T03:37:34.131Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-06-10T03:37:34.131Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-06-10T03:37:34.143Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-06-10T03:37:34.157Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 13ae54cf-5b31-44d5-a287-a87b47b56e81 url= /sdc/v1/artifactTypes 2022-06-10T03:37:34.158Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-06-10T03:37:35.188Z||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.24.48] 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$$510e0971.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-10T03:37:35.189Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1022d5b6 2022-06-10T03:37:35.189Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-06-10T03:37:35.189Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-06-10T03:37:35.190Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-06-10T03:37:35.191Z||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$$510e0971.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-10T03:38:24.132Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-06-10T03:38:24.135Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-06-10T03:38:24.137Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-06-10T03:38:24.146Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-06-10T03:38:24.169Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7e876a18-d9e7-497c-8485-2659e05937ae url= /sdc/v1/artifactTypes 2022-06-10T03:38:24.170Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-06-10T03:38:24.582Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-06-10T03:38:24.604Z||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-10T03:38:24.684Z||scheduling-1|||||DEBUG|500||create keys 2022-06-10T03:38:24.696Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-06-10T03:38:24.748Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T03:38:24.808Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 49348589-5837-4ab7-b157-ec3483a4e8da url= /sdc/v1/registerForDistribution 2022-06-10T03:38:24.982Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 49348589-5837-4ab7-b157-ec3483a4e8da url= /sdc/v1/registerForDistribution 2022-06-10T03:38:24.983Z||scheduling-1|||||INFO|500||start DistributionClient 2022-06-10T03:38:25.007Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T03:38:25.008Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T03:38:25.054Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-06-10T03:38:25.061Z||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-10T03:38:25.062Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T03:38:25.077Z||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-10T03:38:25.078Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T03:38:35.698Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T03:38:35.887Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T03:39:24.997Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T03:39:24.999Z||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-10T03:39:24.999Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T03:39:25.006Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T03:39:25.007Z||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-10T03:39:25.007Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T03:39:34.601Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T03:39:34.614Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T03:40:25.000Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T03:40:25.002Z||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-10T03:40:25.002Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T03:40:25.020Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T03:40:25.024Z||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-10T03:40:25.024Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T03:40:34.705Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T03:40:34.748Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T03:41:25.000Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T03:41:25.004Z||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-10T03:41:25.004Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T03:41:25.006Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T03:41:25.007Z||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-10T03:41:25.008Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T03:41:34.691Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T03:41:34.691Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T03:42:24.998Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T03:42:25.002Z||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-10T03:42:25.002Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T03:42:25.006Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T03:42:25.008Z||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-10T03:42:25.008Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T03:42:34.582Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T03:42:34.612Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T03:43:24.999Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T03:43:25.001Z||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-10T03:43:25.001Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T03:43:25.008Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T03:43:25.009Z||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-10T03:43:25.009Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T03:43:34.601Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T03:43:34.602Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T03:44:24.998Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T03:44:25.000Z||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-10T03:44:25.000Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T03:44:25.006Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T03:44:25.007Z||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-10T03:44:25.007Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T03:44:34.573Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T03:44:34.581Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T03:45:24.997Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T03:45:24.999Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T03:45:25.000Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T03:45:25.006Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T03:45:25.009Z||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-10T03:45:25.009Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T03:45:27.589Z||http-nio-8085-exec-2|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-06-10T03:45:34.609Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T03:45:34.620Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T03:46:24.997Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T03:46:24.999Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T03:46:24.999Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T03:46:25.007Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T03:46:25.008Z||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-10T03:46:25.009Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T03:46:34.586Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T03:46:34.586Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T03:47:24.998Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T03:47:25.000Z||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-10T03:47:25.000Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T03:47:25.007Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T03:47:25.009Z||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-10T03:47:25.010Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T03:47:34.586Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T03:47:34.599Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T03:48:24.997Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T03:48:24.999Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T03:48:24.999Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T03:48:25.006Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T03:48:25.007Z||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-10T03:48:25.007Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T03:48:34.592Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T03:48:34.601Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T03:49:24.998Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T03:49:25.001Z||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-10T03:49:25.002Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T03:49:25.006Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T03:49:25.007Z||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-10T03:49:25.007Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T03:49:34.580Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T03:49:34.598Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T03:50:24.997Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T03:50:25.000Z||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-10T03:50:25.000Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T03:50:25.006Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T03:50:25.007Z||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-10T03:50:25.007Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T03:50:34.571Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T03:50:34.578Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T03:51:24.997Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T03:51:24.998Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T03:51:25.000Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T03:51:25.006Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T03:51:25.007Z||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-10T03:51:25.007Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T03:51:34.562Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T03:51:34.568Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T03:52:24.998Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T03:52:24.999Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T03:52:25.000Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T03:52:25.006Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T03:52:25.007Z||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-10T03:52:25.007Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T03:52:34.573Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T03:52:34.589Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T03:53:24.997Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T03:53:24.999Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T03:53:24.999Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T03:53:25.006Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T03:53:25.008Z||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-10T03:53:25.009Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T03:53:34.571Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T03:53:34.578Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T03:54:24.997Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T03:54:24.999Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T03:54:25.000Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T03:54:25.006Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T03:54:25.008Z||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-10T03:54:25.008Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T03:54:34.573Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T03:54:34.589Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T03:55:24.998Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T03:55:24.999Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T03:55:25.000Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T03:55:25.006Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T03:55:25.007Z||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-10T03:55:25.008Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T03:55:34.562Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T03:55:34.576Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T03:56:24.997Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T03:56:24.998Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T03:56:24.999Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T03:56:25.007Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T03:56:25.008Z||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-10T03:56:25.008Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T03:56:34.553Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T03:56:34.614Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T03:57:24.998Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T03:57:25.000Z||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-10T03:57:25.001Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T03:57:25.007Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T03:57:25.008Z||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-10T03:57:25.009Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T03:57:34.592Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T03:57:34.598Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T03:58:24.998Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T03:58:25.004Z||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-10T03:58:25.004Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T03:58:25.006Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T03:58:25.007Z||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-10T03:58:25.007Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T03:58:34.584Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T03:58:34.595Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T03:59:24.997Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T03:59:24.999Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T03:59:24.999Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T03:59:25.007Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T03:59:25.008Z||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-10T03:59:25.009Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T03:59:34.600Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T03:59:34.601Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:00:24.997Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:00:24.999Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T04:00:24.999Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:00:25.006Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:00:25.007Z||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-10T04:00:25.007Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:00:34.561Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:00:34.582Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:01:24.997Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:01:24.998Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T04:01:24.998Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:01:25.006Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:01:25.008Z||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-10T04:01:25.008Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:01:34.567Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:01:34.570Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:02:24.997Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:02:24.999Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T04:02:24.999Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:02:25.006Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:02:25.008Z||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-10T04:02:25.009Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:02:34.563Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:02:34.575Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:03:24.997Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:03:25.000Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T04:03:25.001Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:03:25.006Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:03:25.009Z||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-10T04:03:25.009Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:03:34.574Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:03:34.577Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:04:24.998Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:04:25.000Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T04:04:25.000Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:04:25.006Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:04:25.008Z||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-10T04:04:25.008Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:04:34.577Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:04:34.578Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:05:24.997Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:05:24.999Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T04:05:24.999Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:05:25.006Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:05:25.007Z||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-10T04:05:25.008Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:05:34.595Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:05:34.605Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:06:24.998Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:06:25.000Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T04:06:25.000Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:06:25.006Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:06:25.008Z||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-10T04:06:25.008Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:06:34.576Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:06:34.588Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:07:24.997Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:07:24.998Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T04:07:24.998Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:07:25.006Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:07:25.008Z||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-10T04:07:25.008Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:07:34.562Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:07:34.564Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:08:24.997Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:08:24.999Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T04:08:24.999Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:08:25.006Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:08:25.007Z||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-10T04:08:25.008Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:08:34.562Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:08:34.568Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:09:24.997Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:09:24.999Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T04:09:24.999Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:09:25.006Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:09:25.008Z||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-10T04:09:25.008Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:09:34.554Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:09:34.567Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:10:24.997Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:10:24.998Z||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-10T04:10:24.998Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:10:25.006Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:10:25.006Z||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-10T04:10:25.006Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:10:34.566Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:10:34.574Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:11:24.998Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:11:25.000Z||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-10T04:11:25.001Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:11:25.006Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:11:25.007Z||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-10T04:11:25.007Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:11:34.574Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:11:34.585Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:12:24.997Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:12:24.999Z||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-10T04:12:25.000Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:12:25.006Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:12:25.008Z||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-10T04:12:25.008Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:12:34.571Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:12:34.571Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:13:24.998Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:13:25.001Z||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-10T04:13:25.002Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:13:25.007Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:13:25.008Z||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-10T04:13:25.009Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:13:34.570Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:13:34.580Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:14:24.998Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:14:25.000Z||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-10T04:14:25.001Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:14:25.007Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:14:25.009Z||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-10T04:14:25.009Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:14:34.567Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:14:34.570Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:15:24.997Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:15:24.999Z||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-10T04:15:24.999Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:15:25.006Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:15:25.008Z||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-10T04:15:25.010Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:15:34.565Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:15:34.576Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:16:24.998Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:16:24.999Z||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-10T04:16:24.999Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:16:25.007Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:16:25.008Z||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-10T04:16:25.009Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:16:34.566Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:16:34.592Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:17:24.997Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:17:24.998Z||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-10T04:17:24.999Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:17:25.006Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:17:25.007Z||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-10T04:17:25.007Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:17:34.588Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:17:34.587Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:18:24.997Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:18:24.999Z||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-10T04:18:24.999Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:18:25.006Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:18:25.007Z||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-10T04:18:25.007Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:18:34.563Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:18:34.576Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:19:24.997Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:19:25.000Z||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-10T04:19:25.001Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:19:25.006Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:19:25.007Z||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-10T04:19:25.008Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:19:34.566Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:19:34.570Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:20:24.997Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:20:24.999Z||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-10T04:20:25.000Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:20:25.006Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:20:25.008Z||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-10T04:20:25.008Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:20:34.558Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:20:34.561Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:21:25.003Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:21:25.005Z||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-10T04:21:25.006Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:21:25.006Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:21:25.006Z||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-10T04:21:25.006Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:21:34.573Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:21:34.580Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:22:24.998Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:22:25.002Z||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-10T04:22:25.003Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:22:25.006Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:22:25.008Z||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-10T04:22:25.008Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:22:34.574Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:22:34.584Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:23:24.997Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:23:24.999Z||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-10T04:23:24.999Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:23:25.006Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:23:25.007Z||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-10T04:23:25.007Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:23:34.564Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:23:34.583Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:24:24.997Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:24:24.999Z||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-10T04:24:24.999Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:24:25.006Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:24:25.008Z||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-10T04:24:25.008Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:24:34.572Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:24:34.579Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:25:24.997Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:25:24.999Z||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-10T04:25:24.999Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:25:25.006Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:25:25.008Z||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-10T04:25:25.008Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:25:34.614Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:25:34.622Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:26:24.998Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:26:24.999Z||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-10T04:26:24.999Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:26:25.008Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:26:25.009Z||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-10T04:26:25.010Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:26:34.589Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:26:34.596Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:27:24.997Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:27:24.998Z||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-10T04:27:24.999Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:27:25.006Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:27:25.007Z||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-10T04:27:25.007Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:27:25.188Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:27:25.195Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:27:25.196Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9baa0ca4-92a2-4ccf-b9ba-d5831df02749", "consumerID": "cds", "timestamp": 1654835221626, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610042543/1.0/resourceInstances/vfwa719f40e16980/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:27:25.237Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T04:27:25.237Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:27:25.237Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9baa0ca4-92a2-4ccf-b9ba-d5831df02749", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654835220985, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610042543/1.0/resourceInstances/vfwa719f40e16980/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:27:25.238Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T04:27:25.238Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:27:25.238Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9baa0ca4-92a2-4ccf-b9ba-d5831df02749", "consumerID": "cds", "timestamp": 1654835221626, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610042543/1.0/resourceInstances/vfwa719f40e16980/artifacts/vfwa719f40e16980_modules.json", "status": "NOT_NOTIFIED" } 2022-06-10T04:27:25.238Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T04:27:25.238Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:27:25.238Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9baa0ca4-92a2-4ccf-b9ba-d5831df02749", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654835220985, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610042543/1.0/resourceInstances/vfwa719f40e16980/artifacts/vfwa719f40e16980_modules.json", "status": "NOT_NOTIFIED" } 2022-06-10T04:27:25.239Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T04:27:25.239Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:27:25.239Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9baa0ca4-92a2-4ccf-b9ba-d5831df02749", "consumerID": "ves-openapi-manager", "timestamp": 1654835231691, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610042543/1.0/resourceInstances/vfwa719f40e16980/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:27:25.239Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T04:27:25.239Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:27:25.239Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9baa0ca4-92a2-4ccf-b9ba-d5831df02749", "consumerID": "cds", "timestamp": 1654835221626, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610042543/1.0/resourceInstances/vfwa719f40e16980/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T04:27:25.240Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T04:27:25.240Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:27:25.240Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9baa0ca4-92a2-4ccf-b9ba-d5831df02749", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654835220985, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610042543/1.0/resourceInstances/vfwa719f40e16980/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T04:27:25.240Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T04:27:25.240Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:27:25.241Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9baa0ca4-92a2-4ccf-b9ba-d5831df02749", "consumerID": "ves-openapi-manager", "timestamp": 1654835231691, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610042543/1.0/resourceInstances/vfwa719f40e16980/artifacts/vfwa719f40e16980_modules.json", "status": "NOT_NOTIFIED" } 2022-06-10T04:27:25.241Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T04:27:25.241Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:27:25.241Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9baa0ca4-92a2-4ccf-b9ba-d5831df02749", "consumerID": "cds", "timestamp": 1654835221626, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610042543/1.0/resourceInstances/vfwa719f40e16980/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:27:25.241Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T04:27:25.242Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:27:25.242Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9baa0ca4-92a2-4ccf-b9ba-d5831df02749", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654835220985, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610042543/1.0/resourceInstances/vfwa719f40e16980/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:27:25.242Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T04:27:25.242Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:27:25.242Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9baa0ca4-92a2-4ccf-b9ba-d5831df02749", "consumerID": "ves-openapi-manager", "timestamp": 1654835231691, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610042543/1.0/resourceInstances/vfwa719f40e16980/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T04:27:25.242Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T04:27:25.243Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:27:25.243Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9baa0ca4-92a2-4ccf-b9ba-d5831df02749", "consumerID": "cds", "timestamp": 1654835221626, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610042543/1.0/resourceInstances/vfwa719f40e16980/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-10T04:27:25.243Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T04:27:25.243Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:27:25.243Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9baa0ca4-92a2-4ccf-b9ba-d5831df02749", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654835220985, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610042543/1.0/resourceInstances/vfwa719f40e16980/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-10T04:27:25.243Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T04:27:25.244Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:27:25.244Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9baa0ca4-92a2-4ccf-b9ba-d5831df02749", "consumerID": "ves-openapi-manager", "timestamp": 1654835231691, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610042543/1.0/resourceInstances/vfwa719f40e16980/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:27:25.244Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T04:27:25.244Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:27:25.244Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9baa0ca4-92a2-4ccf-b9ba-d5831df02749", "consumerID": "cds", "timestamp": 1654835221626, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610042543/1.0/artifacts/service-Vfw20220610042543-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T04:27:25.245Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T04:27:25.245Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:27:25.245Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9baa0ca4-92a2-4ccf-b9ba-d5831df02749", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654835220985, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610042543/1.0/artifacts/service-Vfw20220610042543-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T04:27:25.246Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T04:27:25.246Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:27:25.246Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9baa0ca4-92a2-4ccf-b9ba-d5831df02749", "consumerID": "ves-openapi-manager", "timestamp": 1654835231691, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610042543/1.0/resourceInstances/vfwa719f40e16980/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-10T04:27:25.247Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T04:27:25.247Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:27:25.247Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9baa0ca4-92a2-4ccf-b9ba-d5831df02749", "consumerID": "cds", "timestamp": 1654835221626, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610042543/1.0/artifacts/service-Vfw20220610042543-csar.csar", "status": "NOTIFIED" } 2022-06-10T04:27:25.247Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T04:27:25.247Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:27:25.247Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9baa0ca4-92a2-4ccf-b9ba-d5831df02749", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654835220985, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610042543/1.0/artifacts/service-Vfw20220610042543-csar.csar", "status": "NOTIFIED" } 2022-06-10T04:27:25.248Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T04:27:25.248Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:27:25.248Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9baa0ca4-92a2-4ccf-b9ba-d5831df02749", "consumerID": "ves-openapi-manager", "timestamp": 1654835231691, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610042543/1.0/artifacts/service-Vfw20220610042543-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T04:27:25.248Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T04:27:25.249Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:27:25.249Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9baa0ca4-92a2-4ccf-b9ba-d5831df02749", "consumerID": "multicloud-k8s-id", "timestamp": 1654835236096, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610042543/1.0/resourceInstances/vfwa719f40e16980/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:27:25.249Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T04:27:25.249Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:27:25.249Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9baa0ca4-92a2-4ccf-b9ba-d5831df02749", "consumerID": "ves-openapi-manager", "timestamp": 1654835231691, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610042543/1.0/artifacts/service-Vfw20220610042543-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-10T04:27:25.249Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T04:27:25.250Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:27:25.250Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9baa0ca4-92a2-4ccf-b9ba-d5831df02749", "consumerID": "cds", "timestamp": 1654835238328, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610042543/1.0/artifacts/service-Vfw20220610042543-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T04:27:25.250Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:27:25.250Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:27:25.250Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9baa0ca4-92a2-4ccf-b9ba-d5831df02749", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654835238334, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610042543/1.0/artifacts/service-Vfw20220610042543-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T04:27:25.251Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:27:25.251Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:27:25.251Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9baa0ca4-92a2-4ccf-b9ba-d5831df02749", "consumerID": "multicloud-k8s-id", "timestamp": 1654835236096, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610042543/1.0/resourceInstances/vfwa719f40e16980/artifacts/vfwa719f40e16980_modules.json", "status": "NOTIFIED" } 2022-06-10T04:27:25.251Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T04:27:25.251Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:27:25.251Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9baa0ca4-92a2-4ccf-b9ba-d5831df02749", "consumerID": "cds", "timestamp": 1654835239369, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610042543/1.0/artifacts/service-Vfw20220610042543-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-10T04:27:25.695Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:27:25.697Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-10T04:27:25.697Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"9baa0ca4-92a2-4ccf-b9ba-d5831df02749","serviceName":"vFW 2022-06-10 04-25-43","serviceVersion":"1.0","serviceUUID":"f542cbcc-c209-4890-8d58-3f79a0026eda","serviceDescription":"catalog service description","serviceInvariantUUID":"2edec509-fac6-47b5-84ed-e902eb0ee650","resources":[{"resourceInstanceName":"vFW a719f40e-1698 0","resourceName":"vFW a719f40e-1698","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"771f4348-6f88-4356-bed7-2573a7da280a","resourceInvariantUUID":"a8b8eea2-6190-4afe-acdd-a8858e437a93","resourceCustomizationUUID":"f2f8df4b-0f27-4d1c-91a4-766f9941ec14","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220610042543/1.0/resourceInstances/vfwa719f40e16980/artifacts/vf-license-model.xml","artifactChecksum":"YzcxMzM5NGY0NWNkYzdlMjI1NmUyMzI3ZjM2MWE2YTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7e60d8e8-3732-42b3-a85d-5834a567b6eb","artifactVersion":"1"},{"artifactName":"vfwa719f40e16980_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220610042543/1.0/resourceInstances/vfwa719f40e16980/artifacts/vfwa719f40e16980_modules.json","artifactChecksum":"ZWJkMTVlN2Y0ZTAwNDdhZTc1YTkyYjZiMzZlNjZmMzk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"338a195e-34f4-4ff1-84ec-4ba70e36c60e","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220610042543/1.0/resourceInstances/vfwa719f40e16980/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"89fd31fd-aef7-4876-ad35-73b219de1c2f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220610042543/1.0/resourceInstances/vfwa719f40e16980/artifacts/vendor-license-model.xml","artifactChecksum":"MDM0MzY1NjNiZTZhMmRlZTU1NWYzZWM2Y2IyYTAyMDA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"29e75e8a-4f18-4a20-8986-70f1c0071e9f","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220610042543/1.0/resourceInstances/vfwa719f40e16980/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"4009cbf6-3ea7-43f7-97e7-8a0466e41da0","artifactVersion":"2","generatedFromUUID":"89fd31fd-aef7-4876-ad35-73b219de1c2f"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220610042543-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220610042543/1.0/artifacts/service-Vfw20220610042543-template.yml","artifactChecksum":"ODc2N2RjZDE1ZTE4MzU2MmE0NzQ4Mjk2YjJiMWRmMjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0788c811-83da-4253-9168-07a5d8059cc6","artifactVersion":"1"},{"artifactName":"service-Vfw20220610042543-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220610042543/1.0/artifacts/service-Vfw20220610042543-csar.csar","artifactChecksum":"ZWFiZjdhMDA3NDAyMjhlYmQyYjVjZTQ0ZDY2OTYxODY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9151628e-4835-4149-b99c-3c760913ae21","artifactVersion":"1"}],"workloadContext":"Production"} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T04:27:25.717Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T04:27:25.734Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-10T04:27:25.816Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T04:27:25.817Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "9baa0ca4-92a2-4ccf-b9ba-d5831df02749", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654835244997, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610042543/1.0/resourceInstances/vfwa719f40e16980/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-10T04:27:25.908Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 68 ms 2022-06-10T04:27:25.915Z||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-10T04:27:25.915Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:27:25.956Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:27:25.958Z||pool-3-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":1,"count":1} 2022-06-10T04:27:25.962Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9baa0ca4-92a2-4ccf-b9ba-d5831df02749 2022-06-10T04:27:26.015Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9baa0ca4-92a2-4ccf-b9ba-d5831df02749 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-10T04:27:26.100Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:27:26.100Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9baa0ca4-92a2-4ccf-b9ba-d5831df02749", "consumerID": "multicloud-k8s-id", "timestamp": 1654835236096, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610042543/1.0/resourceInstances/vfwa719f40e16980/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-10T04:27:26.101Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T04:27:26.101Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:27:26.101Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9baa0ca4-92a2-4ccf-b9ba-d5831df02749", "consumerID": "clamp", "timestamp": 1654835238908, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610042543/1.0/resourceInstances/vfwa719f40e16980/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:27:26.102Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T04:27:26.102Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:27:26.102Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9baa0ca4-92a2-4ccf-b9ba-d5831df02749", "consumerID": "policy-id", "timestamp": 1654835239138, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610042543/1.0/resourceInstances/vfwa719f40e16980/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:27:26.102Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T04:27:26.103Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:27:26.103Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9baa0ca4-92a2-4ccf-b9ba-d5831df02749", "consumerID": "multicloud-k8s-id", "timestamp": 1654835236096, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610042543/1.0/resourceInstances/vfwa719f40e16980/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:27:26.103Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T04:27:26.103Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:27:26.104Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9baa0ca4-92a2-4ccf-b9ba-d5831df02749", "consumerID": "clamp", "timestamp": 1654835238908, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610042543/1.0/resourceInstances/vfwa719f40e16980/artifacts/vfwa719f40e16980_modules.json", "status": "NOTIFIED" } 2022-06-10T04:27:26.104Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T04:27:26.105Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:27:26.105Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9baa0ca4-92a2-4ccf-b9ba-d5831df02749", "consumerID": "policy-id", "timestamp": 1654835239138, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610042543/1.0/resourceInstances/vfwa719f40e16980/artifacts/vfwa719f40e16980_modules.json", "status": "NOT_NOTIFIED" } 2022-06-10T04:27:26.105Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T04:27:26.105Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:27:26.105Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9baa0ca4-92a2-4ccf-b9ba-d5831df02749", "consumerID": "multicloud-k8s-id", "timestamp": 1654835236096, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610042543/1.0/resourceInstances/vfwa719f40e16980/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-06-10T04:27:26.106Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T04:27:26.106Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:27:26.106Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9baa0ca4-92a2-4ccf-b9ba-d5831df02749", "consumerID": "clamp", "timestamp": 1654835238908, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610042543/1.0/resourceInstances/vfwa719f40e16980/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T04:27:26.107Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T04:27:26.107Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:27:26.107Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9baa0ca4-92a2-4ccf-b9ba-d5831df02749", "consumerID": "aai-ml", "timestamp": 1654835242044, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610042543/1.0/resourceInstances/vfwa719f40e16980/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:27:26.107Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T04:27:26.108Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:27:26.108Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9baa0ca4-92a2-4ccf-b9ba-d5831df02749", "consumerID": "policy-id", "timestamp": 1654835239138, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610042543/1.0/resourceInstances/vfwa719f40e16980/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-10T04:27:26.108Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T04:27:26.108Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:27:26.108Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9baa0ca4-92a2-4ccf-b9ba-d5831df02749", "consumerID": "multicloud-k8s-id", "timestamp": 1654835236096, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610042543/1.0/artifacts/service-Vfw20220610042543-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T04:27:26.109Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T04:27:26.109Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:27:26.109Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9baa0ca4-92a2-4ccf-b9ba-d5831df02749", "consumerID": "clamp", "timestamp": 1654835238908, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610042543/1.0/resourceInstances/vfwa719f40e16980/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:27:26.109Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T04:27:26.109Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:27:26.109Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9baa0ca4-92a2-4ccf-b9ba-d5831df02749", "consumerID": "aai-ml", "timestamp": 1654835242044, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610042543/1.0/resourceInstances/vfwa719f40e16980/artifacts/vfwa719f40e16980_modules.json", "status": "NOT_NOTIFIED" } 2022-06-10T04:27:26.110Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T04:27:26.110Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:27:26.110Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9baa0ca4-92a2-4ccf-b9ba-d5831df02749", "consumerID": "policy-id", "timestamp": 1654835239138, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610042543/1.0/resourceInstances/vfwa719f40e16980/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:27:26.110Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T04:27:26.110Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:27:26.110Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9baa0ca4-92a2-4ccf-b9ba-d5831df02749", "consumerID": "multicloud-k8s-id", "timestamp": 1654835236096, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610042543/1.0/artifacts/service-Vfw20220610042543-csar.csar", "status": "NOTIFIED" } 2022-06-10T04:27:26.111Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T04:27:26.111Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:27:26.111Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9baa0ca4-92a2-4ccf-b9ba-d5831df02749", "consumerID": "clamp", "timestamp": 1654835238908, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610042543/1.0/resourceInstances/vfwa719f40e16980/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-10T04:27:26.111Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T04:27:26.112Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:27:26.112Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9baa0ca4-92a2-4ccf-b9ba-d5831df02749", "consumerID": "aai-ml", "timestamp": 1654835242044, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610042543/1.0/resourceInstances/vfwa719f40e16980/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T04:27:26.112Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T04:27:26.112Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:27:26.112Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9baa0ca4-92a2-4ccf-b9ba-d5831df02749", "consumerID": "policy-id", "timestamp": 1654835239138, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610042543/1.0/resourceInstances/vfwa719f40e16980/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-10T04:27:26.112Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T04:27:26.113Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:27:26.113Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9baa0ca4-92a2-4ccf-b9ba-d5831df02749", "consumerID": "clamp", "timestamp": 1654835238908, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610042543/1.0/artifacts/service-Vfw20220610042543-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T04:27:26.113Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T04:27:26.113Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:27:26.113Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9baa0ca4-92a2-4ccf-b9ba-d5831df02749", "consumerID": "multicloud-k8s-id", "timestamp": 1654835243953, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610042543/1.0/resourceInstances/vfwa719f40e16980/artifacts/vfwa719f40e16980_modules.json", "status": "DOWNLOAD_OK" } 2022-06-10T04:27:26.113Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:27:26.843Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T04:27:26.844Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-10T04:27:26.852Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T04:27:26.852Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "9baa0ca4-92a2-4ccf-b9ba-d5831df02749", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654835244997, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610042543/1.0/resourceInstances/vfwa719f40e16980/artifacts/vfwa719f40e16980_modules.json", "status": "NOTIFIED" } 2022-06-10T04:27:26.952Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T04:27:26.953Z||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-10T04:27:26.953Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:27:26.972Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:27:26.973Z||pool-4-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-06-10T04:27:27.853Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T04:27:27.854Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-10T04:27:27.857Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T04:27:27.858Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "9baa0ca4-92a2-4ccf-b9ba-d5831df02749", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654835244997, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610042543/1.0/resourceInstances/vfwa719f40e16980/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-10T04:27:27.958Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T04:27:27.959Z||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-10T04:27:27.959Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:27:27.981Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:27:27.982Z||pool-5-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-06-10T04:27:28.858Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T04:27:28.860Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-10T04:27:28.863Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T04:27:28.864Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "9baa0ca4-92a2-4ccf-b9ba-d5831df02749", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654835244997, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610042543/1.0/resourceInstances/vfwa719f40e16980/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:27:28.963Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-10T04:27:28.966Z||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-10T04:27:28.966Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:27:28.988Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:27:28.989Z||pool-6-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-06-10T04:27:29.864Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T04:27:29.866Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-10T04:27:29.870Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T04:27:29.870Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "9baa0ca4-92a2-4ccf-b9ba-d5831df02749", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654835244997, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610042543/1.0/resourceInstances/vfwa719f40e16980/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-06-10T04:27:29.969Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-10T04:27:29.970Z||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-10T04:27:29.971Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:27:29.993Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:27:29.994Z||pool-7-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":2,"count":1} 2022-06-10T04:27:30.870Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T04:27:30.871Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-10T04:27:30.874Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T04:27:30.875Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "9baa0ca4-92a2-4ccf-b9ba-d5831df02749", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654835244997, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610042543/1.0/artifacts/service-Vfw20220610042543-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T04:27:30.975Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T04:27:30.976Z||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-10T04:27:30.976Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:27:31.041Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:27:31.042Z||pool-8-thread-1|||||INFO|500||cambria reply ok (67 ms):{"serverTimeMs":0,"count":1} 2022-06-10T04:27:31.875Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T04:27:31.876Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-10T04:27:31.887Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T04:27:31.887Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "9baa0ca4-92a2-4ccf-b9ba-d5831df02749", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654835244997, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610042543/1.0/artifacts/service-Vfw20220610042543-csar.csar", "status": "NOTIFIED" } 2022-06-10T04:27:31.980Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms 2022-06-10T04:27:31.982Z||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-10T04:27:31.983Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:27:32.005Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:27:32.009Z||pool-9-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-06-10T04:27:32.891Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "9baa0ca4-92a2-4ccf-b9ba-d5831df02749", "serviceName": "vFW 2022-06-10 04-25-43", "serviceVersion": "1.0", "serviceUUID": "f542cbcc-c209-4890-8d58-3f79a0026eda", "serviceDescription": "catalog service description", "serviceInvariantUUID": "2edec509-fac6-47b5-84ed-e902eb0ee650", "resources": [ { "resourceInstanceName": "vFW a719f40e-1698 0", "resourceCustomizationUUID": "f2f8df4b-0f27-4d1c-91a4-766f9941ec14", "resourceName": "vFW a719f40e-1698", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "771f4348-6f88-4356-bed7-2573a7da280a", "resourceInvariantUUID": "a8b8eea2-6190-4afe-acdd-a8858e437a93", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwa719f40e16980_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220610042543/1.0/resourceInstances/vfwa719f40e16980/artifacts/vfwa719f40e16980_modules.json", "artifactChecksum": "ZWJkMTVlN2Y0ZTAwNDdhZTc1YTkyYjZiMzZlNjZmMzk\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "338a195e-34f4-4ff1-84ec-4ba70e36c60e", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220610042543/1.0/resourceInstances/vfwa719f40e16980/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "89fd31fd-aef7-4876-ad35-73b219de1c2f", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220610042543/1.0/resourceInstances/vfwa719f40e16980/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "4009cbf6-3ea7-43f7-97e7-8a0466e41da0", "generatedFromUUID": "89fd31fd-aef7-4876-ad35-73b219de1c2f" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220610042543/1.0/resourceInstances/vfwa719f40e16980/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "4009cbf6-3ea7-43f7-97e7-8a0466e41da0", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220610042543-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220610042543/1.0/artifacts/service-Vfw20220610042543-csar.csar", "artifactChecksum": "ZWFiZjdhMDA3NDAyMjhlYmQyYjVjZTQ0ZDY2OTYxODY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9151628e-4835-4149-b99c-3c760913ae21" } ], "workloadContext": "Production" } 2022-06-10T04:27:32.892Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-10T04:27:32.893Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f542cbcc-c209-4890-8d58-3f79a0026eda ASDC 2022-06-10T04:27:33.037Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:9baa0ca4-92a2-4ccf-b9ba-d5831df02749 ServiceName:vFW 2022-06-10 04-25-43 ServiceVersion:1.0 ServiceUUID:f542cbcc-c209-4890-8d58-3f79a0026eda ServiceInvariantUUID:2edec509-fac6-47b5-84ed-e902eb0ee650 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220610042543-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220610042543/1.0/artifacts/service-Vfw20220610042543-csar.csar ArtifactUUID:9151628e-4835-4149-b99c-3c760913ae21 ArtifactChecksum:ZWFiZjdhMDA3NDAyMjhlYmQyYjVjZTQ0ZDY2OTYxODY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW a719f40e-1698 0 ResourceCustomizationUUID:f2f8df4b-0f27-4d1c-91a4-766f9941ec14 ResourceInvariantUUID:a8b8eea2-6190-4afe-acdd-a8858e437a93 ResourceName:vFW a719f40e-1698 ResourceType:VF ResourceUUID:771f4348-6f88-4356-bed7-2573a7da280a ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwa719f40e16980_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220610042543/1.0/resourceInstances/vfwa719f40e16980/artifacts/vfwa719f40e16980_modules.json ArtifactUUID:338a195e-34f4-4ff1-84ec-4ba70e36c60e ArtifactChecksum:ZWJkMTVlN2Y0ZTAwNDdhZTc1YTkyYjZiMzZlNjZmMzk= 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/Vfw20220610042543/1.0/resourceInstances/vfwa719f40e16980/artifacts/base_vfw.yaml ArtifactUUID:89fd31fd-aef7-4876-ad35-73b219de1c2f 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/Vfw20220610042543/1.0/resourceInstances/vfwa719f40e16980/artifacts/base_vfw.env ArtifactUUID:4009cbf6-3ea7-43f7-97e7-8a0466e41da0 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/Vfw20220610042543/1.0/resourceInstances/vfwa719f40e16980/artifacts/base_vfw.env ArtifactUUID:4009cbf6-3ea7-43f7-97e7-8a0466e41da0 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-10T04:27:33.038Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f542cbcc-c209-4890-8d58-3f79a0026eda 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-10T04:27:33.147Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-10T04:27:33.149Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-06-10T04:27:33.152Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-06-10T04:27:33.152Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 9151628e-4835-4149-b99c-3c760913ae21 from URL: /sdc/v1/catalog/services/Vfw20220610042543/1.0/artifacts/service-Vfw20220610042543-csar.csar 2022-06-10T04:27:33.152Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-06-10T04:27:33.155Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220610042543/1.0/artifacts/service-Vfw20220610042543-csar.csar 2022-06-10T04:27:33.261Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-06-10T04:27:33.280Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220610042543/1.0/artifacts/service-Vfw20220610042543-csar.csar 9151628e-4835-4149-b99c-3c760913ae21 99040 2022-06-10T04:27:33.281Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220610042543/1.0/artifacts/service-Vfw20220610042543-csar.csar ASDC sendASDCNotification 2022-06-10T04:27:33.281Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220610042543/1.0/artifacts/service-Vfw20220610042543-csar.csar 2022-06-10T04:27:33.286Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-10T04:27:33.287Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-10T04:27:33.290Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T04:27:33.290Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "9baa0ca4-92a2-4ccf-b9ba-d5831df02749", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654835253281, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610042543/1.0/artifacts/service-Vfw20220610042543-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T04:27:33.390Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T04:27:33.392Z||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-10T04:27:33.392Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:27:33.411Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:27:33.412Z||pool-10-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-06-10T04:27:34.291Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-10T04:27:34.292Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-06-10T04:27:34.293Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 9151628e-4835-4149-b99c-3c760913ae21, URL: /sdc/v1/catalog/services/Vfw20220610042543/1.0/artifacts/service-Vfw20220610042543-csar.csar to file: /app/ASDC/1/service-Vfw20220610042543-csar.csar 2022-06-10T04:27:34.294Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220610042543-csar.csar 2022-06-10T04:27:34.520Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220610042543-csar.csar 2022-06-10T04:27:34.521Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220610042543-csar.csar 2022-06-10T04:27:35.698Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3045281339945729297/Definitions/service-Vfw20220610042543-template.yml Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided 2022-06-10T04:27:41.217Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-10T04:27:41.228Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-06-10T04:27:41.228Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220610042543-csar.csar 2022-06-10T04:27:41.229Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-06-10T04:27:41.229Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|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-Vfw20220610042543-csar.csar 2022-06-10T04:27:41.230Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|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-Vfw20220610042543-csar.csar 2022-06-10T04:27:41.230Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|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-Vfw20220610042543-csar.csar 2022-06-10T04:27:41.231Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|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-Vfw20220610042543-csar.csar 2022-06-10T04:27:41.231Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|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-Vfw20220610042543-csar.csar 2022-06-10T04:27:41.231Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|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-Vfw20220610042543-csar.csar 2022-06-10T04:27:41.232Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|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-Vfw20220610042543-csar.csar 2022-06-10T04:27:41.233Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|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-Vfw20220610042543-csar.csar 2022-06-10T04:27:41.233Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW a719f40e-1698 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-Vfw20220610042543-csar.csar 2022-06-10T04:27:41.233Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|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-Vfw20220610042543-csar.csar 2022-06-10T04:27:41.234Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|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-Vfw20220610042543-csar.csar 2022-06-10T04:27:41.234Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|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-Vfw20220610042543-csar.csar 2022-06-10T04:27:41.234Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|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-Vfw20220610042543-csar.csar 2022-06-10T04:27:41.235Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-06-10T04:27:41.246Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:27:41.249Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-10 04-25-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T04:27:41.258Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Node template vFW a719f40e-1698 0 is matching search criteria 2022-06-10T04:27:41.258Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-06-10T04:27:41.262Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a719f40e-1698 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-10T04:27:41.265Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:27:41.266Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-10 04-25-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T04:27:41.266Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Node template vFW a719f40e-1698 0 is matching search criteria 2022-06-10T04:27:41.266Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-06-10T04:27:41.267Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a719f40e-1698 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-10T04:27:41.267Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:27:41.268Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-10 04-25-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T04:27:41.274Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:27:41.275Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Node template vFW a719f40e-1698 0 is not matching search criteria 2022-06-10T04:27:41.275Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-10T04:27:41.276Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-10T04:27:41.276Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-10T04:27:41.277Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-10T04:27:41.277Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-10T04:27:41.277Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-10T04:27:41.278Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-10T04:27:41.278Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-10T04:27:41.279Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-10T04:27:41.279Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-10T04:27:41.279Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-10T04:27:41.280Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-10T04:27:41.280Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-10T04:27:41.281Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-10T04:27:41.281Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-10T04:27:41.282Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-10T04:27:41.282Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:27:41.282Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-10 04-25-43 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-10T04:27:41.285Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:27:41.286Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Node template vFW a719f40e-1698 0 is matching search criteria 2022-06-10T04:27:41.286Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a719f40e-1698 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-10T04:27:41.287Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:27:41.287Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Node template vFW a719f40e-1698 0 is matching search criteria 2022-06-10T04:27:41.287Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a719f40e-1698 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-10T04:27:41.288Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:27:41.288Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Node template vFW a719f40e-1698 0 is matching search criteria 2022-06-10T04:27:41.289Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a719f40e-1698 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-10T04:27:41.289Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:27:41.290Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Node template vFW a719f40e-1698 0 is not matching search criteria 2022-06-10T04:27:41.290Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-10T04:27:41.290Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-06-10T04:27:41.291Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-10T04:27:41.291Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-10T04:27:41.291Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-10T04:27:41.292Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-10T04:27:41.292Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-10T04:27:41.292Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-10T04:27:41.293Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-10T04:27:41.293Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-10T04:27:41.294Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-10T04:27:41.294Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=201b651c-fe04-4b8f-b44d-234898ac3a68 2022-06-10T04:27:41.295Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:27:41.295Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Node template vFW a719f40e-1698 0 is not matching search criteria 2022-06-10T04:27:41.296Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-10T04:27:41.296Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-10T04:27:41.296Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-10T04:27:41.297Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-10T04:27:41.297Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-10T04:27:41.298Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-10T04:27:41.298Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-10T04:27:41.298Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-06-10T04:27:41.299Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-10T04:27:41.299Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-10T04:27:41.299Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-10T04:27:41.300Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-10T04:27:41.300Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=3816f9e4-4ed1-4013-8b1f-d71309a5ce5d 2022-06-10T04:27:41.301Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:27:41.301Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Node template vFW a719f40e-1698 0 is not matching search criteria 2022-06-10T04:27:41.302Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-10T04:27:41.302Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-10T04:27:41.303Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-10T04:27:41.303Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-10T04:27:41.303Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-10T04:27:41.303Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-10T04:27:41.304Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-10T04:27:41.304Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-10T04:27:41.304Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-10T04:27:41.305Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-10T04:27:41.305Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-10T04:27:41.305Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-06-10T04:27:41.306Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a9d9f2d6-810c-4e83-93b5-71f0255597a0 2022-06-10T04:27:41.306Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:27:41.307Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-10 04-25-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T04:27:41.307Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:27:41.307Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-10 04-25-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T04:27:41.307Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:27:41.308Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-10 04-25-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T04:27:41.308Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:27:41.308Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-10 04-25-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T04:27:41.309Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-06-10 04-25-43 Description:catalog service description Model UUID:f542cbcc-c209-4890-8d58-3f79a0026eda Model Version:NULL Model InvariantUuid:2edec509-fac6-47b5-84ed-e902eb0ee650 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW a719f40e-1698 Model UUID:c1da597c-dd0f-4c78-b5b8-3486d07157c4 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:a8b8eea2-6190-4afe-acdd-a8858e437a93 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:f2f8df4b-0f27-4d1c-91a4-766f9941ec14 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:f5818435-3e95-4225-b619-2dc73643f749 ModelName:VfwA719f40e1698..base_vfw..module-0 ModelUuid:240f5c35-1970-4895-9cb3-edd0d840fa49 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:201b651c-fe04-4b8f-b44d-234898ac3a68 ModelInvariantUuid:45e40fe2-6855-4fab-ae9c-bfc357b38946 ModelName:vFW a719f40e-1698-nodes.vfwCvfc ModelUuid:f8f5566b-26e5-432b-b7b6-a42182f2a5a9 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:a4368ce7-6f2b-4eef-bc08-9dfc7f3e3a59 ModelInvariantUuid:8e661b16-4e9d-4949-85e2-e6597b918e71 ModelName:VfwA719f40e1698.compute.nodes.heat.vfw ModelUuid:b796d6d4-9aa0-4e19-af3c-7bf85f6f4b60 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:3816f9e4-4ed1-4013-8b1f-d71309a5ce5d ModelInvariantUuid:ffe1dd97-0829-4dff-9135-370c00fdafe1 ModelName:vFW a719f40e-1698-nodes.vsnCvfc ModelUuid:f2632298-0291-439b-a262-60f1632ad676 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:745c88b4-d048-4d72-88cc-eec3d4a2ec63 ModelInvariantUuid:4e28d299-5900-47e6-8e11-a601938e6465 ModelName:VfwA719f40e1698.compute.nodes.heat.vsn ModelUuid:1251030e-88e6-4baa-bcfe-109d955d9f91 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:a9d9f2d6-810c-4e83-93b5-71f0255597a0 ModelInvariantUuid:030afaca-1b7b-4894-9dc3-86dd44669438 ModelName:vFW a719f40e-1698-nodes.vpgCvfc ModelUuid:c572ec0d-f435-4aed-b0d1-f9047aceadb7 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:612956f5-7fa9-4e07-aad8-0c0d5da673a9 ModelInvariantUuid:848d5405-1763-4842-905b-ec921caec9a5 ModelName:VfwA719f40e1698.compute.nodes.heat.vpg ModelUuid:a3d3706a-ffc3-45df-91cf-2667f2964467 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-10T04:27:41.328Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 771f4348-6f88-4356-bed7-2573a7da280a Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-10T04:27:41.609Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||INFO|500||vFW a719f40e-1698 0 2022-06-10T04:27:41.624Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 771f4348-6f88-4356-bed7-2573a7da280a 2022-06-10T04:27:41.625Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 338a195e-34f4-4ff1-84ec-4ba70e36c60e from URL: /sdc/v1/catalog/services/Vfw20220610042543/1.0/resourceInstances/vfwa719f40e16980/artifacts/vfwa719f40e16980_modules.json 2022-06-10T04:27:41.625Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-06-10T04:27:41.626Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220610042543/1.0/resourceInstances/vfwa719f40e16980/artifacts/vfwa719f40e16980_modules.json 2022-06-10T04:27:41.721Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-06-10T04:27:41.722Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220610042543/1.0/resourceInstances/vfwa719f40e16980/artifacts/vfwa719f40e16980_modules.json 338a195e-34f4-4ff1-84ec-4ba70e36c60e 785 2022-06-10T04:27:41.723Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220610042543/1.0/resourceInstances/vfwa719f40e16980/artifacts/vfwa719f40e16980_modules.json ASDC sendASDCNotification 2022-06-10T04:27:41.723Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220610042543/1.0/resourceInstances/vfwa719f40e16980/artifacts/vfwa719f40e16980_modules.json 2022-06-10T04:27:41.724Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-10T04:27:41.728Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-10T04:27:41.734Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T04:27:41.735Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "9baa0ca4-92a2-4ccf-b9ba-d5831df02749", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654835261723, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610042543/1.0/resourceInstances/vfwa719f40e16980/artifacts/vfwa719f40e16980_modules.json", "status": "DOWNLOAD_OK" } 2022-06-10T04:27:41.835Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-10T04:27:41.837Z||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-10T04:27:41.837Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:27:41.854Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:27:41.855Z||pool-11-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-06-10T04:27:42.737Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwA719f40e1698..base_vfw..module-0", "vfModuleModelInvariantUUID": "f5818435-3e95-4225-b619-2dc73643f749", "vfModuleModelVersion": "1", "vfModuleModelUUID": "240f5c35-1970-4895-9cb3-edd0d840fa49", "vfModuleModelCustomizationUUID": "49347806-b5db-487c-a117-c111c9e3cca2", "isBase": true, "artifacts": [ "89fd31fd-aef7-4876-ad35-73b219de1c2f", "4009cbf6-3ea7-43f7-97e7-8a0466e41da0" ], "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-10T04:27:42.761Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwA719f40e1698..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:240f5c35-1970-4895-9cb3-edd0d840fa49 VfModuleModelInvariantUUID:f5818435-3e95-4225-b619-2dc73643f749 VfModuleModelDescription:NULL Artifacts UUID List:{ 89fd31fd-aef7-4876-ad35-73b219de1c2f , 4009cbf6-3ea7-43f7-97e7-8a0466e41da0 } 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-10T04:27:42.765Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwA719f40e1698..base_vfw..module-0", "vfModuleModelInvariantUUID": "f5818435-3e95-4225-b619-2dc73643f749", "vfModuleModelVersion": "1", "vfModuleModelUUID": "240f5c35-1970-4895-9cb3-edd0d840fa49", "vfModuleModelCustomizationUUID": "49347806-b5db-487c-a117-c111c9e3cca2", "isBase": true, "artifacts": [ "89fd31fd-aef7-4876-ad35-73b219de1c2f", "4009cbf6-3ea7-43f7-97e7-8a0466e41da0" ], "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-10T04:27:42.765Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwA719f40e1698..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:240f5c35-1970-4895-9cb3-edd0d840fa49 VfModuleModelInvariantUUID:f5818435-3e95-4225-b619-2dc73643f749 VfModuleModelDescription:NULL Artifacts UUID List:{ 89fd31fd-aef7-4876-ad35-73b219de1c2f , 4009cbf6-3ea7-43f7-97e7-8a0466e41da0 } 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-10T04:27:42.765Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 89fd31fd-aef7-4876-ad35-73b219de1c2f from URL: /sdc/v1/catalog/services/Vfw20220610042543/1.0/resourceInstances/vfwa719f40e16980/artifacts/base_vfw.yaml 2022-06-10T04:27:42.765Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-06-10T04:27:42.765Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220610042543/1.0/resourceInstances/vfwa719f40e16980/artifacts/base_vfw.yaml 2022-06-10T04:27:42.846Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-06-10T04:27:42.849Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220610042543/1.0/resourceInstances/vfwa719f40e16980/artifacts/base_vfw.yaml 89fd31fd-aef7-4876-ad35-73b219de1c2f 20368 2022-06-10T04:27:42.849Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220610042543/1.0/resourceInstances/vfwa719f40e16980/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-06-10T04:27:42.849Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220610042543/1.0/resourceInstances/vfwa719f40e16980/artifacts/base_vfw.yaml 2022-06-10T04:27:42.849Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-10T04:27:42.850Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-10T04:27:42.858Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T04:27:42.859Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "9baa0ca4-92a2-4ccf-b9ba-d5831df02749", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654835262849, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610042543/1.0/resourceInstances/vfwa719f40e16980/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-06-10T04:27:42.953Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms 2022-06-10T04:27:42.955Z||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-10T04:27:42.955Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:27:42.977Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:27:42.978Z||pool-12-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-06-10T04:27:43.860Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 4009cbf6-3ea7-43f7-97e7-8a0466e41da0 from URL: /sdc/v1/catalog/services/Vfw20220610042543/1.0/resourceInstances/vfwa719f40e16980/artifacts/base_vfw.env 2022-06-10T04:27:43.861Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-06-10T04:27:43.861Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220610042543/1.0/resourceInstances/vfwa719f40e16980/artifacts/base_vfw.env 2022-06-10T04:27:44.035Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-06-10T04:27:44.036Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220610042543/1.0/resourceInstances/vfwa719f40e16980/artifacts/base_vfw.env 4009cbf6-3ea7-43f7-97e7-8a0466e41da0 2098 2022-06-10T04:27:44.036Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220610042543/1.0/resourceInstances/vfwa719f40e16980/artifacts/base_vfw.env ASDC sendASDCNotification 2022-06-10T04:27:44.036Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220610042543/1.0/resourceInstances/vfwa719f40e16980/artifacts/base_vfw.env 2022-06-10T04:27:44.036Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-10T04:27:44.037Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-10T04:27:44.040Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T04:27:44.040Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "9baa0ca4-92a2-4ccf-b9ba-d5831df02749", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654835264036, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610042543/1.0/resourceInstances/vfwa719f40e16980/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-06-10T04:27:44.144Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-06-10T04:27:44.145Z||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-10T04:27:44.145Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:27:44.167Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:27:44.168Z||pool-13-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-06-10T04:27:45.042Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: f542cbcc-c209-4890-8d58-3f79a0026eda 2022-06-10T04:27:45.042Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW a719f40e-1698 0 771f4348-6f88-4356-bed7-2573a7da280a 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-10T04:27:45.103Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7281ca69, org.onap.sdc.toscaparser.api.parameters.Input@7a579513, org.onap.sdc.toscaparser.api.parameters.Input@7729e198, org.onap.sdc.toscaparser.api.parameters.Input@4b87ec08, org.onap.sdc.toscaparser.api.parameters.Input@37a9b593] 2022-06-10T04:27:45.108Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:27:45.109Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-10 04-25-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T04:27:45.109Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2022-06-10T04:27:45.109Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= f2f8df4b-0f27-4d1c-91a4-766f9941ec14 2022-06-10T04:27:45.110Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f2f8df4b-0f27-4d1c-91a4-766f9941ec14 matches Tosca VF Customization UUID: f2f8df4b-0f27-4d1c-91a4-766f9941ec14 2022-06-10T04:27:45.110Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: f2f8df4b-0f27-4d1c-91a4-766f9941ec14 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-10T04:27:45.120Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:27:45.120Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-10 04-25-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T04:27:45.122Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id f2f8df4b-0f27-4d1c-91a4-766f9941ec14: {\"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-10T04:27:45.123Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1096f09e 2022-06-10T04:27:45.124Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:27:45.124Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-10 04-25-43 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-10T04:27:45.124Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 49347806-b5db-487c-a117-c111c9e3cca2 2022-06-10T04:27:45.126Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 49347806-b5db-487c-a117-c111c9e3cca2 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-10T04:27:45.142Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:27:45.143Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Node template vFW a719f40e-1698 0 is matching search criteria 2022-06-10T04:27:45.151Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a719f40e-1698 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-10T04:27:45.152Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:27:45.153Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Node template vFW a719f40e-1698 0 is matching search criteria 2022-06-10T04:27:45.153Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a719f40e-1698 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-10T04:27:45.153Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:27:45.154Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Node template vFW a719f40e-1698 0 is not matching search criteria 2022-06-10T04:27:45.154Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-10T04:27:45.154Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-06-10T04:27:45.155Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-10T04:27:45.155Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-10T04:27:45.155Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-10T04:27:45.156Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-10T04:27:45.156Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-10T04:27:45.156Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-10T04:27:45.157Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-10T04:27:45.157Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-10T04:27:45.157Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-10T04:27:45.157Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=201b651c-fe04-4b8f-b44d-234898ac3a68 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-10T04:27:45.171Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:27:45.172Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Node template vFW a719f40e-1698 0 is matching search criteria 2022-06-10T04:27:45.172Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a719f40e-1698 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-10T04:27:45.172Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:27:45.173Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Node template vFW a719f40e-1698 0 is not matching search criteria 2022-06-10T04:27:45.173Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-10T04:27:45.174Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-10T04:27:45.174Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-10T04:27:45.174Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-10T04:27:45.174Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-10T04:27:45.175Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-10T04:27:45.175Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-10T04:27:45.175Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-06-10T04:27:45.176Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-10T04:27:45.176Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-10T04:27:45.177Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-10T04:27:45.177Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-10T04:27:45.177Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=3816f9e4-4ed1-4013-8b1f-d71309a5ce5d 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-10T04:27:45.182Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:27:45.183Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Node template vFW a719f40e-1698 0 is matching search criteria 2022-06-10T04:27:45.183Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a719f40e-1698 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-10T04:27:45.188Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:27:45.188Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Node template vFW a719f40e-1698 0 is not matching search criteria 2022-06-10T04:27:45.188Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-10T04:27:45.188Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-10T04:27:45.189Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-10T04:27:45.189Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-10T04:27:45.189Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-10T04:27:45.189Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-10T04:27:45.189Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-10T04:27:45.190Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-10T04:27:45.190Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-10T04:27:45.190Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-10T04:27:45.191Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-10T04:27:45.191Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-06-10T04:27:45.191Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a9d9f2d6-810c-4e83-93b5-71f0255597a0 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-10T04:27:45.195Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:27:45.196Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Node template vFW a719f40e-1698 0 is matching search criteria 2022-06-10T04:27:45.196Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a719f40e-1698 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-10T04:27:45.196Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:27:45.197Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Node template vFW a719f40e-1698 0 is matching search criteria 2022-06-10T04:27:45.197Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a719f40e-1698 0] matching following query criteria: sdcType=VF, customizationUUID=f2f8df4b-0f27-4d1c-91a4-766f9941ec14 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-10T04:27:45.200Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:27:45.201Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-10 04-25-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T04:27:45.201Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid f542cbcc-c209-4890-8d58-3f79a0026eda: vFW a719f40e-1698 2022-06-10T04:27:45.202Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:27:45.202Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-10 04-25-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T04:27:45.202Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:27:45.202Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-10 04-25-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T04:27:45.203Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:27:45.203Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-10 04-25-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T04:27:45.203Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:27:45.204Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-10 04-25-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T04:27:45.204Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:27:45.204Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-10 04-25-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T04:27:45.205Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2022-06-10 04-25-43 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-10T04:27:45.927Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW a719f40e-1698 771f4348-6f88-4356-bed7-2573a7da280a 1 ASDC deployResourceStructure 2022-06-10T04:27:45.928Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220610042543/1.0/resourceInstances/vfwa719f40e16980/artifacts/vfwa719f40e16980_modules.json ASDC sendASDCNotification 2022-06-10T04:27:45.929Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220610042543/1.0/resourceInstances/vfwa719f40e16980/artifacts/vfwa719f40e16980_modules.json 2022-06-10T04:27:45.930Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-10T04:27:45.930Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-10T04:27:45.935Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T04:27:45.936Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "9baa0ca4-92a2-4ccf-b9ba-d5831df02749", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654835265928, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610042543/1.0/resourceInstances/vfwa719f40e16980/artifacts/vfwa719f40e16980_modules.json", "status": "DEPLOY_OK" } 2022-06-10T04:27:46.035Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-10T04:27:46.036Z||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-10T04:27:46.036Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:27:46.062Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:27:46.063Z||pool-14-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-06-10T04:27:46.937Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220610042543/1.0/resourceInstances/vfwa719f40e16980/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-06-10T04:27:46.938Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220610042543/1.0/resourceInstances/vfwa719f40e16980/artifacts/base_vfw.yaml 2022-06-10T04:27:46.938Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-10T04:27:46.939Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-10T04:27:46.949Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T04:27:46.950Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "9baa0ca4-92a2-4ccf-b9ba-d5831df02749", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654835266937, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610042543/1.0/resourceInstances/vfwa719f40e16980/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-06-10T04:27:47.044Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 83 ms 2022-06-10T04:27:47.045Z||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-10T04:27:47.046Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:27:47.069Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:27:47.069Z||pool-15-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":2,"count":1} 2022-06-10T04:27:47.962Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220610042543/1.0/resourceInstances/vfwa719f40e16980/artifacts/base_vfw.env ASDC sendASDCNotification 2022-06-10T04:27:47.963Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220610042543/1.0/resourceInstances/vfwa719f40e16980/artifacts/base_vfw.env 2022-06-10T04:27:47.967Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-10T04:27:47.968Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-10T04:27:47.971Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T04:27:47.972Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "9baa0ca4-92a2-4ccf-b9ba-d5831df02749", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654835267962, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610042543/1.0/resourceInstances/vfwa719f40e16980/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-06-10T04:27:48.072Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T04:27:48.073Z||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-10T04:27:48.074Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:27:48.150Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:27:48.153Z||pool-16-thread-1|||||INFO|500||cambria reply ok (80 ms):{"serverTimeMs":0,"count":1} 2022-06-10T04:27:48.980Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220610042543/1.0/artifacts/service-Vfw20220610042543-csar.csar ASDC sendASDCNotification 2022-06-10T04:27:48.980Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220610042543/1.0/artifacts/service-Vfw20220610042543-csar.csar 2022-06-10T04:27:48.981Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-10T04:27:48.981Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-10T04:27:48.984Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T04:27:48.985Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "9baa0ca4-92a2-4ccf-b9ba-d5831df02749", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654835268973, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610042543/1.0/artifacts/service-Vfw20220610042543-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T04:27:49.084Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-10T04:27:49.086Z||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-10T04:27:49.087Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:27:49.115Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:27:49.116Z||pool-17-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-06-10T04:27:49.987Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9baa0ca4-92a2-4ccf-b9ba-d5831df02749 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T04:27:50.022Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9baa0ca4-92a2-4ccf-b9ba-d5831df02749 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T04:27:50.026Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-10T04:27:50.027Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-10T04:27:50.027Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-10T04:28:20.028Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9baa0ca4-92a2-4ccf-b9ba-d5831df02749 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T04:28:20.067Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9baa0ca4-92a2-4ccf-b9ba-d5831df02749 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T04:28:20.075Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-10T04:28:20.076Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-10T04:28:20.076Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-10T04:28:25.007Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:28:25.008Z||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-10T04:28:25.008Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:28:25.097Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:28:25.098Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:28:25.098Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9baa0ca4-92a2-4ccf-b9ba-d5831df02749", "consumerID": "aai-ml", "timestamp": 1654835242044, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610042543/1.0/resourceInstances/vfwa719f40e16980/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:28:25.100Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T04:28:50.077Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9baa0ca4-92a2-4ccf-b9ba-d5831df02749 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T04:28:50.095Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9baa0ca4-92a2-4ccf-b9ba-d5831df02749 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T04:28:50.101Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-10T04:28:50.101Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-10T04:28:50.102Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-10T04:29:20.103Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9baa0ca4-92a2-4ccf-b9ba-d5831df02749 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T04:29:20.127Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9baa0ca4-92a2-4ccf-b9ba-d5831df02749 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T04:29:20.131Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-10T04:29:20.131Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-10T04:29:20.131Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-10T04:29:25.006Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:29:25.008Z||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-10T04:29:25.008Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:29:25.059Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:29:25.061Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:29:25.061Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9baa0ca4-92a2-4ccf-b9ba-d5831df02749", "consumerID": "policy-id", "timestamp": 1654835239138, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610042543/1.0/artifacts/service-Vfw20220610042543-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T04:29:25.063Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T04:29:50.132Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9baa0ca4-92a2-4ccf-b9ba-d5831df02749 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T04:29:50.149Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9baa0ca4-92a2-4ccf-b9ba-d5831df02749 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T04:29:50.152Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-10T04:29:50.152Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-10T04:29:50.152Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-10T04:30:20.152Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9baa0ca4-92a2-4ccf-b9ba-d5831df02749 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T04:30:20.184Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9baa0ca4-92a2-4ccf-b9ba-d5831df02749 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T04:30:20.189Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-10T04:30:20.190Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-10T04:30:20.190Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-10T04:30:25.006Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:30:25.008Z||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-10T04:30:25.008Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:30:25.575Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:30:25.587Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:30:25.588Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9baa0ca4-92a2-4ccf-b9ba-d5831df02749", "consumerID": "clamp", "timestamp": 1654835238908, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610042543/1.0/artifacts/service-Vfw20220610042543-csar.csar", "status": "NOTIFIED" } 2022-06-10T04:30:25.590Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T04:30:25.591Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:30:25.591Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9baa0ca4-92a2-4ccf-b9ba-d5831df02749", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654835244997, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610042543/1.0/resourceInstances/vfwa719f40e16980/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:30:25.591Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T04:30:25.592Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:30:25.592Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9baa0ca4-92a2-4ccf-b9ba-d5831df02749", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654835245730, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610042543/1.0/artifacts/service-Vfw20220610042543-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T04:30:25.592Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:30:25.592Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:30:25.593Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9baa0ca4-92a2-4ccf-b9ba-d5831df02749", "consumerID": "aai-ml", "timestamp": 1654835242044, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610042543/1.0/resourceInstances/vfwa719f40e16980/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-10T04:30:25.593Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T04:30:25.593Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:30:25.593Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9baa0ca4-92a2-4ccf-b9ba-d5831df02749", "consumerID": "multicloud-k8s-id", "timestamp": 1654835245104, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610042543/1.0/resourceInstances/vfwa719f40e16980/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-06-10T04:30:25.594Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:30:25.594Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:30:25.594Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9baa0ca4-92a2-4ccf-b9ba-d5831df02749", "consumerID": "policy-id", "timestamp": 1654835239138, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610042543/1.0/artifacts/service-Vfw20220610042543-csar.csar", "status": "NOTIFIED" } 2022-06-10T04:30:25.594Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T04:30:25.594Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:30:25.594Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9baa0ca4-92a2-4ccf-b9ba-d5831df02749", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654835244997, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610042543/1.0/resourceInstances/vfwa719f40e16980/artifacts/vfwa719f40e16980_modules.json", "status": "NOTIFIED" } 2022-06-10T04:30:25.595Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T04:30:25.595Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:30:25.595Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9baa0ca4-92a2-4ccf-b9ba-d5831df02749", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654835246739, "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-10T04:30:25.625Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9baa0ca4-92a2-4ccf-b9ba-d5831df02749 2022-06-10T04:30:25.625Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9baa0ca4-92a2-4ccf-b9ba-d5831df02749 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-10T04:30:25.659Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:30:25.659Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9baa0ca4-92a2-4ccf-b9ba-d5831df02749", "consumerID": "aai-ml", "timestamp": 1654835242044, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610042543/1.0/artifacts/service-Vfw20220610042543-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T04:30:25.661Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T04:30:25.661Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:30:25.661Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9baa0ca4-92a2-4ccf-b9ba-d5831df02749", "consumerID": "multicloud-k8s-id", "timestamp": 1654835246409, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610042543/1.0/resourceInstances/vfwa719f40e16980/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-06-10T04:30:25.661Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:30:25.662Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:30:25.662Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9baa0ca4-92a2-4ccf-b9ba-d5831df02749", "consumerID": "policy-id", "timestamp": 1654835247132, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610042543/1.0/artifacts/service-Vfw20220610042543-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T04:30:25.662Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:30:25.662Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:30:25.663Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9baa0ca4-92a2-4ccf-b9ba-d5831df02749", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654835244997, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610042543/1.0/resourceInstances/vfwa719f40e16980/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-10T04:30:25.663Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T04:30:25.663Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:30:25.663Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9baa0ca4-92a2-4ccf-b9ba-d5831df02749", "consumerID": "aai-ml", "timestamp": 1654835242044, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610042543/1.0/artifacts/service-Vfw20220610042543-csar.csar", "status": "NOTIFIED" } 2022-06-10T04:30:25.663Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T04:30:25.664Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:30:25.665Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9baa0ca4-92a2-4ccf-b9ba-d5831df02749", "consumerID": "policy-id", "timestamp": 1654835248144, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610042543/1.0/artifacts/service-Vfw20220610042543-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T04:30:25.673Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:30:25.677Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:30:25.677Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9baa0ca4-92a2-4ccf-b9ba-d5831df02749", "consumerID": "multicloud-k8s-id", "timestamp": 1654835247570, "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-10T04:30:25.692Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9baa0ca4-92a2-4ccf-b9ba-d5831df02749 2022-06-10T04:30:25.693Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9baa0ca4-92a2-4ccf-b9ba-d5831df02749 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-10T04:30:25.708Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:30:25.708Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234", "consumerID": "cds", "timestamp": 1654835240387, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/resourceInstances/basic_onboard_idwlxp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:30:25.709Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T04:30:25.709Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:30:25.709Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9baa0ca4-92a2-4ccf-b9ba-d5831df02749", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654835244997, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610042543/1.0/resourceInstances/vfwa719f40e16980/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:30:25.709Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T04:30:25.710Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:30:25.710Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9baa0ca4-92a2-4ccf-b9ba-d5831df02749", "consumerID": "aai-ml", "timestamp": 1654835249954, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610042543/1.0/artifacts/service-Vfw20220610042543-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T04:30:25.710Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:30:25.710Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:30:25.710Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9baa0ca4-92a2-4ccf-b9ba-d5831df02749", "consumerID": "policy-id", "timestamp": 1654835249150, "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-10T04:30:25.732Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9baa0ca4-92a2-4ccf-b9ba-d5831df02749 2022-06-10T04:30:25.733Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9baa0ca4-92a2-4ccf-b9ba-d5831df02749 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-10T04:30:25.775Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:30:25.775Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9baa0ca4-92a2-4ccf-b9ba-d5831df02749", "consumerID": "multicloud-k8s-id", "timestamp": 1654835248575, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610042543/1.0/resourceInstances/vfwa719f40e16980/artifacts/vfwa719f40e16980_modules.json", "status": "DEPLOY_OK" } 2022-06-10T04:30:25.775Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:30:25.775Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:30:25.776Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234", "consumerID": "cds", "timestamp": 1654835240387, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/resourceInstances/basic_onboard_idwlxp0/artifacts/basic_onboard_idwlxp0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-10T04:30:25.776Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T04:30:25.776Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:30:25.776Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9baa0ca4-92a2-4ccf-b9ba-d5831df02749", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654835244997, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610042543/1.0/resourceInstances/vfwa719f40e16980/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-06-10T04:30:25.776Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T04:30:25.776Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:30:25.777Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234", "consumerID": "cds", "timestamp": 1654835240387, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/resourceInstances/basic_onboard_idwlxp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T04:30:25.777Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T04:30:25.777Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:30:25.777Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9baa0ca4-92a2-4ccf-b9ba-d5831df02749", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654835244997, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610042543/1.0/artifacts/service-Vfw20220610042543-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T04:30:25.777Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T04:30:25.777Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:30:25.778Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234", "consumerID": "cds", "timestamp": 1654835240387, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/resourceInstances/basic_onboard_idwlxp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:30:25.778Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T04:30:25.778Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:30:25.778Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654835250985, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/resourceInstances/basic_onboard_idwlxp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:30:25.778Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T04:30:25.778Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:30:25.779Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9baa0ca4-92a2-4ccf-b9ba-d5831df02749", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654835244997, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610042543/1.0/artifacts/service-Vfw20220610042543-csar.csar", "status": "NOTIFIED" } 2022-06-10T04:30:25.779Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T04:30:25.779Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:30:25.779Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234", "consumerID": "ves-openapi-manager", "timestamp": 1654835251691, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/resourceInstances/basic_onboard_idwlxp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:30:25.779Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T04:30:25.779Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:30:25.780Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234", "consumerID": "cds", "timestamp": 1654835240387, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/resourceInstances/basic_onboard_idwlxp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-10T04:30:25.780Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T04:30:25.780Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:30:25.780Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654835250985, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/resourceInstances/basic_onboard_idwlxp0/artifacts/basic_onboard_idwlxp0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-10T04:30:25.781Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T04:30:25.781Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:30:25.781Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9baa0ca4-92a2-4ccf-b9ba-d5831df02749", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654835253281, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610042543/1.0/artifacts/service-Vfw20220610042543-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T04:30:25.781Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:30:25.781Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:30:25.781Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234", "consumerID": "ves-openapi-manager", "timestamp": 1654835251691, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/resourceInstances/basic_onboard_idwlxp0/artifacts/basic_onboard_idwlxp0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-10T04:30:25.782Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T04:30:25.782Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:30:25.782Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234", "consumerID": "cds", "timestamp": 1654835240387, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/artifacts/service-BasicOnboardIdwlxp-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T04:30:25.782Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T04:30:25.782Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:30:25.782Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654835250985, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/resourceInstances/basic_onboard_idwlxp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T04:30:25.782Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T04:30:25.783Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:30:25.783Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234", "consumerID": "ves-openapi-manager", "timestamp": 1654835251691, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/resourceInstances/basic_onboard_idwlxp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T04:30:25.783Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T04:30:25.783Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:30:25.783Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234", "consumerID": "cds", "timestamp": 1654835240387, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/artifacts/service-BasicOnboardIdwlxp-csar.csar", "status": "NOTIFIED" } 2022-06-10T04:30:25.783Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T04:30:25.784Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:30:25.784Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654835250985, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/resourceInstances/basic_onboard_idwlxp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:30:25.784Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T04:30:25.784Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:30:25.784Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234", "consumerID": "ves-openapi-manager", "timestamp": 1654835251691, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/resourceInstances/basic_onboard_idwlxp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:30:25.785Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T04:30:25.785Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:30:25.785Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234", "consumerID": "cds", "timestamp": 1654835255530, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/artifacts/service-BasicOnboardIdwlxp-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T04:30:25.785Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:30:25.785Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:30:25.785Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654835250985, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/resourceInstances/basic_onboard_idwlxp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-10T04:30:25.786Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T04:30:25.786Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:30:25.786Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234", "consumerID": "ves-openapi-manager", "timestamp": 1654835251691, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/resourceInstances/basic_onboard_idwlxp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-10T04:30:25.786Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T04:30:25.786Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:30:25.786Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234", "consumerID": "cds", "timestamp": 1654835256538, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/artifacts/service-BasicOnboardIdwlxp-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-10T04:30:25.817Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234 2022-06-10T04:30:25.818Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234 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-10T04:30:25.839Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:30:25.840Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654835250985, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/artifacts/service-BasicOnboardIdwlxp-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T04:30:25.841Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T04:30:25.841Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:30:25.841Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234", "consumerID": "ves-openapi-manager", "timestamp": 1654835251691, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/artifacts/service-BasicOnboardIdwlxp-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T04:30:25.841Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T04:30:25.841Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:30:25.841Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234", "consumerID": "multicloud-k8s-id", "timestamp": 1654835256096, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/resourceInstances/basic_onboard_idwlxp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:30:25.841Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T04:30:25.842Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:30:25.842Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654835250985, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/artifacts/service-BasicOnboardIdwlxp-csar.csar", "status": "NOTIFIED" } 2022-06-10T04:30:25.842Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T04:30:25.842Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:30:25.842Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234", "consumerID": "ves-openapi-manager", "timestamp": 1654835251691, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/artifacts/service-BasicOnboardIdwlxp-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-10T04:30:25.842Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T04:30:25.842Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:30:25.842Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234", "consumerID": "multicloud-k8s-id", "timestamp": 1654835256096, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/resourceInstances/basic_onboard_idwlxp0/artifacts/basic_onboard_idwlxp0_modules.json", "status": "NOTIFIED" } 2022-06-10T04:30:25.860Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T04:30:25.862Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:30:25.863Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654835258907, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/artifacts/service-BasicOnboardIdwlxp-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T04:30:25.863Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:30:25.863Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:30:25.863Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234", "consumerID": "multicloud-k8s-id", "timestamp": 1654835256096, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/resourceInstances/basic_onboard_idwlxp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-06-10T04:30:25.864Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T04:30:25.864Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:30:25.864Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234", "consumerID": "policy-id", "timestamp": 1654835259138, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/resourceInstances/basic_onboard_idwlxp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:30:25.864Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T04:30:25.865Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:30:25.865Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234", "consumerID": "multicloud-k8s-id", "timestamp": 1654835256096, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/resourceInstances/basic_onboard_idwlxp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:30:25.865Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T04:30:25.865Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:30:25.865Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9baa0ca4-92a2-4ccf-b9ba-d5831df02749", "consumerID": "clamp", "timestamp": 1654835260861, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610042543/1.0/artifacts/service-Vfw20220610042543-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T04:30:25.865Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:30:25.866Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:30:25.866Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234", "consumerID": "policy-id", "timestamp": 1654835259138, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/resourceInstances/basic_onboard_idwlxp0/artifacts/basic_onboard_idwlxp0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-10T04:30:25.866Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T04:30:25.866Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:30:25.866Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234", "consumerID": "multicloud-k8s-id", "timestamp": 1654835256096, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/resourceInstances/basic_onboard_idwlxp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-06-10T04:30:25.866Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T04:30:25.866Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:30:25.866Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9baa0ca4-92a2-4ccf-b9ba-d5831df02749", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654835261723, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610042543/1.0/resourceInstances/vfwa719f40e16980/artifacts/vfwa719f40e16980_modules.json", "status": "DOWNLOAD_OK" } 2022-06-10T04:30:25.867Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:30:25.867Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:30:25.867Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234", "consumerID": "policy-id", "timestamp": 1654835259138, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/resourceInstances/basic_onboard_idwlxp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-06-10T04:30:25.867Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T04:30:25.867Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:30:25.867Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654835261963, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/artifacts/service-BasicOnboardIdwlxp-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T04:30:25.868Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:30:25.868Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:30:25.868Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234", "consumerID": "multicloud-k8s-id", "timestamp": 1654835256096, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/artifacts/service-BasicOnboardIdwlxp-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T04:30:25.868Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T04:30:25.868Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:30:25.868Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9baa0ca4-92a2-4ccf-b9ba-d5831df02749", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654835262849, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610042543/1.0/resourceInstances/vfwa719f40e16980/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-06-10T04:30:25.868Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:30:25.868Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:30:25.869Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9baa0ca4-92a2-4ccf-b9ba-d5831df02749", "consumerID": "clamp", "timestamp": 1654835262898, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610042543/1.0/artifacts/service-Vfw20220610042543-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T04:30:25.869Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:30:25.869Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:30:25.869Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234", "consumerID": "policy-id", "timestamp": 1654835259138, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/resourceInstances/basic_onboard_idwlxp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:30:25.869Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T04:30:25.869Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:30:25.869Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654835262976, "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-10T04:30:25.878Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234 2022-06-10T04:30:25.879Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234 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-10T04:30:25.900Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:30:25.901Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234", "consumerID": "multicloud-k8s-id", "timestamp": 1654835256096, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/artifacts/service-BasicOnboardIdwlxp-csar.csar", "status": "NOTIFIED" } 2022-06-10T04:30:25.901Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T04:30:25.902Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:30:25.902Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9baa0ca4-92a2-4ccf-b9ba-d5831df02749", "consumerID": "clamp", "timestamp": 1654835263910, "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-10T04:30:25.911Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9baa0ca4-92a2-4ccf-b9ba-d5831df02749 2022-06-10T04:30:25.912Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9baa0ca4-92a2-4ccf-b9ba-d5831df02749 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-10T04:30:25.927Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:30:25.927Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9baa0ca4-92a2-4ccf-b9ba-d5831df02749", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654835264036, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610042543/1.0/resourceInstances/vfwa719f40e16980/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-06-10T04:30:25.928Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:30:25.928Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:30:25.928Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234", "consumerID": "policy-id", "timestamp": 1654835259138, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/resourceInstances/basic_onboard_idwlxp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-10T04:30:25.929Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T04:30:25.929Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:30:25.929Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234", "consumerID": "multicloud-k8s-id", "timestamp": 1654835263997, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/resourceInstances/basic_onboard_idwlxp0/artifacts/basic_onboard_idwlxp0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-10T04:30:25.930Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:30:25.930Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:30:25.930Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234", "consumerID": "policy-id", "timestamp": 1654835259138, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/artifacts/service-BasicOnboardIdwlxp-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T04:30:25.930Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T04:30:25.930Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:30:25.931Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9baa0ca4-92a2-4ccf-b9ba-d5831df02749", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654835265928, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610042543/1.0/resourceInstances/vfwa719f40e16980/artifacts/vfwa719f40e16980_modules.json", "status": "DEPLOY_OK" } 2022-06-10T04:30:25.931Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:30:25.931Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:30:25.931Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234", "consumerID": "multicloud-k8s-id", "timestamp": 1654835265122, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/resourceInstances/basic_onboard_idwlxp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-06-10T04:30:25.931Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:30:25.931Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:30:25.931Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234", "consumerID": "policy-id", "timestamp": 1654835259138, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/artifacts/service-BasicOnboardIdwlxp-csar.csar", "status": "NOTIFIED" } 2022-06-10T04:30:25.932Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T04:30:25.932Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:30:25.932Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9baa0ca4-92a2-4ccf-b9ba-d5831df02749", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654835266937, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610042543/1.0/resourceInstances/vfwa719f40e16980/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-06-10T04:30:25.933Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:30:25.933Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:30:25.933Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234", "consumerID": "multicloud-k8s-id", "timestamp": 1654835266307, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/resourceInstances/basic_onboard_idwlxp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-06-10T04:30:25.933Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:30:25.933Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:30:25.934Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234", "consumerID": "policy-id", "timestamp": 1654835267090, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/artifacts/service-BasicOnboardIdwlxp-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T04:30:25.934Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:30:25.934Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:30:25.934Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9baa0ca4-92a2-4ccf-b9ba-d5831df02749", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654835267962, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610042543/1.0/resourceInstances/vfwa719f40e16980/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-06-10T04:30:25.935Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:30:25.935Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:30:25.935Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234", "consumerID": "multicloud-k8s-id", "timestamp": 1654835267337, "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-10T04:30:25.949Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234 2022-06-10T04:30:25.950Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234 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-10T04:30:25.966Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:30:25.966Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234", "consumerID": "policy-id", "timestamp": 1654835268097, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/artifacts/service-BasicOnboardIdwlxp-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T04:30:25.966Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:30:25.967Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:30:25.967Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9baa0ca4-92a2-4ccf-b9ba-d5831df02749", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654835268973, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610042543/1.0/artifacts/service-Vfw20220610042543-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T04:30:25.967Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:30:25.967Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:30:25.967Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234", "consumerID": "multicloud-k8s-id", "timestamp": 1654835268348, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/resourceInstances/basic_onboard_idwlxp0/artifacts/basic_onboard_idwlxp0_modules.json", "status": "DEPLOY_OK" } 2022-06-10T04:30:25.968Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:30:25.968Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:30:25.968Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234", "consumerID": "policy-id", "timestamp": 1654835269100, "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-10T04:30:25.981Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234 2022-06-10T04:30:25.982Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234 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-10T04:30:25.998Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:30:25.999Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234", "consumerID": "clamp", "timestamp": 1654835268909, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/resourceInstances/basic_onboard_idwlxp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:30:25.999Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T04:30:26.000Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:30:26.000Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9baa0ca4-92a2-4ccf-b9ba-d5831df02749", "consumerID": "aai-ml", "timestamp": 1654835271333, "artifactURL": "/sdc/v1/catalog/services/Vfw20220610042543/1.0/artifacts/service-Vfw20220610042543-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T04:30:26.000Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:30:26.001Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:30:26.001Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234", "consumerID": "clamp", "timestamp": 1654835268909, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/resourceInstances/basic_onboard_idwlxp0/artifacts/basic_onboard_idwlxp0_modules.json", "status": "NOTIFIED" } 2022-06-10T04:30:26.001Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T04:30:26.001Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:30:26.002Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9baa0ca4-92a2-4ccf-b9ba-d5831df02749", "consumerID": "aai-ml", "timestamp": 1654835272340, "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-10T04:30:26.016Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9baa0ca4-92a2-4ccf-b9ba-d5831df02749 2022-06-10T04:30:26.017Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9baa0ca4-92a2-4ccf-b9ba-d5831df02749 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-10T04:30:26.053Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:30:26.054Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234", "consumerID": "clamp", "timestamp": 1654835268909, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/resourceInstances/basic_onboard_idwlxp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T04:30:26.055Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T04:30:26.055Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:30:26.055Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234", "consumerID": "clamp", "timestamp": 1654835268909, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/resourceInstances/basic_onboard_idwlxp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:30:26.056Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T04:30:26.056Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:30:26.056Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234", "consumerID": "aai-ml", "timestamp": 1654835273344, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/resourceInstances/basic_onboard_idwlxp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:30:26.056Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T04:30:26.056Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:30:26.057Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234", "consumerID": "clamp", "timestamp": 1654835268909, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/resourceInstances/basic_onboard_idwlxp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-10T04:30:26.057Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T04:30:26.057Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:30:26.057Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234", "consumerID": "aai-ml", "timestamp": 1654835273344, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/resourceInstances/basic_onboard_idwlxp0/artifacts/basic_onboard_idwlxp0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-10T04:30:26.058Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T04:30:26.058Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:30:26.058Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234", "consumerID": "clamp", "timestamp": 1654835268909, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/artifacts/service-BasicOnboardIdwlxp-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T04:30:26.059Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T04:30:26.059Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:30:26.059Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234", "consumerID": "aai-ml", "timestamp": 1654835273344, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/resourceInstances/basic_onboard_idwlxp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T04:30:26.059Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T04:30:26.059Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:30:26.059Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234", "consumerID": "clamp", "timestamp": 1654835268909, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/artifacts/service-BasicOnboardIdwlxp-csar.csar", "status": "NOTIFIED" } 2022-06-10T04:30:26.060Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T04:30:26.061Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:30:26.061Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234", "consumerID": "aai-ml", "timestamp": 1654835273344, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/resourceInstances/basic_onboard_idwlxp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:30:26.061Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T04:30:26.061Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:30:26.061Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234", "consumerID": "aai-ml", "timestamp": 1654835273344, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/resourceInstances/basic_onboard_idwlxp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-10T04:30:26.062Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T04:30:26.062Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:30:26.062Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234", "consumerID": "aai-ml", "timestamp": 1654835273344, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/artifacts/service-BasicOnboardIdwlxp-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T04:30:26.062Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T04:30:26.062Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:30:26.062Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234", "consumerID": "aai-ml", "timestamp": 1654835273344, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/artifacts/service-BasicOnboardIdwlxp-csar.csar", "status": "NOTIFIED" } 2022-06-10T04:30:26.063Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T04:30:26.066Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:30:26.066Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234", "consumerID": "aai-ml", "timestamp": 1654835281171, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/artifacts/service-BasicOnboardIdwlxp-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T04:30:26.066Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:30:26.067Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:30:26.067Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234", "consumerID": "clamp", "timestamp": 1654835287866, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/artifacts/service-BasicOnboardIdwlxp-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T04:30:26.068Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:30:26.068Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:30:26.069Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234", "consumerID": "aai-ml", "timestamp": 1654835290333, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/artifacts/service-BasicOnboardIdwlxp-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T04:30:26.069Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:30:26.069Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:30:26.070Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234", "consumerID": "clamp", "timestamp": 1654835289874, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/artifacts/service-BasicOnboardIdwlxp-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T04:30:26.070Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:30:26.071Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:30:26.071Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234", "consumerID": "aai-ml", "timestamp": 1654835291339, "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-10T04:30:26.080Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234 2022-06-10T04:30:26.080Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234 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-10T04:30:26.100Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:30:26.101Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234", "consumerID": "clamp", "timestamp": 1654835290880, "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-10T04:30:26.110Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234 2022-06-10T04:30:26.110Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234 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-10T04:30:50.191Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9baa0ca4-92a2-4ccf-b9ba-d5831df02749 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T04:30:50.216Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9baa0ca4-92a2-4ccf-b9ba-d5831df02749 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T04:30:50.222Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-10T04:30:50.223Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-10T04:30:50.223Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-10T04:30:50.224Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-10T04:30:50.224Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T04:30:50.224Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T04:30:50.224Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T04:30:50.225Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T04:30:50.225Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T04:30:50.225Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T04:30:50.225Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|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-10T04:30:50.248Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-10T04:31:20.250Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9baa0ca4-92a2-4ccf-b9ba-d5831df02749 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-10T04:31:20.273Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9baa0ca4-92a2-4ccf-b9ba-d5831df02749 and serviceModelVersionId: f542cbcc-c209-4890-8d58-3f79a0026eda 2022-06-10T04:31:20.274Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2edec509-fac6-47b5-84ed-e902eb0ee650 2022-06-10T04:31:25.006Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:31:25.008Z||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-10T04:31:25.008Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:31:34.604Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:31:45.073Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2edec509-fac6-47b5-84ed-e902eb0ee650/model-vers/model-ver/f542cbcc-c209-4890-8d58-3f79a0026eda?depth=0 2022-06-10T04:31:45.228Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-06-10T04:31:46.191Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2edec509-fac6-47b5-84ed-e902eb0ee650/model-vers/model-ver/f542cbcc-c209-4890-8d58-3f79a0026eda?depth=0|INFO|500||Invoke 2022-06-10T04:31:46.210Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2edec509-fac6-47b5-84ed-e902eb0ee650/model-vers/model-ver/f542cbcc-c209-4890-8d58-3f79a0026eda?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2edec509-fac6-47b5-84ed-e902eb0ee650/model-vers/model-ver/f542cbcc-c209-4890-8d58-3f79a0026eda?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9baa0ca4-92a2-4ccf-b9ba-d5831df02749], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3bf5d8a8-eb33-4ee7-996c-2d66f5e7690f], X-ECOMP-RequestID=[9baa0ca4-92a2-4ccf-b9ba-d5831df02749], X-TransactionId=[], X-ONAP-RequestID=[9baa0ca4-92a2-4ccf-b9ba-d5831df02749], Content-Type=[application/merge-patch+json]} 2022-06-10T04:31:46.479Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2edec509-fac6-47b5-84ed-e902eb0ee650/model-vers/model-ver/f542cbcc-c209-4890-8d58-3f79a0026eda?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-10T04:31:46.951Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2edec509-fac6-47b5-84ed-e902eb0ee650/model-vers/model-ver/f542cbcc-c209-4890-8d58-3f79a0026eda?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/2edec509-fac6-47b5-84ed-e902eb0ee650/model-vers/model-ver/f542cbcc-c209-4890-8d58-3f79a0026eda?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220610-04:31:46:058-22523], vertex-id=[213024], Content-Length=[0], Date=[Fri, 10 Jun 2022 04:31:46 GMT], Content-Type=[application/json]} 2022-06-10T04:31:46.955Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2edec509-fac6-47b5-84ed-e902eb0ee650/model-vers/model-ver/f542cbcc-c209-4890-8d58-3f79a0026eda?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-10T04:31:46.956Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2edec509-fac6-47b5-84ed-e902eb0ee650/model-vers/model-ver/f542cbcc-c209-4890-8d58-3f79a0026eda?depth=0|INFO|500||InvokeReturn 2022-06-10T04:31:46.962Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-10T04:31:46.963Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|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-10T04:31:46.977Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|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-10T04:31:46.980Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9baa0ca4-92a2-4ccf-b9ba-d5831df02749 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-10T04:31:46.983Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-10T04:31:46.984Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-10T04:31:46.988Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T04:31:46.989Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "9baa0ca4-92a2-4ccf-b9ba-d5831df02749", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654835506981, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-10T04:31:47.090Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T04:31:47.091Z||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-10T04:31:47.091Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:31:47.109Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:31:47.110Z||pool-18-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-10T04:31:48.038Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:31:48.039Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|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-10T04:31:48.040Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:31:52.649Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:31:52.651Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-10T04:31:52.651Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234","serviceName":"basic_onboard_idWlxp","serviceVersion":"1.0","serviceUUID":"cdf22f37-1199-4310-92a6-fcb0b543bfe0","serviceDescription":"service","serviceInvariantUUID":"290915a8-f3f7-4253-8d5a-6b9e1aacf572","resources":[{"resourceInstanceName":"basic_onboard_idWlxp 0","resourceName":"basic_onboard_idWlxp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e2b95c55-6984-4ebd-888b-6b42b1c90d15","resourceInvariantUUID":"49a9cb7b-6b2d-49a1-b556-2d35a500e52f","resourceCustomizationUUID":"0ed545dc-362f-48a5-8652-53ffecfae5d7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/resourceInstances/basic_onboard_idwlxp0/artifacts/vf-license-model.xml","artifactChecksum":"ZDhkOWZmZWFlNWQ3YjUzYzkyZDI0MDM2ODQyMzNlZDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cb070eeb-fafc-4830-9c67-49bc844ed393","artifactVersion":"1"},{"artifactName":"basic_onboard_idwlxp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/resourceInstances/basic_onboard_idwlxp0/artifacts/basic_onboard_idwlxp0_modules.json","artifactChecksum":"ZGVjMGEzMzhjNmNlYTNjZWFhZGU4ZmMyZjk0YTc2NGI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a3c2a00e-53f8-486f-9a15-bc001f272b31","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/resourceInstances/basic_onboard_idwlxp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0307b303-09ac-4709-afe0-08942a4f9a91","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/resourceInstances/basic_onboard_idwlxp0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4451e50f-7e24-4232-ba24-46c27638e9b6","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/resourceInstances/basic_onboard_idwlxp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"9495212c-7f86-4e92-b3ea-8b6d6f5a6a6f","artifactVersion":"2","generatedFromUUID":"0307b303-09ac-4709-afe0-08942a4f9a91"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardIdwlxp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/artifacts/service-BasicOnboardIdwlxp-template.yml","artifactChecksum":"YjNmODM5YzNmMjdmYzdlMDZkNjg5YWZkMTQ4ZmMwNDE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"21022ab4-ff1a-4c2f-b53c-346de4d93b84","artifactVersion":"1"},{"artifactName":"service-BasicOnboardIdwlxp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/artifacts/service-BasicOnboardIdwlxp-csar.csar","artifactChecksum":"YWZmODdhOGJlYTI4NDMxN2ZiODllOTc0ZDU4YThhOTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e4519aff-ace5-458b-b6fd-cb99ff1d4417","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-10T04:31:52.658Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T04:31:52.663Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-10T04:31:52.667Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T04:31:52.673Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654835508038, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/resourceInstances/basic_onboard_idwlxp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:31:52.768Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2022-06-10T04:31:52.772Z||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-10T04:31:52.773Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:31:52.831Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:31:52.832Z||pool-19-thread-1|||||INFO|500||cambria reply ok (61 ms):{"serverTimeMs":0,"count":1} 2022-06-10T04:31:53.674Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T04:31:53.675Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-10T04:31:53.679Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T04:31:53.679Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654835508038, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/resourceInstances/basic_onboard_idwlxp0/artifacts/basic_onboard_idwlxp0_modules.json", "status": "NOTIFIED" } 2022-06-10T04:31:53.779Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T04:31:53.780Z||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-10T04:31:53.780Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:31:53.796Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:31:53.797Z||pool-20-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-06-10T04:31:54.680Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T04:31:54.681Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-10T04:31:54.684Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T04:31:54.684Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654835508038, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/resourceInstances/basic_onboard_idwlxp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-06-10T04:31:54.784Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T04:31:54.786Z||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-10T04:31:54.786Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:31:54.810Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:31:54.811Z||pool-21-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1} 2022-06-10T04:31:55.686Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T04:31:55.688Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-10T04:31:55.691Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T04:31:55.691Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654835508038, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/resourceInstances/basic_onboard_idwlxp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:31:55.792Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-10T04:31:55.794Z||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-10T04:31:55.794Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:31:55.816Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:31:55.817Z||pool-22-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-06-10T04:31:56.692Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T04:31:56.693Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-10T04:31:56.699Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T04:31:56.700Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654835508038, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/resourceInstances/basic_onboard_idwlxp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-06-10T04:31:56.800Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T04:31:56.801Z||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-10T04:31:56.801Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:31:56.821Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:31:56.822Z||pool-23-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-06-10T04:31:57.701Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T04:31:57.702Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-10T04:31:57.705Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T04:31:57.705Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654835508038, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/artifacts/service-BasicOnboardIdwlxp-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T04:31:57.806Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T04:31:57.807Z||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-10T04:31:57.807Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:31:57.824Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:31:57.825Z||pool-24-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-10T04:31:58.706Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T04:31:58.707Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-10T04:31:58.710Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T04:31:58.711Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654835508038, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/artifacts/service-BasicOnboardIdwlxp-csar.csar", "status": "NOTIFIED" } 2022-06-10T04:31:58.810Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-10T04:31:58.812Z||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-10T04:31:58.812Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:31:58.828Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:31:58.829Z||pool-25-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-06-10T04:31:59.714Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234", "serviceName": "basic_onboard_idWlxp", "serviceVersion": "1.0", "serviceUUID": "cdf22f37-1199-4310-92a6-fcb0b543bfe0", "serviceDescription": "service", "serviceInvariantUUID": "290915a8-f3f7-4253-8d5a-6b9e1aacf572", "resources": [ { "resourceInstanceName": "basic_onboard_idWlxp 0", "resourceCustomizationUUID": "0ed545dc-362f-48a5-8652-53ffecfae5d7", "resourceName": "basic_onboard_idWlxp", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "e2b95c55-6984-4ebd-888b-6b42b1c90d15", "resourceInvariantUUID": "49a9cb7b-6b2d-49a1-b556-2d35a500e52f", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_idwlxp0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/resourceInstances/basic_onboard_idwlxp0/artifacts/basic_onboard_idwlxp0_modules.json", "artifactChecksum": "ZGVjMGEzMzhjNmNlYTNjZWFhZGU4ZmMyZjk0YTc2NGI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a3c2a00e-53f8-486f-9a15-bc001f272b31", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/resourceInstances/basic_onboard_idwlxp0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "0307b303-09ac-4709-afe0-08942a4f9a91", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/resourceInstances/basic_onboard_idwlxp0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "9495212c-7f86-4e92-b3ea-8b6d6f5a6a6f", "generatedFromUUID": "0307b303-09ac-4709-afe0-08942a4f9a91" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/resourceInstances/basic_onboard_idwlxp0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "9495212c-7f86-4e92-b3ea-8b6d6f5a6a6f", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardIdwlxp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/artifacts/service-BasicOnboardIdwlxp-csar.csar", "artifactChecksum": "YWZmODdhOGJlYTI4NDMxN2ZiODllOTc0ZDU4YThhOTA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e4519aff-ace5-458b-b6fd-cb99ff1d4417" } ], "workloadContext": "Production" } 2022-06-10T04:31:59.714Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-10T04:31:59.714Z|9baa0ca4-92a2-4ccf-b9ba-d5831df02749|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cdf22f37-1199-4310-92a6-fcb0b543bfe0 ASDC 2022-06-10T04:31:59.715Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234 ServiceName:basic_onboard_idWlxp ServiceVersion:1.0 ServiceUUID:cdf22f37-1199-4310-92a6-fcb0b543bfe0 ServiceInvariantUUID:290915a8-f3f7-4253-8d5a-6b9e1aacf572 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardIdwlxp-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/artifacts/service-BasicOnboardIdwlxp-csar.csar ArtifactUUID:e4519aff-ace5-458b-b6fd-cb99ff1d4417 ArtifactChecksum:YWZmODdhOGJlYTI4NDMxN2ZiODllOTc0ZDU4YThhOTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_idWlxp 0 ResourceCustomizationUUID:0ed545dc-362f-48a5-8652-53ffecfae5d7 ResourceInvariantUUID:49a9cb7b-6b2d-49a1-b556-2d35a500e52f ResourceName:basic_onboard_idWlxp ResourceType:VF ResourceUUID:e2b95c55-6984-4ebd-888b-6b42b1c90d15 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_idwlxp0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/resourceInstances/basic_onboard_idwlxp0/artifacts/basic_onboard_idwlxp0_modules.json ArtifactUUID:a3c2a00e-53f8-486f-9a15-bc001f272b31 ArtifactChecksum:ZGVjMGEzMzhjNmNlYTNjZWFhZGU4ZmMyZjk0YTc2NGI= 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/BasicOnboardIdwlxp/1.0/resourceInstances/basic_onboard_idwlxp0/artifacts/base_ubuntu18.yaml ArtifactUUID:0307b303-09ac-4709-afe0-08942a4f9a91 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/BasicOnboardIdwlxp/1.0/resourceInstances/basic_onboard_idwlxp0/artifacts/base_ubuntu18.env ArtifactUUID:9495212c-7f86-4e92-b3ea-8b6d6f5a6a6f 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/BasicOnboardIdwlxp/1.0/resourceInstances/basic_onboard_idwlxp0/artifacts/base_ubuntu18.env ArtifactUUID:9495212c-7f86-4e92-b3ea-8b6d6f5a6a6f ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-10T04:31:59.715Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cdf22f37-1199-4310-92a6-fcb0b543bfe0 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-10T04:31:59.769Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-10T04:31:59.770Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-06-10T04:31:59.770Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-06-10T04:31:59.771Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e4519aff-ace5-458b-b6fd-cb99ff1d4417 from URL: /sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/artifacts/service-BasicOnboardIdwlxp-csar.csar 2022-06-10T04:31:59.771Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-06-10T04:31:59.772Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/artifacts/service-BasicOnboardIdwlxp-csar.csar 2022-06-10T04:32:00.087Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-06-10T04:32:00.091Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/artifacts/service-BasicOnboardIdwlxp-csar.csar e4519aff-ace5-458b-b6fd-cb99ff1d4417 71574 2022-06-10T04:32:00.092Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/artifacts/service-BasicOnboardIdwlxp-csar.csar ASDC sendASDCNotification 2022-06-10T04:32:00.092Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/artifacts/service-BasicOnboardIdwlxp-csar.csar 2022-06-10T04:32:00.092Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-10T04:32:00.092Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-10T04:32:00.095Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T04:32:00.095Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654835520092, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/artifacts/service-BasicOnboardIdwlxp-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T04:32:00.195Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-10T04:32:00.197Z||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-10T04:32:00.197Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:32:00.213Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:32:00.214Z||pool-26-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-10T04:32:01.096Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-10T04:32:01.097Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-06-10T04:32:01.098Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: e4519aff-ace5-458b-b6fd-cb99ff1d4417, URL: /sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/artifacts/service-BasicOnboardIdwlxp-csar.csar to file: /app/ASDC/1/service-BasicOnboardIdwlxp-csar.csar 2022-06-10T04:32:01.098Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardIdwlxp-csar.csar 2022-06-10T04:32:01.098Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardIdwlxp-csar.csar 2022-06-10T04:32:01.099Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardIdwlxp-csar.csar 2022-06-10T04:32:01.434Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15595619229086263616/Definitions/service-BasicOnboardIdwlxp-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-10T04:32:03.246Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-10T04:32:03.247Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-06-10T04:32:03.247Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardIdwlxp-csar.csar 2022-06-10T04:32:03.247Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-06-10T04:32:03.248Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_idWlxp 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-BasicOnboardIdwlxp-csar.csar 2022-06-10T04:32:03.248Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|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-BasicOnboardIdwlxp-csar.csar 2022-06-10T04:32:03.248Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|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-BasicOnboardIdwlxp-csar.csar 2022-06-10T04:32:03.248Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|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-BasicOnboardIdwlxp-csar.csar 2022-06-10T04:32:03.248Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|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-BasicOnboardIdwlxp-csar.csar 2022-06-10T04:32:03.248Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|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-BasicOnboardIdwlxp-csar.csar 2022-06-10T04:32:03.248Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|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-BasicOnboardIdwlxp-csar.csar 2022-06-10T04:32:03.248Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|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-BasicOnboardIdwlxp-csar.csar 2022-06-10T04:32:03.249Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|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-BasicOnboardIdwlxp-csar.csar 2022-06-10T04:32:03.249Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-06-10T04:32:03.249Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:32:03.249Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_idWlxp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T04:32:03.250Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_idWlxp 0 is matching search criteria 2022-06-10T04:32:03.250Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-06-10T04:32:03.250Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_idWlxp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-10T04:32:03.250Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:32:03.251Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_idWlxp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T04:32:03.251Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_idWlxp 0 is matching search criteria 2022-06-10T04:32:03.251Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-06-10T04:32:03.251Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_idWlxp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-10T04:32:03.252Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:32:03.252Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_idWlxp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T04:32:03.252Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:32:03.252Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_idWlxp 0 is not matching search criteria 2022-06-10T04:32:03.253Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-06-10T04:32:03.253Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-06-10T04:32:03.253Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-06-10T04:32:03.253Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-06-10T04:32:03.254Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-10T04:32:03.254Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:32:03.254Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_idWlxp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-10T04:32:03.254Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:32:03.255Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_idWlxp 0 is matching search criteria 2022-06-10T04:32:03.255Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_idWlxp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-10T04:32:03.255Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:32:03.255Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_idWlxp 0 is matching search criteria 2022-06-10T04:32:03.257Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_idWlxp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-10T04:32:03.258Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:32:03.258Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_idWlxp 0 is matching search criteria 2022-06-10T04:32:03.258Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_idWlxp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-10T04:32:03.259Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:32:03.260Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_idWlxp 0 is not matching search criteria 2022-06-10T04:32:03.260Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-06-10T04:32:03.261Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-06-10T04:32:03.261Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c338223f-dc67-448f-98fa-85a3061e77b5 2022-06-10T04:32:03.261Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:32:03.262Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_idWlxp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T04:32:03.262Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:32:03.262Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_idWlxp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T04:32:03.262Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:32:03.263Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_idWlxp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T04:32:03.263Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:32:03.263Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_idWlxp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T04:32:03.264Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_idWlxp Description:service Model UUID:cdf22f37-1199-4310-92a6-fcb0b543bfe0 Model Version:NULL Model InvariantUuid:290915a8-f3f7-4253-8d5a-6b9e1aacf572 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_idWlxp Model UUID:3b79d8d2-2d0b-4d22-b343-8237dfeea7d5 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:49a9cb7b-6b2d-49a1-b556-2d35a500e52f Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:0ed545dc-362f-48a5-8652-53ffecfae5d7 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:22a334dc-da4f-43b7-a79a-3ae6e4a74656 ModelName:BasicOnboardIdwlxp..base_ubuntu18..module-0 ModelUuid:92dfb840-4597-439d-aafa-a9eff11d08da ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:c338223f-dc67-448f-98fa-85a3061e77b5 ModelInvariantUuid:73783976-e59d-4baa-af20-acf6a4daca8b ModelName:basic_onboard_idWlxp-nodes.ubuntu18Cvfc ModelUuid:69fa8acd-e6d4-4190-bb52-dcbd45b9cd09 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:f268e8a0-bc6b-4639-ba79-da32450e25b5 ModelInvariantUuid:186367f0-d1c6-402a-806f-a22a5927b95c ModelName:BasicOnboardIdwlxp.compute.nodes.heat.ubuntu18 ModelUuid:81e46669-1e2d-4ecd-8769-570399b81145 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-10T04:32:03.279Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: e2b95c55-6984-4ebd-888b-6b42b1c90d15 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-10T04:32:03.286Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||INFO|500||basic_onboard_idWlxp 0 2022-06-10T04:32:03.287Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e2b95c55-6984-4ebd-888b-6b42b1c90d15 2022-06-10T04:32:03.288Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: a3c2a00e-53f8-486f-9a15-bc001f272b31 from URL: /sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/resourceInstances/basic_onboard_idwlxp0/artifacts/basic_onboard_idwlxp0_modules.json 2022-06-10T04:32:03.288Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-06-10T04:32:03.288Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/resourceInstances/basic_onboard_idwlxp0/artifacts/basic_onboard_idwlxp0_modules.json 2022-06-10T04:32:03.379Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-06-10T04:32:03.381Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/resourceInstances/basic_onboard_idwlxp0/artifacts/basic_onboard_idwlxp0_modules.json a3c2a00e-53f8-486f-9a15-bc001f272b31 798 2022-06-10T04:32:03.382Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/resourceInstances/basic_onboard_idwlxp0/artifacts/basic_onboard_idwlxp0_modules.json ASDC sendASDCNotification 2022-06-10T04:32:03.382Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/resourceInstances/basic_onboard_idwlxp0/artifacts/basic_onboard_idwlxp0_modules.json 2022-06-10T04:32:03.383Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-10T04:32:03.384Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-10T04:32:03.388Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T04:32:03.389Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654835523382, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/resourceInstances/basic_onboard_idwlxp0/artifacts/basic_onboard_idwlxp0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-10T04:32:03.489Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T04:32:03.490Z||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-10T04:32:03.490Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:32:03.508Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:32:03.509Z||pool-27-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-06-10T04:32:04.390Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardIdwlxp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "22a334dc-da4f-43b7-a79a-3ae6e4a74656", "vfModuleModelVersion": "1", "vfModuleModelUUID": "92dfb840-4597-439d-aafa-a9eff11d08da", "vfModuleModelCustomizationUUID": "c7949848-117c-430f-bf1f-7c1cf1f29207", "isBase": true, "artifacts": [ "0307b303-09ac-4709-afe0-08942a4f9a91", "9495212c-7f86-4e92-b3ea-8b6d6f5a6a6f" ], "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-10T04:32:04.400Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardIdwlxp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:92dfb840-4597-439d-aafa-a9eff11d08da VfModuleModelInvariantUUID:22a334dc-da4f-43b7-a79a-3ae6e4a74656 VfModuleModelDescription:NULL Artifacts UUID List:{ 0307b303-09ac-4709-afe0-08942a4f9a91 , 9495212c-7f86-4e92-b3ea-8b6d6f5a6a6f } 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-10T04:32:04.403Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardIdwlxp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "22a334dc-da4f-43b7-a79a-3ae6e4a74656", "vfModuleModelVersion": "1", "vfModuleModelUUID": "92dfb840-4597-439d-aafa-a9eff11d08da", "vfModuleModelCustomizationUUID": "c7949848-117c-430f-bf1f-7c1cf1f29207", "isBase": true, "artifacts": [ "0307b303-09ac-4709-afe0-08942a4f9a91", "9495212c-7f86-4e92-b3ea-8b6d6f5a6a6f" ], "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-10T04:32:04.403Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardIdwlxp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:92dfb840-4597-439d-aafa-a9eff11d08da VfModuleModelInvariantUUID:22a334dc-da4f-43b7-a79a-3ae6e4a74656 VfModuleModelDescription:NULL Artifacts UUID List:{ 0307b303-09ac-4709-afe0-08942a4f9a91 , 9495212c-7f86-4e92-b3ea-8b6d6f5a6a6f } 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-10T04:32:04.404Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 0307b303-09ac-4709-afe0-08942a4f9a91 from URL: /sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/resourceInstances/basic_onboard_idwlxp0/artifacts/base_ubuntu18.yaml 2022-06-10T04:32:04.404Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-06-10T04:32:04.404Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/resourceInstances/basic_onboard_idwlxp0/artifacts/base_ubuntu18.yaml 2022-06-10T04:32:04.562Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-06-10T04:32:04.565Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/resourceInstances/basic_onboard_idwlxp0/artifacts/base_ubuntu18.yaml 0307b303-09ac-4709-afe0-08942a4f9a91 5033 2022-06-10T04:32:04.568Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/resourceInstances/basic_onboard_idwlxp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-06-10T04:32:04.568Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/resourceInstances/basic_onboard_idwlxp0/artifacts/base_ubuntu18.yaml 2022-06-10T04:32:04.569Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-10T04:32:04.569Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-10T04:32:04.572Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T04:32:04.572Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654835524568, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/resourceInstances/basic_onboard_idwlxp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-06-10T04:32:04.672Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-10T04:32:04.673Z||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-10T04:32:04.673Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:32:04.694Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:32:04.695Z||pool-28-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-06-10T04:32:05.574Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 9495212c-7f86-4e92-b3ea-8b6d6f5a6a6f from URL: /sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/resourceInstances/basic_onboard_idwlxp0/artifacts/base_ubuntu18.env 2022-06-10T04:32:05.574Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-06-10T04:32:05.574Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/resourceInstances/basic_onboard_idwlxp0/artifacts/base_ubuntu18.env 2022-06-10T04:32:05.671Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-06-10T04:32:05.672Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/resourceInstances/basic_onboard_idwlxp0/artifacts/base_ubuntu18.env 9495212c-7f86-4e92-b3ea-8b6d6f5a6a6f 909 2022-06-10T04:32:05.672Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/resourceInstances/basic_onboard_idwlxp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-06-10T04:32:05.672Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/resourceInstances/basic_onboard_idwlxp0/artifacts/base_ubuntu18.env 2022-06-10T04:32:05.672Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-10T04:32:05.673Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-10T04:32:05.676Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T04:32:05.681Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654835525672, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/resourceInstances/basic_onboard_idwlxp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-06-10T04:32:05.780Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-10T04:32:05.781Z||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-10T04:32:05.781Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:32:05.802Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:32:05.803Z||pool-29-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2022-06-10T04:32:06.681Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: cdf22f37-1199-4310-92a6-fcb0b543bfe0 2022-06-10T04:32:06.683Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_idWlxp 0 e2b95c55-6984-4ebd-888b-6b42b1c90d15 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-10T04:32:06.713Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2a0aff28, org.onap.sdc.toscaparser.api.parameters.Input@5b4ce7d9, org.onap.sdc.toscaparser.api.parameters.Input@14bb75e3, org.onap.sdc.toscaparser.api.parameters.Input@50ec0e73, org.onap.sdc.toscaparser.api.parameters.Input@2d6258f9] 2022-06-10T04:32:06.719Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:32:06.720Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_idWlxp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T04:32:06.720Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2022-06-10T04:32:06.721Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 0ed545dc-362f-48a5-8652-53ffecfae5d7 2022-06-10T04:32:06.721Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0ed545dc-362f-48a5-8652-53ffecfae5d7 matches Tosca VF Customization UUID: 0ed545dc-362f-48a5-8652-53ffecfae5d7 2022-06-10T04:32:06.721Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 0ed545dc-362f-48a5-8652-53ffecfae5d7 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-10T04:32:06.728Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:32:06.729Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_idWlxp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T04:32:06.730Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 0ed545dc-362f-48a5-8652-53ffecfae5d7: {\"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-10T04:32:06.730Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6ed87933 2022-06-10T04:32:06.730Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:32:06.731Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_idWlxp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-10T04:32:06.731Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c7949848-117c-430f-bf1f-7c1cf1f29207 2022-06-10T04:32:06.732Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c7949848-117c-430f-bf1f-7c1cf1f29207 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-10T04:32:06.738Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:32:06.739Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_idWlxp 0 is matching search criteria 2022-06-10T04:32:06.744Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_idWlxp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-10T04:32:06.745Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:32:06.745Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_idWlxp 0 is matching search criteria 2022-06-10T04:32:06.746Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_idWlxp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-10T04:32:06.746Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:32:06.747Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_idWlxp 0 is not matching search criteria 2022-06-10T04:32:06.747Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-06-10T04:32:06.748Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-06-10T04:32:06.748Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c338223f-dc67-448f-98fa-85a3061e77b5 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-10T04:32:06.753Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:32:06.754Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_idWlxp 0 is matching search criteria 2022-06-10T04:32:06.754Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_idWlxp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-10T04:32:06.755Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:32:06.756Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_idWlxp 0 is matching search criteria 2022-06-10T04:32:06.756Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_idWlxp 0] matching following query criteria: sdcType=VF, customizationUUID=0ed545dc-362f-48a5-8652-53ffecfae5d7 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-10T04:32:06.769Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:32:06.770Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_idWlxp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T04:32:06.770Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid cdf22f37-1199-4310-92a6-fcb0b543bfe0: basic_onboard_idWlxp 2022-06-10T04:32:06.771Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:32:06.771Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_idWlxp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T04:32:06.771Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:32:06.772Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_idWlxp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T04:32:06.772Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:32:06.773Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_idWlxp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T04:32:06.773Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:32:06.773Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_idWlxp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T04:32:06.774Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:32:06.774Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_idWlxp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T04:32:06.774Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||INFO|500||Saving Service: basic_onboard_idWlxp 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-10T04:32:06.956Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_idWlxp e2b95c55-6984-4ebd-888b-6b42b1c90d15 1 ASDC deployResourceStructure 2022-06-10T04:32:06.957Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/resourceInstances/basic_onboard_idwlxp0/artifacts/basic_onboard_idwlxp0_modules.json ASDC sendASDCNotification 2022-06-10T04:32:06.957Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/resourceInstances/basic_onboard_idwlxp0/artifacts/basic_onboard_idwlxp0_modules.json 2022-06-10T04:32:06.957Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-10T04:32:06.958Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-10T04:32:06.963Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T04:32:06.964Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654835526957, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/resourceInstances/basic_onboard_idwlxp0/artifacts/basic_onboard_idwlxp0_modules.json", "status": "DEPLOY_OK" } 2022-06-10T04:32:07.065Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T04:32:07.066Z||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-10T04:32:07.066Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:32:07.084Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:32:07.085Z||pool-30-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-06-10T04:32:07.965Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/resourceInstances/basic_onboard_idwlxp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-06-10T04:32:07.966Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/resourceInstances/basic_onboard_idwlxp0/artifacts/base_ubuntu18.yaml 2022-06-10T04:32:07.967Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-10T04:32:07.967Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-10T04:32:07.970Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T04:32:07.971Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654835527965, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/resourceInstances/basic_onboard_idwlxp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-06-10T04:32:08.071Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T04:32:08.073Z||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-10T04:32:08.073Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:32:08.086Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:32:08.087Z||pool-31-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-10T04:32:08.972Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/resourceInstances/basic_onboard_idwlxp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-06-10T04:32:08.973Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/resourceInstances/basic_onboard_idwlxp0/artifacts/base_ubuntu18.env 2022-06-10T04:32:08.973Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-10T04:32:08.973Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-10T04:32:08.976Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T04:32:08.976Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654835528972, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/resourceInstances/basic_onboard_idwlxp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-06-10T04:32:09.076Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T04:32:09.078Z||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-10T04:32:09.078Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:32:09.100Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:32:09.101Z||pool-32-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1} 2022-06-10T04:32:09.978Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/artifacts/service-BasicOnboardIdwlxp-csar.csar ASDC sendASDCNotification 2022-06-10T04:32:09.978Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/artifacts/service-BasicOnboardIdwlxp-csar.csar 2022-06-10T04:32:09.978Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-10T04:32:09.979Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-10T04:32:09.981Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T04:32:09.982Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654835529978, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/artifacts/service-BasicOnboardIdwlxp-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T04:32:10.082Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T04:32:10.083Z||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-10T04:32:10.083Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:32:10.102Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:32:10.102Z||pool-33-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-06-10T04:32:10.983Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T04:32:11.007Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T04:32:11.019Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-10T04:32:11.020Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-10T04:32:11.020Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-10T04:32:11.020Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-10T04:32:11.020Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T04:32:11.020Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T04:32:11.021Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T04:32:11.021Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T04:32:11.021Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T04:32:11.021Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T04:32:11.021Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|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-10T04:32:11.034Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-10T04:32:25.006Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:32:25.007Z||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-10T04:32:25.007Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:32:25.676Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:32:25.678Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:32:25.678Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9baa0ca4-92a2-4ccf-b9ba-d5831df02749", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654835506981, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-10T04:32:25.679Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:32:25.679Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:32:25.679Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654835508038, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/resourceInstances/basic_onboard_idwlxp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:32:25.680Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T04:32:25.680Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:32:25.680Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654835508038, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/resourceInstances/basic_onboard_idwlxp0/artifacts/basic_onboard_idwlxp0_modules.json", "status": "NOTIFIED" } 2022-06-10T04:32:25.680Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T04:32:25.681Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:32:25.681Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654835508038, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/resourceInstances/basic_onboard_idwlxp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-06-10T04:32:25.681Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T04:32:25.681Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:32:25.681Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654835508038, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/resourceInstances/basic_onboard_idwlxp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:32:25.681Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T04:32:25.682Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:32:25.682Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654835508038, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/resourceInstances/basic_onboard_idwlxp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-06-10T04:32:25.682Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T04:32:25.682Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:32:25.682Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654835508038, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/artifacts/service-BasicOnboardIdwlxp-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T04:32:25.682Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T04:32:25.683Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:32:25.683Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654835508038, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/artifacts/service-BasicOnboardIdwlxp-csar.csar", "status": "NOTIFIED" } 2022-06-10T04:32:25.683Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-10T04:32:25.683Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:32:25.684Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654835520092, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/artifacts/service-BasicOnboardIdwlxp-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T04:32:25.684Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:32:25.684Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:32:25.684Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654835523382, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/resourceInstances/basic_onboard_idwlxp0/artifacts/basic_onboard_idwlxp0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-10T04:32:25.685Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:32:25.685Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:32:25.685Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654835524568, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/resourceInstances/basic_onboard_idwlxp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-06-10T04:32:25.685Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:32:25.685Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:32:25.686Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654835525672, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/resourceInstances/basic_onboard_idwlxp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-06-10T04:32:25.686Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:32:25.686Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:32:25.686Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654835526957, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/resourceInstances/basic_onboard_idwlxp0/artifacts/basic_onboard_idwlxp0_modules.json", "status": "DEPLOY_OK" } 2022-06-10T04:32:25.686Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:32:25.687Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:32:25.687Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654835527965, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/resourceInstances/basic_onboard_idwlxp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-06-10T04:32:25.687Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:32:25.687Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:32:25.687Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654835528972, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/resourceInstances/basic_onboard_idwlxp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-06-10T04:32:25.688Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:32:25.688Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-10T04:32:25.688Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654835529978, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIdwlxp/1.0/artifacts/service-BasicOnboardIdwlxp-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T04:32:25.688Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:32:41.035Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234 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-10T04:32:41.044Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234 and serviceModelVersionId: cdf22f37-1199-4310-92a6-fcb0b543bfe0 2022-06-10T04:32:41.045Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 290915a8-f3f7-4253-8d5a-6b9e1aacf572 2022-06-10T04:32:41.046Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/290915a8-f3f7-4253-8d5a-6b9e1aacf572/model-vers/model-ver/cdf22f37-1199-4310-92a6-fcb0b543bfe0?depth=0 2022-06-10T04:32:41.051Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-06-10T04:32:41.129Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|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/290915a8-f3f7-4253-8d5a-6b9e1aacf572/model-vers/model-ver/cdf22f37-1199-4310-92a6-fcb0b543bfe0?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-10T04:32:41.130Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/290915a8-f3f7-4253-8d5a-6b9e1aacf572/model-vers/model-ver/cdf22f37-1199-4310-92a6-fcb0b543bfe0?depth=0|INFO|500||Invoke 2022-06-10T04:32:41.169Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/290915a8-f3f7-4253-8d5a-6b9e1aacf572/model-vers/model-ver/cdf22f37-1199-4310-92a6-fcb0b543bfe0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-10T04:32:41.315Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/290915a8-f3f7-4253-8d5a-6b9e1aacf572/model-vers/model-ver/cdf22f37-1199-4310-92a6-fcb0b543bfe0?depth=0|INFO|500||InvokeReturn 2022-06-10T04:32:41.317Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|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/290915a8-f3f7-4253-8d5a-6b9e1aacf572/model-vers/model-ver/cdf22f37-1199-4310-92a6-fcb0b543bfe0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220610-04:32:40:739-50239], vertex-id=[233672], Content-Length=[0], Date=[Fri, 10 Jun 2022 04:32:40 GMT], Content-Type=[application/json]} 2022-06-10T04:32:41.317Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2022-06-10T04:32:41.317Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-10T04:32:41.317Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|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-10T04:32:41.325Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|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-10T04:32:41.326Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-10T04:32:41.326Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-10T04:32:41.326Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-10T04:32:41.330Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T04:32:41.330Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654835561326, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-10T04:32:41.430Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T04:32:41.431Z||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-10T04:32:41.431Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:32:41.453Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:32:41.454Z||pool-34-thread-1|||||INFO|500||cambria reply ok (24 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-10T04:32:42.349Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:32:42.350Z||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-10T04:32:42.350Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:32:51.910Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:32:51.912Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:32:51.913Z||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-10T04:32:51.913Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:33:01.460Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:33:01.461Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:33:01.461Z||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-10T04:33:01.461Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:33:11.028Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:33:11.029Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:33:11.030Z||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-10T04:33:11.030Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:33:20.604Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:33:24.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:33:24.998Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T04:33:24.999Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:33:25.006Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:33:25.007Z||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-10T04:33:25.007Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:33:25.684Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:33:25.684Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-10T04:33:25.685Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654835561326, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-10T04:33:25.686Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:33:34.577Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:34:24.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:34:24.999Z||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-10T04:34:25.000Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:34:25.006Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:34:25.007Z||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-10T04:34:25.007Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:34:34.608Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:34:34.610Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:35:24.998Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:35:24.999Z||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-10T04:35:25.000Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:35:25.006Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:35:25.007Z||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-10T04:35:25.007Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:35:34.592Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:35:34.608Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:36:24.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:36:25.001Z||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-10T04:36:25.001Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:36:25.006Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:36:25.007Z||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-10T04:36:25.007Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:36:34.594Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:36:34.601Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:37:24.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:37:24.999Z||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-10T04:37:24.999Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:37:25.007Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:37:25.009Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|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-10T04:37:25.009Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:37:34.584Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:37:34.591Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:38:24.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:38:24.999Z||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-10T04:38:24.999Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:38:25.006Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:38:25.007Z||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-10T04:38:25.007Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:38:34.564Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:38:34.571Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:39:24.998Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:39:25.002Z||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-10T04:39:25.002Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:39:25.006Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:39:25.006Z||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-10T04:39:25.006Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:39:34.594Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:39:34.594Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:40:24.998Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:40:25.000Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T04:40:25.000Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:40:25.007Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:40:25.008Z||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-10T04:40:25.008Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:40:34.599Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:40:34.602Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:41:25.000Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:41:25.001Z||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-10T04:41:25.001Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:41:25.007Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:41:25.009Z||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-10T04:41:25.009Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:41:25.690Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:41:25.691Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T04:41:25.692Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"22c68c30-87ac-4eb0-a752-3a66c3775412","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"3aa5ccdc-e25e-4d33-8714-29ccd3d11f8a","serviceDescription":"service","serviceInvariantUUID":"89d759ce-4c84-41f6-a6c0-74d09ba12090","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"bc1426f0-ec7d-4088-afda-9f3c81940b02","resourceInvariantUUID":"b6a2ab32-c6e1-4da3-9f21-35a98bb61c14","resourceCustomizationUUID":"dc29af6c-aa76-483d-83c2-141e5ee7cdcf","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":"NGI2NTk3NzRjYmRmZDIxNzRlZDZkMmYyOTMyZDE2YTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"20c0d884-81e8-4019-bfea-869e0d766775","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZDQ4NjgzMmE3Yjc2MzAxMTY1ZmVjNzI0MWM5MjIyYjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"19e397cc-ff4e-46a4-83a9-413ecafe522d","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-10T04:41:25.701Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T04:41:25.703Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-10T04:41:25.719Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T04:41:25.722Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "22c68c30-87ac-4eb0-a752-3a66c3775412", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836085000, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T04:41:25.748Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:41:25.781Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:41:25.782Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "22c68c30-87ac-4eb0-a752-3a66c3775412", "consumerID": "multicloud-k8s-id", "timestamp": 1654836056096, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T04:41:25.785Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:41:25.786Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:41:25.786Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "22c68c30-87ac-4eb0-a752-3a66c3775412", "consumerID": "aai-ml", "timestamp": 1654836052044, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T04:41:25.786Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:41:25.786Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:41:25.786Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "22c68c30-87ac-4eb0-a752-3a66c3775412", "consumerID": "ves-openapi-manager", "timestamp": 1654836051692, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T04:41:25.787Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:41:25.787Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:41:25.787Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "22c68c30-87ac-4eb0-a752-3a66c3775412", "consumerID": "policy-id", "timestamp": 1654836059138, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T04:41:25.787Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:41:25.787Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:41:25.787Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "22c68c30-87ac-4eb0-a752-3a66c3775412", "consumerID": "ves-openapi-manager", "timestamp": 1654836051692, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-10T04:41:25.788Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:41:25.788Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:41:25.788Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "22c68c30-87ac-4eb0-a752-3a66c3775412", "consumerID": "multicloud-k8s-id", "timestamp": 1654836056096, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-10T04:41:25.788Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:41:25.788Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:41:25.788Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "22c68c30-87ac-4eb0-a752-3a66c3775412", "consumerID": "aai-ml", "timestamp": 1654836052044, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-10T04:41:25.789Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:41:25.789Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:41:25.789Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "22c68c30-87ac-4eb0-a752-3a66c3775412", "consumerID": "policy-id", "timestamp": 1654836059138, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-10T04:41:25.789Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:41:25.789Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:41:25.789Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "22c68c30-87ac-4eb0-a752-3a66c3775412", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654836060985, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T04:41:25.789Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:41:25.790Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:41:25.790Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "22c68c30-87ac-4eb0-a752-3a66c3775412", "consumerID": "cds", "timestamp": 1654836061626, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T04:41:25.790Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:41:25.790Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:41:25.790Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "22c68c30-87ac-4eb0-a752-3a66c3775412", "consumerID": "aai-ml", "timestamp": 1654836063664, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T04:41:25.790Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:41:25.791Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:41:25.791Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "22c68c30-87ac-4eb0-a752-3a66c3775412", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654836060985, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-10T04:41:25.791Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:41:25.791Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:41:25.791Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "22c68c30-87ac-4eb0-a752-3a66c3775412", "consumerID": "policy-id", "timestamp": 1654836062644, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T04:41:25.791Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:41:25.791Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:41:25.792Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "22c68c30-87ac-4eb0-a752-3a66c3775412", "consumerID": "cds", "timestamp": 1654836061626, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-10T04:41:25.795Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:41:25.795Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:41:25.795Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "22c68c30-87ac-4eb0-a752-3a66c3775412", "consumerID": "policy-id", "timestamp": 1654836063653, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T04:41:25.796Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:41:25.796Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:41:25.796Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "22c68c30-87ac-4eb0-a752-3a66c3775412", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654836063835, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T04:41:25.796Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:41:25.801Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:41:25.801Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "22c68c30-87ac-4eb0-a752-3a66c3775412", "consumerID": "cds", "timestamp": 1654836064532, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T04:41:25.801Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:41:25.802Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:41:25.802Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "22c68c30-87ac-4eb0-a752-3a66c3775412", "consumerID": "policy-id", "timestamp": 1654836064657, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } 2022-06-10T04:41:25.818Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-06-10T04:41:25.820Z||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-10T04:41:25.820Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T04:41:25.843Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:41:25.845Z||pool-35-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-10T04:41:25.868Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 22c68c30-87ac-4eb0-a752-3a66c3775412 2022-06-10T04:41:25.869Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 22c68c30-87ac-4eb0-a752-3a66c3775412 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-10T04:41:25.896Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:41:25.897Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "22c68c30-87ac-4eb0-a752-3a66c3775412", "consumerID": "cds", "timestamp": 1654836065547, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-10T04:41:25.932Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 22c68c30-87ac-4eb0-a752-3a66c3775412 2022-06-10T04:41:25.933Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 22c68c30-87ac-4eb0-a752-3a66c3775412 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-10T04:41:25.967Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:41:25.968Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "22c68c30-87ac-4eb0-a752-3a66c3775412", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654836065897, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T04:41:25.968Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:41:25.969Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:41:25.969Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "22c68c30-87ac-4eb0-a752-3a66c3775412", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654836066904, "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-10T04:41:26.012Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 22c68c30-87ac-4eb0-a752-3a66c3775412 2022-06-10T04:41:26.013Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 22c68c30-87ac-4eb0-a752-3a66c3775412 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-10T04:41:26.057Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:41:26.057Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "22c68c30-87ac-4eb0-a752-3a66c3775412", "consumerID": "aai-ml", "timestamp": 1654836069612, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T04:41:26.058Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:41:26.058Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:41:26.058Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "22c68c30-87ac-4eb0-a752-3a66c3775412", "consumerID": "aai-ml", "timestamp": 1654836070617, "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-10T04:41:26.096Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 22c68c30-87ac-4eb0-a752-3a66c3775412 2022-06-10T04:41:26.097Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 22c68c30-87ac-4eb0-a752-3a66c3775412 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-10T04:41:26.142Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:41:26.142Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "22c68c30-87ac-4eb0-a752-3a66c3775412", "consumerID": "clamp", "timestamp": 1654836078908, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T04:41:26.143Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:41:26.143Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:41:26.144Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "22c68c30-87ac-4eb0-a752-3a66c3775412", "consumerID": "clamp", "timestamp": 1654836078908, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-10T04:41:26.144Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:41:26.723Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T04:41:26.724Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-10T04:41:26.729Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T04:41:26.729Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "22c68c30-87ac-4eb0-a752-3a66c3775412", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836085000, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-10T04:41:26.830Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-10T04:41:26.831Z||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-10T04:41:26.831Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:41:26.852Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:41:26.853Z||pool-36-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-06-10T04:41:27.730Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "22c68c30-87ac-4eb0-a752-3a66c3775412", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "3aa5ccdc-e25e-4d33-8714-29ccd3d11f8a", "serviceDescription": "service", "serviceInvariantUUID": "89d759ce-4c84-41f6-a6c0-74d09ba12090", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "dc29af6c-aa76-483d-83c2-141e5ee7cdcf", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "bc1426f0-ec7d-4088-afda-9f3c81940b02", "resourceInvariantUUID": "b6a2ab32-c6e1-4da3-9f21-35a98bb61c14", "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": "ZDQ4NjgzMmE3Yjc2MzAxMTY1ZmVjNzI0MWM5MjIyYjU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "19e397cc-ff4e-46a4-83a9-413ecafe522d" } ], "workloadContext": "Production" } 2022-06-10T04:41:27.730Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-10T04:41:27.730Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3aa5ccdc-e25e-4d33-8714-29ccd3d11f8a ASDC 2022-06-10T04:41:27.731Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:22c68c30-87ac-4eb0-a752-3a66c3775412 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:3aa5ccdc-e25e-4d33-8714-29ccd3d11f8a ServiceInvariantUUID:89d759ce-4c84-41f6-a6c0-74d09ba12090 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:19e397cc-ff4e-46a4-83a9-413ecafe522d ArtifactChecksum:ZDQ4NjgzMmE3Yjc2MzAxMTY1ZmVjNzI0MWM5MjIyYjU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:dc29af6c-aa76-483d-83c2-141e5ee7cdcf ResourceInvariantUUID:b6a2ab32-c6e1-4da3-9f21-35a98bb61c14 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:bc1426f0-ec7d-4088-afda-9f3c81940b02 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-06-10T04:41:27.731Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3aa5ccdc-e25e-4d33-8714-29ccd3d11f8a 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-10T04:41:27.833Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-10T04:41:27.835Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-06-10T04:41:27.835Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-06-10T04:41:27.835Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 19e397cc-ff4e-46a4-83a9-413ecafe522d from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-06-10T04:41:27.835Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-10T04:41:27.837Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-06-10T04:41:27.986Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-10T04:41:27.991Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 19e397cc-ff4e-46a4-83a9-413ecafe522d 52505 2022-06-10T04:41:27.992Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-06-10T04:41:27.992Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-06-10T04:41:27.992Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-10T04:41:27.992Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-10T04:41:27.995Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T04:41:27.996Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "22c68c30-87ac-4eb0-a752-3a66c3775412", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836087991, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T04:41:28.096Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T04:41:28.098Z||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-10T04:41:28.098Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:41:28.115Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:41:28.117Z||pool-37-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-06-10T04:41:28.996Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-10T04:41:28.997Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-06-10T04:41:28.998Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 19e397cc-ff4e-46a4-83a9-413ecafe522d, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-10T04:41:28.998Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-06-10T04:41:28.999Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-10T04:41:29.000Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-10T04:41:29.209Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16967446602525202322/Definitions/service-BasicNetwork-template.yml 2022-06-10T04:41:30.094Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-10T04:41:30.095Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-06-10T04:41:30.095Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-10T04:41:30.095Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-06-10T04:41:30.095Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-10T04:41:30.095Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-10T04:41:30.095Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-10T04:41:30.096Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-10T04:41:30.096Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-10T04:41:30.096Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-10T04:41:30.096Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-10T04:41:30.096Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-10T04:41:30.096Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-06-10T04:41:30.097Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:41:30.097Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T04:41:30.098Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-06-10T04:41:30.098Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-06-10T04:41:30.098Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-10T04:41:30.098Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:41:30.099Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T04:41:30.099Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-06-10T04:41:30.099Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-06-10T04:41:30.099Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-10T04:41:30.100Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:41:30.100Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T04:41:30.100Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:41:30.100Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T04:41:30.101Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:41:30.101Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T04:41:30.102Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:41:30.102Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T04:41:30.102Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:41:30.102Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T04:41:30.102Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:3aa5ccdc-e25e-4d33-8714-29ccd3d11f8a Model Version:NULL Model InvariantUuid:89d759ce-4c84-41f6-a6c0-74d09ba12090 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:b6a2ab32-c6e1-4da3-9f21-35a98bb61c14 Model UUID:50a4b6fb-c021-4306-bca3-dca507a26cfd Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:dc29af6c-aa76-483d-83c2-141e5ee7cdcf 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-10T04:41:30.127Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||INFO|500||Processing Resource Type: VL, Model UUID: bc1426f0-ec7d-4088-afda-9f3c81940b02 2022-06-10T04:41:30.128Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||INFO|500||No resources found for Service: 3aa5ccdc-e25e-4d33-8714-29ccd3d11f8a Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-10T04:41:30.137Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||INFO|500|| 2022-06-10T04:41:30.138Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-06-10T04:41:30.140Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 3aa5ccdc-e25e-4d33-8714-29ccd3d11f8a 2022-06-10T04:41:30.140Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 3aa5ccdc-e25e-4d33-8714-29ccd3d11f8a 2022-06-10T04:41:30.140Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-06-10T04:41:30.140Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-10T04:41:30.148Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@38fa6d49, org.onap.sdc.toscaparser.api.parameters.Input@5ebe273f, org.onap.sdc.toscaparser.api.parameters.Input@d089d01, org.onap.sdc.toscaparser.api.parameters.Input@612a8ae0, org.onap.sdc.toscaparser.api.parameters.Input@a5133a9] 2022-06-10T04:41:30.150Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:41:30.151Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T04:41:30.151Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:41:30.151Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T04:41:30.151Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 3aa5ccdc-e25e-4d33-8714-29ccd3d11f8a: Generic NeutronNet 2022-06-10T04:41:30.152Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:41:30.152Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T04:41:30.152Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:41:30.152Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2022-06-10T04:41:30.199Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:41:30.200Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T04:41:30.200Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:41:30.200Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T04:41:30.201Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:41:30.201Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T04:41:30.201Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-06-10T04:41:30.309Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-06-10T04:41:30.310Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-06-10T04:41:30.310Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-06-10T04:41:30.310Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-10T04:41:30.311Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-10T04:41:30.313Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T04:41:30.313Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "22c68c30-87ac-4eb0-a752-3a66c3775412", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836090310, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T04:41:30.417Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2022-06-10T04:41:30.418Z||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-10T04:41:30.418Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:41:30.434Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:41:30.434Z||pool-38-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-10T04:41:31.314Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 22c68c30-87ac-4eb0-a752-3a66c3775412 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T04:41:31.342Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 22c68c30-87ac-4eb0-a752-3a66c3775412 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T04:41:31.351Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-10T04:41:31.351Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-10T04:41:31.351Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-10T04:41:31.352Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-10T04:41:31.352Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T04:41:31.352Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T04:41:31.352Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T04:41:31.352Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T04:41:31.353Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T04:41:31.353Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||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-10T04:41:31.368Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-10T04:42:01.371Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 22c68c30-87ac-4eb0-a752-3a66c3775412 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-10T04:42:01.389Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 22c68c30-87ac-4eb0-a752-3a66c3775412 and serviceModelVersionId: 3aa5ccdc-e25e-4d33-8714-29ccd3d11f8a 2022-06-10T04:42:01.390Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 89d759ce-4c84-41f6-a6c0-74d09ba12090 2022-06-10T04:42:01.391Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/89d759ce-4c84-41f6-a6c0-74d09ba12090/model-vers/model-ver/3aa5ccdc-e25e-4d33-8714-29ccd3d11f8a?depth=0 2022-06-10T04:42:01.397Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-06-10T04:42:01.502Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/89d759ce-4c84-41f6-a6c0-74d09ba12090/model-vers/model-ver/3aa5ccdc-e25e-4d33-8714-29ccd3d11f8a?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-10T04:42:01.506Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/89d759ce-4c84-41f6-a6c0-74d09ba12090/model-vers/model-ver/3aa5ccdc-e25e-4d33-8714-29ccd3d11f8a?depth=0|INFO|500||Invoke 2022-06-10T04:42:01.555Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/89d759ce-4c84-41f6-a6c0-74d09ba12090/model-vers/model-ver/3aa5ccdc-e25e-4d33-8714-29ccd3d11f8a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-10T04:42:01.759Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/89d759ce-4c84-41f6-a6c0-74d09ba12090/model-vers/model-ver/3aa5ccdc-e25e-4d33-8714-29ccd3d11f8a?depth=0|INFO|500||InvokeReturn 2022-06-10T04:42:01.760Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/89d759ce-4c84-41f6-a6c0-74d09ba12090/model-vers/model-ver/3aa5ccdc-e25e-4d33-8714-29ccd3d11f8a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220610-04:42:01:114-2998], vertex-id=[209088], Content-Length=[0], Date=[Fri, 10 Jun 2022 04:42:01 GMT], Content-Type=[application/json]} 2022-06-10T04:42:01.760Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2022-06-10T04:42:01.761Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-10T04:42:01.761Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||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-10T04:42:01.793Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-10T04:42:01.794Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 22c68c30-87ac-4eb0-a752-3a66c3775412 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-10T04:42:01.794Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-10T04:42:01.795Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-10T04:42:01.798Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T04:42:01.799Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "22c68c30-87ac-4eb0-a752-3a66c3775412", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836121794, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-10T04:42:01.898Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-10T04:42:01.899Z||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-10T04:42:01.900Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:42:01.918Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:42:01.918Z||pool-39-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-10T04:42:24.997Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:42:24.999Z|22c68c30-87ac-4eb0-a752-3a66c3775412|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-10T04:42:25.000Z|22c68c30-87ac-4eb0-a752-3a66c3775412|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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:42:25.006Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:42:25.008Z||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-10T04:42:25.009Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:42:25.156Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:42:25.158Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:42:25.160Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "22c68c30-87ac-4eb0-a752-3a66c3775412", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836085000, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T04:42:25.165Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:42:25.673Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:42:25.675Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T04:42:25.675Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"1ef19ea8-d966-461c-b5e0-f3cbe3c9184a","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"ec2b94f2-526b-4079-beec-dc2902cbf3b9","serviceDescription":"service","serviceInvariantUUID":"89b8db5a-dad1-4a11-b1ed-3317b4dfc81d","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f322d18f-4d66-4c52-ad70-12087feb3abb","resourceInvariantUUID":"080b4075-b7a2-496a-9195-6b32c900729f","resourceCustomizationUUID":"66849d99-a4b1-466f-8387-506ffd18f4a3","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":"NWRjOWI0MDI4MTJhYjBiMTc3MjI5Mzg2NDZlYTlkZjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"61ac6b7a-5e2b-43df-a178-64343029c5e7","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":"YzBjMWUzNTc1MmU2NDVlNjM0MGRhMTdiMzJjZDc2MjI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6b33b3cc-1996-4ac7-a1db-6010e9f4226b","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":"637b2b14-c7e5-4f5b-8e22-aafb49662e87","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":"945f4f02-f009-4dab-8464-43bc5f5db379","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":"a5289d33-f0aa-426e-bfd5-029cf58a5713","artifactVersion":"2","generatedFromUUID":"637b2b14-c7e5-4f5b-8e22-aafb49662e87"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MjViYWZhODE4Mzc0NzNhNzQ1MDVhMDk2ZDFhMTFlM2M\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b0ae4b83-d444-4991-a8a7-3889e2f50c71","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NzVhNjZlZTBkNGZmY2I0NGM4NDU2MmM0MDcyOGRhZDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3aa2f08c-b92a-41e0-9e55-9a2d5b5ace14","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-10T04:42:25.686Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T04:42:25.687Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-10T04:42:25.705Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T04:42:25.705Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1ef19ea8-d966-461c-b5e0-f3cbe3c9184a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836144997, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:42:25.790Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 85 ms 2022-06-10T04:42:25.791Z||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-10T04:42:25.791Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:42:25.810Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:42:25.811Z||pool-40-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-06-10T04:42:26.706Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T04:42:26.707Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-10T04:42:26.709Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T04:42:26.709Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1ef19ea8-d966-461c-b5e0-f3cbe3c9184a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836144997, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-06-10T04:42:26.810Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T04:42:26.811Z||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-10T04:42:26.811Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:42:26.832Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:42:26.836Z||pool-41-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1} 2022-06-10T04:42:27.712Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T04:42:27.713Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-10T04:42:27.716Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T04:42:27.716Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1ef19ea8-d966-461c-b5e0-f3cbe3c9184a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836144997, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-10T04:42:27.817Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-10T04:42:27.818Z||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-10T04:42:27.818Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:42:27.840Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:42:27.841Z||pool-42-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-06-10T04:42:28.717Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T04:42:28.718Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-10T04:42:28.721Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T04:42:28.721Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1ef19ea8-d966-461c-b5e0-f3cbe3c9184a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836144997, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:42:28.821Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T04:42:28.822Z||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-10T04:42:28.822Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:42:28.837Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:42:28.838Z||pool-43-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-10T04:42:29.722Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T04:42:29.723Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-10T04:42:29.726Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T04:42:29.726Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1ef19ea8-d966-461c-b5e0-f3cbe3c9184a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836144997, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-10T04:42:29.826Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T04:42:29.828Z||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-10T04:42:29.828Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:42:29.848Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:42:29.850Z||pool-44-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-06-10T04:42:30.727Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T04:42:30.729Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-10T04:42:30.735Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T04:42:30.736Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1ef19ea8-d966-461c-b5e0-f3cbe3c9184a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836144997, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T04:42:30.834Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-06-10T04:42:30.836Z||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-10T04:42:30.837Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:42:30.854Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:42:30.855Z||pool-45-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-06-10T04:42:31.740Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T04:42:31.741Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-10T04:42:31.747Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T04:42:31.747Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1ef19ea8-d966-461c-b5e0-f3cbe3c9184a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836144997, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-10T04:42:31.843Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-06-10T04:42:31.844Z||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-10T04:42:31.844Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:42:31.859Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:42:31.860Z||pool-46-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-06-10T04:42:32.749Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "1ef19ea8-d966-461c-b5e0-f3cbe3c9184a", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "ec2b94f2-526b-4079-beec-dc2902cbf3b9", "serviceDescription": "service", "serviceInvariantUUID": "89b8db5a-dad1-4a11-b1ed-3317b4dfc81d", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "66849d99-a4b1-466f-8387-506ffd18f4a3", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "f322d18f-4d66-4c52-ad70-12087feb3abb", "resourceInvariantUUID": "080b4075-b7a2-496a-9195-6b32c900729f", "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": "YzBjMWUzNTc1MmU2NDVlNjM0MGRhMTdiMzJjZDc2MjI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "6b33b3cc-1996-4ac7-a1db-6010e9f4226b", "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": "637b2b14-c7e5-4f5b-8e22-aafb49662e87", "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": "a5289d33-f0aa-426e-bfd5-029cf58a5713", "generatedFromUUID": "637b2b14-c7e5-4f5b-8e22-aafb49662e87" }, "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": "a5289d33-f0aa-426e-bfd5-029cf58a5713", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "NzVhNjZlZTBkNGZmY2I0NGM4NDU2MmM0MDcyOGRhZDQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3aa2f08c-b92a-41e0-9e55-9a2d5b5ace14" } ], "workloadContext": "Production" } 2022-06-10T04:42:32.749Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-10T04:42:32.749Z|22c68c30-87ac-4eb0-a752-3a66c3775412|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ec2b94f2-526b-4079-beec-dc2902cbf3b9 ASDC 2022-06-10T04:42:32.750Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:1ef19ea8-d966-461c-b5e0-f3cbe3c9184a ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:ec2b94f2-526b-4079-beec-dc2902cbf3b9 ServiceInvariantUUID:89b8db5a-dad1-4a11-b1ed-3317b4dfc81d 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:3aa2f08c-b92a-41e0-9e55-9a2d5b5ace14 ArtifactChecksum:NzVhNjZlZTBkNGZmY2I0NGM4NDU2MmM0MDcyOGRhZDQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:66849d99-a4b1-466f-8387-506ffd18f4a3 ResourceInvariantUUID:080b4075-b7a2-496a-9195-6b32c900729f ResourceName:basic_vm ResourceType:VF ResourceUUID:f322d18f-4d66-4c52-ad70-12087feb3abb 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:6b33b3cc-1996-4ac7-a1db-6010e9f4226b ArtifactChecksum:YzBjMWUzNTc1MmU2NDVlNjM0MGRhMTdiMzJjZDc2MjI= 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:637b2b14-c7e5-4f5b-8e22-aafb49662e87 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:a5289d33-f0aa-426e-bfd5-029cf58a5713 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:a5289d33-f0aa-426e-bfd5-029cf58a5713 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-10T04:42:32.750Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ec2b94f2-526b-4079-beec-dc2902cbf3b9 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-10T04:42:32.803Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-10T04:42:32.804Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-06-10T04:42:32.804Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-06-10T04:42:32.805Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 3aa2f08c-b92a-41e0-9e55-9a2d5b5ace14 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-06-10T04:42:32.805Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-10T04:42:32.805Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-06-10T04:42:32.950Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-10T04:42:32.954Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 3aa2f08c-b92a-41e0-9e55-9a2d5b5ace14 71081 2022-06-10T04:42:32.954Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-06-10T04:42:32.954Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-06-10T04:42:32.954Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-10T04:42:32.955Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-10T04:42:32.960Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T04:42:32.960Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1ef19ea8-d966-461c-b5e0-f3cbe3c9184a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836152954, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T04:42:33.057Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-06-10T04:42:33.059Z||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-10T04:42:33.059Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:42:33.077Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:42:33.078Z||pool-47-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-06-10T04:42:33.960Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-10T04:42:33.961Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-06-10T04:42:33.963Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 3aa2f08c-b92a-41e0-9e55-9a2d5b5ace14, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-06-10T04:42:33.963Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-06-10T04:42:33.964Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-06-10T04:42:33.964Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-06-10T04:42:34.198Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11393906425587606528/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-10T04:42:35.893Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-10T04:42:35.894Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-06-10T04:42:35.894Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-10T04:42:35.894Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-06-10T04:42:35.894Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-10T04:42:35.895Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-10T04:42:35.895Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-10T04:42:35.895Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-10T04:42:35.895Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-10T04:42:35.896Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-10T04:42:35.896Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-10T04:42:35.896Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-10T04:42:35.896Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-10T04:42:35.897Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-06-10T04:42:35.897Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:42:35.897Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T04:42:35.898Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-10T04:42:35.898Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-06-10T04:42:35.898Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-10T04:42:35.899Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:42:35.899Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T04:42:35.899Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-10T04:42:35.900Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-06-10T04:42:35.900Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-10T04:42:35.900Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:42:35.901Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T04:42:35.901Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:42:35.901Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-06-10T04:42:35.902Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-06-10T04:42:35.902Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-06-10T04:42:35.902Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-06-10T04:42:35.902Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-10T04:42:35.903Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-10T04:42:35.903Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:42:35.903Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-10T04:42:35.904Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:42:35.904Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-10T04:42:35.904Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-10T04:42:35.905Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:42:35.905Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-10T04:42:35.905Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-10T04:42:35.906Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:42:35.906Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-10T04:42:35.906Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-10T04:42:35.907Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:42:35.907Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-06-10T04:42:35.907Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-06-10T04:42:35.907Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-10T04:42:35.908Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=7eb31ed8-b064-4fb1-8e7d-c1d3c6498d5d 2022-06-10T04:42:35.908Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:42:35.908Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T04:42:35.909Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:42:35.909Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T04:42:35.909Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:42:35.910Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T04:42:35.910Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:42:35.910Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T04:42:35.911Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:ec2b94f2-526b-4079-beec-dc2902cbf3b9 Model Version:NULL Model InvariantUuid:89b8db5a-dad1-4a11-b1ed-3317b4dfc81d Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:5cfd4866-9f58-4f9f-9d2c-9ea667ad158e Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:080b4075-b7a2-496a-9195-6b32c900729f Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:66849d99-a4b1-466f-8387-506ffd18f4a3 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:c69e56ba-8209-4021-a2c4-ef7ab727b82d ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:069a7f5a-2284-495a-980b-233886c141c4 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:7eb31ed8-b064-4fb1-8e7d-c1d3c6498d5d ModelInvariantUuid:8895c84c-0f58-443d-a0a5-526a44169578 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:a4f6145d-f1fe-47f5-b1c9-a95aaa2326c2 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:24b8158b-46bd-42dc-8ce0-b0b68aca7c30 ModelInvariantUuid:32170b36-f8d6-49f4-8145-65f06bdcf8a9 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:a546fefb-8686-44f9-bf65-9fcbfc223cfb 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-10T04:42:35.969Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: f322d18f-4d66-4c52-ad70-12087feb3abb Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-10T04:42:35.975Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||INFO|500||basic_vm 0 2022-06-10T04:42:35.976Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f322d18f-4d66-4c52-ad70-12087feb3abb 2022-06-10T04:42:35.976Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 6b33b3cc-1996-4ac7-a1db-6010e9f4226b from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-06-10T04:42:35.976Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-10T04:42:35.977Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-06-10T04:42:36.055Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-10T04:42:36.055Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 6b33b3cc-1996-4ac7-a1db-6010e9f4226b 787 2022-06-10T04:42:36.056Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-06-10T04:42:36.056Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-06-10T04:42:36.056Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-10T04:42:36.057Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-10T04:42:36.059Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T04:42:36.059Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1ef19ea8-d966-461c-b5e0-f3cbe3c9184a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836156056, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-10T04:42:36.159Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T04:42:36.161Z||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-10T04:42:36.162Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:42:36.195Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:42:36.196Z||pool-48-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1} 2022-06-10T04:42:37.060Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "c69e56ba-8209-4021-a2c4-ef7ab727b82d", "vfModuleModelVersion": "1", "vfModuleModelUUID": "069a7f5a-2284-495a-980b-233886c141c4", "vfModuleModelCustomizationUUID": "4eac93ca-7179-41c7-8664-7e3c2dc41b1c", "isBase": true, "artifacts": [ "637b2b14-c7e5-4f5b-8e22-aafb49662e87", "a5289d33-f0aa-426e-bfd5-029cf58a5713" ], "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-10T04:42:37.069Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:069a7f5a-2284-495a-980b-233886c141c4 VfModuleModelInvariantUUID:c69e56ba-8209-4021-a2c4-ef7ab727b82d VfModuleModelDescription:NULL Artifacts UUID List:{ 637b2b14-c7e5-4f5b-8e22-aafb49662e87 , a5289d33-f0aa-426e-bfd5-029cf58a5713 } 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-10T04:42:37.073Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "c69e56ba-8209-4021-a2c4-ef7ab727b82d", "vfModuleModelVersion": "1", "vfModuleModelUUID": "069a7f5a-2284-495a-980b-233886c141c4", "vfModuleModelCustomizationUUID": "4eac93ca-7179-41c7-8664-7e3c2dc41b1c", "isBase": true, "artifacts": [ "637b2b14-c7e5-4f5b-8e22-aafb49662e87", "a5289d33-f0aa-426e-bfd5-029cf58a5713" ], "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-10T04:42:37.074Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:069a7f5a-2284-495a-980b-233886c141c4 VfModuleModelInvariantUUID:c69e56ba-8209-4021-a2c4-ef7ab727b82d VfModuleModelDescription:NULL Artifacts UUID List:{ 637b2b14-c7e5-4f5b-8e22-aafb49662e87 , a5289d33-f0aa-426e-bfd5-029cf58a5713 } 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-10T04:42:37.075Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 637b2b14-c7e5-4f5b-8e22-aafb49662e87 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-06-10T04:42:37.075Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-10T04:42:37.076Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-06-10T04:42:37.265Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-10T04:42:37.266Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 637b2b14-c7e5-4f5b-8e22-aafb49662e87 5033 2022-06-10T04:42:37.267Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-06-10T04:42:37.267Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-06-10T04:42:37.267Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-10T04:42:37.268Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-10T04:42:37.271Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T04:42:37.271Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1ef19ea8-d966-461c-b5e0-f3cbe3c9184a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836157267, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-10T04:42:37.372Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-10T04:42:37.373Z||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-10T04:42:37.373Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:42:37.393Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:42:37.394Z||pool-49-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-06-10T04:42:38.273Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: a5289d33-f0aa-426e-bfd5-029cf58a5713 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-06-10T04:42:38.274Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-10T04:42:38.275Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-06-10T04:42:38.373Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-10T04:42:38.374Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env a5289d33-f0aa-426e-bfd5-029cf58a5713 903 2022-06-10T04:42:38.375Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-06-10T04:42:38.375Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-06-10T04:42:38.375Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-10T04:42:38.376Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-10T04:42:38.379Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T04:42:38.379Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1ef19ea8-d966-461c-b5e0-f3cbe3c9184a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836158375, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-10T04:42:38.479Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T04:42:38.481Z||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-10T04:42:38.481Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:42:38.512Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:42:38.513Z||pool-50-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} 2022-06-10T04:42:39.380Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: ec2b94f2-526b-4079-beec-dc2902cbf3b9 2022-06-10T04:42:39.382Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 f322d18f-4d66-4c52-ad70-12087feb3abb 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-10T04:42:39.410Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@209e26a, org.onap.sdc.toscaparser.api.parameters.Input@5926d6, org.onap.sdc.toscaparser.api.parameters.Input@2cea3152, org.onap.sdc.toscaparser.api.parameters.Input@28fb064d, org.onap.sdc.toscaparser.api.parameters.Input@65acab8a] 2022-06-10T04:42:39.412Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:42:39.412Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T04:42:39.413Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2022-06-10T04:42:39.413Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 66849d99-a4b1-466f-8387-506ffd18f4a3 2022-06-10T04:42:39.413Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 66849d99-a4b1-466f-8387-506ffd18f4a3 matches Tosca VF Customization UUID: 66849d99-a4b1-466f-8387-506ffd18f4a3 2022-06-10T04:42:39.414Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 66849d99-a4b1-466f-8387-506ffd18f4a3 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-10T04:42:39.418Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:42:39.418Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T04:42:39.419Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 66849d99-a4b1-466f-8387-506ffd18f4a3: {\"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-10T04:42:39.420Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@21ae370c 2022-06-10T04:42:39.420Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:42:39.421Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-10T04:42:39.421Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4eac93ca-7179-41c7-8664-7e3c2dc41b1c 2022-06-10T04:42:39.422Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4eac93ca-7179-41c7-8664-7e3c2dc41b1c 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-10T04:42:39.427Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:42:39.427Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-10T04:42:39.427Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-10T04:42:39.428Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:42:39.428Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-10T04:42:39.429Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-10T04:42:39.429Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:42:39.430Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-06-10T04:42:39.430Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-06-10T04:42:39.430Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-10T04:42:39.431Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=7eb31ed8-b064-4fb1-8e7d-c1d3c6498d5d 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-10T04:42:39.436Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:42:39.436Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-10T04:42:39.437Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-10T04:42:39.437Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:42:39.438Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-10T04:42:39.438Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=66849d99-a4b1-466f-8387-506ffd18f4a3 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-10T04:42:39.444Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:42:39.445Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T04:42:39.445Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid ec2b94f2-526b-4079-beec-dc2902cbf3b9: basic_vm 2022-06-10T04:42:39.446Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:42:39.446Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T04:42:39.446Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:42:39.447Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T04:42:39.447Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:42:39.448Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T04:42:39.448Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:42:39.448Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T04:42:39.449Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:42:39.450Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T04:42:39.450Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||INFO|500||Saving Service: basic_vm Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-10T04:42:39.626Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm f322d18f-4d66-4c52-ad70-12087feb3abb 1 ASDC deployResourceStructure 2022-06-10T04:42:39.627Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-06-10T04:42:39.627Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-06-10T04:42:39.627Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-10T04:42:39.627Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-10T04:42:39.630Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T04:42:39.630Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1ef19ea8-d966-461c-b5e0-f3cbe3c9184a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836159627, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-06-10T04:42:39.730Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T04:42:39.731Z||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-10T04:42:39.732Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:42:39.762Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:42:39.763Z||pool-51-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2022-06-10T04:42:40.630Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-06-10T04:42:40.632Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-06-10T04:42:40.632Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-10T04:42:40.632Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-10T04:42:40.639Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T04:42:40.641Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1ef19ea8-d966-461c-b5e0-f3cbe3c9184a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836160630, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-06-10T04:42:40.739Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-06-10T04:42:40.741Z||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-10T04:42:40.741Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:42:40.759Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:42:40.759Z||pool-52-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-10T04:42:41.643Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-06-10T04:42:41.643Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-06-10T04:42:41.644Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-10T04:42:41.644Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-10T04:42:41.646Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T04:42:41.647Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1ef19ea8-d966-461c-b5e0-f3cbe3c9184a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836161643, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-06-10T04:42:41.748Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-10T04:42:41.753Z||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-10T04:42:41.753Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:42:41.770Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:42:41.772Z||pool-53-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-06-10T04:42:42.650Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-06-10T04:42:42.650Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-06-10T04:42:42.651Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-10T04:42:42.652Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-10T04:42:42.656Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T04:42:42.656Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1ef19ea8-d966-461c-b5e0-f3cbe3c9184a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836162649, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T04:42:42.757Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T04:42:42.758Z||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-10T04:42:42.759Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:42:42.775Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:42:42.776Z||pool-54-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-06-10T04:42:43.658Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1ef19ea8-d966-461c-b5e0-f3cbe3c9184a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T04:42:43.688Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1ef19ea8-d966-461c-b5e0-f3cbe3c9184a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T04:42:43.693Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-10T04:42:43.693Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-10T04:42:43.693Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-10T04:43:13.694Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1ef19ea8-d966-461c-b5e0-f3cbe3c9184a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T04:43:13.725Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1ef19ea8-d966-461c-b5e0-f3cbe3c9184a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T04:43:13.733Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-10T04:43:13.733Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-10T04:43:13.733Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-10T04:43:25.006Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:43:25.009Z||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-10T04:43:25.009Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:43:25.048Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:43:25.051Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:43:25.051Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "22c68c30-87ac-4eb0-a752-3a66c3775412", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836085000, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-10T04:43:25.052Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:43:25.052Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:43:25.052Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "22c68c30-87ac-4eb0-a752-3a66c3775412", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836087991, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T04:43:25.053Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:43:25.053Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:43:25.053Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "22c68c30-87ac-4eb0-a752-3a66c3775412", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836090310, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T04:43:25.053Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:43:25.053Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:43:25.053Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "22c68c30-87ac-4eb0-a752-3a66c3775412", "consumerID": "clamp", "timestamp": 1654836092042, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T04:43:25.054Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:43:25.054Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:43:25.054Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "22c68c30-87ac-4eb0-a752-3a66c3775412", "consumerID": "clamp", "timestamp": 1654836094076, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T04:43:25.054Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:43:25.054Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:43:25.054Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "22c68c30-87ac-4eb0-a752-3a66c3775412", "consumerID": "clamp", "timestamp": 1654836095082, "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-10T04:43:25.073Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 22c68c30-87ac-4eb0-a752-3a66c3775412 2022-06-10T04:43:25.074Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 22c68c30-87ac-4eb0-a752-3a66c3775412 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-10T04:43:25.104Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:43:25.105Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "22c68c30-87ac-4eb0-a752-3a66c3775412", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836121794, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-10T04:43:25.106Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:43:25.106Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:43:25.106Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ef19ea8-d966-461c-b5e0-f3cbe3c9184a", "consumerID": "multicloud-k8s-id", "timestamp": 1654836116098, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:43:25.108Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:43:25.108Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:43:25.108Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ef19ea8-d966-461c-b5e0-f3cbe3c9184a", "consumerID": "cds", "timestamp": 1654836121626, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:43:25.109Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:43:25.109Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:43:25.109Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ef19ea8-d966-461c-b5e0-f3cbe3c9184a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654836120985, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:43:25.110Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:43:25.110Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:43:25.110Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ef19ea8-d966-461c-b5e0-f3cbe3c9184a", "consumerID": "policy-id", "timestamp": 1654836119138, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:43:25.110Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:43:25.111Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:43:25.111Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ef19ea8-d966-461c-b5e0-f3cbe3c9184a", "consumerID": "multicloud-k8s-id", "timestamp": 1654836116098, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-06-10T04:43:25.111Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:43:25.112Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:43:25.112Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ef19ea8-d966-461c-b5e0-f3cbe3c9184a", "consumerID": "cds", "timestamp": 1654836121626, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-10T04:43:25.112Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:43:25.113Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:43:25.113Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ef19ea8-d966-461c-b5e0-f3cbe3c9184a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654836120985, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-10T04:43:25.113Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:43:25.113Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:43:25.114Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ef19ea8-d966-461c-b5e0-f3cbe3c9184a", "consumerID": "policy-id", "timestamp": 1654836119138, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-10T04:43:25.114Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:43:25.114Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:43:25.114Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ef19ea8-d966-461c-b5e0-f3cbe3c9184a", "consumerID": "multicloud-k8s-id", "timestamp": 1654836116098, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-10T04:43:25.115Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:43:25.115Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:43:25.115Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ef19ea8-d966-461c-b5e0-f3cbe3c9184a", "consumerID": "cds", "timestamp": 1654836121626, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T04:43:25.115Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:43:25.116Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:43:25.116Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ef19ea8-d966-461c-b5e0-f3cbe3c9184a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654836120985, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T04:43:25.116Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:43:25.116Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:43:25.117Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ef19ea8-d966-461c-b5e0-f3cbe3c9184a", "consumerID": "policy-id", "timestamp": 1654836119138, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-10T04:43:25.117Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:43:25.117Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:43:25.117Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ef19ea8-d966-461c-b5e0-f3cbe3c9184a", "consumerID": "multicloud-k8s-id", "timestamp": 1654836116098, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:43:25.117Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:43:25.118Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:43:25.118Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ef19ea8-d966-461c-b5e0-f3cbe3c9184a", "consumerID": "cds", "timestamp": 1654836121626, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:43:25.118Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:43:25.118Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:43:25.118Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ef19ea8-d966-461c-b5e0-f3cbe3c9184a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654836120985, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:43:25.119Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:43:25.119Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:43:25.119Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ef19ea8-d966-461c-b5e0-f3cbe3c9184a", "consumerID": "policy-id", "timestamp": 1654836119138, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:43:25.119Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:43:25.120Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:43:25.120Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ef19ea8-d966-461c-b5e0-f3cbe3c9184a", "consumerID": "cds", "timestamp": 1654836121626, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-10T04:43:25.120Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:43:25.120Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:43:25.121Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ef19ea8-d966-461c-b5e0-f3cbe3c9184a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654836120985, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-10T04:43:25.121Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:43:25.121Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:43:25.121Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ef19ea8-d966-461c-b5e0-f3cbe3c9184a", "consumerID": "multicloud-k8s-id", "timestamp": 1654836116098, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-10T04:43:25.121Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:43:25.121Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:43:25.121Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ef19ea8-d966-461c-b5e0-f3cbe3c9184a", "consumerID": "policy-id", "timestamp": 1654836119138, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-10T04:43:25.122Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:43:25.122Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:43:25.122Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ef19ea8-d966-461c-b5e0-f3cbe3c9184a", "consumerID": "cds", "timestamp": 1654836121626, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T04:43:25.122Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:43:25.122Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:43:25.123Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ef19ea8-d966-461c-b5e0-f3cbe3c9184a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654836120985, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T04:43:25.123Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:43:25.123Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:43:25.123Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ef19ea8-d966-461c-b5e0-f3cbe3c9184a", "consumerID": "multicloud-k8s-id", "timestamp": 1654836116098, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T04:43:25.124Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:43:25.124Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:43:25.124Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ef19ea8-d966-461c-b5e0-f3cbe3c9184a", "consumerID": "policy-id", "timestamp": 1654836119138, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T04:43:25.124Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:43:25.124Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:43:25.124Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ef19ea8-d966-461c-b5e0-f3cbe3c9184a", "consumerID": "ves-openapi-manager", "timestamp": 1654836131692, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:43:25.125Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:43:25.125Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:43:25.125Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ef19ea8-d966-461c-b5e0-f3cbe3c9184a", "consumerID": "cds", "timestamp": 1654836121626, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-10T04:43:25.126Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:43:25.126Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:43:25.126Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ef19ea8-d966-461c-b5e0-f3cbe3c9184a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654836120985, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-10T04:43:25.126Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:43:25.127Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:43:25.127Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ef19ea8-d966-461c-b5e0-f3cbe3c9184a", "consumerID": "multicloud-k8s-id", "timestamp": 1654836116098, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-10T04:43:25.127Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:43:25.127Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:43:25.127Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ef19ea8-d966-461c-b5e0-f3cbe3c9184a", "consumerID": "policy-id", "timestamp": 1654836119138, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-10T04:43:25.128Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:43:25.128Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:43:25.128Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ef19ea8-d966-461c-b5e0-f3cbe3c9184a", "consumerID": "ves-openapi-manager", "timestamp": 1654836131692, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-10T04:43:25.129Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:43:25.129Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:43:25.129Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ef19ea8-d966-461c-b5e0-f3cbe3c9184a", "consumerID": "cds", "timestamp": 1654836133645, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T04:43:25.130Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:43:25.130Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:43:25.130Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ef19ea8-d966-461c-b5e0-f3cbe3c9184a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654836133655, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T04:43:25.130Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:43:25.130Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:43:25.131Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ef19ea8-d966-461c-b5e0-f3cbe3c9184a", "consumerID": "policy-id", "timestamp": 1654836133647, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T04:43:25.131Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:43:25.131Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:43:25.131Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ef19ea8-d966-461c-b5e0-f3cbe3c9184a", "consumerID": "multicloud-k8s-id", "timestamp": 1654836133012, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-10T04:43:25.132Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:43:25.132Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:43:25.132Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ef19ea8-d966-461c-b5e0-f3cbe3c9184a", "consumerID": "ves-openapi-manager", "timestamp": 1654836131692, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T04:43:25.133Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:43:25.133Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:43:25.133Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ef19ea8-d966-461c-b5e0-f3cbe3c9184a", "consumerID": "cds", "timestamp": 1654836134655, "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=? 2022-06-10T04:43:25.145Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1ef19ea8-d966-461c-b5e0-f3cbe3c9184a 2022-06-10T04:43:25.146Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ef19ea8-d966-461c-b5e0-f3cbe3c9184a 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-10T04:43:25.164Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:43:25.165Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ef19ea8-d966-461c-b5e0-f3cbe3c9184a", "consumerID": "policy-id", "timestamp": 1654836134653, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T04:43:25.165Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:43:25.165Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:43:25.166Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ef19ea8-d966-461c-b5e0-f3cbe3c9184a", "consumerID": "multicloud-k8s-id", "timestamp": 1654836134174, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-10T04:43:25.166Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:43:25.166Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:43:25.166Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ef19ea8-d966-461c-b5e0-f3cbe3c9184a", "consumerID": "ves-openapi-manager", "timestamp": 1654836131692, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:43:25.167Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:43:25.167Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:43:25.167Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ef19ea8-d966-461c-b5e0-f3cbe3c9184a", "consumerID": "policy-id", "timestamp": 1654836135659, "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-10T04:43:25.175Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1ef19ea8-d966-461c-b5e0-f3cbe3c9184a 2022-06-10T04:43:25.176Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ef19ea8-d966-461c-b5e0-f3cbe3c9184a 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-10T04:43:25.199Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:43:25.199Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ef19ea8-d966-461c-b5e0-f3cbe3c9184a", "consumerID": "multicloud-k8s-id", "timestamp": 1654836135258, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-10T04:43:25.200Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:43:25.200Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:43:25.200Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ef19ea8-d966-461c-b5e0-f3cbe3c9184a", "consumerID": "ves-openapi-manager", "timestamp": 1654836131692, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-10T04:43:25.200Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:43:25.201Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:43:25.201Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ef19ea8-d966-461c-b5e0-f3cbe3c9184a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654836136792, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T04:43:25.201Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:43:25.202Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:43:25.202Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ef19ea8-d966-461c-b5e0-f3cbe3c9184a", "consumerID": "multicloud-k8s-id", "timestamp": 1654836136307, "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-10T04:43:25.211Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1ef19ea8-d966-461c-b5e0-f3cbe3c9184a 2022-06-10T04:43:25.212Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ef19ea8-d966-461c-b5e0-f3cbe3c9184a 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-10T04:43:25.223Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:43:25.223Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ef19ea8-d966-461c-b5e0-f3cbe3c9184a", "consumerID": "ves-openapi-manager", "timestamp": 1654836131692, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T04:43:25.224Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:43:25.224Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:43:25.224Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ef19ea8-d966-461c-b5e0-f3cbe3c9184a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654836137806, "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-10T04:43:25.260Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1ef19ea8-d966-461c-b5e0-f3cbe3c9184a 2022-06-10T04:43:25.261Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ef19ea8-d966-461c-b5e0-f3cbe3c9184a 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-10T04:43:25.283Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:43:25.284Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ef19ea8-d966-461c-b5e0-f3cbe3c9184a", "consumerID": "multicloud-k8s-id", "timestamp": 1654836137313, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-06-10T04:43:25.285Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:43:25.285Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:43:25.285Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ef19ea8-d966-461c-b5e0-f3cbe3c9184a", "consumerID": "ves-openapi-manager", "timestamp": 1654836131692, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-10T04:43:25.285Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:43:25.286Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:43:25.286Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ef19ea8-d966-461c-b5e0-f3cbe3c9184a", "consumerID": "clamp", "timestamp": 1654836138908, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:43:25.286Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:43:25.287Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:43:25.287Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "22e049f4-ad19-4f3a-8d48-071c43103344", "consumerID": "cds", "timestamp": 1654836136626, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcbwwdd7xsgf5jlgxrnr/1.0/resourceInstances/pnf97f69ed9f27a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:43:25.287Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:43:25.288Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:43:25.288Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "22e049f4-ad19-4f3a-8d48-071c43103344", "consumerID": "multicloud-k8s-id", "timestamp": 1654836138330, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcbwwdd7xsgf5jlgxrnr/1.0/resourceInstances/pnf97f69ed9f27a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:43:25.289Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:43:25.289Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:43:25.289Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "22e049f4-ad19-4f3a-8d48-071c43103344", "consumerID": "policy-id", "timestamp": 1654836139138, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcbwwdd7xsgf5jlgxrnr/1.0/resourceInstances/pnf97f69ed9f27a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:43:25.289Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:43:25.290Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:43:25.290Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ef19ea8-d966-461c-b5e0-f3cbe3c9184a", "consumerID": "clamp", "timestamp": 1654836138908, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-06-10T04:43:25.290Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:43:25.291Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:43:25.291Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "22e049f4-ad19-4f3a-8d48-071c43103344", "consumerID": "multicloud-k8s-id", "timestamp": 1654836138330, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcbwwdd7xsgf5jlgxrnr/1.0/resourceInstances/pnf97f69ed9f27a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-10T04:43:25.291Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:43:25.291Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:43:25.292Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "22e049f4-ad19-4f3a-8d48-071c43103344", "consumerID": "cds", "timestamp": 1654836136626, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcbwwdd7xsgf5jlgxrnr/1.0/resourceInstances/pnf97f69ed9f27a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-10T04:43:25.292Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:43:25.293Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:43:25.293Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "22e049f4-ad19-4f3a-8d48-071c43103344", "consumerID": "policy-id", "timestamp": 1654836139138, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcbwwdd7xsgf5jlgxrnr/1.0/resourceInstances/pnf97f69ed9f27a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-10T04:43:25.293Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:43:25.293Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:43:25.294Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ef19ea8-d966-461c-b5e0-f3cbe3c9184a", "consumerID": "clamp", "timestamp": 1654836138908, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T04:43:25.294Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:43:25.294Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:43:25.294Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ef19ea8-d966-461c-b5e0-f3cbe3c9184a", "consumerID": "aai-ml", "timestamp": 1654836142044, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:43:25.294Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:43:25.295Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:43:25.295Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "22e049f4-ad19-4f3a-8d48-071c43103344", "consumerID": "multicloud-k8s-id", "timestamp": 1654836138330, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcbwwdd7xsgf5jlgxrnr/1.0/resourceInstances/pnf97f69ed9f27a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-10T04:43:25.295Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:43:25.295Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:43:25.296Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "22e049f4-ad19-4f3a-8d48-071c43103344", "consumerID": "cds", "timestamp": 1654836136626, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcbwwdd7xsgf5jlgxrnr/1.0/resourceInstances/pnf97f69ed9f27a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-10T04:43:25.296Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:43:25.296Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:43:25.297Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "22e049f4-ad19-4f3a-8d48-071c43103344", "consumerID": "policy-id", "timestamp": 1654836139138, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcbwwdd7xsgf5jlgxrnr/1.0/resourceInstances/pnf97f69ed9f27a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-10T04:43:25.297Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:43:25.297Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:43:25.298Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ef19ea8-d966-461c-b5e0-f3cbe3c9184a", "consumerID": "clamp", "timestamp": 1654836138908, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:43:25.298Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:43:25.298Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:43:25.298Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ef19ea8-d966-461c-b5e0-f3cbe3c9184a", "consumerID": "aai-ml", "timestamp": 1654836142044, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-10T04:43:25.299Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:43:25.299Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:43:25.299Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "22e049f4-ad19-4f3a-8d48-071c43103344", "consumerID": "cds", "timestamp": 1654836136626, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcbwwdd7xsgf5jlgxrnr/1.0/resourceInstances/pnf97f69ed9f27a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:43:25.300Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:43:25.300Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:43:25.300Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "22e049f4-ad19-4f3a-8d48-071c43103344", "consumerID": "multicloud-k8s-id", "timestamp": 1654836138330, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcbwwdd7xsgf5jlgxrnr/1.0/resourceInstances/pnf97f69ed9f27a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:43:25.301Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:43:25.301Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:43:25.301Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "22e049f4-ad19-4f3a-8d48-071c43103344", "consumerID": "policy-id", "timestamp": 1654836139138, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcbwwdd7xsgf5jlgxrnr/1.0/resourceInstances/pnf97f69ed9f27a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:43:25.301Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:43:25.302Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:43:25.304Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ef19ea8-d966-461c-b5e0-f3cbe3c9184a", "consumerID": "clamp", "timestamp": 1654836138908, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-10T04:43:25.304Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:43:25.304Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:43:25.305Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ef19ea8-d966-461c-b5e0-f3cbe3c9184a", "consumerID": "aai-ml", "timestamp": 1654836142044, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T04:43:25.305Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:43:25.305Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:43:25.305Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "22e049f4-ad19-4f3a-8d48-071c43103344", "consumerID": "cds", "timestamp": 1654836136626, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcbwwdd7xsgf5jlgxrnr/1.0/resourceInstances/pnf97f69ed9f27a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T04:43:25.306Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:43:25.306Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:43:25.306Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "22e049f4-ad19-4f3a-8d48-071c43103344", "consumerID": "multicloud-k8s-id", "timestamp": 1654836138330, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcbwwdd7xsgf5jlgxrnr/1.0/resourceInstances/pnf97f69ed9f27a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T04:43:25.307Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:43:25.307Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:43:25.307Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "22e049f4-ad19-4f3a-8d48-071c43103344", "consumerID": "policy-id", "timestamp": 1654836139138, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcbwwdd7xsgf5jlgxrnr/1.0/resourceInstances/pnf97f69ed9f27a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T04:43:25.307Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:43:25.308Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:43:25.308Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ef19ea8-d966-461c-b5e0-f3cbe3c9184a", "consumerID": "clamp", "timestamp": 1654836138908, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T04:43:25.308Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:43:25.309Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:43:25.309Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ef19ea8-d966-461c-b5e0-f3cbe3c9184a", "consumerID": "aai-ml", "timestamp": 1654836142044, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:43:25.309Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:43:43.733Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1ef19ea8-d966-461c-b5e0-f3cbe3c9184a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T04:43:43.760Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1ef19ea8-d966-461c-b5e0-f3cbe3c9184a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T04:43:43.769Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-10T04:43:43.775Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-10T04:43:43.775Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-10T04:44:13.775Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1ef19ea8-d966-461c-b5e0-f3cbe3c9184a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T04:44:13.816Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1ef19ea8-d966-461c-b5e0-f3cbe3c9184a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T04:44:13.838Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-10T04:44:13.839Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-10T04:44:13.840Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-10T04:44:25.007Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:44:25.010Z||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-10T04:44:25.010Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:44:25.079Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:44:25.081Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:44:25.081Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "22e049f4-ad19-4f3a-8d48-071c43103344", "consumerID": "cds", "timestamp": 1654836136626, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcbwwdd7xsgf5jlgxrnr/1.0/resourceInstances/pnf97f69ed9f27a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T04:44:25.082Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:44:43.840Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1ef19ea8-d966-461c-b5e0-f3cbe3c9184a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T04:44:43.865Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1ef19ea8-d966-461c-b5e0-f3cbe3c9184a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T04:44:43.879Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-10T04:44:43.880Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-10T04:44:43.880Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-10T04:45:13.880Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1ef19ea8-d966-461c-b5e0-f3cbe3c9184a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T04:45:13.920Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1ef19ea8-d966-461c-b5e0-f3cbe3c9184a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T04:45:13.930Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-10T04:45:13.931Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-10T04:45:13.932Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-10T04:45:25.006Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:45:25.007Z||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-10T04:45:25.007Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:45:25.039Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:45:25.085Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:25.085Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "22e049f4-ad19-4f3a-8d48-071c43103344", "consumerID": "multicloud-k8s-id", "timestamp": 1654836138330, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcbwwdd7xsgf5jlgxrnr/1.0/resourceInstances/pnf97f69ed9f27a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T04:45:25.087Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:45:25.087Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:25.087Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "22e049f4-ad19-4f3a-8d48-071c43103344", "consumerID": "policy-id", "timestamp": 1654836139138, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcbwwdd7xsgf5jlgxrnr/1.0/resourceInstances/pnf97f69ed9f27a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T04:45:25.087Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:45:25.087Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:25.087Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ef19ea8-d966-461c-b5e0-f3cbe3c9184a", "consumerID": "clamp", "timestamp": 1654836138908, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-10T04:45:25.088Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:45:25.088Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:25.088Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ef19ea8-d966-461c-b5e0-f3cbe3c9184a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836144997, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:45:25.088Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:45:25.088Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:25.088Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ef19ea8-d966-461c-b5e0-f3cbe3c9184a", "consumerID": "aai-ml", "timestamp": 1654836142044, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-10T04:45:25.088Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:45:25.089Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:25.089Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "22e049f4-ad19-4f3a-8d48-071c43103344", "consumerID": "cds", "timestamp": 1654836136626, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcbwwdd7xsgf5jlgxrnr/1.0/artifacts/service-DemoPnfWcbwwdd7xsgf5jlgxrnr-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T04:45:25.089Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:45:25.089Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:25.089Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "22e049f4-ad19-4f3a-8d48-071c43103344", "consumerID": "multicloud-k8s-id", "timestamp": 1654836138330, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcbwwdd7xsgf5jlgxrnr/1.0/artifacts/service-DemoPnfWcbwwdd7xsgf5jlgxrnr-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T04:45:25.090Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:45:25.090Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:25.090Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "22e049f4-ad19-4f3a-8d48-071c43103344", "consumerID": "policy-id", "timestamp": 1654836139138, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcbwwdd7xsgf5jlgxrnr/1.0/artifacts/service-DemoPnfWcbwwdd7xsgf5jlgxrnr-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T04:45:25.090Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:45:25.091Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:25.091Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ef19ea8-d966-461c-b5e0-f3cbe3c9184a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836144997, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-06-10T04:45:25.091Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:45:25.091Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:25.091Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ef19ea8-d966-461c-b5e0-f3cbe3c9184a", "consumerID": "aai-ml", "timestamp": 1654836142044, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T04:45:25.092Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:45:25.092Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:25.092Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "22e049f4-ad19-4f3a-8d48-071c43103344", "consumerID": "cds", "timestamp": 1654836136626, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcbwwdd7xsgf5jlgxrnr/1.0/artifacts/service-DemoPnfWcbwwdd7xsgf5jlgxrnr-csar.csar", "status": "NOTIFIED" } 2022-06-10T04:45:25.092Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:45:25.092Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:25.092Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "22e049f4-ad19-4f3a-8d48-071c43103344", "consumerID": "multicloud-k8s-id", "timestamp": 1654836138330, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcbwwdd7xsgf5jlgxrnr/1.0/artifacts/service-DemoPnfWcbwwdd7xsgf5jlgxrnr-csar.csar", "status": "NOTIFIED" } 2022-06-10T04:45:25.092Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:45:25.093Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:25.093Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "22e049f4-ad19-4f3a-8d48-071c43103344", "consumerID": "policy-id", "timestamp": 1654836139138, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcbwwdd7xsgf5jlgxrnr/1.0/artifacts/service-DemoPnfWcbwwdd7xsgf5jlgxrnr-csar.csar", "status": "NOTIFIED" } 2022-06-10T04:45:25.093Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:45:25.093Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:25.093Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ef19ea8-d966-461c-b5e0-f3cbe3c9184a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836144997, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-10T04:45:25.093Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:45:25.093Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:25.094Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ef19ea8-d966-461c-b5e0-f3cbe3c9184a", "consumerID": "aai-ml", "timestamp": 1654836142044, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-10T04:45:25.094Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:45:25.094Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:25.094Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "22e049f4-ad19-4f3a-8d48-071c43103344", "consumerID": "policy-id", "timestamp": 1654836148060, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcbwwdd7xsgf5jlgxrnr/1.0/artifacts/service-DemoPnfWcbwwdd7xsgf5jlgxrnr-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T04:45:25.094Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:45:25.094Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:25.095Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "22e049f4-ad19-4f3a-8d48-071c43103344", "consumerID": "cds", "timestamp": 1654836148100, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcbwwdd7xsgf5jlgxrnr/1.0/artifacts/service-DemoPnfWcbwwdd7xsgf5jlgxrnr-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T04:45:25.095Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:45:25.095Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:25.095Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ef19ea8-d966-461c-b5e0-f3cbe3c9184a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836144997, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:45:25.095Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:45:25.095Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:25.095Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ef19ea8-d966-461c-b5e0-f3cbe3c9184a", "consumerID": "aai-ml", "timestamp": 1654836149819, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T04:45:25.096Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:45:25.096Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:25.096Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "22e049f4-ad19-4f3a-8d48-071c43103344", "consumerID": "policy-id", "timestamp": 1654836149064, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcbwwdd7xsgf5jlgxrnr/1.0/artifacts/service-DemoPnfWcbwwdd7xsgf5jlgxrnr-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T04:45:25.096Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:45:25.096Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:25.097Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "22e049f4-ad19-4f3a-8d48-071c43103344", "consumerID": "cds", "timestamp": 1654836149107, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcbwwdd7xsgf5jlgxrnr/1.0/artifacts/service-DemoPnfWcbwwdd7xsgf5jlgxrnr-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-10T04:45:25.171Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 22e049f4-ad19-4f3a-8d48-071c43103344 2022-06-10T04:45:25.171Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 22e049f4-ad19-4f3a-8d48-071c43103344 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-10T04:45:25.238Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:25.238Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ef19ea8-d966-461c-b5e0-f3cbe3c9184a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836144997, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-10T04:45:25.238Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:45:25.239Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:25.239Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "22e049f4-ad19-4f3a-8d48-071c43103344", "consumerID": "policy-id", "timestamp": 1654836150068, "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-10T04:45:25.275Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 22e049f4-ad19-4f3a-8d48-071c43103344 2022-06-10T04:45:25.275Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 22e049f4-ad19-4f3a-8d48-071c43103344 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-10T04:45:25.311Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:25.311Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ef19ea8-d966-461c-b5e0-f3cbe3c9184a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836144997, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T04:45:25.312Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:45:25.313Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:25.313Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ef19ea8-d966-461c-b5e0-f3cbe3c9184a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836144997, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-10T04:45:25.314Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:45:25.315Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:25.315Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "22e049f4-ad19-4f3a-8d48-071c43103344", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654836150985, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcbwwdd7xsgf5jlgxrnr/1.0/resourceInstances/pnf97f69ed9f27a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:45:25.315Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:45:25.315Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:25.316Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "22e049f4-ad19-4f3a-8d48-071c43103344", "consumerID": "ves-openapi-manager", "timestamp": 1654836151691, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcbwwdd7xsgf5jlgxrnr/1.0/resourceInstances/pnf97f69ed9f27a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:45:25.316Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:45:25.316Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:25.316Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "cds", "timestamp": 1654836151626, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:45:25.316Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:45:25.316Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:25.316Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "22e049f4-ad19-4f3a-8d48-071c43103344", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654836150985, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcbwwdd7xsgf5jlgxrnr/1.0/resourceInstances/pnf97f69ed9f27a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-10T04:45:25.316Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:45:25.317Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:25.317Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ef19ea8-d966-461c-b5e0-f3cbe3c9184a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836152954, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T04:45:25.317Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:45:25.317Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:25.317Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ef19ea8-d966-461c-b5e0-f3cbe3c9184a", "consumerID": "clamp", "timestamp": 1654836153055, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T04:45:25.317Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:45:25.317Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:25.317Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "22e049f4-ad19-4f3a-8d48-071c43103344", "consumerID": "ves-openapi-manager", "timestamp": 1654836151691, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcbwwdd7xsgf5jlgxrnr/1.0/resourceInstances/pnf97f69ed9f27a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-10T04:45:25.318Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:45:25.318Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:25.318Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "cds", "timestamp": 1654836151626, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-10T04:45:25.318Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:45:25.318Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:25.318Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "22e049f4-ad19-4f3a-8d48-071c43103344", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654836150985, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcbwwdd7xsgf5jlgxrnr/1.0/resourceInstances/pnf97f69ed9f27a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-10T04:45:25.318Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:45:25.318Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:25.319Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "22e049f4-ad19-4f3a-8d48-071c43103344", "consumerID": "ves-openapi-manager", "timestamp": 1654836151691, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcbwwdd7xsgf5jlgxrnr/1.0/resourceInstances/pnf97f69ed9f27a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-10T04:45:25.319Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:45:25.319Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:25.319Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "cds", "timestamp": 1654836151626, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-10T04:45:25.319Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:45:25.319Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:25.319Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "22e049f4-ad19-4f3a-8d48-071c43103344", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654836150985, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcbwwdd7xsgf5jlgxrnr/1.0/resourceInstances/pnf97f69ed9f27a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:45:25.320Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:45:25.320Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:25.320Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ef19ea8-d966-461c-b5e0-f3cbe3c9184a", "consumerID": "clamp", "timestamp": 1654836155065, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T04:45:25.320Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:45:25.320Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:25.320Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "22e049f4-ad19-4f3a-8d48-071c43103344", "consumerID": "ves-openapi-manager", "timestamp": 1654836151691, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcbwwdd7xsgf5jlgxrnr/1.0/resourceInstances/pnf97f69ed9f27a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:45:25.320Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:45:25.320Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:25.321Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "cds", "timestamp": 1654836151626, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-10T04:45:25.321Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:45:25.321Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:25.321Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "22e049f4-ad19-4f3a-8d48-071c43103344", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654836150985, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcbwwdd7xsgf5jlgxrnr/1.0/resourceInstances/pnf97f69ed9f27a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T04:45:25.321Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:45:25.321Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:25.321Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ef19ea8-d966-461c-b5e0-f3cbe3c9184a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836156056, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-10T04:45:25.322Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:45:25.322Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:25.322Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ef19ea8-d966-461c-b5e0-f3cbe3c9184a", "consumerID": "clamp", "timestamp": 1654836156071, "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-10T04:45:25.338Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1ef19ea8-d966-461c-b5e0-f3cbe3c9184a 2022-06-10T04:45:25.339Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ef19ea8-d966-461c-b5e0-f3cbe3c9184a 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-10T04:45:25.398Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:25.398Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "22e049f4-ad19-4f3a-8d48-071c43103344", "consumerID": "ves-openapi-manager", "timestamp": 1654836151691, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcbwwdd7xsgf5jlgxrnr/1.0/resourceInstances/pnf97f69ed9f27a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T04:45:25.399Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:45:25.399Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:25.399Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "cds", "timestamp": 1654836151626, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T04:45:25.399Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:45:25.400Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:25.400Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "22e049f4-ad19-4f3a-8d48-071c43103344", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654836150985, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcbwwdd7xsgf5jlgxrnr/1.0/resourceInstances/pnf97f69ed9f27a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T04:45:25.400Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:45:25.400Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:25.400Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ef19ea8-d966-461c-b5e0-f3cbe3c9184a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836157267, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-10T04:45:25.400Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:45:25.401Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:25.401Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "22e049f4-ad19-4f3a-8d48-071c43103344", "consumerID": "ves-openapi-manager", "timestamp": 1654836151691, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcbwwdd7xsgf5jlgxrnr/1.0/resourceInstances/pnf97f69ed9f27a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-06-10T04:45:25.401Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:45:25.401Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:25.401Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "cds", "timestamp": 1654836151626, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:45:25.402Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:45:25.402Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:25.402Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "multicloud-k8s-id", "timestamp": 1654836156097, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:45:25.402Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:45:25.402Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:25.402Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "22e049f4-ad19-4f3a-8d48-071c43103344", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654836150985, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcbwwdd7xsgf5jlgxrnr/1.0/artifacts/service-DemoPnfWcbwwdd7xsgf5jlgxrnr-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T04:45:25.403Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:45:25.403Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:25.403Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ef19ea8-d966-461c-b5e0-f3cbe3c9184a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836158375, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-10T04:45:25.403Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:45:25.403Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:25.403Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "22e049f4-ad19-4f3a-8d48-071c43103344", "consumerID": "ves-openapi-manager", "timestamp": 1654836151691, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcbwwdd7xsgf5jlgxrnr/1.0/artifacts/service-DemoPnfWcbwwdd7xsgf5jlgxrnr-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T04:45:25.403Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:45:25.404Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:25.404Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "cds", "timestamp": 1654836151626, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-10T04:45:25.404Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:45:25.404Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:25.404Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "multicloud-k8s-id", "timestamp": 1654836156097, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-06-10T04:45:25.404Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:45:25.405Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:25.405Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "22e049f4-ad19-4f3a-8d48-071c43103344", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654836150985, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcbwwdd7xsgf5jlgxrnr/1.0/artifacts/service-DemoPnfWcbwwdd7xsgf5jlgxrnr-csar.csar", "status": "NOTIFIED" } 2022-06-10T04:45:25.405Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:45:25.405Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:25.405Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "22e049f4-ad19-4f3a-8d48-071c43103344", "consumerID": "ves-openapi-manager", "timestamp": 1654836151691, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcbwwdd7xsgf5jlgxrnr/1.0/artifacts/service-DemoPnfWcbwwdd7xsgf5jlgxrnr-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-10T04:45:25.406Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:45:25.407Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:25.407Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "cds", "timestamp": 1654836151626, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T04:45:25.407Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:45:25.407Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:25.408Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ef19ea8-d966-461c-b5e0-f3cbe3c9184a", "consumerID": "aai-ml", "timestamp": 1654836160417, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T04:45:25.408Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:45:25.408Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:25.408Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "multicloud-k8s-id", "timestamp": 1654836156097, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-06-10T04:45:25.408Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:45:25.408Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:25.409Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ef19ea8-d966-461c-b5e0-f3cbe3c9184a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836159627, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-06-10T04:45:25.409Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:45:25.409Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:25.409Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "policy-id", "timestamp": 1654836159138, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:45:25.409Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:45:25.409Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:25.409Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "22e049f4-ad19-4f3a-8d48-071c43103344", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654836159914, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcbwwdd7xsgf5jlgxrnr/1.0/artifacts/service-DemoPnfWcbwwdd7xsgf5jlgxrnr-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T04:45:25.410Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:45:25.410Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:25.410Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "cds", "timestamp": 1654836151626, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-10T04:45:25.410Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:45:25.410Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:25.410Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ef19ea8-d966-461c-b5e0-f3cbe3c9184a", "consumerID": "aai-ml", "timestamp": 1654836161422, "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-10T04:45:25.506Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1ef19ea8-d966-461c-b5e0-f3cbe3c9184a 2022-06-10T04:45:25.507Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ef19ea8-d966-461c-b5e0-f3cbe3c9184a 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-10T04:45:25.605Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:25.605Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "multicloud-k8s-id", "timestamp": 1654836156097, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-06-10T04:45:25.606Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:45:25.606Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:25.606Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ef19ea8-d966-461c-b5e0-f3cbe3c9184a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836160630, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-06-10T04:45:25.606Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:45:25.606Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:25.607Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "22e049f4-ad19-4f3a-8d48-071c43103344", "consumerID": "ves-openapi-manager", "timestamp": 1654836160642, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcbwwdd7xsgf5jlgxrnr/1.0/resourceInstances/pnf97f69ed9f27a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-06-10T04:45:25.607Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:45:25.607Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:25.607Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "policy-id", "timestamp": 1654836159138, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-10T04:45:25.607Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:45:25.607Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:25.607Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "22e049f4-ad19-4f3a-8d48-071c43103344", "consumerID": "aai-ml", "timestamp": 1654836142044, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcbwwdd7xsgf5jlgxrnr/1.0/resourceInstances/pnf97f69ed9f27a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:45:25.607Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:45:25.607Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:25.608Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "multicloud-k8s-id", "timestamp": 1654836156097, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-06-10T04:45:25.608Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:45:25.608Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:25.609Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "cds", "timestamp": 1654836161491, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T04:45:25.609Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:45:25.609Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:25.609Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ef19ea8-d966-461c-b5e0-f3cbe3c9184a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836161643, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-06-10T04:45:25.610Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:45:25.610Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:25.610Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "22e049f4-ad19-4f3a-8d48-071c43103344", "consumerID": "ves-openapi-manager", "timestamp": 1654836161954, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcbwwdd7xsgf5jlgxrnr/1.0/resourceInstances/pnf97f69ed9f27a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-06-10T04:45:25.610Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:45:25.610Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:25.610Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "policy-id", "timestamp": 1654836159138, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-10T04:45:25.611Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:45:25.611Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:25.611Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "22e049f4-ad19-4f3a-8d48-071c43103344", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654836162158, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcbwwdd7xsgf5jlgxrnr/1.0/artifacts/service-DemoPnfWcbwwdd7xsgf5jlgxrnr-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T04:45:25.611Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:45:25.611Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:25.611Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "22e049f4-ad19-4f3a-8d48-071c43103344", "consumerID": "aai-ml", "timestamp": 1654836142044, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcbwwdd7xsgf5jlgxrnr/1.0/resourceInstances/pnf97f69ed9f27a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-10T04:45:25.611Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:45:25.612Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:25.612Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "cds", "timestamp": 1654836162498, "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-10T04:45:25.696Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7333321b-b75f-4f00-8d9c-1dc4ed5b0b01 2022-06-10T04:45:25.697Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7333321b-b75f-4f00-8d9c-1dc4ed5b0b01 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-10T04:45:25.765Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:25.766Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "multicloud-k8s-id", "timestamp": 1654836156097, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:45:25.766Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:45:25.767Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:25.767Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ef19ea8-d966-461c-b5e0-f3cbe3c9184a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836162649, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T04:45:25.770Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:45:25.773Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:25.774Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "policy-id", "timestamp": 1654836159138, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-10T04:45:25.774Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:45:25.774Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:25.774Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "22e049f4-ad19-4f3a-8d48-071c43103344", "consumerID": "ves-openapi-manager", "timestamp": 1654836162962, "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-10T04:45:25.807Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 22e049f4-ad19-4f3a-8d48-071c43103344 2022-06-10T04:45:25.807Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 22e049f4-ad19-4f3a-8d48-071c43103344 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-10T04:45:25.856Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:25.856Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "22e049f4-ad19-4f3a-8d48-071c43103344", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654836163168, "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-10T04:45:25.900Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 22e049f4-ad19-4f3a-8d48-071c43103344 2022-06-10T04:45:25.903Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 22e049f4-ad19-4f3a-8d48-071c43103344 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-10T04:45:25.965Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:25.966Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "22e049f4-ad19-4f3a-8d48-071c43103344", "consumerID": "aai-ml", "timestamp": 1654836142044, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcbwwdd7xsgf5jlgxrnr/1.0/resourceInstances/pnf97f69ed9f27a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-10T04:45:25.966Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:45:25.966Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:25.967Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "multicloud-k8s-id", "timestamp": 1654836156097, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-06-10T04:45:25.967Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:45:25.967Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:25.967Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "ves-openapi-manager", "timestamp": 1654836151691, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:45:25.967Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:45:25.967Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:25.972Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "policy-id", "timestamp": 1654836159138, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-06-10T04:45:25.972Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:45:25.980Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:25.980Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654836150985, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:45:25.980Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:45:25.981Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:25.981Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "22e049f4-ad19-4f3a-8d48-071c43103344", "consumerID": "aai-ml", "timestamp": 1654836142044, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcbwwdd7xsgf5jlgxrnr/1.0/resourceInstances/pnf97f69ed9f27a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:45:25.981Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:45:25.981Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:25.981Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "multicloud-k8s-id", "timestamp": 1654836156097, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T04:45:25.982Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:45:25.988Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:25.988Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "policy-id", "timestamp": 1654836159138, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:45:25.989Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:45:25.989Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:25.989Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "ves-openapi-manager", "timestamp": 1654836151691, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-10T04:45:25.990Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:45:25.990Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:25.990Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654836150985, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-10T04:45:25.990Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:45:25.991Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:25.991Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "22e049f4-ad19-4f3a-8d48-071c43103344", "consumerID": "aai-ml", "timestamp": 1654836142044, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcbwwdd7xsgf5jlgxrnr/1.0/resourceInstances/pnf97f69ed9f27a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T04:45:25.991Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:45:25.991Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:25.991Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "multicloud-k8s-id", "timestamp": 1654836156097, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-10T04:45:25.992Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:45:25.992Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:25.992Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "policy-id", "timestamp": 1654836159138, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-10T04:45:25.992Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:45:25.993Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:25.994Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "ves-openapi-manager", "timestamp": 1654836151691, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-10T04:45:25.994Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:45:25.994Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:25.994Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654836150985, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-10T04:45:25.994Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:45:25.994Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:25.995Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "22e049f4-ad19-4f3a-8d48-071c43103344", "consumerID": "aai-ml", "timestamp": 1654836142044, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcbwwdd7xsgf5jlgxrnr/1.0/resourceInstances/pnf97f69ed9f27a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T04:45:25.995Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:45:25.995Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:25.995Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "multicloud-k8s-id", "timestamp": 1654836165938, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-10T04:45:25.995Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:45:25.996Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:25.996Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "policy-id", "timestamp": 1654836159138, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T04:45:25.996Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:45:25.996Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:25.996Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "ves-openapi-manager", "timestamp": 1654836151691, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-10T04:45:25.997Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:45:25.997Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:25.997Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654836150985, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-10T04:45:26.004Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:45:26.005Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:26.005Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "22e049f4-ad19-4f3a-8d48-071c43103344", "consumerID": "aai-ml", "timestamp": 1654836142044, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcbwwdd7xsgf5jlgxrnr/1.0/artifacts/service-DemoPnfWcbwwdd7xsgf5jlgxrnr-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T04:45:26.005Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:45:26.005Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:26.005Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "multicloud-k8s-id", "timestamp": 1654836167035, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-06-10T04:45:26.006Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:45:26.006Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:26.006Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "ves-openapi-manager", "timestamp": 1654836151691, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T04:45:26.007Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:45:26.007Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:26.007Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "policy-id", "timestamp": 1654836159138, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-10T04:45:26.008Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:45:26.008Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:26.008Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654836150985, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T04:45:26.008Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:45:26.008Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:26.008Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "22e049f4-ad19-4f3a-8d48-071c43103344", "consumerID": "aai-ml", "timestamp": 1654836142044, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcbwwdd7xsgf5jlgxrnr/1.0/artifacts/service-DemoPnfWcbwwdd7xsgf5jlgxrnr-csar.csar", "status": "NOTIFIED" } 2022-06-10T04:45:26.008Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:45:26.009Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:26.009Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "multicloud-k8s-id", "timestamp": 1654836168112, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-06-10T04:45:26.009Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:45:26.009Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:26.009Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "22e049f4-ad19-4f3a-8d48-071c43103344", "consumerID": "clamp", "timestamp": 1654836168908, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcbwwdd7xsgf5jlgxrnr/1.0/resourceInstances/pnf97f69ed9f27a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:45:26.010Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:45:26.010Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:26.010Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "ves-openapi-manager", "timestamp": 1654836151691, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:45:26.010Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:45:26.010Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:26.010Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "policy-id", "timestamp": 1654836168909, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T04:45:26.010Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:45:26.011Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:26.011Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654836150985, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:45:26.011Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:45:26.011Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:26.012Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "22e049f4-ad19-4f3a-8d48-071c43103344", "consumerID": "aai-ml", "timestamp": 1654836170619, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcbwwdd7xsgf5jlgxrnr/1.0/artifacts/service-DemoPnfWcbwwdd7xsgf5jlgxrnr-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T04:45:26.012Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:45:26.012Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:26.012Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "22e049f4-ad19-4f3a-8d48-071c43103344", "consumerID": "clamp", "timestamp": 1654836168908, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcbwwdd7xsgf5jlgxrnr/1.0/resourceInstances/pnf97f69ed9f27a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-10T04:45:26.012Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:45:26.012Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:26.013Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "multicloud-k8s-id", "timestamp": 1654836169171, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-06-10T04:45:26.013Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:45:26.013Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:26.013Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "ves-openapi-manager", "timestamp": 1654836151691, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-10T04:45:26.013Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:45:26.013Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:26.013Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "policy-id", "timestamp": 1654836169913, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T04:45:26.013Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:45:26.014Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:26.014Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654836150985, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-10T04:45:26.014Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:45:26.014Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:26.014Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "22e049f4-ad19-4f3a-8d48-071c43103344", "consumerID": "clamp", "timestamp": 1654836168908, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcbwwdd7xsgf5jlgxrnr/1.0/resourceInstances/pnf97f69ed9f27a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-10T04:45:26.014Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:45:26.015Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:26.015Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "ves-openapi-manager", "timestamp": 1654836151691, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T04:45:26.015Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:45:26.015Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:26.015Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "multicloud-k8s-id", "timestamp": 1654836170247, "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-10T04:45:26.061Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7333321b-b75f-4f00-8d9c-1dc4ed5b0b01 2022-06-10T04:45:26.061Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7333321b-b75f-4f00-8d9c-1dc4ed5b0b01 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-10T04:45:26.120Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:26.121Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "policy-id", "timestamp": 1654836170920, "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-10T04:45:26.159Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7333321b-b75f-4f00-8d9c-1dc4ed5b0b01 2022-06-10T04:45:26.159Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7333321b-b75f-4f00-8d9c-1dc4ed5b0b01 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-10T04:45:26.221Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:26.221Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654836150985, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T04:45:26.222Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:45:26.222Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:26.222Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "22e049f4-ad19-4f3a-8d48-071c43103344", "consumerID": "clamp", "timestamp": 1654836168908, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcbwwdd7xsgf5jlgxrnr/1.0/resourceInstances/pnf97f69ed9f27a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:45:26.222Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:45:26.222Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:26.222Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "ves-openapi-manager", "timestamp": 1654836151691, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-10T04:45:26.223Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:45:26.223Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:26.223Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "multicloud-k8s-id", "timestamp": 1654836171251, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-06-10T04:45:26.229Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:45:26.229Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:26.229Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654836150985, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-10T04:45:26.229Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:45:26.229Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:26.229Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "22e049f4-ad19-4f3a-8d48-071c43103344", "consumerID": "clamp", "timestamp": 1654836168908, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcbwwdd7xsgf5jlgxrnr/1.0/resourceInstances/pnf97f69ed9f27a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T04:45:26.230Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:45:26.230Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:26.230Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654836173332, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T04:45:26.230Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:45:26.230Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:26.230Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "22e049f4-ad19-4f3a-8d48-071c43103344", "consumerID": "clamp", "timestamp": 1654836168908, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcbwwdd7xsgf5jlgxrnr/1.0/resourceInstances/pnf97f69ed9f27a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T04:45:26.230Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:45:26.230Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:26.230Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "22e049f4-ad19-4f3a-8d48-071c43103344", "consumerID": "clamp", "timestamp": 1654836168908, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcbwwdd7xsgf5jlgxrnr/1.0/artifacts/service-DemoPnfWcbwwdd7xsgf5jlgxrnr-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T04:45:26.230Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:45:26.230Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:26.230Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "22e049f4-ad19-4f3a-8d48-071c43103344", "consumerID": "aai-ml", "timestamp": 1654836176664, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcbwwdd7xsgf5jlgxrnr/1.0/artifacts/service-DemoPnfWcbwwdd7xsgf5jlgxrnr-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T04:45:26.231Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:45:26.231Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:26.231Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "22e049f4-ad19-4f3a-8d48-071c43103344", "consumerID": "clamp", "timestamp": 1654836168908, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcbwwdd7xsgf5jlgxrnr/1.0/artifacts/service-DemoPnfWcbwwdd7xsgf5jlgxrnr-csar.csar", "status": "NOTIFIED" } 2022-06-10T04:45:26.231Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:45:26.231Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:26.231Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654836175930, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T04:45:26.231Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:45:26.231Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:26.232Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "22e049f4-ad19-4f3a-8d48-071c43103344", "consumerID": "aai-ml", "timestamp": 1654836177670, "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-10T04:45:26.277Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 22e049f4-ad19-4f3a-8d48-071c43103344 2022-06-10T04:45:26.278Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 22e049f4-ad19-4f3a-8d48-071c43103344 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-10T04:45:26.333Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:26.334Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654836176939, "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-10T04:45:26.423Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7333321b-b75f-4f00-8d9c-1dc4ed5b0b01 2022-06-10T04:45:26.424Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7333321b-b75f-4f00-8d9c-1dc4ed5b0b01 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-10T04:45:26.569Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:26.569Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "aai-ml", "timestamp": 1654836178674, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:45:26.570Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:45:26.570Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:26.570Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "aai-ml", "timestamp": 1654836178674, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-10T04:45:26.570Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:45:26.570Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:26.570Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "aai-ml", "timestamp": 1654836178674, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-10T04:45:26.572Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:45:26.573Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:26.573Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "aai-ml", "timestamp": 1654836178674, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-10T04:45:26.573Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:45:26.574Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:26.574Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "aai-ml", "timestamp": 1654836178674, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T04:45:26.574Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:45:26.575Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:26.575Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "aai-ml", "timestamp": 1654836178674, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:45:26.575Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:45:26.575Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:26.576Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "aai-ml", "timestamp": 1654836178674, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-10T04:45:26.576Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:45:26.576Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:26.576Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "22e049f4-ad19-4f3a-8d48-071c43103344", "consumerID": "clamp", "timestamp": 1654836185063, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcbwwdd7xsgf5jlgxrnr/1.0/artifacts/service-DemoPnfWcbwwdd7xsgf5jlgxrnr-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T04:45:26.577Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:45:26.577Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:26.577Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "aai-ml", "timestamp": 1654836178674, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T04:45:26.577Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:45:26.578Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:26.578Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "22e049f4-ad19-4f3a-8d48-071c43103344", "consumerID": "clamp", "timestamp": 1654836186091, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcbwwdd7xsgf5jlgxrnr/1.0/artifacts/service-DemoPnfWcbwwdd7xsgf5jlgxrnr-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T04:45:26.578Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:45:26.579Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:26.579Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "aai-ml", "timestamp": 1654836178674, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-10T04:45:26.580Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:45:26.580Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:26.580Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "22e049f4-ad19-4f3a-8d48-071c43103344", "consumerID": "clamp", "timestamp": 1654836187097, "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-10T04:45:26.620Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 22e049f4-ad19-4f3a-8d48-071c43103344 2022-06-10T04:45:26.621Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 22e049f4-ad19-4f3a-8d48-071c43103344 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-10T04:45:26.703Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:26.703Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "aai-ml", "timestamp": 1654836188467, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T04:45:26.703Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:45:26.704Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:26.704Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "aai-ml", "timestamp": 1654836197919, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T04:45:26.704Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:45:26.704Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:26.704Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "aai-ml", "timestamp": 1654836198923, "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-10T04:45:26.728Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7333321b-b75f-4f00-8d9c-1dc4ed5b0b01 2022-06-10T04:45:26.729Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7333321b-b75f-4f00-8d9c-1dc4ed5b0b01 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-10T04:45:26.772Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:26.773Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "clamp", "timestamp": 1654836198909, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:45:26.773Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:45:26.774Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:26.774Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "clamp", "timestamp": 1654836198909, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-10T04:45:26.774Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:45:26.774Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:26.775Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "clamp", "timestamp": 1654836198909, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-10T04:45:26.775Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:45:26.775Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:26.775Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "clamp", "timestamp": 1654836198909, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-06-10T04:45:26.776Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:45:26.776Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:26.776Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "clamp", "timestamp": 1654836198909, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T04:45:26.777Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:45:26.777Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:45:26.778Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "clamp", "timestamp": 1654836198909, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:45:26.778Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:45:43.933Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1ef19ea8-d966-461c-b5e0-f3cbe3c9184a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T04:45:43.959Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1ef19ea8-d966-461c-b5e0-f3cbe3c9184a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T04:45:43.967Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-10T04:45:43.968Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-10T04:45:43.968Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-10T04:45:43.968Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-10T04:45:43.968Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T04:45:43.968Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T04:45:43.969Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T04:45:43.969Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T04:45:43.969Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T04:45:43.969Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T04:45:43.970Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||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-10T04:45:43.982Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-10T04:46:13.984Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1ef19ea8-d966-461c-b5e0-f3cbe3c9184a 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-10T04:46:16.628Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1ef19ea8-d966-461c-b5e0-f3cbe3c9184a and serviceModelVersionId: ec2b94f2-526b-4079-beec-dc2902cbf3b9 2022-06-10T04:46:16.629Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 89b8db5a-dad1-4a11-b1ed-3317b4dfc81d 2022-06-10T04:46:16.631Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/89b8db5a-dad1-4a11-b1ed-3317b4dfc81d/model-vers/model-ver/ec2b94f2-526b-4079-beec-dc2902cbf3b9?depth=0 2022-06-10T04:46:16.638Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-06-10T04:46:16.724Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/89b8db5a-dad1-4a11-b1ed-3317b4dfc81d/model-vers/model-ver/ec2b94f2-526b-4079-beec-dc2902cbf3b9?depth=0|INFO|500||Invoke 2022-06-10T04:46:16.725Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/89b8db5a-dad1-4a11-b1ed-3317b4dfc81d/model-vers/model-ver/ec2b94f2-526b-4079-beec-dc2902cbf3b9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/89b8db5a-dad1-4a11-b1ed-3317b4dfc81d/model-vers/model-ver/ec2b94f2-526b-4079-beec-dc2902cbf3b9?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1ef19ea8-d966-461c-b5e0-f3cbe3c9184a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[572c574e-c63b-429f-9ba7-99579be113c2], X-ECOMP-RequestID=[1ef19ea8-d966-461c-b5e0-f3cbe3c9184a], X-TransactionId=[], X-ONAP-RequestID=[1ef19ea8-d966-461c-b5e0-f3cbe3c9184a], Content-Type=[application/merge-patch+json]} 2022-06-10T04:46:16.763Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/89b8db5a-dad1-4a11-b1ed-3317b4dfc81d/model-vers/model-ver/ec2b94f2-526b-4079-beec-dc2902cbf3b9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-10T04:46:17.002Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/89b8db5a-dad1-4a11-b1ed-3317b4dfc81d/model-vers/model-ver/ec2b94f2-526b-4079-beec-dc2902cbf3b9?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/89b8db5a-dad1-4a11-b1ed-3317b4dfc81d/model-vers/model-ver/ec2b94f2-526b-4079-beec-dc2902cbf3b9?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220610-04:46:16:312-92542], vertex-id=[237760], Content-Length=[0], Date=[Fri, 10 Jun 2022 04:46:16 GMT], Content-Type=[application/json]} 2022-06-10T04:46:17.002Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/89b8db5a-dad1-4a11-b1ed-3317b4dfc81d/model-vers/model-ver/ec2b94f2-526b-4079-beec-dc2902cbf3b9?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-10T04:46:17.003Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/89b8db5a-dad1-4a11-b1ed-3317b4dfc81d/model-vers/model-ver/ec2b94f2-526b-4079-beec-dc2902cbf3b9?depth=0|INFO|500||InvokeReturn 2022-06-10T04:46:17.004Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-10T04:46:17.004Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||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-10T04:46:17.026Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-10T04:46:17.027Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1ef19ea8-d966-461c-b5e0-f3cbe3c9184a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-10T04:46:17.027Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-10T04:46:17.028Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-10T04:46:17.030Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T04:46:17.030Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1ef19ea8-d966-461c-b5e0-f3cbe3c9184a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836377027, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-10T04:46:17.130Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T04:46:17.132Z||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-10T04:46:17.132Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:46:17.156Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:46:17.157Z||pool-55-thread-1|||||INFO|500||cambria reply ok (26 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-10T04:46:18.069Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T04:46:18.069Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"22e049f4-ad19-4f3a-8d48-071c43103344","serviceName":"Demo_pNF_wCbWwDD7xSgF5jLgXRNR","serviceVersion":"1.0","serviceUUID":"23c544c8-ea05-43e6-8a82-5e4686b19213","serviceDescription":"catalog service description","serviceInvariantUUID":"10bad8eb-16e1-46b4-8d60-0fc4372761f6","resources":[{"resourceInstanceName":"pNF 97f69ed9-f27a 0","resourceName":"pNF 97f69ed9-f27a","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"b859d475-b963-4790-82e6-a43bada364f2","resourceInvariantUUID":"f653eaad-a291-422d-a4e9-609ffbd3e968","resourceCustomizationUUID":"a00678c4-bb26-40f3-8d80-6da7e3e9570e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWcbwwdd7xsgf5jlgxrnr/1.0/resourceInstances/pnf97f69ed9f27a0/artifacts/vf-license-model.xml","artifactChecksum":"MjU3ZGE3Y2Y5NWRkYjNmMTFjYzBkYWQ3NzE3ODcyMzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3144bd01-119b-4d1e-b38a-5ac20b1746af","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWcbwwdd7xsgf5jlgxrnr/1.0/resourceInstances/pnf97f69ed9f27a0/artifacts/pNF.csar","artifactChecksum":"OGEyZGNiMDNhMzZjZjdiNWQyYmE1NTJhYmQ0OGJhNjc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7950f090-dc3d-4910-9ec4-781e2d94af8c","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWcbwwdd7xsgf5jlgxrnr/1.0/resourceInstances/pnf97f69ed9f27a0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"31eee483-0f05-4ec4-af45-eb88927aa74d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWcbwwdd7xsgf5jlgxrnr/1.0/resourceInstances/pnf97f69ed9f27a0/artifacts/vendor-license-model.xml","artifactChecksum":"OTJlNmRjMGJmMDIwNTlmNDkxMmNlYzJiYjYyZjRlNTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b37aa97c-669b-4c2e-a7a2-acaefb649c4e","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfWcbwwdd7xsgf5jlgxrnr/1.0/resourceInstances/pnf97f69ed9f27a0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4badcc5d-fb0f-4d79-8e67-f80b4e1902a8","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfWcbwwdd7xsgf5jlgxrnr/1.0/resourceInstances/pnf97f69ed9f27a0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c66ce3a7-de1c-465e-8be8-5d4ab9f7d2e2","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfWcbwwdd7xsgf5jlgxrnr-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWcbwwdd7xsgf5jlgxrnr/1.0/artifacts/service-DemoPnfWcbwwdd7xsgf5jlgxrnr-template.yml","artifactChecksum":"YTk0N2Y3MDk2NTE0YWU5YzlhMGE0NDI4MGFmM2YxODc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"af71428b-65d4-48ad-926e-9ebf70ae4e23","artifactVersion":"1"},{"artifactName":"service-DemoPnfWcbwwdd7xsgf5jlgxrnr-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfWcbwwdd7xsgf5jlgxrnr/1.0/artifacts/service-DemoPnfWcbwwdd7xsgf5jlgxrnr-csar.csar","artifactChecksum":"ZTEyZDVkNjE0NTEyZGU1ZWJmNGE1OTM1NmJjMjYwMTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"aca2a8ff-7cac-438a-a8f8-3b8378d85e13","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-10T04:46:18.070Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T04:46:18.070Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-10T04:46:18.073Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T04:46:18.073Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "22e049f4-ad19-4f3a-8d48-071c43103344", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836144997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcbwwdd7xsgf5jlgxrnr/1.0/resourceInstances/pnf97f69ed9f27a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:46:18.173Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T04:46:18.174Z||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-10T04:46:18.174Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:46:18.193Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:46:18.193Z||pool-56-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-06-10T04:46:19.074Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T04:46:19.075Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-10T04:46:19.078Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T04:46:19.078Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "22e049f4-ad19-4f3a-8d48-071c43103344", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836144997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcbwwdd7xsgf5jlgxrnr/1.0/resourceInstances/pnf97f69ed9f27a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-10T04:46:19.178Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T04:46:19.180Z||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-10T04:46:19.180Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:46:19.201Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:46:19.201Z||pool-57-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-06-10T04:46:20.079Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T04:46:20.079Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-10T04:46:20.083Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T04:46:20.083Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "22e049f4-ad19-4f3a-8d48-071c43103344", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836144997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcbwwdd7xsgf5jlgxrnr/1.0/resourceInstances/pnf97f69ed9f27a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-10T04:46:20.183Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T04:46:20.185Z||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-10T04:46:20.186Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:46:20.207Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:46:20.207Z||pool-58-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-06-10T04:46:21.084Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T04:46:21.085Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-10T04:46:21.089Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T04:46:21.089Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "22e049f4-ad19-4f3a-8d48-071c43103344", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836144997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcbwwdd7xsgf5jlgxrnr/1.0/resourceInstances/pnf97f69ed9f27a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:46:21.189Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T04:46:21.190Z||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-10T04:46:21.190Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:46:21.206Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:46:21.207Z||pool-59-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-10T04:46:22.090Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T04:46:22.091Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-10T04:46:22.093Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T04:46:22.093Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "22e049f4-ad19-4f3a-8d48-071c43103344", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836144997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcbwwdd7xsgf5jlgxrnr/1.0/resourceInstances/pnf97f69ed9f27a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T04:46:22.193Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T04:46:22.194Z||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-10T04:46:22.195Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:46:22.228Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:46:22.229Z||pool-60-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1} 2022-06-10T04:46:23.094Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T04:46:23.094Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-10T04:46:23.105Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T04:46:23.106Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "22e049f4-ad19-4f3a-8d48-071c43103344", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836144997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcbwwdd7xsgf5jlgxrnr/1.0/resourceInstances/pnf97f69ed9f27a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T04:46:23.197Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms 2022-06-10T04:46:23.198Z||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-10T04:46:23.198Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:46:23.217Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:46:23.221Z||pool-61-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-06-10T04:46:24.107Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T04:46:24.107Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-10T04:46:24.109Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T04:46:24.110Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "22e049f4-ad19-4f3a-8d48-071c43103344", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836144997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcbwwdd7xsgf5jlgxrnr/1.0/artifacts/service-DemoPnfWcbwwdd7xsgf5jlgxrnr-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T04:46:24.211Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-10T04:46:24.213Z||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-10T04:46:24.213Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:46:24.235Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:46:24.235Z||pool-62-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1} 2022-06-10T04:46:25.008Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:46:25.009Z||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-10T04:46:25.009Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:46:25.082Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:46:25.083Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-10T04:46:25.083Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "clamp", "timestamp": 1654836198909, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-10T04:46:25.084Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-10T04:46:25.085Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-10T04:46:25.085Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "clamp", "timestamp": 1654836198909, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T04:46:25.085Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-10T04:46:25.085Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-10T04:46:25.085Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "clamp", "timestamp": 1654836198909, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-10T04:46:25.085Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-10T04:46:25.085Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-10T04:46:25.085Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "clamp", "timestamp": 1654836219069, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T04:46:25.085Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:46:25.085Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-10T04:46:25.085Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "clamp", "timestamp": 1654836220093, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T04:46:25.086Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:46:25.086Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-10T04:46:25.086Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "clamp", "timestamp": 1654836221099, "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-10T04:46:25.109Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7333321b-b75f-4f00-8d9c-1dc4ed5b0b01 2022-06-10T04:46:25.109Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7333321b-b75f-4f00-8d9c-1dc4ed5b0b01 and ComponentName clamp 2022-06-10T04:46:25.110Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T04:46:25.111Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? 2022-06-10T04:46:25.114Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T04:46:25.114Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "22e049f4-ad19-4f3a-8d48-071c43103344", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836144997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcbwwdd7xsgf5jlgxrnr/1.0/artifacts/service-DemoPnfWcbwwdd7xsgf5jlgxrnr-csar.csar", "status": "NOTIFIED" } Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-10T04:46:25.214Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T04:46:25.215Z||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-10T04:46:25.216Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:46:25.231Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:46:25.232Z||pool-63-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-10T04:46:26.115Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "22e049f4-ad19-4f3a-8d48-071c43103344", "serviceName": "Demo_pNF_wCbWwDD7xSgF5jLgXRNR", "serviceVersion": "1.0", "serviceUUID": "23c544c8-ea05-43e6-8a82-5e4686b19213", "serviceDescription": "catalog service description", "serviceInvariantUUID": "10bad8eb-16e1-46b4-8d60-0fc4372761f6", "resources": [ { "resourceInstanceName": "pNF 97f69ed9-f27a 0", "resourceCustomizationUUID": "a00678c4-bb26-40f3-8d80-6da7e3e9570e", "resourceName": "pNF 97f69ed9-f27a", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "b859d475-b963-4790-82e6-a43bada364f2", "resourceInvariantUUID": "f653eaad-a291-422d-a4e9-609ffbd3e968", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfWcbwwdd7xsgf5jlgxrnr-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcbwwdd7xsgf5jlgxrnr/1.0/artifacts/service-DemoPnfWcbwwdd7xsgf5jlgxrnr-csar.csar", "artifactChecksum": "ZTEyZDVkNjE0NTEyZGU1ZWJmNGE1OTM1NmJjMjYwMTk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "aca2a8ff-7cac-438a-a8f8-3b8378d85e13" } ], "workloadContext": "Production" } 2022-06-10T04:46:26.116Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-10T04:46:26.116Z|1ef19ea8-d966-461c-b5e0-f3cbe3c9184a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 23c544c8-ea05-43e6-8a82-5e4686b19213 ASDC 2022-06-10T04:46:26.117Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:22e049f4-ad19-4f3a-8d48-071c43103344 ServiceName:Demo_pNF_wCbWwDD7xSgF5jLgXRNR ServiceVersion:1.0 ServiceUUID:23c544c8-ea05-43e6-8a82-5e4686b19213 ServiceInvariantUUID:10bad8eb-16e1-46b4-8d60-0fc4372761f6 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfWcbwwdd7xsgf5jlgxrnr-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfWcbwwdd7xsgf5jlgxrnr/1.0/artifacts/service-DemoPnfWcbwwdd7xsgf5jlgxrnr-csar.csar ArtifactUUID:aca2a8ff-7cac-438a-a8f8-3b8378d85e13 ArtifactChecksum:ZTEyZDVkNjE0NTEyZGU1ZWJmNGE1OTM1NmJjMjYwMTk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 97f69ed9-f27a 0 ResourceCustomizationUUID:a00678c4-bb26-40f3-8d80-6da7e3e9570e ResourceInvariantUUID:f653eaad-a291-422d-a4e9-609ffbd3e968 ResourceName:pNF 97f69ed9-f27a ResourceType:PNF ResourceUUID:b859d475-b963-4790-82e6-a43bada364f2 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-06-10T04:46:26.117Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 23c544c8-ea05-43e6-8a82-5e4686b19213 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-10T04:46:26.191Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-10T04:46:26.192Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-06-10T04:46:26.193Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-06-10T04:46:26.193Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: aca2a8ff-7cac-438a-a8f8-3b8378d85e13 from URL: /sdc/v1/catalog/services/DemoPnfWcbwwdd7xsgf5jlgxrnr/1.0/artifacts/service-DemoPnfWcbwwdd7xsgf5jlgxrnr-csar.csar 2022-06-10T04:46:26.193Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-10T04:46:26.194Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfWcbwwdd7xsgf5jlgxrnr/1.0/artifacts/service-DemoPnfWcbwwdd7xsgf5jlgxrnr-csar.csar 2022-06-10T04:46:26.589Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-10T04:46:26.594Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfWcbwwdd7xsgf5jlgxrnr/1.0/artifacts/service-DemoPnfWcbwwdd7xsgf5jlgxrnr-csar.csar aca2a8ff-7cac-438a-a8f8-3b8378d85e13 82655 2022-06-10T04:46:26.594Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfWcbwwdd7xsgf5jlgxrnr/1.0/artifacts/service-DemoPnfWcbwwdd7xsgf5jlgxrnr-csar.csar ASDC sendASDCNotification 2022-06-10T04:46:26.594Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfWcbwwdd7xsgf5jlgxrnr/1.0/artifacts/service-DemoPnfWcbwwdd7xsgf5jlgxrnr-csar.csar 2022-06-10T04:46:26.595Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-10T04:46:26.595Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-10T04:46:26.597Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T04:46:26.598Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "22e049f4-ad19-4f3a-8d48-071c43103344", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836386594, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcbwwdd7xsgf5jlgxrnr/1.0/artifacts/service-DemoPnfWcbwwdd7xsgf5jlgxrnr-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T04:46:26.699Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-10T04:46:26.701Z||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-10T04:46:26.701Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:46:26.736Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:46:26.741Z||pool-64-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1} 2022-06-10T04:46:27.598Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-10T04:46:27.599Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-06-10T04:46:27.599Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: aca2a8ff-7cac-438a-a8f8-3b8378d85e13, URL: /sdc/v1/catalog/services/DemoPnfWcbwwdd7xsgf5jlgxrnr/1.0/artifacts/service-DemoPnfWcbwwdd7xsgf5jlgxrnr-csar.csar to file: /app/ASDC/1/service-DemoPnfWcbwwdd7xsgf5jlgxrnr-csar.csar 2022-06-10T04:46:27.600Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfWcbwwdd7xsgf5jlgxrnr-csar.csar 2022-06-10T04:46:27.601Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfWcbwwdd7xsgf5jlgxrnr-csar.csar 2022-06-10T04:46:27.601Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfWcbwwdd7xsgf5jlgxrnr-csar.csar 2022-06-10T04:46:27.872Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1603003562751381198/Definitions/service-DemoPnfWcbwwdd7xsgf5jlgxrnr-template.yml 2022-06-10T04:46:29.144Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-10T04:46:29.144Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-06-10T04:46:29.145Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfWcbwwdd7xsgf5jlgxrnr-csar.csar 2022-06-10T04:46:29.145Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-06-10T04:46:29.145Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfWcbwwdd7xsgf5jlgxrnr-csar.csar 2022-06-10T04:46:29.145Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfWcbwwdd7xsgf5jlgxrnr-csar.csar 2022-06-10T04:46:29.145Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfWcbwwdd7xsgf5jlgxrnr-csar.csar 2022-06-10T04:46:29.145Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfWcbwwdd7xsgf5jlgxrnr-csar.csar 2022-06-10T04:46:29.145Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfWcbwwdd7xsgf5jlgxrnr-csar.csar 2022-06-10T04:46:29.146Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 97f69ed9-f27a 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-DemoPnfWcbwwdd7xsgf5jlgxrnr-csar.csar 2022-06-10T04:46:29.146Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfWcbwwdd7xsgf5jlgxrnr-csar.csar 2022-06-10T04:46:29.146Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-06-10T04:46:29.146Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:46:29.147Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_wCbWwDD7xSgF5jLgXRNR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T04:46:29.147Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||DEBUG|500||Node template pNF 97f69ed9-f27a 0 is matching search criteria 2022-06-10T04:46:29.147Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-06-10T04:46:29.147Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 97f69ed9-f27a 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-10T04:46:29.148Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:46:29.148Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_wCbWwDD7xSgF5jLgXRNR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T04:46:29.148Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||DEBUG|500||Node template pNF 97f69ed9-f27a 0 is matching search criteria 2022-06-10T04:46:29.148Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-06-10T04:46:29.148Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 97f69ed9-f27a 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-10T04:46:29.149Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:46:29.149Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_wCbWwDD7xSgF5jLgXRNR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T04:46:29.149Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:46:29.149Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_wCbWwDD7xSgF5jLgXRNR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T04:46:29.150Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:46:29.150Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_wCbWwDD7xSgF5jLgXRNR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T04:46:29.150Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:46:29.150Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_wCbWwDD7xSgF5jLgXRNR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T04:46:29.150Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:46:29.151Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_wCbWwDD7xSgF5jLgXRNR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T04:46:29.151Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_wCbWwDD7xSgF5jLgXRNR Description:catalog service description Model UUID:23c544c8-ea05-43e6-8a82-5e4686b19213 Model Version:NULL Model InvariantUuid:10bad8eb-16e1-46b4-8d60-0fc4372761f6 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-10T04:46:29.162Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: b859d475-b963-4790-82e6-a43bada364f2 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-10T04:46:29.168Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||INFO|500||pNF 97f69ed9-f27a 0 2022-06-10T04:46:29.169Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: b859d475-b963-4790-82e6-a43bada364f2 2022-06-10T04:46:29.169Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 23c544c8-ea05-43e6-8a82-5e4686b19213 2022-06-10T04:46:29.169Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 23c544c8-ea05-43e6-8a82-5e4686b19213 2022-06-10T04:46:29.169Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 97f69ed9-f27a 0 b859d475-b963-4790-82e6-a43bada364f2 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-10T04:46:29.180Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5cbb35aa, org.onap.sdc.toscaparser.api.parameters.Input@6d950505, org.onap.sdc.toscaparser.api.parameters.Input@3735de67, org.onap.sdc.toscaparser.api.parameters.Input@2f0b3b4c, org.onap.sdc.toscaparser.api.parameters.Input@2a984d62] 2022-06-10T04:46:29.181Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:46:29.182Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_wCbWwDD7xSgF5jLgXRNR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T04:46:29.182Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 23c544c8-ea05-43e6-8a82-5e4686b19213: pNF 97f69ed9-f27a 2022-06-10T04:46:29.183Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||INFO|500||Processing PNF resource: b859d475-b963-4790-82e6-a43bada364f2 2022-06-10T04:46:29.183Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:46:29.183Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_wCbWwDD7xSgF5jLgXRNR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T04:46:29.183Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||INFO|500||Resource customization UUID: a00678c4-bb26-40f3-8d80-6da7e3e9570e is the same as notified resource customizationUUID: a00678c4-bb26-40f3-8d80-6da7e3e9570e 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-10T04:46:29.272Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 97f69ed9-f27a b859d475-b963-4790-82e6-a43bada364f2 0 ASDC deployResourceStructure 2022-06-10T04:46:29.273Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfWcbwwdd7xsgf5jlgxrnr/1.0/artifacts/service-DemoPnfWcbwwdd7xsgf5jlgxrnr-csar.csar ASDC sendASDCNotification 2022-06-10T04:46:29.273Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfWcbwwdd7xsgf5jlgxrnr/1.0/artifacts/service-DemoPnfWcbwwdd7xsgf5jlgxrnr-csar.csar 2022-06-10T04:46:29.273Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-10T04:46:29.274Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-10T04:46:29.276Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T04:46:29.277Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "22e049f4-ad19-4f3a-8d48-071c43103344", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836389273, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcbwwdd7xsgf5jlgxrnr/1.0/artifacts/service-DemoPnfWcbwwdd7xsgf5jlgxrnr-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T04:46:29.381Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2022-06-10T04:46:29.382Z||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-10T04:46:29.382Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:46:29.405Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:46:29.405Z||pool-65-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-06-10T04:46:30.278Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 22e049f4-ad19-4f3a-8d48-071c43103344 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T04:46:30.294Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 22e049f4-ad19-4f3a-8d48-071c43103344 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T04:46:30.297Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-10T04:46:30.297Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-10T04:46:30.298Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-10T04:46:30.298Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-10T04:46:30.298Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T04:46:30.298Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T04:46:30.298Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T04:46:30.298Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T04:46:30.298Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T04:46:30.298Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T04:46:30.299Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T04:46:30.299Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||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-10T04:46:30.310Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-10T04:47:00.310Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 22e049f4-ad19-4f3a-8d48-071c43103344 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-10T04:47:00.325Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 22e049f4-ad19-4f3a-8d48-071c43103344 and serviceModelVersionId: 23c544c8-ea05-43e6-8a82-5e4686b19213 2022-06-10T04:47:00.326Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 10bad8eb-16e1-46b4-8d60-0fc4372761f6 2022-06-10T04:47:00.328Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/10bad8eb-16e1-46b4-8d60-0fc4372761f6/model-vers/model-ver/23c544c8-ea05-43e6-8a82-5e4686b19213?depth=0 2022-06-10T04:47:00.337Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-06-10T04:47:00.424Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bad8eb-16e1-46b4-8d60-0fc4372761f6/model-vers/model-ver/23c544c8-ea05-43e6-8a82-5e4686b19213?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-10T04:47:00.427Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bad8eb-16e1-46b4-8d60-0fc4372761f6/model-vers/model-ver/23c544c8-ea05-43e6-8a82-5e4686b19213?depth=0|INFO|500||Invoke 2022-06-10T04:47:00.485Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bad8eb-16e1-46b4-8d60-0fc4372761f6/model-vers/model-ver/23c544c8-ea05-43e6-8a82-5e4686b19213?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-10T04:47:00.744Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bad8eb-16e1-46b4-8d60-0fc4372761f6/model-vers/model-ver/23c544c8-ea05-43e6-8a82-5e4686b19213?depth=0|INFO|500||InvokeReturn 2022-06-10T04:47:00.748Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10bad8eb-16e1-46b4-8d60-0fc4372761f6/model-vers/model-ver/23c544c8-ea05-43e6-8a82-5e4686b19213?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220610-04:47:00:046-94219], vertex-id=[241856], Content-Length=[0], Date=[Fri, 10 Jun 2022 04:47:00 GMT], Content-Type=[application/json]} 2022-06-10T04:47:00.749Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2022-06-10T04:47:00.749Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-10T04:47:00.749Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||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-10T04:47:00.759Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-10T04:47:00.760Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 22e049f4-ad19-4f3a-8d48-071c43103344 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-10T04:47:00.762Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-10T04:47:00.762Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-10T04:47:00.767Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T04:47:00.768Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "22e049f4-ad19-4f3a-8d48-071c43103344", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836420762, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-10T04:47:00.866Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-06-10T04:47:00.868Z||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-10T04:47:00.870Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:47:00.892Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:47:00.893Z||pool-66-thread-1|||||INFO|500||cambria reply ok (26 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-10T04:47:01.896Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:47:01.897Z|22e049f4-ad19-4f3a-8d48-071c43103344|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-10T04:47:01.898Z|22e049f4-ad19-4f3a-8d48-071c43103344|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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:47:06.505Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:47:06.508Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T04:47:06.508Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"7333321b-b75f-4f00-8d9c-1dc4ed5b0b01","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"19e87e71-8d33-4f0d-91c2-1d768d5502ea","serviceDescription":"service","serviceInvariantUUID":"990e90ff-2b16-4e88-9913-a82ad3c44648","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6428b905-9dfc-425e-9a07-a33e25911057","resourceInvariantUUID":"a53c9cf9-f7f2-4b30-a532-44c7679da63c","resourceCustomizationUUID":"7d93e96b-83bf-43d5-adf6-1a5d7033e1e9","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":"YTk2Yzg4NDQ3NTkxZTA1N2JlYjZkZTc3MWU3NTI1Mzg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c4698ffe-0dd3-4f15-9e46-44c220b77cb4","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":"d82a00f5-3908-4138-adcd-1195792171f8","artifactVersion":"2","generatedFromUUID":"3d5d1159-c673-45f7-b104-d67675f0f18f"},{"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":"3d5d1159-c673-45f7-b104-d67675f0f18f","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":"MTcwMTVhNjE2MmQzYjViNmUyM2NjZmEyY2QwMDcxYzY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2ea2b275-3f46-42c8-9603-97b70c7e6023","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":"b8aee9de-08cb-4629-ac86-2404516ec770","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":"f2eca6c3-f11a-4479-a5ef-d75bbe85272d","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":"9b4ca0bf-8fe3-4efd-9197-dcf0ef859ac9","artifactVersion":"2","generatedFromUUID":"b8aee9de-08cb-4629-ac86-2404516ec770"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"YzBlN2E2NjlkOTY2MTUwN2M5ZmI4ODRlODhhNTQ0ZTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f6a747e4-b1c5-4cfa-93a2-e3deefdf9859","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MGMwZjQ5MjVkYTEwZTBlN2YwNGU1OTczMmYzNjE2NjQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"33eeb2b6-0a01-429b-a1b9-9726fd218ced","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-10T04:47:06.514Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T04:47:06.515Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-10T04:47:06.519Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T04:47:06.519Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836421896, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:47:06.619Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-10T04:47:06.621Z||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-10T04:47:06.621Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:47:06.636Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:47:06.637Z||pool-67-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-10T04:47:07.520Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T04:47:07.522Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-10T04:47:07.532Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T04:47:07.532Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836421896, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-06-10T04:47:07.633Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T04:47:07.635Z||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-10T04:47:07.635Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:47:07.691Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:47:07.692Z||pool-68-thread-1|||||INFO|500||cambria reply ok (58 ms):{"serverTimeMs":1,"count":1} 2022-06-10T04:47:08.533Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T04:47:08.534Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-10T04:47:08.537Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T04:47:08.538Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836421896, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-06-10T04:47:08.638Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T04:47:08.640Z||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-10T04:47:08.640Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:47:08.658Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:47:08.659Z||pool-69-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-06-10T04:47:09.538Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T04:47:09.539Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-10T04:47:09.542Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T04:47:09.542Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836421896, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-06-10T04:47:09.642Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T04:47:09.643Z||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-10T04:47:09.643Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:47:09.675Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:47:09.676Z||pool-70-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} 2022-06-10T04:47:10.542Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T04:47:10.543Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-10T04:47:10.552Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T04:47:10.552Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836421896, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-06-10T04:47:10.646Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms 2022-06-10T04:47:10.648Z||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-10T04:47:10.648Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:47:10.670Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:47:10.671Z||pool-71-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-06-10T04:47:11.553Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T04:47:11.555Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-10T04:47:11.558Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T04:47:11.559Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836421896, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:47:11.658Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-10T04:47:11.660Z||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-10T04:47:11.661Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:47:11.705Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:47:11.706Z||pool-72-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1} 2022-06-10T04:47:12.560Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T04:47:12.564Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-10T04:47:12.569Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T04:47:12.570Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836421896, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-06-10T04:47:12.672Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-10T04:47:12.674Z||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-10T04:47:12.674Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:47:12.690Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:47:12.691Z||pool-73-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-06-10T04:47:13.579Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T04:47:13.580Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-10T04:47:13.583Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T04:47:13.583Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836421896, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T04:47:13.684Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-10T04:47:13.685Z||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-10T04:47:13.686Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:47:13.705Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:47:13.706Z||pool-74-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-06-10T04:47:14.585Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T04:47:14.589Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-10T04:47:14.597Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T04:47:14.598Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836421896, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-10T04:47:14.693Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2022-06-10T04:47:14.694Z||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-10T04:47:14.694Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:47:14.714Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:47:14.715Z||pool-75-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-06-10T04:47:15.604Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "19e87e71-8d33-4f0d-91c2-1d768d5502ea", "serviceDescription": "service", "serviceInvariantUUID": "990e90ff-2b16-4e88-9913-a82ad3c44648", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "7d93e96b-83bf-43d5-adf6-1a5d7033e1e9", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "6428b905-9dfc-425e-9a07-a33e25911057", "resourceInvariantUUID": "a53c9cf9-f7f2-4b30-a532-44c7679da63c", "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": "d82a00f5-3908-4138-adcd-1195792171f8", "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": "3d5d1159-c673-45f7-b104-d67675f0f18f", "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": "MTcwMTVhNjE2MmQzYjViNmUyM2NjZmEyY2QwMDcxYzY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2ea2b275-3f46-42c8-9603-97b70c7e6023", "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": "b8aee9de-08cb-4629-ac86-2404516ec770", "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": "9b4ca0bf-8fe3-4efd-9197-dcf0ef859ac9", "generatedFromUUID": "b8aee9de-08cb-4629-ac86-2404516ec770" }, "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": "9b4ca0bf-8fe3-4efd-9197-dcf0ef859ac9", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "MGMwZjQ5MjVkYTEwZTBlN2YwNGU1OTczMmYzNjE2NjQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "33eeb2b6-0a01-429b-a1b9-9726fd218ced" } ], "workloadContext": "Production" } 2022-06-10T04:47:15.605Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-10T04:47:15.605Z|22e049f4-ad19-4f3a-8d48-071c43103344|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 19e87e71-8d33-4f0d-91c2-1d768d5502ea ASDC 2022-06-10T04:47:15.607Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:7333321b-b75f-4f00-8d9c-1dc4ed5b0b01 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:19e87e71-8d33-4f0d-91c2-1d768d5502ea ServiceInvariantUUID:990e90ff-2b16-4e88-9913-a82ad3c44648 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:33eeb2b6-0a01-429b-a1b9-9726fd218ced ArtifactChecksum:MGMwZjQ5MjVkYTEwZTBlN2YwNGU1OTczMmYzNjE2NjQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:7d93e96b-83bf-43d5-adf6-1a5d7033e1e9 ResourceInvariantUUID:a53c9cf9-f7f2-4b30-a532-44c7679da63c ResourceName:basic_cnf ResourceType:VF ResourceUUID:6428b905-9dfc-425e-9a07-a33e25911057 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:d82a00f5-3908-4138-adcd-1195792171f8 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:3d5d1159-c673-45f7-b104-d67675f0f18f 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:2ea2b275-3f46-42c8-9603-97b70c7e6023 ArtifactChecksum:MTcwMTVhNjE2MmQzYjViNmUyM2NjZmEyY2QwMDcxYzY= 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:b8aee9de-08cb-4629-ac86-2404516ec770 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:9b4ca0bf-8fe3-4efd-9197-dcf0ef859ac9 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:9b4ca0bf-8fe3-4efd-9197-dcf0ef859ac9 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-10T04:47:15.607Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 19e87e71-8d33-4f0d-91c2-1d768d5502ea 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-10T04:47:15.760Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-10T04:47:15.762Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-06-10T04:47:15.762Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-06-10T04:47:15.762Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 33eeb2b6-0a01-429b-a1b9-9726fd218ced from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-06-10T04:47:15.763Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-10T04:47:15.763Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-06-10T04:47:16.191Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-10T04:47:16.201Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 33eeb2b6-0a01-429b-a1b9-9726fd218ced 68956 2022-06-10T04:47:16.203Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-06-10T04:47:16.203Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-06-10T04:47:16.204Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-10T04:47:16.205Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-10T04:47:16.210Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T04:47:16.211Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836436203, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T04:47:16.312Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T04:47:16.323Z||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-10T04:47:16.324Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:47:16.343Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:47:16.346Z||pool-76-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-06-10T04:47:17.212Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-10T04:47:17.215Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-06-10T04:47:17.216Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 33eeb2b6-0a01-429b-a1b9-9726fd218ced, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-10T04:47:17.217Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-06-10T04:47:17.218Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-10T04:47:17.219Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-10T04:47:17.460Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10641273880032654178/Definitions/service-BasicCnf-template.yml 2022-06-10T04:47:19.424Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-10T04:47:19.425Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-06-10T04:47:19.425Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-10T04:47:19.426Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-06-10T04:47:19.426Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-10T04:47:19.426Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-10T04:47:19.426Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-10T04:47:19.427Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-10T04:47:19.427Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-06-10T04:47:19.427Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:47:19.428Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T04:47:19.428Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-10T04:47:19.428Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-06-10T04:47:19.429Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-10T04:47:19.429Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:47:19.429Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T04:47:19.429Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-10T04:47:19.430Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-06-10T04:47:19.430Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-10T04:47:19.430Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:47:19.431Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T04:47:19.431Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:47:19.431Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-06-10T04:47:19.431Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-06-10T04:47:19.432Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Node template dummy is not matching search criteria 2022-06-10T04:47:19.432Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-10T04:47:19.432Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:47:19.433Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-10T04:47:19.433Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:47:19.434Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-10T04:47:19.434Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-10T04:47:19.434Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:47:19.435Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-10T04:47:19.435Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-10T04:47:19.435Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:47:19.436Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-10T04:47:19.436Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-10T04:47:19.436Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:47:19.436Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-06-10T04:47:19.437Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-06-10T04:47:19.437Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=f26c1755-13ce-4fb4-b816-d8bd096da559 2022-06-10T04:47:19.437Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:47:19.437Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T04:47:19.438Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:47:19.438Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T04:47:19.438Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:47:19.438Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T04:47:19.439Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:47:19.439Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T04:47:19.439Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:19e87e71-8d33-4f0d-91c2-1d768d5502ea Model Version:NULL Model InvariantUuid:990e90ff-2b16-4e88-9913-a82ad3c44648 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:980cbfd6-1af6-4773-8032-ff183d8c50b5 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:a53c9cf9-f7f2-4b30-a532-44c7679da63c Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:7d93e96b-83bf-43d5-adf6-1a5d7033e1e9 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:40d5773d-9264-4504-b4c3-42e2f859199a ModelName:BasicCnf..base_dummy..module-0 ModelUuid:3ccf940b-607e-43e2-9f9b-aa9e594de98e ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:f26c1755-13ce-4fb4-b816-d8bd096da559 ModelInvariantUuid:46295272-3620-4cbe-bf03-140da3361234 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:12675b9f-91a3-4f62-adda-79f8e8f6f1c6 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:040dc51d-1ade-44be-b562-f526575c2431 ModelInvariantUuid:7b210355-7fed-4b64-ba2f-3f272f229a2a ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:6167ec71-5161-4087-8def-1adaf75ef39d 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-10T04:47:19.456Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 6428b905-9dfc-425e-9a07-a33e25911057 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-10T04:47:19.472Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||basic_cnf 0 2022-06-10T04:47:19.472Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6428b905-9dfc-425e-9a07-a33e25911057 2022-06-10T04:47:19.472Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: d82a00f5-3908-4138-adcd-1195792171f8 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-06-10T04:47:19.473Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-10T04:47:19.473Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-06-10T04:47:19.557Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-10T04:47:19.558Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env d82a00f5-3908-4138-adcd-1195792171f8 12 2022-06-10T04:47:19.558Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-06-10T04:47:19.558Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-06-10T04:47:19.559Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-10T04:47:19.559Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-10T04:47:19.563Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T04:47:19.563Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836439558, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-06-10T04:47:19.663Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T04:47:19.664Z||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-10T04:47:19.665Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:47:19.684Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:47:19.685Z||pool-77-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-06-10T04:47:20.564Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 3d5d1159-c673-45f7-b104-d67675f0f18f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-06-10T04:47:20.565Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-10T04:47:20.565Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-06-10T04:47:20.642Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-10T04:47:20.642Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 3d5d1159-c673-45f7-b104-d67675f0f18f 2688 2022-06-10T04:47:20.643Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-06-10T04:47:20.643Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-06-10T04:47:20.643Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-10T04:47:20.644Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-10T04:47:20.646Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T04:47:20.646Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836440642, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-06-10T04:47:20.747Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T04:47:20.749Z||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-10T04:47:20.750Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:47:20.765Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:47:20.766Z||pool-78-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-10T04:47:21.649Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 2ea2b275-3f46-42c8-9603-97b70c7e6023 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-06-10T04:47:21.649Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-10T04:47:21.650Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-06-10T04:47:21.753Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-10T04:47:21.753Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2ea2b275-3f46-42c8-9603-97b70c7e6023 828 2022-06-10T04:47:21.753Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-06-10T04:47:21.754Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-06-10T04:47:21.754Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-10T04:47:21.754Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-10T04:47:21.765Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T04:47:21.765Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836441753, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-10T04:47:21.857Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms 2022-06-10T04:47:21.859Z||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-10T04:47:21.860Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:47:21.879Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:47:21.879Z||pool-79-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-06-10T04:47:22.766Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "40d5773d-9264-4504-b4c3-42e2f859199a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3ccf940b-607e-43e2-9f9b-aa9e594de98e", "vfModuleModelCustomizationUUID": "4f00b50b-7027-4ae6-b5ec-0e26a47d4739", "isBase": true, "artifacts": [ "3d5d1159-c673-45f7-b104-d67675f0f18f", "b8aee9de-08cb-4629-ac86-2404516ec770", "9b4ca0bf-8fe3-4efd-9197-dcf0ef859ac9" ], "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-10T04:47:22.776Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:3ccf940b-607e-43e2-9f9b-aa9e594de98e VfModuleModelInvariantUUID:40d5773d-9264-4504-b4c3-42e2f859199a VfModuleModelDescription:NULL Artifacts UUID List:{ 3d5d1159-c673-45f7-b104-d67675f0f18f , b8aee9de-08cb-4629-ac86-2404516ec770 , 9b4ca0bf-8fe3-4efd-9197-dcf0ef859ac9 } 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-10T04:47:22.778Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "40d5773d-9264-4504-b4c3-42e2f859199a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3ccf940b-607e-43e2-9f9b-aa9e594de98e", "vfModuleModelCustomizationUUID": "4f00b50b-7027-4ae6-b5ec-0e26a47d4739", "isBase": true, "artifacts": [ "3d5d1159-c673-45f7-b104-d67675f0f18f", "b8aee9de-08cb-4629-ac86-2404516ec770", "9b4ca0bf-8fe3-4efd-9197-dcf0ef859ac9" ], "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-10T04:47:22.778Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:3ccf940b-607e-43e2-9f9b-aa9e594de98e VfModuleModelInvariantUUID:40d5773d-9264-4504-b4c3-42e2f859199a VfModuleModelDescription:NULL Artifacts UUID List:{ 3d5d1159-c673-45f7-b104-d67675f0f18f , b8aee9de-08cb-4629-ac86-2404516ec770 , 9b4ca0bf-8fe3-4efd-9197-dcf0ef859ac9 } 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-10T04:47:22.778Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: b8aee9de-08cb-4629-ac86-2404516ec770 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-06-10T04:47:22.779Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-10T04:47:22.779Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-06-10T04:47:22.853Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-10T04:47:22.854Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml b8aee9de-08cb-4629-ac86-2404516ec770 1164 2022-06-10T04:47:22.854Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-06-10T04:47:22.854Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-06-10T04:47:22.854Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-10T04:47:22.855Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-10T04:47:22.857Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T04:47:22.857Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836442854, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-06-10T04:47:22.958Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T04:47:22.960Z||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-10T04:47:22.960Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:47:22.992Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:47:22.993Z||pool-80-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1} 2022-06-10T04:47:23.860Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 9b4ca0bf-8fe3-4efd-9197-dcf0ef859ac9 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-06-10T04:47:23.862Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-10T04:47:23.863Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-06-10T04:47:24.076Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-10T04:47:24.076Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 9b4ca0bf-8fe3-4efd-9197-dcf0ef859ac9 200 2022-06-10T04:47:24.077Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-06-10T04:47:24.077Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-06-10T04:47:24.077Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-10T04:47:24.078Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-10T04:47:24.081Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T04:47:24.081Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836444077, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-06-10T04:47:24.181Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T04:47:24.183Z||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-10T04:47:24.183Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:47:24.201Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:47:24.202Z||pool-81-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-06-10T04:47:25.006Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:47:25.008Z||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-10T04:47:25.008Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:47:25.075Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:47:25.076Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-10T04:47:25.076Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ef19ea8-d966-461c-b5e0-f3cbe3c9184a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836377027, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-10T04:47:25.078Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:47:25.078Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-10T04:47:25.078Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "22e049f4-ad19-4f3a-8d48-071c43103344", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836144997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcbwwdd7xsgf5jlgxrnr/1.0/resourceInstances/pnf97f69ed9f27a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:47:25.079Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-10T04:47:25.079Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-10T04:47:25.079Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "22e049f4-ad19-4f3a-8d48-071c43103344", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836144997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcbwwdd7xsgf5jlgxrnr/1.0/resourceInstances/pnf97f69ed9f27a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-10T04:47:25.079Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-10T04:47:25.079Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-10T04:47:25.079Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "22e049f4-ad19-4f3a-8d48-071c43103344", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836144997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcbwwdd7xsgf5jlgxrnr/1.0/resourceInstances/pnf97f69ed9f27a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-10T04:47:25.080Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-10T04:47:25.080Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-10T04:47:25.080Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "22e049f4-ad19-4f3a-8d48-071c43103344", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836144997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcbwwdd7xsgf5jlgxrnr/1.0/resourceInstances/pnf97f69ed9f27a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:47:25.080Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-10T04:47:25.080Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-10T04:47:25.081Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "22e049f4-ad19-4f3a-8d48-071c43103344", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836144997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcbwwdd7xsgf5jlgxrnr/1.0/resourceInstances/pnf97f69ed9f27a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T04:47:25.081Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-10T04:47:25.081Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-10T04:47:25.081Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "22e049f4-ad19-4f3a-8d48-071c43103344", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836144997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcbwwdd7xsgf5jlgxrnr/1.0/resourceInstances/pnf97f69ed9f27a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T04:47:25.081Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-10T04:47:25.081Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-10T04:47:25.082Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "22e049f4-ad19-4f3a-8d48-071c43103344", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836144997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcbwwdd7xsgf5jlgxrnr/1.0/artifacts/service-DemoPnfWcbwwdd7xsgf5jlgxrnr-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T04:47:25.082Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-10T04:47:25.082Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 19e87e71-8d33-4f0d-91c2-1d768d5502ea 2022-06-10T04:47:25.083Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 6428b905-9dfc-425e-9a07-a33e25911057 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 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-10T04:47:25.114Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select 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-10T04:47:25.122Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@42951c40, org.onap.sdc.toscaparser.api.parameters.Input@3396dda7, org.onap.sdc.toscaparser.api.parameters.Input@3e3bc2b1, org.onap.sdc.toscaparser.api.parameters.Input@574b42d6, org.onap.sdc.toscaparser.api.parameters.Input@3dd62363] 2022-06-10T04:47:25.123Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:47:25.124Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T04:47:25.124Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2022-06-10T04:47:25.124Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 7d93e96b-83bf-43d5-adf6-1a5d7033e1e9 2022-06-10T04:47:25.124Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7d93e96b-83bf-43d5-adf6-1a5d7033e1e9 matches Tosca VF Customization UUID: 7d93e96b-83bf-43d5-adf6-1a5d7033e1e9 2022-06-10T04:47:25.124Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 7d93e96b-83bf-43d5-adf6-1a5d7033e1e9 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-10T04:47:25.128Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:47:25.128Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T04:47:25.129Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 7d93e96b-83bf-43d5-adf6-1a5d7033e1e9: {\"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-10T04:47:25.129Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@55367d5d 2022-06-10T04:47:25.129Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:47:25.129Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-10T04:47:25.130Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4f00b50b-7027-4ae6-b5ec-0e26a47d4739 2022-06-10T04:47:25.130Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4f00b50b-7027-4ae6-b5ec-0e26a47d4739 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-10T04:47:25.133Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:47:25.133Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-10T04:47:25.134Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-10T04:47:25.134Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:47:25.134Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-10T04:47:25.134Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-10T04:47:25.134Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:47:25.135Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-06-10T04:47:25.135Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-06-10T04:47:25.135Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=f26c1755-13ce-4fb4-b816-d8bd096da559 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-10T04:47:25.147Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:47:25.148Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-10T04:47:25.148Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-10T04:47:25.149Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:47:25.149Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-10T04:47:25.149Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=7d93e96b-83bf-43d5-adf6-1a5d7033e1e9 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-10T04:47:25.154Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:47:25.155Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T04:47:25.155Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 19e87e71-8d33-4f0d-91c2-1d768d5502ea: basic_cnf 2022-06-10T04:47:25.155Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:47:25.155Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T04:47:25.156Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:47:25.156Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T04:47:25.156Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:47:25.156Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T04:47:25.156Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:47:25.157Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T04:47:25.157Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:47:25.157Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T04:47:25.157Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Saving Service: basic_cnf Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-10T04:47:25.292Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 6428b905-9dfc-425e-9a07-a33e25911057 1 ASDC deployResourceStructure 2022-06-10T04:47:25.293Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-06-10T04:47:25.293Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource) 2022-06-10T04:47:25.293Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-06-10T04:47:25.294Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-10T04:47:25.296Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T04:47:25.296Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836445292, "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-10T04:47:25.396Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T04:47:25.397Z||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-10T04:47:25.397Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:47:25.414Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:47:25.415Z||pool-82-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-10T04:47:26.297Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-06-10T04:47:26.298Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource) 2022-06-10T04:47:26.298Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-06-10T04:47:26.298Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-10T04:47:26.301Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T04:47:26.301Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836446297, "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-10T04:47:26.404Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-06-10T04:47:26.405Z||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-10T04:47:26.405Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:47:26.420Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:47:26.421Z||pool-83-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-10T04:47:27.302Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-06-10T04:47:27.303Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-06-10T04:47:27.303Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-10T04:47:27.304Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-10T04:47:27.306Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T04:47:27.306Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836447302, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-06-10T04:47:27.406Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T04:47:27.407Z||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-10T04:47:27.407Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:47:27.425Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:47:27.426Z||pool-84-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-10T04:47:28.307Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-06-10T04:47:28.308Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-06-10T04:47:28.308Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-10T04:47:28.308Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-10T04:47:28.312Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T04:47:28.312Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836448307, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-06-10T04:47:28.412Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T04:47:28.413Z||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-10T04:47:28.413Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:47:28.432Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:47:28.433Z||pool-85-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-06-10T04:47:29.317Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-06-10T04:47:29.317Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-06-10T04:47:29.317Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-10T04:47:29.317Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-10T04:47:29.319Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T04:47:29.320Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836449316, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-06-10T04:47:29.420Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T04:47:29.423Z||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-10T04:47:29.423Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:47:29.438Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:47:29.439Z||pool-86-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-10T04:47:30.321Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-06-10T04:47:30.321Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-06-10T04:47:30.321Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-10T04:47:30.321Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-10T04:47:30.323Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T04:47:30.323Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836450320, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T04:47:30.424Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-10T04:47:30.425Z||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-10T04:47:30.425Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:47:30.442Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:47:30.443Z||pool-87-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-10T04:47:31.326Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7333321b-b75f-4f00-8d9c-1dc4ed5b0b01 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T04:47:31.339Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7333321b-b75f-4f00-8d9c-1dc4ed5b0b01 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T04:47:31.345Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-10T04:47:31.345Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-10T04:47:31.345Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-10T04:47:31.345Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-10T04:47:31.346Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T04:47:31.346Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T04:47:31.346Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T04:47:31.346Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T04:47:31.346Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T04:47:31.346Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T04:47:31.346Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||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-10T04:47:31.354Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-10T04:48:01.354Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7333321b-b75f-4f00-8d9c-1dc4ed5b0b01 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-10T04:48:01.365Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7333321b-b75f-4f00-8d9c-1dc4ed5b0b01 and serviceModelVersionId: 19e87e71-8d33-4f0d-91c2-1d768d5502ea 2022-06-10T04:48:01.365Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 990e90ff-2b16-4e88-9913-a82ad3c44648 2022-06-10T04:48:01.366Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/990e90ff-2b16-4e88-9913-a82ad3c44648/model-vers/model-ver/19e87e71-8d33-4f0d-91c2-1d768d5502ea?depth=0 2022-06-10T04:48:01.372Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-06-10T04:48:01.445Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/990e90ff-2b16-4e88-9913-a82ad3c44648/model-vers/model-ver/19e87e71-8d33-4f0d-91c2-1d768d5502ea?depth=0|INFO|500||Invoke 2022-06-10T04:48:01.446Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/990e90ff-2b16-4e88-9913-a82ad3c44648/model-vers/model-ver/19e87e71-8d33-4f0d-91c2-1d768d5502ea?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/990e90ff-2b16-4e88-9913-a82ad3c44648/model-vers/model-ver/19e87e71-8d33-4f0d-91c2-1d768d5502ea?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7333321b-b75f-4f00-8d9c-1dc4ed5b0b01], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a358562b-cd7f-4ec5-88d2-8f652ca0dec1], X-ECOMP-RequestID=[7333321b-b75f-4f00-8d9c-1dc4ed5b0b01], X-TransactionId=[], X-ONAP-RequestID=[7333321b-b75f-4f00-8d9c-1dc4ed5b0b01], Content-Type=[application/merge-patch+json]} 2022-06-10T04:48:01.483Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/990e90ff-2b16-4e88-9913-a82ad3c44648/model-vers/model-ver/19e87e71-8d33-4f0d-91c2-1d768d5502ea?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-10T04:48:01.677Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/990e90ff-2b16-4e88-9913-a82ad3c44648/model-vers/model-ver/19e87e71-8d33-4f0d-91c2-1d768d5502ea?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/990e90ff-2b16-4e88-9913-a82ad3c44648/model-vers/model-ver/19e87e71-8d33-4f0d-91c2-1d768d5502ea?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220610-04:48:01:027-43255], vertex-id=[266272], Content-Length=[0], Date=[Fri, 10 Jun 2022 04:48:01 GMT], Content-Type=[application/json]} 2022-06-10T04:48:01.677Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/990e90ff-2b16-4e88-9913-a82ad3c44648/model-vers/model-ver/19e87e71-8d33-4f0d-91c2-1d768d5502ea?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-10T04:48:01.678Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/990e90ff-2b16-4e88-9913-a82ad3c44648/model-vers/model-ver/19e87e71-8d33-4f0d-91c2-1d768d5502ea?depth=0|INFO|500||InvokeReturn 2022-06-10T04:48:01.678Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-10T04:48:01.678Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||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-10T04:48:01.690Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-10T04:48:01.691Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7333321b-b75f-4f00-8d9c-1dc4ed5b0b01 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-10T04:48:01.691Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-10T04:48:01.691Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-10T04:48:01.694Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T04:48:01.694Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836481691, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-10T04:48:01.795Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T04:48:01.796Z||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-10T04:48:01.797Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:48:01.818Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:48:01.819Z||pool-88-thread-1|||||INFO|500||cambria reply ok (23 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-10T04:48:02.755Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:48:02.756Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|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-10T04:48:02.756Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:48:12.348Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:48:12.350Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:48:12.351Z||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-10T04:48:12.351Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:48:21.903Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:48:21.904Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:48:21.905Z||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-10T04:48:21.905Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:48:25.006Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:48:25.007Z||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-10T04:48:25.007Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:48:25.089Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:48:25.090Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:48:25.090Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "22e049f4-ad19-4f3a-8d48-071c43103344", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836144997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcbwwdd7xsgf5jlgxrnr/1.0/artifacts/service-DemoPnfWcbwwdd7xsgf5jlgxrnr-csar.csar", "status": "NOTIFIED" } 2022-06-10T04:48:25.091Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:48:31.467Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:48:31.469Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:48:31.470Z||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-10T04:48:31.470Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:48:41.047Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:48:41.048Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:48:41.049Z||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-10T04:48:41.049Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:48:50.650Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:49:24.997Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:49:24.998Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T04:49:24.998Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:49:25.006Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:49:25.006Z||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-10T04:49:25.007Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:49:25.052Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:49:25.053Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:49:25.054Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "22e049f4-ad19-4f3a-8d48-071c43103344", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836386594, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcbwwdd7xsgf5jlgxrnr/1.0/artifacts/service-DemoPnfWcbwwdd7xsgf5jlgxrnr-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T04:49:25.055Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:49:25.055Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:49:25.055Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "22e049f4-ad19-4f3a-8d48-071c43103344", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836389273, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWcbwwdd7xsgf5jlgxrnr/1.0/artifacts/service-DemoPnfWcbwwdd7xsgf5jlgxrnr-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T04:49:25.055Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:49:25.056Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:49:25.056Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "22e049f4-ad19-4f3a-8d48-071c43103344", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836420762, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-10T04:49:25.056Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:49:25.056Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:49:25.056Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836421896, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:49:25.056Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:49:25.056Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:49:25.056Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836421896, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-06-10T04:49:25.056Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:49:25.057Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:49:25.057Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836421896, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-06-10T04:49:25.057Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:49:25.057Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:49:25.057Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836421896, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-06-10T04:49:25.057Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:49:25.058Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:49:25.058Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836421896, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-06-10T04:49:25.058Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:49:25.058Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:49:25.062Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836421896, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:49:25.063Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:49:25.063Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:49:25.063Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836421896, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-06-10T04:49:25.063Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:49:25.063Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:49:25.063Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836421896, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T04:49:25.063Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:49:25.063Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:49:25.063Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836421896, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-10T04:49:25.064Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:49:25.064Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:49:25.064Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836436203, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T04:49:25.064Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:49:25.064Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:49:25.064Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836439558, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-06-10T04:49:25.065Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:49:25.065Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:49:25.065Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836440642, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-06-10T04:49:25.065Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:49:25.065Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:49:25.065Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836441753, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-10T04:49:25.065Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:49:25.066Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:49:25.066Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836442854, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-06-10T04:49:25.066Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:49:25.066Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:49:25.066Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836444077, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-06-10T04:49:25.066Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:49:34.583Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:50:24.998Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:50:24.999Z||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-10T04:50:24.999Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:50:25.006Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:50:25.006Z||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-10T04:50:25.006Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:50:25.609Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:50:25.609Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:50:25.609Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836445292, "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-10T04:50:25.610Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:50:25.610Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:50:25.610Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836446297, "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-10T04:50:25.610Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:50:25.610Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:50:25.610Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836447302, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-06-10T04:50:25.611Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:50:25.611Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:50:25.611Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836448307, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-06-10T04:50:25.611Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:50:25.611Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:50:25.611Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836449316, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-06-10T04:50:25.611Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:50:25.611Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:50:25.611Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836450320, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T04:50:25.611Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:50:25.611Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:50:25.612Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7333321b-b75f-4f00-8d9c-1dc4ed5b0b01", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836481691, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-10T04:50:25.612Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:50:34.606Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:51:24.997Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:51:24.998Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T04:51:24.998Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:51:25.006Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:51:25.007Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|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-10T04:51:25.007Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:51:32.755Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:51:32.757Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T04:51:32.758Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"928f88bf-d046-4207-a454-dddfba5314fa","serviceName":"Demo_pNF_sDqw3ziZCtXhTHgbNdZ7","serviceVersion":"1.0","serviceUUID":"06fa8574-672c-47d5-a234-9d91031aad9c","serviceDescription":"catalog service description","serviceInvariantUUID":"e15c755c-804c-4422-8150-00a74a8dac8e","resources":[{"resourceInstanceName":"pNF a1157973-3642 0","resourceName":"pNF a1157973-3642","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"29942139-6ee9-4528-9c11-3220e70eb407","resourceInvariantUUID":"2f542999-dfcb-4b86-918c-30b8c919b1be","resourceCustomizationUUID":"f783c316-bf8b-4e8e-9fd6-5b164680ebe1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSdqw3zizctxhthgbndz7/1.0/resourceInstances/pnfa115797336420/artifacts/vf-license-model.xml","artifactChecksum":"MGY5N2M4ZjM0M2EyN2ZmOGY1NjAyMjQ2Y2EzYjkwNjk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0dda90c2-27b6-46f2-a5cf-5c2c5bb1bdc1","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSdqw3zizctxhthgbndz7/1.0/resourceInstances/pnfa115797336420/artifacts/pNF.csar","artifactChecksum":"OGEyZGNiMDNhMzZjZjdiNWQyYmE1NTJhYmQ0OGJhNjc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a9b54ecf-f5d9-4c25-957f-9962ead27af9","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSdqw3zizctxhthgbndz7/1.0/resourceInstances/pnfa115797336420/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fcd62550-88f3-4a78-8e42-74f7a8c5afe5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSdqw3zizctxhthgbndz7/1.0/resourceInstances/pnfa115797336420/artifacts/vendor-license-model.xml","artifactChecksum":"OTZiYWQzZGY3MGVhMjc5YTE2YmFiMDhjYjA2MTcyODE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6943f861-2b35-4727-a8ee-c228ae467c76","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfSdqw3zizctxhthgbndz7/1.0/resourceInstances/pnfa115797336420/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"dcbb38d2-4175-4446-af55-1d43646cb2ce","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfSdqw3zizctxhthgbndz7/1.0/resourceInstances/pnfa115797336420/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1e087855-f914-4f5b-8de1-e909695ef5e6","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfSdqw3zizctxhthgbndz7-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSdqw3zizctxhthgbndz7/1.0/artifacts/service-DemoPnfSdqw3zizctxhthgbndz7-template.yml","artifactChecksum":"MDEyZWM3YWNlYmYwNTZlNGI4NzU0MDdjYjcxY2NiYTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6e1725b6-6a66-4e35-8840-51078fb61b99","artifactVersion":"1"},{"artifactName":"service-DemoPnfSdqw3zizctxhthgbndz7-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfSdqw3zizctxhthgbndz7/1.0/artifacts/service-DemoPnfSdqw3zizctxhthgbndz7-csar.csar","artifactChecksum":"NTFmYTczZmM3ODU3YTI1Njg4NjU5MWQ1MzVhZmRjNmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"528e719a-dc8d-4657-a649-97db543ff2ec","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-10T04:51:32.764Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T04:51:32.765Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-06-10T04:51:32.770Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T04:51:32.771Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "928f88bf-d046-4207-a454-dddfba5314fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836684997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSdqw3zizctxhthgbndz7/1.0/resourceInstances/pnfa115797336420/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:51:32.871Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-10T04:51:32.872Z||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-10T04:51:32.872Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:51:32.893Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:51:32.894Z||pool-89-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-06-10T04:51:33.033Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:51:33.034Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T04:51:33.034Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "928f88bf-d046-4207-a454-dddfba5314fa", "consumerID": "cds", "timestamp": 1654836691626, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSdqw3zizctxhthgbndz7/1.0/resourceInstances/pnfa115797336420/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:51:33.036Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T04:51:33.773Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T04:51:33.775Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-06-10T04:51:33.779Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T04:51:33.779Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "928f88bf-d046-4207-a454-dddfba5314fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836684997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSdqw3zizctxhthgbndz7/1.0/resourceInstances/pnfa115797336420/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-10T04:51:33.888Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 109 ms 2022-06-10T04:51:33.889Z||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-10T04:51:33.889Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:51:33.909Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:51:33.911Z||pool-90-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-06-10T04:51:34.780Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T04:51:34.782Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-06-10T04:51:34.785Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T04:51:34.786Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "928f88bf-d046-4207-a454-dddfba5314fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836684997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSdqw3zizctxhthgbndz7/1.0/resourceInstances/pnfa115797336420/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-10T04:51:34.886Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T04:51:34.888Z||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-10T04:51:34.888Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:51:34.905Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:51:34.906Z||pool-91-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-06-10T04:51:35.786Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T04:51:35.787Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-06-10T04:51:35.790Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T04:51:35.790Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "928f88bf-d046-4207-a454-dddfba5314fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836684997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSdqw3zizctxhthgbndz7/1.0/resourceInstances/pnfa115797336420/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:51:35.890Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T04:51:35.891Z||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-10T04:51:35.891Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:51:35.910Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:51:35.910Z||pool-92-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-06-10T04:51:36.791Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T04:51:36.792Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-06-10T04:51:36.796Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T04:51:36.798Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "928f88bf-d046-4207-a454-dddfba5314fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836684997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSdqw3zizctxhthgbndz7/1.0/resourceInstances/pnfa115797336420/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T04:51:36.896Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-06-10T04:51:36.897Z||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-10T04:51:36.897Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:51:36.916Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:51:36.917Z||pool-93-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-06-10T04:51:37.804Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T04:51:37.808Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-06-10T04:51:37.811Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T04:51:37.811Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "928f88bf-d046-4207-a454-dddfba5314fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836684997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSdqw3zizctxhthgbndz7/1.0/resourceInstances/pnfa115797336420/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T04:51:37.911Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T04:51:37.912Z||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-10T04:51:37.912Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:51:37.930Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:51:37.931Z||pool-94-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-06-10T04:51:38.814Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T04:51:38.816Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-06-10T04:51:38.819Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T04:51:38.820Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "928f88bf-d046-4207-a454-dddfba5314fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836684997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSdqw3zizctxhthgbndz7/1.0/artifacts/service-DemoPnfSdqw3zizctxhthgbndz7-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T04:51:38.920Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-10T04:51:38.922Z||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-10T04:51:38.922Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:51:38.951Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:51:38.952Z||pool-95-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2022-06-10T04:51:39.821Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T04:51:39.822Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-06-10T04:51:39.824Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T04:51:39.824Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "928f88bf-d046-4207-a454-dddfba5314fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836684997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSdqw3zizctxhthgbndz7/1.0/artifacts/service-DemoPnfSdqw3zizctxhthgbndz7-csar.csar", "status": "NOTIFIED" } 2022-06-10T04:51:39.924Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T04:51:39.925Z||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-10T04:51:39.926Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:51:39.944Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:51:39.945Z||pool-96-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-06-10T04:51:40.828Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "928f88bf-d046-4207-a454-dddfba5314fa", "serviceName": "Demo_pNF_sDqw3ziZCtXhTHgbNdZ7", "serviceVersion": "1.0", "serviceUUID": "06fa8574-672c-47d5-a234-9d91031aad9c", "serviceDescription": "catalog service description", "serviceInvariantUUID": "e15c755c-804c-4422-8150-00a74a8dac8e", "resources": [ { "resourceInstanceName": "pNF a1157973-3642 0", "resourceCustomizationUUID": "f783c316-bf8b-4e8e-9fd6-5b164680ebe1", "resourceName": "pNF a1157973-3642", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "29942139-6ee9-4528-9c11-3220e70eb407", "resourceInvariantUUID": "2f542999-dfcb-4b86-918c-30b8c919b1be", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfSdqw3zizctxhthgbndz7-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfSdqw3zizctxhthgbndz7/1.0/artifacts/service-DemoPnfSdqw3zizctxhthgbndz7-csar.csar", "artifactChecksum": "NTFmYTczZmM3ODU3YTI1Njg4NjU5MWQ1MzVhZmRjNmQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "528e719a-dc8d-4657-a649-97db543ff2ec" } ], "workloadContext": "Production" } 2022-06-10T04:51:40.829Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-10T04:51:40.829Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 06fa8574-672c-47d5-a234-9d91031aad9c ASDC 2022-06-10T04:51:40.844Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:928f88bf-d046-4207-a454-dddfba5314fa ServiceName:Demo_pNF_sDqw3ziZCtXhTHgbNdZ7 ServiceVersion:1.0 ServiceUUID:06fa8574-672c-47d5-a234-9d91031aad9c ServiceInvariantUUID:e15c755c-804c-4422-8150-00a74a8dac8e ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfSdqw3zizctxhthgbndz7-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfSdqw3zizctxhthgbndz7/1.0/artifacts/service-DemoPnfSdqw3zizctxhthgbndz7-csar.csar ArtifactUUID:528e719a-dc8d-4657-a649-97db543ff2ec ArtifactChecksum:NTFmYTczZmM3ODU3YTI1Njg4NjU5MWQ1MzVhZmRjNmQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF a1157973-3642 0 ResourceCustomizationUUID:f783c316-bf8b-4e8e-9fd6-5b164680ebe1 ResourceInvariantUUID:2f542999-dfcb-4b86-918c-30b8c919b1be ResourceName:pNF a1157973-3642 ResourceType:PNF ResourceUUID:29942139-6ee9-4528-9c11-3220e70eb407 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-06-10T04:51:40.844Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 06fa8574-672c-47d5-a234-9d91031aad9c ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-10T04:51:40.914Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-10T04:51:40.916Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-06-10T04:51:40.917Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-06-10T04:51:40.917Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 528e719a-dc8d-4657-a649-97db543ff2ec from URL: /sdc/v1/catalog/services/DemoPnfSdqw3zizctxhthgbndz7/1.0/artifacts/service-DemoPnfSdqw3zizctxhthgbndz7-csar.csar 2022-06-10T04:51:40.917Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-06-10T04:51:40.918Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfSdqw3zizctxhthgbndz7/1.0/artifacts/service-DemoPnfSdqw3zizctxhthgbndz7-csar.csar 2022-06-10T04:51:41.116Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-06-10T04:51:41.121Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfSdqw3zizctxhthgbndz7/1.0/artifacts/service-DemoPnfSdqw3zizctxhthgbndz7-csar.csar 528e719a-dc8d-4657-a649-97db543ff2ec 82647 2022-06-10T04:51:41.122Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfSdqw3zizctxhthgbndz7/1.0/artifacts/service-DemoPnfSdqw3zizctxhthgbndz7-csar.csar ASDC sendASDCNotification 2022-06-10T04:51:41.122Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfSdqw3zizctxhthgbndz7/1.0/artifacts/service-DemoPnfSdqw3zizctxhthgbndz7-csar.csar 2022-06-10T04:51:41.122Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-10T04:51:41.123Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-06-10T04:51:41.125Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T04:51:41.125Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "928f88bf-d046-4207-a454-dddfba5314fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836701122, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSdqw3zizctxhthgbndz7/1.0/artifacts/service-DemoPnfSdqw3zizctxhthgbndz7-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T04:51:41.229Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-06-10T04:51:41.230Z||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-10T04:51:41.230Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:51:41.273Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:51:41.274Z||pool-97-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1} 2022-06-10T04:51:42.126Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-10T04:51:42.127Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-06-10T04:51:42.128Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 528e719a-dc8d-4657-a649-97db543ff2ec, URL: /sdc/v1/catalog/services/DemoPnfSdqw3zizctxhthgbndz7/1.0/artifacts/service-DemoPnfSdqw3zizctxhthgbndz7-csar.csar to file: /app/ASDC/1/service-DemoPnfSdqw3zizctxhthgbndz7-csar.csar 2022-06-10T04:51:42.128Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfSdqw3zizctxhthgbndz7-csar.csar 2022-06-10T04:51:42.129Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfSdqw3zizctxhthgbndz7-csar.csar 2022-06-10T04:51:42.129Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfSdqw3zizctxhthgbndz7-csar.csar 2022-06-10T04:51:42.293Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15930985307065216690/Definitions/service-DemoPnfSdqw3zizctxhthgbndz7-template.yml 2022-06-10T04:51:43.713Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-10T04:51:43.714Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-06-10T04:51:43.714Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfSdqw3zizctxhthgbndz7-csar.csar 2022-06-10T04:51:43.714Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-06-10T04:51:43.714Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfSdqw3zizctxhthgbndz7-csar.csar 2022-06-10T04:51:43.715Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfSdqw3zizctxhthgbndz7-csar.csar 2022-06-10T04:51:43.715Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF a1157973-3642 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-DemoPnfSdqw3zizctxhthgbndz7-csar.csar 2022-06-10T04:51:43.715Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfSdqw3zizctxhthgbndz7-csar.csar 2022-06-10T04:51:43.715Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfSdqw3zizctxhthgbndz7-csar.csar 2022-06-10T04:51:43.715Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfSdqw3zizctxhthgbndz7-csar.csar 2022-06-10T04:51:43.715Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfSdqw3zizctxhthgbndz7-csar.csar 2022-06-10T04:51:43.715Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-06-10T04:51:43.716Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:51:43.716Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_sDqw3ziZCtXhTHgbNdZ7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T04:51:43.716Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||DEBUG|500||Node template pNF a1157973-3642 0 is matching search criteria 2022-06-10T04:51:43.716Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-06-10T04:51:43.716Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF a1157973-3642 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-10T04:51:43.717Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:51:43.717Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_sDqw3ziZCtXhTHgbNdZ7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T04:51:43.717Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||DEBUG|500||Node template pNF a1157973-3642 0 is matching search criteria 2022-06-10T04:51:43.717Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-06-10T04:51:43.718Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF a1157973-3642 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-10T04:51:43.718Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:51:43.718Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_sDqw3ziZCtXhTHgbNdZ7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T04:51:43.718Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:51:43.718Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_sDqw3ziZCtXhTHgbNdZ7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T04:51:43.718Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:51:43.719Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_sDqw3ziZCtXhTHgbNdZ7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T04:51:43.719Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:51:43.719Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_sDqw3ziZCtXhTHgbNdZ7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T04:51:43.719Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:51:43.719Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_sDqw3ziZCtXhTHgbNdZ7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T04:51:43.720Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_sDqw3ziZCtXhTHgbNdZ7 Description:catalog service description Model UUID:06fa8574-672c-47d5-a234-9d91031aad9c Model Version:NULL Model InvariantUuid:e15c755c-804c-4422-8150-00a74a8dac8e 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-10T04:51:43.738Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: 29942139-6ee9-4528-9c11-3220e70eb407 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-10T04:51:43.745Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||INFO|500||pNF a1157973-3642 0 2022-06-10T04:51:43.745Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 29942139-6ee9-4528-9c11-3220e70eb407 2022-06-10T04:51:43.745Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 06fa8574-672c-47d5-a234-9d91031aad9c 2022-06-10T04:51:43.745Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 06fa8574-672c-47d5-a234-9d91031aad9c 2022-06-10T04:51:43.745Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF a1157973-3642 0 29942139-6ee9-4528-9c11-3220e70eb407 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-10T04:51:43.758Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@ff2bec9, org.onap.sdc.toscaparser.api.parameters.Input@2ae9d3bc, org.onap.sdc.toscaparser.api.parameters.Input@7653b93, org.onap.sdc.toscaparser.api.parameters.Input@21459107, org.onap.sdc.toscaparser.api.parameters.Input@3bdb6710] 2022-06-10T04:51:43.759Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:51:43.759Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_sDqw3ziZCtXhTHgbNdZ7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T04:51:43.760Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 06fa8574-672c-47d5-a234-9d91031aad9c: pNF a1157973-3642 2022-06-10T04:51:43.760Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||INFO|500||Processing PNF resource: 29942139-6ee9-4528-9c11-3220e70eb407 2022-06-10T04:51:43.760Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:51:43.760Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_sDqw3ziZCtXhTHgbNdZ7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T04:51:43.761Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||INFO|500||Resource customization UUID: f783c316-bf8b-4e8e-9fd6-5b164680ebe1 is the same as notified resource customizationUUID: f783c316-bf8b-4e8e-9fd6-5b164680ebe1 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-10T04:51:43.859Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF a1157973-3642 29942139-6ee9-4528-9c11-3220e70eb407 0 ASDC deployResourceStructure 2022-06-10T04:51:43.860Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfSdqw3zizctxhthgbndz7/1.0/artifacts/service-DemoPnfSdqw3zizctxhthgbndz7-csar.csar ASDC sendASDCNotification 2022-06-10T04:51:43.860Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfSdqw3zizctxhthgbndz7/1.0/artifacts/service-DemoPnfSdqw3zizctxhthgbndz7-csar.csar 2022-06-10T04:51:43.860Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-10T04:51:43.861Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-06-10T04:51:43.864Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T04:51:43.864Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "928f88bf-d046-4207-a454-dddfba5314fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836703860, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSdqw3zizctxhthgbndz7/1.0/artifacts/service-DemoPnfSdqw3zizctxhthgbndz7-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T04:51:43.969Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2022-06-10T04:51:43.970Z||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-10T04:51:43.970Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:51:43.987Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:51:43.988Z||pool-98-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-10T04:51:44.869Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 928f88bf-d046-4207-a454-dddfba5314fa Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T04:51:44.914Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 928f88bf-d046-4207-a454-dddfba5314fa Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T04:51:44.921Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-10T04:51:44.922Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-10T04:51:44.922Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-10T04:52:14.922Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 928f88bf-d046-4207-a454-dddfba5314fa Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T04:52:14.961Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 928f88bf-d046-4207-a454-dddfba5314fa Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T04:52:14.977Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-10T04:52:14.978Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-10T04:52:14.978Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-10T04:52:25.006Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:52:25.007Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|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-10T04:52:25.007Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:52:25.070Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:52:25.071Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T04:52:25.071Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "928f88bf-d046-4207-a454-dddfba5314fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836684997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSdqw3zizctxhthgbndz7/1.0/resourceInstances/pnfa115797336420/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:52:25.072Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T04:52:25.072Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T04:52:25.073Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "928f88bf-d046-4207-a454-dddfba5314fa", "consumerID": "ves-openapi-manager", "timestamp": 1654836691691, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSdqw3zizctxhthgbndz7/1.0/resourceInstances/pnfa115797336420/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:52:25.073Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T04:52:44.984Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 928f88bf-d046-4207-a454-dddfba5314fa Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T04:52:45.026Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 928f88bf-d046-4207-a454-dddfba5314fa Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T04:52:45.029Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-10T04:52:45.029Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-10T04:52:45.029Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-10T04:53:15.030Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 928f88bf-d046-4207-a454-dddfba5314fa Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T04:53:15.047Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 928f88bf-d046-4207-a454-dddfba5314fa Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T04:53:15.050Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-10T04:53:15.050Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-10T04:53:15.051Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-10T04:53:25.006Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:53:25.009Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|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-10T04:53:25.009Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:53:25.061Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:53:25.062Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T04:53:25.062Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "928f88bf-d046-4207-a454-dddfba5314fa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654836690985, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSdqw3zizctxhthgbndz7/1.0/resourceInstances/pnfa115797336420/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:53:25.064Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T04:53:45.051Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 928f88bf-d046-4207-a454-dddfba5314fa Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T04:53:45.094Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 928f88bf-d046-4207-a454-dddfba5314fa Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T04:53:45.102Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-10T04:53:45.102Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-10T04:53:45.103Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-10T04:54:15.103Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 928f88bf-d046-4207-a454-dddfba5314fa Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T04:54:15.120Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 928f88bf-d046-4207-a454-dddfba5314fa Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T04:54:15.123Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-10T04:54:15.123Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-10T04:54:15.123Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-10T04:54:25.006Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:54:25.008Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|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-10T04:54:25.010Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:54:25.083Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:54:25.085Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T04:54:25.085Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "928f88bf-d046-4207-a454-dddfba5314fa", "consumerID": "ves-openapi-manager", "timestamp": 1654836691691, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSdqw3zizctxhthgbndz7/1.0/resourceInstances/pnfa115797336420/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-10T04:54:25.086Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T04:54:25.086Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T04:54:25.086Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "928f88bf-d046-4207-a454-dddfba5314fa", "consumerID": "cds", "timestamp": 1654836691626, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSdqw3zizctxhthgbndz7/1.0/resourceInstances/pnfa115797336420/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-10T04:54:25.086Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T04:54:25.086Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T04:54:25.086Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "928f88bf-d046-4207-a454-dddfba5314fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836684997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSdqw3zizctxhthgbndz7/1.0/resourceInstances/pnfa115797336420/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-10T04:54:25.086Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T04:54:25.086Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T04:54:25.087Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "928f88bf-d046-4207-a454-dddfba5314fa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654836690985, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSdqw3zizctxhthgbndz7/1.0/resourceInstances/pnfa115797336420/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-10T04:54:25.087Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T04:54:25.087Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T04:54:25.087Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "928f88bf-d046-4207-a454-dddfba5314fa", "consumerID": "cds", "timestamp": 1654836691626, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSdqw3zizctxhthgbndz7/1.0/resourceInstances/pnfa115797336420/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-10T04:54:25.087Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T04:54:25.087Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T04:54:25.087Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "928f88bf-d046-4207-a454-dddfba5314fa", "consumerID": "ves-openapi-manager", "timestamp": 1654836691691, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSdqw3zizctxhthgbndz7/1.0/resourceInstances/pnfa115797336420/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-10T04:54:25.087Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T04:54:25.087Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T04:54:25.087Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "928f88bf-d046-4207-a454-dddfba5314fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836684997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSdqw3zizctxhthgbndz7/1.0/resourceInstances/pnfa115797336420/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-10T04:54:25.087Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T04:54:25.087Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T04:54:25.087Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "928f88bf-d046-4207-a454-dddfba5314fa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654836690985, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSdqw3zizctxhthgbndz7/1.0/resourceInstances/pnfa115797336420/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-10T04:54:25.087Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T04:54:25.087Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T04:54:25.087Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "928f88bf-d046-4207-a454-dddfba5314fa", "consumerID": "ves-openapi-manager", "timestamp": 1654836691691, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSdqw3zizctxhthgbndz7/1.0/resourceInstances/pnfa115797336420/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:54:25.087Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T04:54:25.087Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T04:54:25.089Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "928f88bf-d046-4207-a454-dddfba5314fa", "consumerID": "cds", "timestamp": 1654836691626, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSdqw3zizctxhthgbndz7/1.0/resourceInstances/pnfa115797336420/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:54:25.089Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T04:54:25.089Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T04:54:25.089Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "928f88bf-d046-4207-a454-dddfba5314fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836684997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSdqw3zizctxhthgbndz7/1.0/resourceInstances/pnfa115797336420/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:54:25.089Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T04:54:25.089Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T04:54:25.089Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "928f88bf-d046-4207-a454-dddfba5314fa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654836690985, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSdqw3zizctxhthgbndz7/1.0/resourceInstances/pnfa115797336420/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:54:25.089Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T04:54:25.090Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T04:54:25.090Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "928f88bf-d046-4207-a454-dddfba5314fa", "consumerID": "ves-openapi-manager", "timestamp": 1654836691691, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSdqw3zizctxhthgbndz7/1.0/resourceInstances/pnfa115797336420/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T04:54:25.090Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T04:54:25.090Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T04:54:25.091Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "928f88bf-d046-4207-a454-dddfba5314fa", "consumerID": "cds", "timestamp": 1654836691626, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSdqw3zizctxhthgbndz7/1.0/resourceInstances/pnfa115797336420/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T04:54:25.091Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T04:54:25.091Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T04:54:25.091Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "928f88bf-d046-4207-a454-dddfba5314fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836684997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSdqw3zizctxhthgbndz7/1.0/resourceInstances/pnfa115797336420/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T04:54:25.091Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T04:54:25.092Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T04:54:25.092Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "928f88bf-d046-4207-a454-dddfba5314fa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654836690985, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSdqw3zizctxhthgbndz7/1.0/resourceInstances/pnfa115797336420/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T04:54:25.092Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T04:54:25.092Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T04:54:25.093Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "928f88bf-d046-4207-a454-dddfba5314fa", "consumerID": "multicloud-k8s-id", "timestamp": 1654836696096, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSdqw3zizctxhthgbndz7/1.0/resourceInstances/pnfa115797336420/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:54:25.093Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T04:54:25.093Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T04:54:25.093Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "928f88bf-d046-4207-a454-dddfba5314fa", "consumerID": "ves-openapi-manager", "timestamp": 1654836691691, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSdqw3zizctxhthgbndz7/1.0/resourceInstances/pnfa115797336420/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-06-10T04:54:25.093Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T04:54:25.093Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T04:54:25.094Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "928f88bf-d046-4207-a454-dddfba5314fa", "consumerID": "cds", "timestamp": 1654836691626, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSdqw3zizctxhthgbndz7/1.0/resourceInstances/pnfa115797336420/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T04:54:25.094Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T04:54:25.094Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T04:54:25.094Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "928f88bf-d046-4207-a454-dddfba5314fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836684997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSdqw3zizctxhthgbndz7/1.0/resourceInstances/pnfa115797336420/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T04:54:25.094Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T04:54:25.094Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T04:54:25.095Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "928f88bf-d046-4207-a454-dddfba5314fa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654836690985, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSdqw3zizctxhthgbndz7/1.0/resourceInstances/pnfa115797336420/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T04:54:25.095Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T04:54:25.096Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T04:54:25.096Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "928f88bf-d046-4207-a454-dddfba5314fa", "consumerID": "multicloud-k8s-id", "timestamp": 1654836696096, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSdqw3zizctxhthgbndz7/1.0/resourceInstances/pnfa115797336420/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-10T04:54:25.097Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T04:54:25.097Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T04:54:25.097Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "928f88bf-d046-4207-a454-dddfba5314fa", "consumerID": "ves-openapi-manager", "timestamp": 1654836691691, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSdqw3zizctxhthgbndz7/1.0/artifacts/service-DemoPnfSdqw3zizctxhthgbndz7-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T04:54:25.097Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T04:54:25.097Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T04:54:25.097Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "928f88bf-d046-4207-a454-dddfba5314fa", "consumerID": "cds", "timestamp": 1654836691626, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSdqw3zizctxhthgbndz7/1.0/artifacts/service-DemoPnfSdqw3zizctxhthgbndz7-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T04:54:25.097Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T04:54:25.098Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T04:54:25.098Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "928f88bf-d046-4207-a454-dddfba5314fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836684997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSdqw3zizctxhthgbndz7/1.0/artifacts/service-DemoPnfSdqw3zizctxhthgbndz7-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T04:54:25.098Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T04:54:25.098Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T04:54:25.098Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "928f88bf-d046-4207-a454-dddfba5314fa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654836690985, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSdqw3zizctxhthgbndz7/1.0/artifacts/service-DemoPnfSdqw3zizctxhthgbndz7-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T04:54:25.098Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T04:54:25.098Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T04:54:25.099Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "928f88bf-d046-4207-a454-dddfba5314fa", "consumerID": "multicloud-k8s-id", "timestamp": 1654836696096, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSdqw3zizctxhthgbndz7/1.0/resourceInstances/pnfa115797336420/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-10T04:54:25.099Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T04:54:25.099Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T04:54:25.099Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "928f88bf-d046-4207-a454-dddfba5314fa", "consumerID": "ves-openapi-manager", "timestamp": 1654836691691, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSdqw3zizctxhthgbndz7/1.0/artifacts/service-DemoPnfSdqw3zizctxhthgbndz7-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-10T04:54:25.099Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T04:54:25.099Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T04:54:25.099Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "928f88bf-d046-4207-a454-dddfba5314fa", "consumerID": "cds", "timestamp": 1654836691626, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSdqw3zizctxhthgbndz7/1.0/artifacts/service-DemoPnfSdqw3zizctxhthgbndz7-csar.csar", "status": "NOTIFIED" } 2022-06-10T04:54:25.100Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T04:54:25.100Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T04:54:25.100Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "928f88bf-d046-4207-a454-dddfba5314fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836684997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSdqw3zizctxhthgbndz7/1.0/artifacts/service-DemoPnfSdqw3zizctxhthgbndz7-csar.csar", "status": "NOTIFIED" } 2022-06-10T04:54:25.100Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T04:54:25.100Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T04:54:25.100Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "928f88bf-d046-4207-a454-dddfba5314fa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654836690985, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSdqw3zizctxhthgbndz7/1.0/artifacts/service-DemoPnfSdqw3zizctxhthgbndz7-csar.csar", "status": "NOTIFIED" } 2022-06-10T04:54:25.102Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T04:54:25.102Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T04:54:25.102Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "928f88bf-d046-4207-a454-dddfba5314fa", "consumerID": "policy-id", "timestamp": 1654836699138, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSdqw3zizctxhthgbndz7/1.0/resourceInstances/pnfa115797336420/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:54:25.102Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T04:54:25.102Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T04:54:25.103Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "928f88bf-d046-4207-a454-dddfba5314fa", "consumerID": "multicloud-k8s-id", "timestamp": 1654836696096, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSdqw3zizctxhthgbndz7/1.0/resourceInstances/pnfa115797336420/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:54:25.103Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T04:54:25.103Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T04:54:25.103Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "928f88bf-d046-4207-a454-dddfba5314fa", "consumerID": "policy-id", "timestamp": 1654836699138, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSdqw3zizctxhthgbndz7/1.0/resourceInstances/pnfa115797336420/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-10T04:54:25.103Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T04:54:25.103Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T04:54:25.103Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "928f88bf-d046-4207-a454-dddfba5314fa", "consumerID": "cds", "timestamp": 1654836700844, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSdqw3zizctxhthgbndz7/1.0/artifacts/service-DemoPnfSdqw3zizctxhthgbndz7-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T04:54:25.104Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:54:25.104Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T04:54:25.104Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "928f88bf-d046-4207-a454-dddfba5314fa", "consumerID": "ves-openapi-manager", "timestamp": 1654836701067, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSdqw3zizctxhthgbndz7/1.0/resourceInstances/pnfa115797336420/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-06-10T04:54:25.104Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:54:25.104Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T04:54:25.104Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "928f88bf-d046-4207-a454-dddfba5314fa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654836700961, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSdqw3zizctxhthgbndz7/1.0/artifacts/service-DemoPnfSdqw3zizctxhthgbndz7-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T04:54:25.105Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:54:25.105Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T04:54:25.105Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "928f88bf-d046-4207-a454-dddfba5314fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836701122, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSdqw3zizctxhthgbndz7/1.0/artifacts/service-DemoPnfSdqw3zizctxhthgbndz7-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T04:54:25.105Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:54:25.105Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T04:54:25.116Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "928f88bf-d046-4207-a454-dddfba5314fa", "consumerID": "multicloud-k8s-id", "timestamp": 1654836696096, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSdqw3zizctxhthgbndz7/1.0/resourceInstances/pnfa115797336420/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T04:54:25.116Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T04:54:25.117Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T04:54:25.117Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "928f88bf-d046-4207-a454-dddfba5314fa", "consumerID": "policy-id", "timestamp": 1654836699138, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSdqw3zizctxhthgbndz7/1.0/resourceInstances/pnfa115797336420/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-10T04:54:25.117Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T04:54:25.117Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T04:54:25.117Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "928f88bf-d046-4207-a454-dddfba5314fa", "consumerID": "cds", "timestamp": 1654836701852, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSdqw3zizctxhthgbndz7/1.0/artifacts/service-DemoPnfSdqw3zizctxhthgbndz7-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-10T04:54:25.142Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 928f88bf-d046-4207-a454-dddfba5314fa 2022-06-10T04:54:25.142Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 928f88bf-d046-4207-a454-dddfba5314fa 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-10T04:54:25.211Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T04:54:25.211Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "928f88bf-d046-4207-a454-dddfba5314fa", "consumerID": "ves-openapi-manager", "timestamp": 1654836702121, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSdqw3zizctxhthgbndz7/1.0/resourceInstances/pnfa115797336420/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-06-10T04:54:25.212Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:54:25.212Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T04:54:25.212Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "928f88bf-d046-4207-a454-dddfba5314fa", "consumerID": "multicloud-k8s-id", "timestamp": 1654836696096, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSdqw3zizctxhthgbndz7/1.0/resourceInstances/pnfa115797336420/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T04:54:25.213Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T04:54:25.213Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T04:54:25.213Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "928f88bf-d046-4207-a454-dddfba5314fa", "consumerID": "policy-id", "timestamp": 1654836699138, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSdqw3zizctxhthgbndz7/1.0/resourceInstances/pnfa115797336420/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:54:25.213Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T04:54:25.213Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T04:54:25.213Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "928f88bf-d046-4207-a454-dddfba5314fa", "consumerID": "ves-openapi-manager", "timestamp": 1654836703128, "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-10T04:54:25.252Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 928f88bf-d046-4207-a454-dddfba5314fa 2022-06-10T04:54:25.261Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 928f88bf-d046-4207-a454-dddfba5314fa 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-10T04:54:25.307Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T04:54:25.307Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "928f88bf-d046-4207-a454-dddfba5314fa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654836703257, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSdqw3zizctxhthgbndz7/1.0/artifacts/service-DemoPnfSdqw3zizctxhthgbndz7-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T04:54:25.308Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:54:25.308Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T04:54:25.308Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "928f88bf-d046-4207-a454-dddfba5314fa", "consumerID": "multicloud-k8s-id", "timestamp": 1654836696096, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSdqw3zizctxhthgbndz7/1.0/artifacts/service-DemoPnfSdqw3zizctxhthgbndz7-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T04:54:25.309Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T04:54:25.309Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T04:54:25.309Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "928f88bf-d046-4207-a454-dddfba5314fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836703860, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSdqw3zizctxhthgbndz7/1.0/artifacts/service-DemoPnfSdqw3zizctxhthgbndz7-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T04:54:25.309Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:54:25.309Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T04:54:25.309Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "928f88bf-d046-4207-a454-dddfba5314fa", "consumerID": "policy-id", "timestamp": 1654836699138, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSdqw3zizctxhthgbndz7/1.0/resourceInstances/pnfa115797336420/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T04:54:25.310Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T04:54:25.310Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T04:54:25.310Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "928f88bf-d046-4207-a454-dddfba5314fa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654836704275, "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-10T04:54:25.355Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 928f88bf-d046-4207-a454-dddfba5314fa 2022-06-10T04:54:25.355Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 928f88bf-d046-4207-a454-dddfba5314fa 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-10T04:54:25.397Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T04:54:25.398Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "928f88bf-d046-4207-a454-dddfba5314fa", "consumerID": "multicloud-k8s-id", "timestamp": 1654836696096, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSdqw3zizctxhthgbndz7/1.0/artifacts/service-DemoPnfSdqw3zizctxhthgbndz7-csar.csar", "status": "NOTIFIED" } 2022-06-10T04:54:25.398Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T04:54:25.398Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T04:54:25.399Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "928f88bf-d046-4207-a454-dddfba5314fa", "consumerID": "policy-id", "timestamp": 1654836699138, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSdqw3zizctxhthgbndz7/1.0/resourceInstances/pnfa115797336420/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T04:54:25.399Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T04:54:25.399Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T04:54:25.399Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "928f88bf-d046-4207-a454-dddfba5314fa", "consumerID": "policy-id", "timestamp": 1654836699138, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSdqw3zizctxhthgbndz7/1.0/artifacts/service-DemoPnfSdqw3zizctxhthgbndz7-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T04:54:25.399Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T04:54:25.399Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T04:54:25.399Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "928f88bf-d046-4207-a454-dddfba5314fa", "consumerID": "policy-id", "timestamp": 1654836699138, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSdqw3zizctxhthgbndz7/1.0/artifacts/service-DemoPnfSdqw3zizctxhthgbndz7-csar.csar", "status": "NOTIFIED" } 2022-06-10T04:54:25.400Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T04:54:25.400Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T04:54:25.400Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "928f88bf-d046-4207-a454-dddfba5314fa", "consumerID": "policy-id", "timestamp": 1654836707931, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSdqw3zizctxhthgbndz7/1.0/artifacts/service-DemoPnfSdqw3zizctxhthgbndz7-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T04:54:25.401Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:54:25.401Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T04:54:25.401Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "928f88bf-d046-4207-a454-dddfba5314fa", "consumerID": "policy-id", "timestamp": 1654836708939, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSdqw3zizctxhthgbndz7/1.0/artifacts/service-DemoPnfSdqw3zizctxhthgbndz7-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T04:54:25.401Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:54:25.401Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T04:54:25.401Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "928f88bf-d046-4207-a454-dddfba5314fa", "consumerID": "clamp", "timestamp": 1654836708909, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSdqw3zizctxhthgbndz7/1.0/resourceInstances/pnfa115797336420/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:54:25.402Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T04:54:25.402Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T04:54:25.402Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "928f88bf-d046-4207-a454-dddfba5314fa", "consumerID": "policy-id", "timestamp": 1654836709942, "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-10T04:54:25.459Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 928f88bf-d046-4207-a454-dddfba5314fa 2022-06-10T04:54:25.459Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 928f88bf-d046-4207-a454-dddfba5314fa 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-10T04:54:25.557Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T04:54:25.557Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "928f88bf-d046-4207-a454-dddfba5314fa", "consumerID": "clamp", "timestamp": 1654836708909, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSdqw3zizctxhthgbndz7/1.0/resourceInstances/pnfa115797336420/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-10T04:54:25.557Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T04:54:25.557Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T04:54:25.558Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "928f88bf-d046-4207-a454-dddfba5314fa", "consumerID": "clamp", "timestamp": 1654836708909, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSdqw3zizctxhthgbndz7/1.0/resourceInstances/pnfa115797336420/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-10T04:54:25.558Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T04:54:25.558Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T04:54:25.558Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "928f88bf-d046-4207-a454-dddfba5314fa", "consumerID": "aai-ml", "timestamp": 1654836712044, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSdqw3zizctxhthgbndz7/1.0/resourceInstances/pnfa115797336420/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:54:25.558Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T04:54:25.558Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T04:54:25.558Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "928f88bf-d046-4207-a454-dddfba5314fa", "consumerID": "clamp", "timestamp": 1654836708909, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSdqw3zizctxhthgbndz7/1.0/resourceInstances/pnfa115797336420/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:54:25.558Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T04:54:25.558Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T04:54:25.559Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "928f88bf-d046-4207-a454-dddfba5314fa", "consumerID": "aai-ml", "timestamp": 1654836712044, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSdqw3zizctxhthgbndz7/1.0/resourceInstances/pnfa115797336420/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-10T04:54:25.559Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T04:54:25.559Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T04:54:25.559Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "928f88bf-d046-4207-a454-dddfba5314fa", "consumerID": "clamp", "timestamp": 1654836708909, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSdqw3zizctxhthgbndz7/1.0/resourceInstances/pnfa115797336420/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T04:54:25.559Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T04:54:25.559Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T04:54:25.559Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "928f88bf-d046-4207-a454-dddfba5314fa", "consumerID": "aai-ml", "timestamp": 1654836712044, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSdqw3zizctxhthgbndz7/1.0/resourceInstances/pnfa115797336420/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-10T04:54:25.559Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T04:54:25.559Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T04:54:25.560Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "928f88bf-d046-4207-a454-dddfba5314fa", "consumerID": "clamp", "timestamp": 1654836708909, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSdqw3zizctxhthgbndz7/1.0/resourceInstances/pnfa115797336420/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T04:54:25.561Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T04:54:25.561Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T04:54:25.561Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "928f88bf-d046-4207-a454-dddfba5314fa", "consumerID": "aai-ml", "timestamp": 1654836712044, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSdqw3zizctxhthgbndz7/1.0/resourceInstances/pnfa115797336420/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:54:25.561Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T04:54:25.561Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T04:54:25.561Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "928f88bf-d046-4207-a454-dddfba5314fa", "consumerID": "clamp", "timestamp": 1654836708909, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSdqw3zizctxhthgbndz7/1.0/artifacts/service-DemoPnfSdqw3zizctxhthgbndz7-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T04:54:25.562Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T04:54:25.562Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T04:54:25.562Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "928f88bf-d046-4207-a454-dddfba5314fa", "consumerID": "aai-ml", "timestamp": 1654836712044, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSdqw3zizctxhthgbndz7/1.0/resourceInstances/pnfa115797336420/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T04:54:25.562Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T04:54:25.562Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T04:54:25.562Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "928f88bf-d046-4207-a454-dddfba5314fa", "consumerID": "clamp", "timestamp": 1654836708909, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSdqw3zizctxhthgbndz7/1.0/artifacts/service-DemoPnfSdqw3zizctxhthgbndz7-csar.csar", "status": "NOTIFIED" } 2022-06-10T04:54:25.562Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T04:54:25.562Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T04:54:25.563Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "928f88bf-d046-4207-a454-dddfba5314fa", "consumerID": "aai-ml", "timestamp": 1654836712044, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSdqw3zizctxhthgbndz7/1.0/resourceInstances/pnfa115797336420/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T04:54:25.563Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T04:54:25.563Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T04:54:25.563Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "928f88bf-d046-4207-a454-dddfba5314fa", "consumerID": "aai-ml", "timestamp": 1654836712044, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSdqw3zizctxhthgbndz7/1.0/artifacts/service-DemoPnfSdqw3zizctxhthgbndz7-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T04:54:25.563Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T04:54:25.563Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T04:54:25.563Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "928f88bf-d046-4207-a454-dddfba5314fa", "consumerID": "aai-ml", "timestamp": 1654836712044, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSdqw3zizctxhthgbndz7/1.0/artifacts/service-DemoPnfSdqw3zizctxhthgbndz7-csar.csar", "status": "NOTIFIED" } 2022-06-10T04:54:25.563Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T04:54:25.563Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T04:54:25.564Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "928f88bf-d046-4207-a454-dddfba5314fa", "consumerID": "aai-ml", "timestamp": 1654836720972, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSdqw3zizctxhthgbndz7/1.0/artifacts/service-DemoPnfSdqw3zizctxhthgbndz7-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T04:54:25.564Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:54:25.564Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T04:54:25.564Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "928f88bf-d046-4207-a454-dddfba5314fa", "consumerID": "clamp", "timestamp": 1654836725210, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSdqw3zizctxhthgbndz7/1.0/artifacts/service-DemoPnfSdqw3zizctxhthgbndz7-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T04:54:25.564Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:54:25.564Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T04:54:25.564Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "928f88bf-d046-4207-a454-dddfba5314fa", "consumerID": "clamp", "timestamp": 1654836726262, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSdqw3zizctxhthgbndz7/1.0/artifacts/service-DemoPnfSdqw3zizctxhthgbndz7-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T04:54:25.565Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:54:25.565Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T04:54:25.565Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "928f88bf-d046-4207-a454-dddfba5314fa", "consumerID": "aai-ml", "timestamp": 1654836727839, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSdqw3zizctxhthgbndz7/1.0/artifacts/service-DemoPnfSdqw3zizctxhthgbndz7-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T04:54:25.565Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:54:25.565Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T04:54:25.565Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "928f88bf-d046-4207-a454-dddfba5314fa", "consumerID": "clamp", "timestamp": 1654836727273, "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-10T04:54:25.633Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 928f88bf-d046-4207-a454-dddfba5314fa 2022-06-10T04:54:25.633Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 928f88bf-d046-4207-a454-dddfba5314fa 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-10T04:54:25.719Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T04:54:25.719Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "928f88bf-d046-4207-a454-dddfba5314fa", "consumerID": "aai-ml", "timestamp": 1654836728844, "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-10T04:54:25.731Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 928f88bf-d046-4207-a454-dddfba5314fa 2022-06-10T04:54:25.731Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 928f88bf-d046-4207-a454-dddfba5314fa 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-10T04:54:45.123Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 928f88bf-d046-4207-a454-dddfba5314fa Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T04:54:45.152Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 928f88bf-d046-4207-a454-dddfba5314fa Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T04:54:45.158Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-10T04:54:45.159Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-10T04:54:45.159Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-10T04:54:45.159Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-10T04:54:45.159Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T04:54:45.159Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T04:54:45.159Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T04:54:45.159Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T04:54:45.159Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T04:54:45.159Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T04:54:45.159Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T04:54:45.159Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||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-10T04:54:45.171Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-10T04:55:15.172Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 928f88bf-d046-4207-a454-dddfba5314fa 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-10T04:55:15.184Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 928f88bf-d046-4207-a454-dddfba5314fa and serviceModelVersionId: 06fa8574-672c-47d5-a234-9d91031aad9c 2022-06-10T04:55:15.184Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e15c755c-804c-4422-8150-00a74a8dac8e 2022-06-10T04:55:15.185Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e15c755c-804c-4422-8150-00a74a8dac8e/model-vers/model-ver/06fa8574-672c-47d5-a234-9d91031aad9c?depth=0 2022-06-10T04:55:15.192Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-06-10T04:55:15.258Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e15c755c-804c-4422-8150-00a74a8dac8e/model-vers/model-ver/06fa8574-672c-47d5-a234-9d91031aad9c?depth=0|INFO|500||Invoke 2022-06-10T04:55:15.259Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e15c755c-804c-4422-8150-00a74a8dac8e/model-vers/model-ver/06fa8574-672c-47d5-a234-9d91031aad9c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e15c755c-804c-4422-8150-00a74a8dac8e/model-vers/model-ver/06fa8574-672c-47d5-a234-9d91031aad9c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[928f88bf-d046-4207-a454-dddfba5314fa], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1951908f-c27d-4e47-96b9-65120477df13], X-ECOMP-RequestID=[928f88bf-d046-4207-a454-dddfba5314fa], X-TransactionId=[], X-ONAP-RequestID=[928f88bf-d046-4207-a454-dddfba5314fa], Content-Type=[application/merge-patch+json]} 2022-06-10T04:55:15.287Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e15c755c-804c-4422-8150-00a74a8dac8e/model-vers/model-ver/06fa8574-672c-47d5-a234-9d91031aad9c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-10T04:55:15.581Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e15c755c-804c-4422-8150-00a74a8dac8e/model-vers/model-ver/06fa8574-672c-47d5-a234-9d91031aad9c?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/e15c755c-804c-4422-8150-00a74a8dac8e/model-vers/model-ver/06fa8574-672c-47d5-a234-9d91031aad9c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220610-04:55:14:815-5932], vertex-id=[221224], Content-Length=[0], Date=[Fri, 10 Jun 2022 04:55:14 GMT], Content-Type=[application/json]} 2022-06-10T04:55:15.582Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e15c755c-804c-4422-8150-00a74a8dac8e/model-vers/model-ver/06fa8574-672c-47d5-a234-9d91031aad9c?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-10T04:55:15.582Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e15c755c-804c-4422-8150-00a74a8dac8e/model-vers/model-ver/06fa8574-672c-47d5-a234-9d91031aad9c?depth=0|INFO|500||InvokeReturn 2022-06-10T04:55:15.585Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-10T04:55:15.585Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||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-10T04:55:15.601Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-10T04:55:15.601Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 928f88bf-d046-4207-a454-dddfba5314fa and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-10T04:55:15.602Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-10T04:55:15.602Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-06-10T04:55:15.606Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T04:55:15.606Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "928f88bf-d046-4207-a454-dddfba5314fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836915601, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-10T04:55:15.714Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms 2022-06-10T04:55:15.715Z||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-10T04:55:15.716Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:55:15.738Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:55:15.739Z||pool-99-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-10T04:55:16.673Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:55:16.674Z||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-10T04:55:16.674Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:55:21.273Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:55:21.275Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-10T04:55:21.275Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"528e9515-1874-40bb-844d-afe89f1ca9d4","serviceName":"Demo_pNF_4skGXbezQYySZ9oQMKgy","serviceVersion":"1.0","serviceUUID":"cff1fa35-83b5-4338-8e93-f9512ee71959","serviceDescription":"catalog service description","serviceInvariantUUID":"00cf7bb5-c56a-41fb-bb93-9d44aef86149","resources":[{"resourceInstanceName":"pNF a234e4f2-3484 0","resourceName":"pNF a234e4f2-3484","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"aeb76aec-5fa3-477d-a277-17e0400122fe","resourceInvariantUUID":"acbc16ba-4241-49e4-a04f-8596ea6f0c51","resourceCustomizationUUID":"be9e5439-8c93-44f8-b4f3-1027ba452544","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4skgxbezqyysz9oqmkgy/1.0/resourceInstances/pnfa234e4f234840/artifacts/vf-license-model.xml","artifactChecksum":"Y2VlZmNkNTVkMjc2ZWMwNzNkMGM5ZjNlNWM1ODE2NGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2fca7abd-6c56-4e6b-ba13-98bd63ccd686","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4skgxbezqyysz9oqmkgy/1.0/resourceInstances/pnfa234e4f234840/artifacts/pNF.csar","artifactChecksum":"OGEyZGNiMDNhMzZjZjdiNWQyYmE1NTJhYmQ0OGJhNjc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8928c581-66db-4cca-b891-53bfbba9f6df","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4skgxbezqyysz9oqmkgy/1.0/resourceInstances/pnfa234e4f234840/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5c3eccce-e09f-479d-a52a-b9527738cd9e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4skgxbezqyysz9oqmkgy/1.0/resourceInstances/pnfa234e4f234840/artifacts/vendor-license-model.xml","artifactChecksum":"MjEwNDRmNGEzYTdhMGNhYjQ2ZjBmM2Q2YzkxNGMzZmQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"70e6d57d-3177-4155-9dbf-8302e86504af","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf4skgxbezqyysz9oqmkgy/1.0/resourceInstances/pnfa234e4f234840/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"dcdb9b5a-832b-4a3e-ad15-17c6533d5ecd","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf4skgxbezqyysz9oqmkgy/1.0/resourceInstances/pnfa234e4f234840/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f6f8c521-0b0a-4002-994b-705456b7137d","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf4skgxbezqyysz9oqmkgy-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4skgxbezqyysz9oqmkgy/1.0/artifacts/service-DemoPnf4skgxbezqyysz9oqmkgy-template.yml","artifactChecksum":"ZWVlNjM3ZGU1YjBiNjJiMzIwZTg0YmM1OGI0ZWY3Njc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"820faafb-3289-4a31-8105-87a09bf6bcad","artifactVersion":"1"},{"artifactName":"service-DemoPnf4skgxbezqyysz9oqmkgy-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf4skgxbezqyysz9oqmkgy/1.0/artifacts/service-DemoPnf4skgxbezqyysz9oqmkgy-csar.csar","artifactChecksum":"YmMwOTMxNThiN2Y3MGI2YTQwMjU2MzkwOGY0OTJiN2I\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"154468fc-6e21-496e-af88-dd46cbff3b75","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-10T04:55:21.280Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T04:55:21.280Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-10T04:55:21.283Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T04:55:21.283Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "528e9515-1874-40bb-844d-afe89f1ca9d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836916673, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skgxbezqyysz9oqmkgy/1.0/resourceInstances/pnfa234e4f234840/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:55:21.384Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T04:55:21.385Z||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-10T04:55:21.385Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:55:21.404Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:55:21.404Z||pool-100-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-06-10T04:55:22.284Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T04:55:22.286Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-10T04:55:22.290Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T04:55:22.291Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "528e9515-1874-40bb-844d-afe89f1ca9d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836916673, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skgxbezqyysz9oqmkgy/1.0/resourceInstances/pnfa234e4f234840/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-10T04:55:22.391Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-10T04:55:22.392Z||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-10T04:55:22.392Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:55:22.410Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:55:22.411Z||pool-101-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-06-10T04:55:23.292Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T04:55:23.292Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-10T04:55:23.295Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T04:55:23.295Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "528e9515-1874-40bb-844d-afe89f1ca9d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836916673, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skgxbezqyysz9oqmkgy/1.0/resourceInstances/pnfa234e4f234840/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-10T04:55:23.397Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-06-10T04:55:23.398Z||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-10T04:55:23.398Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:55:23.423Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:55:23.424Z||pool-102-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1} 2022-06-10T04:55:24.295Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T04:55:24.297Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-10T04:55:24.299Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T04:55:24.299Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "528e9515-1874-40bb-844d-afe89f1ca9d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836916673, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skgxbezqyysz9oqmkgy/1.0/resourceInstances/pnfa234e4f234840/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:55:24.400Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T04:55:24.401Z||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-10T04:55:24.401Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:55:24.416Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:55:24.416Z||pool-103-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-10T04:55:25.006Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:55:25.007Z||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-10T04:55:25.008Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:55:25.096Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:55:25.097Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-10T04:55:25.097Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "528e9515-1874-40bb-844d-afe89f1ca9d4", "consumerID": "cds", "timestamp": 1654836856626, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skgxbezqyysz9oqmkgy/1.0/resourceInstances/pnfa234e4f234840/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:55:25.098Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-10T04:55:25.098Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-10T04:55:25.098Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "528e9515-1874-40bb-844d-afe89f1ca9d4", "consumerID": "aai-ml", "timestamp": 1654836862044, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skgxbezqyysz9oqmkgy/1.0/resourceInstances/pnfa234e4f234840/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:55:25.098Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-10T04:55:25.098Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-10T04:55:25.098Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "528e9515-1874-40bb-844d-afe89f1ca9d4", "consumerID": "multicloud-k8s-id", "timestamp": 1654836856097, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skgxbezqyysz9oqmkgy/1.0/resourceInstances/pnfa234e4f234840/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:55:25.099Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-10T04:55:25.099Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-10T04:55:25.099Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "528e9515-1874-40bb-844d-afe89f1ca9d4", "consumerID": "policy-id", "timestamp": 1654836859138, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skgxbezqyysz9oqmkgy/1.0/resourceInstances/pnfa234e4f234840/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:55:25.099Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-10T04:55:25.099Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-10T04:55:25.099Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "528e9515-1874-40bb-844d-afe89f1ca9d4", "consumerID": "clamp", "timestamp": 1654836858912, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skgxbezqyysz9oqmkgy/1.0/resourceInstances/pnfa234e4f234840/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:55:25.099Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-10T04:55:25.099Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-10T04:55:25.100Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "528e9515-1874-40bb-844d-afe89f1ca9d4", "consumerID": "cds", "timestamp": 1654836856626, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skgxbezqyysz9oqmkgy/1.0/resourceInstances/pnfa234e4f234840/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-10T04:55:25.100Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-10T04:55:25.100Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-10T04:55:25.100Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "528e9515-1874-40bb-844d-afe89f1ca9d4", "consumerID": "aai-ml", "timestamp": 1654836862044, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skgxbezqyysz9oqmkgy/1.0/resourceInstances/pnfa234e4f234840/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-10T04:55:25.100Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-10T04:55:25.100Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-10T04:55:25.100Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "528e9515-1874-40bb-844d-afe89f1ca9d4", "consumerID": "policy-id", "timestamp": 1654836859138, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skgxbezqyysz9oqmkgy/1.0/resourceInstances/pnfa234e4f234840/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-10T04:55:25.101Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-10T04:55:25.101Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-10T04:55:25.101Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "528e9515-1874-40bb-844d-afe89f1ca9d4", "consumerID": "multicloud-k8s-id", "timestamp": 1654836856097, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skgxbezqyysz9oqmkgy/1.0/resourceInstances/pnfa234e4f234840/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-10T04:55:25.101Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-10T04:55:25.101Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-10T04:55:25.101Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "528e9515-1874-40bb-844d-afe89f1ca9d4", "consumerID": "clamp", "timestamp": 1654836858912, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skgxbezqyysz9oqmkgy/1.0/resourceInstances/pnfa234e4f234840/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-10T04:55:25.101Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-10T04:55:25.101Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-10T04:55:25.102Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "528e9515-1874-40bb-844d-afe89f1ca9d4", "consumerID": "cds", "timestamp": 1654836856626, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skgxbezqyysz9oqmkgy/1.0/resourceInstances/pnfa234e4f234840/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-10T04:55:25.102Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-10T04:55:25.102Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-10T04:55:25.102Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "528e9515-1874-40bb-844d-afe89f1ca9d4", "consumerID": "aai-ml", "timestamp": 1654836862044, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skgxbezqyysz9oqmkgy/1.0/resourceInstances/pnfa234e4f234840/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-10T04:55:25.102Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-10T04:55:25.102Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-10T04:55:25.102Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "528e9515-1874-40bb-844d-afe89f1ca9d4", "consumerID": "multicloud-k8s-id", "timestamp": 1654836856097, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skgxbezqyysz9oqmkgy/1.0/resourceInstances/pnfa234e4f234840/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-10T04:55:25.102Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-10T04:55:25.102Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-10T04:55:25.102Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "528e9515-1874-40bb-844d-afe89f1ca9d4", "consumerID": "policy-id", "timestamp": 1654836859138, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skgxbezqyysz9oqmkgy/1.0/resourceInstances/pnfa234e4f234840/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-10T04:55:25.103Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-10T04:55:25.103Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-10T04:55:25.103Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "528e9515-1874-40bb-844d-afe89f1ca9d4", "consumerID": "clamp", "timestamp": 1654836858912, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skgxbezqyysz9oqmkgy/1.0/resourceInstances/pnfa234e4f234840/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-10T04:55:25.103Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-10T04:55:25.300Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T04:55:25.301Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-10T04:55:25.304Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T04:55:25.304Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "528e9515-1874-40bb-844d-afe89f1ca9d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836916673, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skgxbezqyysz9oqmkgy/1.0/resourceInstances/pnfa234e4f234840/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T04:55:25.404Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T04:55:25.406Z||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-10T04:55:25.406Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:55:25.425Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:55:25.426Z||pool-104-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-06-10T04:55:26.306Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T04:55:26.310Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-10T04:55:26.317Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T04:55:26.317Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "528e9515-1874-40bb-844d-afe89f1ca9d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836916673, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skgxbezqyysz9oqmkgy/1.0/resourceInstances/pnfa234e4f234840/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T04:55:26.417Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T04:55:26.434Z||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-10T04:55:26.435Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:55:26.463Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:55:26.465Z||pool-105-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1} 2022-06-10T04:55:27.318Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T04:55:27.319Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-10T04:55:27.330Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T04:55:27.330Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "528e9515-1874-40bb-844d-afe89f1ca9d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836916673, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skgxbezqyysz9oqmkgy/1.0/artifacts/service-DemoPnf4skgxbezqyysz9oqmkgy-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T04:55:27.421Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms 2022-06-10T04:55:27.423Z||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-10T04:55:27.423Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:55:27.447Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:55:27.448Z||pool-106-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1} 2022-06-10T04:55:28.336Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T04:55:28.347Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-10T04:55:28.352Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T04:55:28.354Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "528e9515-1874-40bb-844d-afe89f1ca9d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836916673, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skgxbezqyysz9oqmkgy/1.0/artifacts/service-DemoPnf4skgxbezqyysz9oqmkgy-csar.csar", "status": "NOTIFIED" } 2022-06-10T04:55:28.450Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-06-10T04:55:28.452Z||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-10T04:55:28.452Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:55:28.473Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:55:28.473Z||pool-107-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-06-10T04:55:29.360Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "528e9515-1874-40bb-844d-afe89f1ca9d4", "serviceName": "Demo_pNF_4skGXbezQYySZ9oQMKgy", "serviceVersion": "1.0", "serviceUUID": "cff1fa35-83b5-4338-8e93-f9512ee71959", "serviceDescription": "catalog service description", "serviceInvariantUUID": "00cf7bb5-c56a-41fb-bb93-9d44aef86149", "resources": [ { "resourceInstanceName": "pNF a234e4f2-3484 0", "resourceCustomizationUUID": "be9e5439-8c93-44f8-b4f3-1027ba452544", "resourceName": "pNF a234e4f2-3484", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "aeb76aec-5fa3-477d-a277-17e0400122fe", "resourceInvariantUUID": "acbc16ba-4241-49e4-a04f-8596ea6f0c51", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnf4skgxbezqyysz9oqmkgy-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skgxbezqyysz9oqmkgy/1.0/artifacts/service-DemoPnf4skgxbezqyysz9oqmkgy-csar.csar", "artifactChecksum": "YmMwOTMxNThiN2Y3MGI2YTQwMjU2MzkwOGY0OTJiN2I\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "154468fc-6e21-496e-af88-dd46cbff3b75" } ], "workloadContext": "Production" } 2022-06-10T04:55:29.361Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-10T04:55:29.362Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 cff1fa35-83b5-4338-8e93-f9512ee71959 ASDC 2022-06-10T04:55:29.363Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:528e9515-1874-40bb-844d-afe89f1ca9d4 ServiceName:Demo_pNF_4skGXbezQYySZ9oQMKgy ServiceVersion:1.0 ServiceUUID:cff1fa35-83b5-4338-8e93-f9512ee71959 ServiceInvariantUUID:00cf7bb5-c56a-41fb-bb93-9d44aef86149 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnf4skgxbezqyysz9oqmkgy-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnf4skgxbezqyysz9oqmkgy/1.0/artifacts/service-DemoPnf4skgxbezqyysz9oqmkgy-csar.csar ArtifactUUID:154468fc-6e21-496e-af88-dd46cbff3b75 ArtifactChecksum:YmMwOTMxNThiN2Y3MGI2YTQwMjU2MzkwOGY0OTJiN2I= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF a234e4f2-3484 0 ResourceCustomizationUUID:be9e5439-8c93-44f8-b4f3-1027ba452544 ResourceInvariantUUID:acbc16ba-4241-49e4-a04f-8596ea6f0c51 ResourceName:pNF a234e4f2-3484 ResourceType:PNF ResourceUUID:aeb76aec-5fa3-477d-a277-17e0400122fe ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-06-10T04:55:29.364Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cff1fa35-83b5-4338-8e93-f9512ee71959 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-10T04:55:29.439Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-10T04:55:29.440Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-06-10T04:55:29.440Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-06-10T04:55:29.440Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 154468fc-6e21-496e-af88-dd46cbff3b75 from URL: /sdc/v1/catalog/services/DemoPnf4skgxbezqyysz9oqmkgy/1.0/artifacts/service-DemoPnf4skgxbezqyysz9oqmkgy-csar.csar 2022-06-10T04:55:29.441Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-10T04:55:29.441Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf4skgxbezqyysz9oqmkgy/1.0/artifacts/service-DemoPnf4skgxbezqyysz9oqmkgy-csar.csar 2022-06-10T04:55:29.546Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-10T04:55:29.552Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf4skgxbezqyysz9oqmkgy/1.0/artifacts/service-DemoPnf4skgxbezqyysz9oqmkgy-csar.csar 154468fc-6e21-496e-af88-dd46cbff3b75 82656 2022-06-10T04:55:29.552Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf4skgxbezqyysz9oqmkgy/1.0/artifacts/service-DemoPnf4skgxbezqyysz9oqmkgy-csar.csar ASDC sendASDCNotification 2022-06-10T04:55:29.553Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf4skgxbezqyysz9oqmkgy/1.0/artifacts/service-DemoPnf4skgxbezqyysz9oqmkgy-csar.csar 2022-06-10T04:55:29.553Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-10T04:55:29.553Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-10T04:55:29.557Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T04:55:29.558Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "528e9515-1874-40bb-844d-afe89f1ca9d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836929552, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skgxbezqyysz9oqmkgy/1.0/artifacts/service-DemoPnf4skgxbezqyysz9oqmkgy-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T04:55:29.657Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-10T04:55:29.658Z||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-10T04:55:29.659Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:55:29.679Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:55:29.682Z||pool-108-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1} 2022-06-10T04:55:30.558Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-10T04:55:30.560Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-06-10T04:55:30.560Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 154468fc-6e21-496e-af88-dd46cbff3b75, URL: /sdc/v1/catalog/services/DemoPnf4skgxbezqyysz9oqmkgy/1.0/artifacts/service-DemoPnf4skgxbezqyysz9oqmkgy-csar.csar to file: /app/ASDC/1/service-DemoPnf4skgxbezqyysz9oqmkgy-csar.csar 2022-06-10T04:55:30.561Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf4skgxbezqyysz9oqmkgy-csar.csar 2022-06-10T04:55:30.561Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf4skgxbezqyysz9oqmkgy-csar.csar 2022-06-10T04:55:30.562Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf4skgxbezqyysz9oqmkgy-csar.csar 2022-06-10T04:55:30.814Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10581423756333072147/Definitions/service-DemoPnf4skgxbezqyysz9oqmkgy-template.yml 2022-06-10T04:55:32.272Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-10T04:55:32.273Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-06-10T04:55:32.273Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf4skgxbezqyysz9oqmkgy-csar.csar 2022-06-10T04:55:32.273Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-06-10T04:55:32.274Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF a234e4f2-3484 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-DemoPnf4skgxbezqyysz9oqmkgy-csar.csar 2022-06-10T04:55:32.274Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf4skgxbezqyysz9oqmkgy-csar.csar 2022-06-10T04:55:32.275Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf4skgxbezqyysz9oqmkgy-csar.csar 2022-06-10T04:55:32.275Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf4skgxbezqyysz9oqmkgy-csar.csar 2022-06-10T04:55:32.275Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf4skgxbezqyysz9oqmkgy-csar.csar 2022-06-10T04:55:32.275Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf4skgxbezqyysz9oqmkgy-csar.csar 2022-06-10T04:55:32.275Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf4skgxbezqyysz9oqmkgy-csar.csar 2022-06-10T04:55:32.276Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-06-10T04:55:32.276Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:55:32.276Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_4skGXbezQYySZ9oQMKgy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T04:55:32.277Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||DEBUG|500||Node template pNF a234e4f2-3484 0 is matching search criteria 2022-06-10T04:55:32.277Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-06-10T04:55:32.278Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF a234e4f2-3484 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-10T04:55:32.278Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:55:32.278Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_4skGXbezQYySZ9oQMKgy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T04:55:32.279Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||DEBUG|500||Node template pNF a234e4f2-3484 0 is matching search criteria 2022-06-10T04:55:32.279Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-06-10T04:55:32.279Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF a234e4f2-3484 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-10T04:55:32.279Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:55:32.280Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_4skGXbezQYySZ9oQMKgy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T04:55:32.280Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:55:32.280Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_4skGXbezQYySZ9oQMKgy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T04:55:32.280Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:55:32.281Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_4skGXbezQYySZ9oQMKgy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T04:55:32.281Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:55:32.281Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_4skGXbezQYySZ9oQMKgy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T04:55:32.281Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:55:32.282Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_4skGXbezQYySZ9oQMKgy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T04:55:32.282Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_4skGXbezQYySZ9oQMKgy Description:catalog service description Model UUID:cff1fa35-83b5-4338-8e93-f9512ee71959 Model Version:NULL Model InvariantUuid:00cf7bb5-c56a-41fb-bb93-9d44aef86149 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-10T04:55:32.306Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: aeb76aec-5fa3-477d-a277-17e0400122fe Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-10T04:55:32.312Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||INFO|500||pNF a234e4f2-3484 0 2022-06-10T04:55:32.313Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: aeb76aec-5fa3-477d-a277-17e0400122fe 2022-06-10T04:55:32.313Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||DEBUG|500||No resources found for Service: cff1fa35-83b5-4338-8e93-f9512ee71959 2022-06-10T04:55:32.313Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: cff1fa35-83b5-4338-8e93-f9512ee71959 2022-06-10T04:55:32.313Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF a234e4f2-3484 0 aeb76aec-5fa3-477d-a277-17e0400122fe 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-10T04:55:32.328Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5db4f533, org.onap.sdc.toscaparser.api.parameters.Input@6052b98f, org.onap.sdc.toscaparser.api.parameters.Input@4418ab08, org.onap.sdc.toscaparser.api.parameters.Input@61f33464, org.onap.sdc.toscaparser.api.parameters.Input@1b145804] 2022-06-10T04:55:32.329Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:55:32.329Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_4skGXbezQYySZ9oQMKgy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T04:55:32.330Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid cff1fa35-83b5-4338-8e93-f9512ee71959: pNF a234e4f2-3484 2022-06-10T04:55:32.330Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||INFO|500||Processing PNF resource: aeb76aec-5fa3-477d-a277-17e0400122fe 2022-06-10T04:55:32.330Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T04:55:32.330Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_4skGXbezQYySZ9oQMKgy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T04:55:32.331Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||INFO|500||Resource customization UUID: be9e5439-8c93-44f8-b4f3-1027ba452544 is the same as notified resource customizationUUID: be9e5439-8c93-44f8-b4f3-1027ba452544 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-10T04:55:32.495Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF a234e4f2-3484 aeb76aec-5fa3-477d-a277-17e0400122fe 0 ASDC deployResourceStructure 2022-06-10T04:55:32.495Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf4skgxbezqyysz9oqmkgy/1.0/artifacts/service-DemoPnf4skgxbezqyysz9oqmkgy-csar.csar ASDC sendASDCNotification 2022-06-10T04:55:32.495Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf4skgxbezqyysz9oqmkgy/1.0/artifacts/service-DemoPnf4skgxbezqyysz9oqmkgy-csar.csar 2022-06-10T04:55:32.495Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-10T04:55:32.496Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-10T04:55:32.498Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T04:55:32.499Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "528e9515-1874-40bb-844d-afe89f1ca9d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836932495, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skgxbezqyysz9oqmkgy/1.0/artifacts/service-DemoPnf4skgxbezqyysz9oqmkgy-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T04:55:32.599Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T04:55:32.600Z||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-10T04:55:32.600Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:55:32.618Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:55:32.619Z||pool-109-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-06-10T04:55:33.501Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 528e9515-1874-40bb-844d-afe89f1ca9d4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T04:55:33.536Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 528e9515-1874-40bb-844d-afe89f1ca9d4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T04:55:33.540Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-10T04:55:33.540Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-10T04:55:33.540Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-10T04:56:03.540Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 528e9515-1874-40bb-844d-afe89f1ca9d4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T04:56:03.601Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 528e9515-1874-40bb-844d-afe89f1ca9d4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T04:56:03.606Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-10T04:56:03.606Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-10T04:56:03.607Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-10T04:56:25.006Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:56:25.008Z||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-10T04:56:25.008Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:56:25.053Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:56:25.055Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-10T04:56:25.056Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "528e9515-1874-40bb-844d-afe89f1ca9d4", "consumerID": "aai-ml", "timestamp": 1654836862044, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skgxbezqyysz9oqmkgy/1.0/resourceInstances/pnfa234e4f234840/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:56:25.059Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-10T04:56:25.059Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-10T04:56:25.059Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "528e9515-1874-40bb-844d-afe89f1ca9d4", "consumerID": "cds", "timestamp": 1654836856626, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skgxbezqyysz9oqmkgy/1.0/resourceInstances/pnfa234e4f234840/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:56:25.060Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-10T04:56:25.060Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-10T04:56:25.061Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "528e9515-1874-40bb-844d-afe89f1ca9d4", "consumerID": "policy-id", "timestamp": 1654836859138, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skgxbezqyysz9oqmkgy/1.0/resourceInstances/pnfa234e4f234840/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:56:25.061Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-10T04:56:25.061Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-10T04:56:25.061Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "528e9515-1874-40bb-844d-afe89f1ca9d4", "consumerID": "multicloud-k8s-id", "timestamp": 1654836856097, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skgxbezqyysz9oqmkgy/1.0/resourceInstances/pnfa234e4f234840/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:56:25.061Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-10T04:56:25.061Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-10T04:56:25.061Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "528e9515-1874-40bb-844d-afe89f1ca9d4", "consumerID": "clamp", "timestamp": 1654836858912, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skgxbezqyysz9oqmkgy/1.0/resourceInstances/pnfa234e4f234840/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:56:25.062Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-10T04:56:25.062Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-10T04:56:25.062Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "528e9515-1874-40bb-844d-afe89f1ca9d4", "consumerID": "cds", "timestamp": 1654836856626, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skgxbezqyysz9oqmkgy/1.0/resourceInstances/pnfa234e4f234840/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T04:56:25.062Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-10T04:56:25.062Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-10T04:56:25.062Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "528e9515-1874-40bb-844d-afe89f1ca9d4", "consumerID": "aai-ml", "timestamp": 1654836862044, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skgxbezqyysz9oqmkgy/1.0/resourceInstances/pnfa234e4f234840/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T04:56:25.062Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-10T04:56:25.062Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-10T04:56:25.062Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "528e9515-1874-40bb-844d-afe89f1ca9d4", "consumerID": "policy-id", "timestamp": 1654836859138, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skgxbezqyysz9oqmkgy/1.0/resourceInstances/pnfa234e4f234840/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T04:56:25.063Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-10T04:56:25.063Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-10T04:56:25.063Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "528e9515-1874-40bb-844d-afe89f1ca9d4", "consumerID": "multicloud-k8s-id", "timestamp": 1654836856097, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skgxbezqyysz9oqmkgy/1.0/resourceInstances/pnfa234e4f234840/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T04:56:25.063Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-10T04:56:25.063Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-10T04:56:25.063Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "528e9515-1874-40bb-844d-afe89f1ca9d4", "consumerID": "clamp", "timestamp": 1654836858912, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skgxbezqyysz9oqmkgy/1.0/resourceInstances/pnfa234e4f234840/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T04:56:25.064Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-10T04:56:25.064Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-10T04:56:25.065Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "528e9515-1874-40bb-844d-afe89f1ca9d4", "consumerID": "aai-ml", "timestamp": 1654836862044, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skgxbezqyysz9oqmkgy/1.0/resourceInstances/pnfa234e4f234840/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T04:56:25.065Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-10T04:56:25.065Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-10T04:56:25.065Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "528e9515-1874-40bb-844d-afe89f1ca9d4", "consumerID": "cds", "timestamp": 1654836856626, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skgxbezqyysz9oqmkgy/1.0/resourceInstances/pnfa234e4f234840/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T04:56:25.065Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-10T04:56:25.065Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-10T04:56:25.065Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "528e9515-1874-40bb-844d-afe89f1ca9d4", "consumerID": "multicloud-k8s-id", "timestamp": 1654836856097, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skgxbezqyysz9oqmkgy/1.0/resourceInstances/pnfa234e4f234840/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T04:56:25.066Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-10T04:56:25.066Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-10T04:56:25.066Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "528e9515-1874-40bb-844d-afe89f1ca9d4", "consumerID": "policy-id", "timestamp": 1654836859138, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skgxbezqyysz9oqmkgy/1.0/resourceInstances/pnfa234e4f234840/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T04:56:25.066Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-10T04:56:25.066Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-10T04:56:25.066Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "528e9515-1874-40bb-844d-afe89f1ca9d4", "consumerID": "clamp", "timestamp": 1654836858912, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skgxbezqyysz9oqmkgy/1.0/resourceInstances/pnfa234e4f234840/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T04:56:25.066Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-10T04:56:25.066Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-10T04:56:25.067Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "528e9515-1874-40bb-844d-afe89f1ca9d4", "consumerID": "cds", "timestamp": 1654836856626, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skgxbezqyysz9oqmkgy/1.0/artifacts/service-DemoPnf4skgxbezqyysz9oqmkgy-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T04:56:25.067Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-10T04:56:25.067Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-10T04:56:25.067Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "528e9515-1874-40bb-844d-afe89f1ca9d4", "consumerID": "aai-ml", "timestamp": 1654836862044, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skgxbezqyysz9oqmkgy/1.0/artifacts/service-DemoPnf4skgxbezqyysz9oqmkgy-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T04:56:25.067Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-10T04:56:25.067Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-10T04:56:25.067Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "528e9515-1874-40bb-844d-afe89f1ca9d4", "consumerID": "multicloud-k8s-id", "timestamp": 1654836856097, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skgxbezqyysz9oqmkgy/1.0/artifacts/service-DemoPnf4skgxbezqyysz9oqmkgy-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T04:56:25.067Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-10T04:56:25.067Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-10T04:56:25.068Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "528e9515-1874-40bb-844d-afe89f1ca9d4", "consumerID": "policy-id", "timestamp": 1654836859138, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skgxbezqyysz9oqmkgy/1.0/artifacts/service-DemoPnf4skgxbezqyysz9oqmkgy-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T04:56:25.068Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-10T04:56:25.068Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-10T04:56:25.068Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "528e9515-1874-40bb-844d-afe89f1ca9d4", "consumerID": "clamp", "timestamp": 1654836858912, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skgxbezqyysz9oqmkgy/1.0/artifacts/service-DemoPnf4skgxbezqyysz9oqmkgy-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T04:56:25.068Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-10T04:56:25.068Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-10T04:56:25.068Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "528e9515-1874-40bb-844d-afe89f1ca9d4", "consumerID": "aai-ml", "timestamp": 1654836862044, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skgxbezqyysz9oqmkgy/1.0/artifacts/service-DemoPnf4skgxbezqyysz9oqmkgy-csar.csar", "status": "NOTIFIED" } 2022-06-10T04:56:25.068Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-10T04:56:25.068Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-10T04:56:25.069Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "528e9515-1874-40bb-844d-afe89f1ca9d4", "consumerID": "cds", "timestamp": 1654836856626, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skgxbezqyysz9oqmkgy/1.0/artifacts/service-DemoPnf4skgxbezqyysz9oqmkgy-csar.csar", "status": "NOTIFIED" } 2022-06-10T04:56:25.069Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-10T04:56:25.069Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-10T04:56:25.069Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "528e9515-1874-40bb-844d-afe89f1ca9d4", "consumerID": "policy-id", "timestamp": 1654836859138, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skgxbezqyysz9oqmkgy/1.0/artifacts/service-DemoPnf4skgxbezqyysz9oqmkgy-csar.csar", "status": "NOTIFIED" } 2022-06-10T04:56:25.069Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-10T04:56:25.069Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-10T04:56:25.069Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "528e9515-1874-40bb-844d-afe89f1ca9d4", "consumerID": "multicloud-k8s-id", "timestamp": 1654836856097, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skgxbezqyysz9oqmkgy/1.0/artifacts/service-DemoPnf4skgxbezqyysz9oqmkgy-csar.csar", "status": "NOTIFIED" } 2022-06-10T04:56:25.069Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-10T04:56:25.069Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-10T04:56:25.070Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "528e9515-1874-40bb-844d-afe89f1ca9d4", "consumerID": "clamp", "timestamp": 1654836858912, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skgxbezqyysz9oqmkgy/1.0/artifacts/service-DemoPnf4skgxbezqyysz9oqmkgy-csar.csar", "status": "NOTIFIED" } 2022-06-10T04:56:25.070Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-10T04:56:25.070Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-10T04:56:25.070Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "528e9515-1874-40bb-844d-afe89f1ca9d4", "consumerID": "aai-ml", "timestamp": 1654836871612, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skgxbezqyysz9oqmkgy/1.0/artifacts/service-DemoPnf4skgxbezqyysz9oqmkgy-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T04:56:25.077Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:56:25.078Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-10T04:56:25.078Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "528e9515-1874-40bb-844d-afe89f1ca9d4", "consumerID": "cds", "timestamp": 1654836870571, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skgxbezqyysz9oqmkgy/1.0/artifacts/service-DemoPnf4skgxbezqyysz9oqmkgy-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T04:56:25.078Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:56:25.078Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-10T04:56:25.078Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "528e9515-1874-40bb-844d-afe89f1ca9d4", "consumerID": "policy-id", "timestamp": 1654836870569, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skgxbezqyysz9oqmkgy/1.0/artifacts/service-DemoPnf4skgxbezqyysz9oqmkgy-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T04:56:25.078Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:56:25.078Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-10T04:56:25.079Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "528e9515-1874-40bb-844d-afe89f1ca9d4", "consumerID": "cds", "timestamp": 1654836871579, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skgxbezqyysz9oqmkgy/1.0/artifacts/service-DemoPnf4skgxbezqyysz9oqmkgy-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-10T04:56:25.097Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 528e9515-1874-40bb-844d-afe89f1ca9d4 2022-06-10T04:56:25.097Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 528e9515-1874-40bb-844d-afe89f1ca9d4 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-10T04:56:25.120Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-10T04:56:25.120Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "528e9515-1874-40bb-844d-afe89f1ca9d4", "consumerID": "policy-id", "timestamp": 1654836871574, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skgxbezqyysz9oqmkgy/1.0/artifacts/service-DemoPnf4skgxbezqyysz9oqmkgy-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T04:56:25.120Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:56:25.121Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-10T04:56:25.121Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "528e9515-1874-40bb-844d-afe89f1ca9d4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654836870985, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skgxbezqyysz9oqmkgy/1.0/resourceInstances/pnfa234e4f234840/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:56:25.121Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-10T04:56:25.121Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-10T04:56:25.121Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "528e9515-1874-40bb-844d-afe89f1ca9d4", "consumerID": "ves-openapi-manager", "timestamp": 1654836871691, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skgxbezqyysz9oqmkgy/1.0/resourceInstances/pnfa234e4f234840/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:56:25.121Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-10T04:56:25.121Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-10T04:56:25.121Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "528e9515-1874-40bb-844d-afe89f1ca9d4", "consumerID": "policy-id", "timestamp": 1654836872579, "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-10T04:56:25.140Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 528e9515-1874-40bb-844d-afe89f1ca9d4 2022-06-10T04:56:25.141Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 528e9515-1874-40bb-844d-afe89f1ca9d4 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-10T04:56:25.178Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-10T04:56:25.178Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "528e9515-1874-40bb-844d-afe89f1ca9d4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654836870985, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skgxbezqyysz9oqmkgy/1.0/resourceInstances/pnfa234e4f234840/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-10T04:56:25.178Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-10T04:56:25.179Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-10T04:56:25.179Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "528e9515-1874-40bb-844d-afe89f1ca9d4", "consumerID": "ves-openapi-manager", "timestamp": 1654836871691, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skgxbezqyysz9oqmkgy/1.0/resourceInstances/pnfa234e4f234840/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-10T04:56:25.179Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-10T04:56:25.179Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-10T04:56:25.179Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "528e9515-1874-40bb-844d-afe89f1ca9d4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654836870985, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skgxbezqyysz9oqmkgy/1.0/resourceInstances/pnfa234e4f234840/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-10T04:56:25.180Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-10T04:56:25.180Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-10T04:56:25.180Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "528e9515-1874-40bb-844d-afe89f1ca9d4", "consumerID": "ves-openapi-manager", "timestamp": 1654836871691, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skgxbezqyysz9oqmkgy/1.0/resourceInstances/pnfa234e4f234840/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-10T04:56:25.180Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-10T04:56:25.180Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-10T04:56:25.180Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "528e9515-1874-40bb-844d-afe89f1ca9d4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654836870985, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skgxbezqyysz9oqmkgy/1.0/resourceInstances/pnfa234e4f234840/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:56:25.181Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-10T04:56:25.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-10T04:56:25.181Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "528e9515-1874-40bb-844d-afe89f1ca9d4", "consumerID": "ves-openapi-manager", "timestamp": 1654836871691, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skgxbezqyysz9oqmkgy/1.0/resourceInstances/pnfa234e4f234840/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:56:25.181Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-10T04:56:25.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-10T04:56:25.181Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "528e9515-1874-40bb-844d-afe89f1ca9d4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654836870985, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skgxbezqyysz9oqmkgy/1.0/resourceInstances/pnfa234e4f234840/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T04:56:25.181Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-10T04:56:25.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-10T04:56:25.181Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "528e9515-1874-40bb-844d-afe89f1ca9d4", "consumerID": "ves-openapi-manager", "timestamp": 1654836871691, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skgxbezqyysz9oqmkgy/1.0/resourceInstances/pnfa234e4f234840/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T04:56:25.182Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-10T04:56:25.182Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-10T04:56:25.182Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "528e9515-1874-40bb-844d-afe89f1ca9d4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654836870985, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skgxbezqyysz9oqmkgy/1.0/resourceInstances/pnfa234e4f234840/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T04:56:25.182Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-10T04:56:25.182Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-10T04:56:25.182Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "528e9515-1874-40bb-844d-afe89f1ca9d4", "consumerID": "ves-openapi-manager", "timestamp": 1654836871691, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skgxbezqyysz9oqmkgy/1.0/resourceInstances/pnfa234e4f234840/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-06-10T04:56:25.182Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-10T04:56:25.182Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-10T04:56:25.183Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "528e9515-1874-40bb-844d-afe89f1ca9d4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654836870985, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skgxbezqyysz9oqmkgy/1.0/artifacts/service-DemoPnf4skgxbezqyysz9oqmkgy-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T04:56:25.183Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-10T04:56:25.183Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-10T04:56:25.183Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "528e9515-1874-40bb-844d-afe89f1ca9d4", "consumerID": "aai-ml", "timestamp": 1654836878852, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skgxbezqyysz9oqmkgy/1.0/artifacts/service-DemoPnf4skgxbezqyysz9oqmkgy-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T04:56:25.183Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:56:25.183Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-10T04:56:25.183Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "528e9515-1874-40bb-844d-afe89f1ca9d4", "consumerID": "ves-openapi-manager", "timestamp": 1654836871691, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skgxbezqyysz9oqmkgy/1.0/artifacts/service-DemoPnf4skgxbezqyysz9oqmkgy-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T04:56:25.183Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-10T04:56:25.184Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-10T04:56:25.184Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "528e9515-1874-40bb-844d-afe89f1ca9d4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654836870985, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skgxbezqyysz9oqmkgy/1.0/artifacts/service-DemoPnf4skgxbezqyysz9oqmkgy-csar.csar", "status": "NOTIFIED" } 2022-06-10T04:56:25.184Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-10T04:56:25.184Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-10T04:56:25.184Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "528e9515-1874-40bb-844d-afe89f1ca9d4", "consumerID": "aai-ml", "timestamp": 1654836879857, "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-10T04:56:25.195Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 528e9515-1874-40bb-844d-afe89f1ca9d4 2022-06-10T04:56:25.195Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 528e9515-1874-40bb-844d-afe89f1ca9d4 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-10T04:56:25.214Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-10T04:56:25.215Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "528e9515-1874-40bb-844d-afe89f1ca9d4", "consumerID": "ves-openapi-manager", "timestamp": 1654836871691, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skgxbezqyysz9oqmkgy/1.0/artifacts/service-DemoPnf4skgxbezqyysz9oqmkgy-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-10T04:56:25.215Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-10T04:56:25.215Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-10T04:56:25.215Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "528e9515-1874-40bb-844d-afe89f1ca9d4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654836879909, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skgxbezqyysz9oqmkgy/1.0/artifacts/service-DemoPnf4skgxbezqyysz9oqmkgy-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T04:56:25.216Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:56:25.216Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-10T04:56:25.216Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "528e9515-1874-40bb-844d-afe89f1ca9d4", "consumerID": "clamp", "timestamp": 1654836880257, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skgxbezqyysz9oqmkgy/1.0/artifacts/service-DemoPnf4skgxbezqyysz9oqmkgy-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T04:56:25.216Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:56:25.216Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-10T04:56:25.217Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "528e9515-1874-40bb-844d-afe89f1ca9d4", "consumerID": "ves-openapi-manager", "timestamp": 1654836880614, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skgxbezqyysz9oqmkgy/1.0/resourceInstances/pnfa234e4f234840/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-06-10T04:56:25.217Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:56:25.217Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-10T04:56:25.217Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "528e9515-1874-40bb-844d-afe89f1ca9d4", "consumerID": "ves-openapi-manager", "timestamp": 1654836881655, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skgxbezqyysz9oqmkgy/1.0/resourceInstances/pnfa234e4f234840/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-06-10T04:56:25.217Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:56:25.217Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-10T04:56:25.218Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "528e9515-1874-40bb-844d-afe89f1ca9d4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654836882018, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skgxbezqyysz9oqmkgy/1.0/artifacts/service-DemoPnf4skgxbezqyysz9oqmkgy-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T04:56:25.218Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:56:25.218Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-10T04:56:25.218Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "528e9515-1874-40bb-844d-afe89f1ca9d4", "consumerID": "clamp", "timestamp": 1654836882296, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skgxbezqyysz9oqmkgy/1.0/artifacts/service-DemoPnf4skgxbezqyysz9oqmkgy-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T04:56:25.218Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:56:25.218Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-10T04:56:25.218Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "528e9515-1874-40bb-844d-afe89f1ca9d4", "consumerID": "ves-openapi-manager", "timestamp": 1654836882659, "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-10T04:56:25.248Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 528e9515-1874-40bb-844d-afe89f1ca9d4 2022-06-10T04:56:25.249Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 528e9515-1874-40bb-844d-afe89f1ca9d4 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-10T04:56:25.271Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-10T04:56:25.272Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "528e9515-1874-40bb-844d-afe89f1ca9d4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654836883023, "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-10T04:56:25.307Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 528e9515-1874-40bb-844d-afe89f1ca9d4 2022-06-10T04:56:25.307Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 528e9515-1874-40bb-844d-afe89f1ca9d4 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-10T04:56:25.357Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-10T04:56:25.357Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "528e9515-1874-40bb-844d-afe89f1ca9d4", "consumerID": "clamp", "timestamp": 1654836883301, "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-10T04:56:25.386Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 528e9515-1874-40bb-844d-afe89f1ca9d4 2022-06-10T04:56:25.386Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 528e9515-1874-40bb-844d-afe89f1ca9d4 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-10T04:56:25.524Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-10T04:56:25.524Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "928f88bf-d046-4207-a454-dddfba5314fa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836915601, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-10T04:56:25.524Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:56:25.525Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-10T04:56:25.525Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "528e9515-1874-40bb-844d-afe89f1ca9d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836916673, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skgxbezqyysz9oqmkgy/1.0/resourceInstances/pnfa234e4f234840/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:56:25.525Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-10T04:56:25.525Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-10T04:56:25.525Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "528e9515-1874-40bb-844d-afe89f1ca9d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836916673, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skgxbezqyysz9oqmkgy/1.0/resourceInstances/pnfa234e4f234840/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-10T04:56:25.525Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-10T04:56:25.525Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-10T04:56:25.525Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "528e9515-1874-40bb-844d-afe89f1ca9d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836916673, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skgxbezqyysz9oqmkgy/1.0/resourceInstances/pnfa234e4f234840/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-10T04:56:25.525Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-10T04:56:25.525Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-10T04:56:25.526Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "528e9515-1874-40bb-844d-afe89f1ca9d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836916673, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skgxbezqyysz9oqmkgy/1.0/resourceInstances/pnfa234e4f234840/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T04:56:25.526Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-10T04:56:33.609Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 528e9515-1874-40bb-844d-afe89f1ca9d4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T04:56:33.628Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 528e9515-1874-40bb-844d-afe89f1ca9d4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T04:56:33.633Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-10T04:56:33.633Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-10T04:56:33.633Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-10T04:56:33.634Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-10T04:56:33.634Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T04:56:33.634Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T04:56:33.634Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T04:56:33.635Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T04:56:33.635Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T04:56:33.636Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T04:56:33.636Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T04:56:33.636Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||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-10T04:56:33.647Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-10T04:57:03.648Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 528e9515-1874-40bb-844d-afe89f1ca9d4 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-10T04:57:03.660Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 528e9515-1874-40bb-844d-afe89f1ca9d4 and serviceModelVersionId: cff1fa35-83b5-4338-8e93-f9512ee71959 2022-06-10T04:57:03.661Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 00cf7bb5-c56a-41fb-bb93-9d44aef86149 2022-06-10T04:57:03.662Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/00cf7bb5-c56a-41fb-bb93-9d44aef86149/model-vers/model-ver/cff1fa35-83b5-4338-8e93-f9512ee71959?depth=0 2022-06-10T04:57:03.668Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-06-10T04:57:03.752Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00cf7bb5-c56a-41fb-bb93-9d44aef86149/model-vers/model-ver/cff1fa35-83b5-4338-8e93-f9512ee71959?depth=0|INFO|500||Invoke 2022-06-10T04:57:03.754Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00cf7bb5-c56a-41fb-bb93-9d44aef86149/model-vers/model-ver/cff1fa35-83b5-4338-8e93-f9512ee71959?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00cf7bb5-c56a-41fb-bb93-9d44aef86149/model-vers/model-ver/cff1fa35-83b5-4338-8e93-f9512ee71959?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[528e9515-1874-40bb-844d-afe89f1ca9d4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[acabc602-17ef-4502-95e1-c58f87c212d4], X-ECOMP-RequestID=[528e9515-1874-40bb-844d-afe89f1ca9d4], X-TransactionId=[], X-ONAP-RequestID=[528e9515-1874-40bb-844d-afe89f1ca9d4], Content-Type=[application/merge-patch+json]} 2022-06-10T04:57:03.791Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00cf7bb5-c56a-41fb-bb93-9d44aef86149/model-vers/model-ver/cff1fa35-83b5-4338-8e93-f9512ee71959?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-10T04:57:04.077Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00cf7bb5-c56a-41fb-bb93-9d44aef86149/model-vers/model-ver/cff1fa35-83b5-4338-8e93-f9512ee71959?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/00cf7bb5-c56a-41fb-bb93-9d44aef86149/model-vers/model-ver/cff1fa35-83b5-4338-8e93-f9512ee71959?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220610-04:57:03:316-1466], vertex-id=[225368], Content-Length=[0], Date=[Fri, 10 Jun 2022 04:57:03 GMT], Content-Type=[application/json]} 2022-06-10T04:57:04.077Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00cf7bb5-c56a-41fb-bb93-9d44aef86149/model-vers/model-ver/cff1fa35-83b5-4338-8e93-f9512ee71959?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-10T04:57:04.078Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00cf7bb5-c56a-41fb-bb93-9d44aef86149/model-vers/model-ver/cff1fa35-83b5-4338-8e93-f9512ee71959?depth=0|INFO|500||InvokeReturn 2022-06-10T04:57:04.079Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-10T04:57:04.079Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||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-10T04:57:04.089Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-10T04:57:04.090Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 528e9515-1874-40bb-844d-afe89f1ca9d4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-10T04:57:04.090Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-10T04:57:04.091Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-10T04:57:04.093Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T04:57:04.094Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "528e9515-1874-40bb-844d-afe89f1ca9d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654837024090, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-10T04:57:04.200Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms 2022-06-10T04:57:04.201Z||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-10T04:57:04.201Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:57:04.221Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:57:04.222Z||pool-110-thread-1|||||INFO|500||cambria reply ok (22 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-10T04:57:05.128Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:57:05.129Z|528e9515-1874-40bb-844d-afe89f1ca9d4|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-10T04:57:05.129Z|528e9515-1874-40bb-844d-afe89f1ca9d4|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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:57:14.690Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:57:14.691Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:57:14.691Z|528e9515-1874-40bb-844d-afe89f1ca9d4|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-10T04:57:14.692Z|528e9515-1874-40bb-844d-afe89f1ca9d4|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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:57:24.296Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:57:24.297Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:57:24.298Z|528e9515-1874-40bb-844d-afe89f1ca9d4|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-10T04:57:24.298Z|528e9515-1874-40bb-844d-afe89f1ca9d4|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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:57:25.006Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:57:25.007Z||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-10T04:57:25.007Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:57:25.044Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:57:25.045Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-10T04:57:25.046Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "528e9515-1874-40bb-844d-afe89f1ca9d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836916673, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skgxbezqyysz9oqmkgy/1.0/resourceInstances/pnfa234e4f234840/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T04:57:25.047Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-10T04:57:33.862Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:57:33.863Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:57:33.863Z|528e9515-1874-40bb-844d-afe89f1ca9d4|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-10T04:57:33.864Z|528e9515-1874-40bb-844d-afe89f1ca9d4|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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:57:43.424Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:57:43.425Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:57:43.429Z|528e9515-1874-40bb-844d-afe89f1ca9d4|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-10T04:57:43.430Z|528e9515-1874-40bb-844d-afe89f1ca9d4|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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:57:52.992Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:58:24.997Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:58:24.999Z|528e9515-1874-40bb-844d-afe89f1ca9d4|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-10T04:58:24.999Z|528e9515-1874-40bb-844d-afe89f1ca9d4|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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:58:25.006Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:58:25.007Z||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-10T04:58:25.007Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:58:25.102Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:58:25.104Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:58:25.104Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "528e9515-1874-40bb-844d-afe89f1ca9d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836916673, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skgxbezqyysz9oqmkgy/1.0/resourceInstances/pnfa234e4f234840/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T04:58:25.105Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:58:25.105Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:58:25.106Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "528e9515-1874-40bb-844d-afe89f1ca9d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836916673, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skgxbezqyysz9oqmkgy/1.0/artifacts/service-DemoPnf4skgxbezqyysz9oqmkgy-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T04:58:25.106Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:58:25.106Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:58:25.107Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "528e9515-1874-40bb-844d-afe89f1ca9d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836916673, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skgxbezqyysz9oqmkgy/1.0/artifacts/service-DemoPnf4skgxbezqyysz9oqmkgy-csar.csar", "status": "NOTIFIED" } 2022-06-10T04:58:25.107Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-10T04:58:25.107Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:58:25.108Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "528e9515-1874-40bb-844d-afe89f1ca9d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836929552, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skgxbezqyysz9oqmkgy/1.0/artifacts/service-DemoPnf4skgxbezqyysz9oqmkgy-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T04:58:25.108Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:58:25.108Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:58:25.109Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "528e9515-1874-40bb-844d-afe89f1ca9d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654836932495, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4skgxbezqyysz9oqmkgy/1.0/artifacts/service-DemoPnf4skgxbezqyysz9oqmkgy-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T04:58:25.109Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:58:34.626Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:59:24.997Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:59:24.998Z|528e9515-1874-40bb-844d-afe89f1ca9d4|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-10T04:59:24.998Z|528e9515-1874-40bb-844d-afe89f1ca9d4|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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:59:25.006Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T04:59:25.006Z||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-10T04:59:25.007Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T04:59:25.587Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T04:59:25.588Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-10T04:59:25.588Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "528e9515-1874-40bb-844d-afe89f1ca9d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654837024090, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-10T04:59:25.589Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T04:59:34.556Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:00:24.997Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T05:00:24.999Z|528e9515-1874-40bb-844d-afe89f1ca9d4|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-10T05:00:25.001Z|528e9515-1874-40bb-844d-afe89f1ca9d4|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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:00:25.006Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T05:00:25.007Z||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-10T05:00:25.008Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:00:34.592Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:00:34.593Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:01:24.997Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T05:01:24.999Z|528e9515-1874-40bb-844d-afe89f1ca9d4|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-10T05:01:24.999Z|528e9515-1874-40bb-844d-afe89f1ca9d4|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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:01:25.006Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T05:01:25.007Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|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-10T05:01:25.007Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:01:34.569Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:01:34.569Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:02:24.998Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T05:02:25.000Z|528e9515-1874-40bb-844d-afe89f1ca9d4|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-10T05:02:25.000Z|528e9515-1874-40bb-844d-afe89f1ca9d4|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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:02:25.007Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T05:02:25.008Z||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-10T05:02:25.009Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:02:34.585Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:02:34.590Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:03:24.997Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T05:03:24.998Z|528e9515-1874-40bb-844d-afe89f1ca9d4|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-10T05:03:24.998Z|528e9515-1874-40bb-844d-afe89f1ca9d4|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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:03:25.006Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T05:03:25.006Z|928f88bf-d046-4207-a454-dddfba5314fa|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-10T05:03:25.007Z|928f88bf-d046-4207-a454-dddfba5314fa|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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:03:34.570Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:03:34.572Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:04:24.999Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T05:04:25.004Z|528e9515-1874-40bb-844d-afe89f1ca9d4|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-10T05:04:25.005Z|528e9515-1874-40bb-844d-afe89f1ca9d4|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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:04:25.006Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T05:04:25.006Z|928f88bf-d046-4207-a454-dddfba5314fa|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-10T05:04:25.006Z|928f88bf-d046-4207-a454-dddfba5314fa|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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:04:34.571Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:04:34.577Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:05:24.997Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T05:05:24.998Z|528e9515-1874-40bb-844d-afe89f1ca9d4|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-10T05:05:24.998Z|528e9515-1874-40bb-844d-afe89f1ca9d4|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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:05:25.006Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T05:05:25.007Z||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-10T05:05:25.007Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:05:34.558Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:05:34.567Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:06:24.997Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T05:06:24.998Z|528e9515-1874-40bb-844d-afe89f1ca9d4|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-10T05:06:24.999Z|528e9515-1874-40bb-844d-afe89f1ca9d4|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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:06:25.006Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T05:06:25.007Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|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-10T05:06:25.007Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:06:34.568Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:06:34.620Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:07:24.998Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T05:07:25.000Z|528e9515-1874-40bb-844d-afe89f1ca9d4|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-10T05:07:25.000Z|528e9515-1874-40bb-844d-afe89f1ca9d4|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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:07:25.007Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T05:07:25.008Z||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-10T05:07:25.008Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:07:34.574Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:07:34.585Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:08:24.997Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T05:08:24.998Z|528e9515-1874-40bb-844d-afe89f1ca9d4|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-10T05:08:24.998Z|528e9515-1874-40bb-844d-afe89f1ca9d4|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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:08:25.006Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T05:08:25.008Z||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-10T05:08:25.008Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:08:34.640Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:08:34.678Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:09:24.997Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T05:09:24.999Z|528e9515-1874-40bb-844d-afe89f1ca9d4|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-10T05:09:24.999Z|528e9515-1874-40bb-844d-afe89f1ca9d4|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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:09:25.006Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T05:09:25.007Z|928f88bf-d046-4207-a454-dddfba5314fa|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-10T05:09:25.007Z|928f88bf-d046-4207-a454-dddfba5314fa|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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:09:34.566Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:09:34.577Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:10:25.005Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T05:10:25.007Z|528e9515-1874-40bb-844d-afe89f1ca9d4|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-10T05:10:25.007Z|528e9515-1874-40bb-844d-afe89f1ca9d4|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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:10:25.015Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T05:10:25.016Z||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-10T05:10:25.016Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:10:34.656Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:10:34.717Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:11:25.003Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T05:11:25.005Z|528e9515-1874-40bb-844d-afe89f1ca9d4|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-10T05:11:25.007Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T05:11:25.005Z|528e9515-1874-40bb-844d-afe89f1ca9d4|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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:11:25.008Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|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-10T05:11:25.009Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:11:30.868Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:11:30.873Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-10T05:11:30.874Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"52984651-c515-4a6e-ab7a-a2b2c3f4e40a","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"c1ea7fd7-b1b5-4d48-98e3-c85f3cbbec50","serviceDescription":"service","serviceInvariantUUID":"ae8bb750-1aa2-44e8-9376-5f0fc828e25a","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bf4e0797-208b-4e37-ba05-776a77603cb0","resourceInvariantUUID":"f3cbfdc3-83c9-48ad-8ae8-6cd06b6538e8","resourceCustomizationUUID":"2a7a6ed2-3c0f-43a1-a886-fef8ce847639","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":"OTI3MjhmMzNhZmViMTcwMGNjN2JkYzU5MmI5NzJiNWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f1216115-6eea-45ae-b807-9c8834f24e6b","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":"MGFjYjRkMDM5MDJjNmY3Y2EwNGFjYWVkMzk5OWFiYmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"aedfe197-eed5-4533-a64e-8b90cd9622ed","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":"27d1c0e4-0569-40a8-a04f-50f59a81e048","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":"cea5a3e8-df23-46bd-ae0c-4a234b016911","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":"5f01f346-5b85-41b4-a6b6-52c40a93123d","artifactVersion":"2","generatedFromUUID":"23defda8-507a-48a6-85f4-0c128eecfb21"},{"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":"009e0efd-d2e5-40ad-9f93-1a84bae292da","artifactVersion":"2","generatedFromUUID":"27d1c0e4-0569-40a8-a04f-50f59a81e048"},{"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":"23defda8-507a-48a6-85f4-0c128eecfb21","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":"d823226b-99ab-4c52-9b65-592ab2dc871e","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":"NGU4YWY0OWFlMjQ4N2EyYmQ1NDEwOGJjYzllYWRlYmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"53843e23-5865-45da-97c0-8e9408a647ec","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"MTkyMzgzZDQ0N2IxY2IzMDAzZTUyNzNkOGQyYjhlMzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ca136344-1225-4cc9-962f-c63d28e7f792","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-10T05:11:30.884Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T05:11:30.885Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-10T05:11:30.905Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T05:11:30.906Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654837884998, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T05:11:30.999Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms 2022-06-10T05:11:31.001Z||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-10T05:11:31.001Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:11:31.113Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:11:31.114Z||pool-111-thread-1|||||INFO|500||cambria reply ok (114 ms):{"serverTimeMs":37,"count":1} 2022-06-10T05:11:31.796Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:11:31.797Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:11:31.797Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654837884998, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T05:11:31.798Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:11:31.798Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:11:31.799Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "aai-ml", "timestamp": 1654837882044, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T05:11:31.799Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:11:31.907Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T05:11:31.908Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-10T05:11:31.912Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T05:11:31.912Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654837884998, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-06-10T05:11:32.012Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T05:11:32.013Z||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-10T05:11:32.013Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:11:32.045Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:11:32.045Z||pool-112-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2022-06-10T05:11:32.912Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T05:11:32.913Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-10T05:11:32.931Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T05:11:32.931Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654837884998, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-06-10T05:11:33.026Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2022-06-10T05:11:33.027Z||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-10T05:11:33.028Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:11:33.052Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:11:33.052Z||pool-113-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-06-10T05:11:33.932Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T05:11:33.934Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-10T05:11:33.939Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T05:11:33.940Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654837884998, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T05:11:34.038Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-06-10T05:11:34.039Z||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-10T05:11:34.039Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:11:34.071Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:11:34.073Z||pool-114-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1} 2022-06-10T05:11:34.941Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T05:11:34.942Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-10T05:11:34.950Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T05:11:34.950Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654837884998, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-06-10T05:11:35.046Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-06-10T05:11:35.048Z||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-10T05:11:35.048Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:11:35.079Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:11:35.081Z||pool-115-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} 2022-06-10T05:11:35.951Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T05:11:35.952Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-10T05:11:35.954Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T05:11:35.954Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654837884998, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-06-10T05:11:36.055Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-10T05:11:36.056Z||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-10T05:11:36.056Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:11:36.096Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:11:36.097Z||pool-116-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1} 2022-06-10T05:11:36.955Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T05:11:36.956Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-10T05:11:36.959Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T05:11:36.965Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654837884998, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-06-10T05:11:37.060Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2022-06-10T05:11:37.061Z||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-10T05:11:37.061Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:11:37.088Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:11:37.089Z||pool-117-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-06-10T05:11:37.968Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T05:11:37.970Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-10T05:11:37.973Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T05:11:37.973Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654837884998, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-10T05:11:38.080Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms 2022-06-10T05:11:38.081Z||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-10T05:11:38.081Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:11:38.108Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:11:38.109Z||pool-118-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-06-10T05:11:38.974Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T05:11:38.975Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-10T05:11:38.979Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T05:11:38.980Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654837884998, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T05:11:39.080Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T05:11:39.081Z||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-10T05:11:39.081Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:11:39.105Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:11:39.105Z||pool-119-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1} 2022-06-10T05:11:39.981Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T05:11:39.983Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-10T05:11:39.986Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T05:11:39.986Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654837884998, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-10T05:11:40.087Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T05:11:40.089Z||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-10T05:11:40.090Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:11:40.108Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:11:40.109Z||pool-120-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-06-10T05:11:40.988Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "c1ea7fd7-b1b5-4d48-98e3-c85f3cbbec50", "serviceDescription": "service", "serviceInvariantUUID": "ae8bb750-1aa2-44e8-9376-5f0fc828e25a", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "2a7a6ed2-3c0f-43a1-a886-fef8ce847639", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "bf4e0797-208b-4e37-ba05-776a77603cb0", "resourceInvariantUUID": "f3cbfdc3-83c9-48ad-8ae8-6cd06b6538e8", "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": "MGFjYjRkMDM5MDJjNmY3Y2EwNGFjYWVkMzk5OWFiYmM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "aedfe197-eed5-4533-a64e-8b90cd9622ed", "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": "27d1c0e4-0569-40a8-a04f-50f59a81e048", "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": "009e0efd-d2e5-40ad-9f93-1a84bae292da", "generatedFromUUID": "27d1c0e4-0569-40a8-a04f-50f59a81e048" }, "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": "5f01f346-5b85-41b4-a6b6-52c40a93123d", "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": "009e0efd-d2e5-40ad-9f93-1a84bae292da", "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": "23defda8-507a-48a6-85f4-0c128eecfb21", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "MTkyMzgzZDQ0N2IxY2IzMDAzZTUyNzNkOGQyYjhlMzI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ca136344-1225-4cc9-962f-c63d28e7f792" } ], "workloadContext": "Production" } 2022-06-10T05:11:40.989Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-10T05:11:40.989Z|528e9515-1874-40bb-844d-afe89f1ca9d4|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 c1ea7fd7-b1b5-4d48-98e3-c85f3cbbec50 ASDC 2022-06-10T05:11:40.991Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:52984651-c515-4a6e-ab7a-a2b2c3f4e40a ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:c1ea7fd7-b1b5-4d48-98e3-c85f3cbbec50 ServiceInvariantUUID:ae8bb750-1aa2-44e8-9376-5f0fc828e25a 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:ca136344-1225-4cc9-962f-c63d28e7f792 ArtifactChecksum:MTkyMzgzZDQ0N2IxY2IzMDAzZTUyNzNkOGQyYjhlMzI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:2a7a6ed2-3c0f-43a1-a886-fef8ce847639 ResourceInvariantUUID:f3cbfdc3-83c9-48ad-8ae8-6cd06b6538e8 ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:bf4e0797-208b-4e37-ba05-776a77603cb0 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:aedfe197-eed5-4533-a64e-8b90cd9622ed ArtifactChecksum:MGFjYjRkMDM5MDJjNmY3Y2EwNGFjYWVkMzk5OWFiYmM= 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:27d1c0e4-0569-40a8-a04f-50f59a81e048 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:009e0efd-d2e5-40ad-9f93-1a84bae292da 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:5f01f346-5b85-41b4-a6b6-52c40a93123d 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:009e0efd-d2e5-40ad-9f93-1a84bae292da 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:23defda8-507a-48a6-85f4-0c128eecfb21 ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-10T05:11:40.991Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c1ea7fd7-b1b5-4d48-98e3-c85f3cbbec50 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-10T05:11:41.109Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-10T05:11:41.111Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-06-10T05:11:41.111Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-06-10T05:11:41.112Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: ca136344-1225-4cc9-962f-c63d28e7f792 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-06-10T05:11:41.112Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-10T05:11:41.113Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-06-10T05:11:41.374Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-10T05:11:41.402Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ca136344-1225-4cc9-962f-c63d28e7f792 158212 2022-06-10T05:11:41.402Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||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-10T05:11:41.403Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||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-10T05:11:41.403Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-10T05:11:41.404Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-10T05:11:41.417Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T05:11:41.418Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654837901402, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T05:11:41.515Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-06-10T05:11:41.521Z||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-10T05:11:41.521Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:11:41.574Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:11:41.575Z||pool-121-thread-1|||||INFO|500||cambria reply ok (59 ms):{"serverTimeMs":0,"count":1} 2022-06-10T05:11:42.424Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-10T05:11:42.425Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-06-10T05:11:42.426Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: ca136344-1225-4cc9-962f-c63d28e7f792, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-10T05:11:42.427Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2022-06-10T05:11:42.431Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-10T05:11:42.431Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-10T05:11:42.713Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8728617645556462315/Definitions/service-BasicCnfMacro-template.yml 2022-06-10T05:11:45.090Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-10T05:11:45.091Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-06-10T05:11:45.091Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-10T05:11:45.091Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-06-10T05:11:45.092Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-10T05:11:45.092Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||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-10T05:11:45.093Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||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-10T05:11:45.093Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||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-10T05:11:45.093Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-06-10T05:11:45.094Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T05:11:45.094Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T05:11:45.095Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-10T05:11:45.095Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-06-10T05:11:45.096Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-10T05:11:45.096Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T05:11:45.096Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T05:11:45.097Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-10T05:11:45.097Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-06-10T05:11:45.097Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-10T05:11:45.097Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T05:11:45.097Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T05:11:45.098Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T05:11:45.098Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-06-10T05:11:45.098Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2022-06-10T05:11:45.098Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||Node template dummy_base is not matching search criteria 2022-06-10T05:11:45.098Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-10T05:11:45.099Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T05:11:45.099Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-10T05:11:45.099Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T05:11:45.099Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-10T05:11:45.099Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-10T05:11:45.100Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T05:11:45.100Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-10T05:11:45.100Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-10T05:11:45.101Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T05:11:45.101Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-10T05:11:45.101Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-10T05:11:45.101Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T05:11:45.102Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-10T05:11:45.102Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-10T05:11:45.102Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T05:11:45.102Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-06-10T05:11:45.102Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2022-06-10T05:11:45.103Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=f1068843-d3d2-4104-ba85-afa4d10db565 2022-06-10T05:11:45.103Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T05:11:45.103Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T05:11:45.103Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T05:11:45.103Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T05:11:45.104Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T05:11:45.104Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T05:11:45.105Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T05:11:45.105Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T05:11:45.105Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:c1ea7fd7-b1b5-4d48-98e3-c85f3cbbec50 Model Version:NULL Model InvariantUuid:ae8bb750-1aa2-44e8-9376-5f0fc828e25a Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:9fed2d02-1676-436e-9054-403803a551b3 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:f3cbfdc3-83c9-48ad-8ae8-6cd06b6538e8 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:2a7a6ed2-3c0f-43a1-a886-fef8ce847639 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:2d674a71-6783-4e23-8fed-027af5e854ea ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:1dce9b6d-d490-44d2-a374-180cdfe81cee ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:f0aa3a24-d593-4f33-a00e-9b8f51235cfe ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:862a42d0-40bb-4870-8739-96383e26bd7a ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:f1068843-d3d2-4104-ba85-afa4d10db565 ModelInvariantUuid:7e171322-1d69-4097-9c1c-3b7488c9f45d ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:03d9a7c4-a5ff-4a4a-915a-b691fa14e84b ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:f96a49f1-7f38-43ee-96c6-3c6a0b1f8025 ModelInvariantUuid:a151ef6b-8d26-424f-9ee4-82a485e73480 ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:4c1a4864-9080-4e5a-a72e-f566e4c541a6 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-10T05:11:45.128Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: bf4e0797-208b-4e37-ba05-776a77603cb0 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-10T05:11:45.136Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||INFO|500||basic_cnf_macro 0 2022-06-10T05:11:45.137Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: bf4e0797-208b-4e37-ba05-776a77603cb0 2022-06-10T05:11:45.137Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: aedfe197-eed5-4533-a64e-8b90cd9622ed from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-06-10T05:11:45.137Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-10T05:11:45.137Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||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-10T05:11:45.453Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-10T05:11:45.454Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json aedfe197-eed5-4533-a64e-8b90cd9622ed 1565 2022-06-10T05:11:45.454Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||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-10T05:11:45.454Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||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-10T05:11:45.455Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-10T05:11:45.455Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-10T05:11:45.463Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T05:11:45.464Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654837905454, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-10T05:11:45.569Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2022-06-10T05:11:45.570Z||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-10T05:11:45.571Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:11:45.607Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:11:45.607Z||pool-122-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1} 2022-06-10T05:11:46.467Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "f0aa3a24-d593-4f33-a00e-9b8f51235cfe", "vfModuleModelVersion": "1", "vfModuleModelUUID": "862a42d0-40bb-4870-8739-96383e26bd7a", "vfModuleModelCustomizationUUID": "cde6ccd0-3ffd-4df5-8f22-549153ab6cdd", "isBase": true, "artifacts": [ "27d1c0e4-0569-40a8-a04f-50f59a81e048", "009e0efd-d2e5-40ad-9f93-1a84bae292da" ], "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": "2d674a71-6783-4e23-8fed-027af5e854ea", "vfModuleModelVersion": "1", "vfModuleModelUUID": "1dce9b6d-d490-44d2-a374-180cdfe81cee", "vfModuleModelCustomizationUUID": "46d28227-abbd-4fed-8362-f433a38ac407", "isBase": false, "artifacts": [ "23defda8-507a-48a6-85f4-0c128eecfb21" ], "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-10T05:11:46.478Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:862a42d0-40bb-4870-8739-96383e26bd7a VfModuleModelInvariantUUID:f0aa3a24-d593-4f33-a00e-9b8f51235cfe VfModuleModelDescription:NULL Artifacts UUID List:{ 27d1c0e4-0569-40a8-a04f-50f59a81e048 , 009e0efd-d2e5-40ad-9f93-1a84bae292da } 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:1dce9b6d-d490-44d2-a374-180cdfe81cee VfModuleModelInvariantUUID:2d674a71-6783-4e23-8fed-027af5e854ea VfModuleModelDescription:NULL Artifacts UUID List:{ 23defda8-507a-48a6-85f4-0c128eecfb21 } 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-10T05:11:46.483Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "f0aa3a24-d593-4f33-a00e-9b8f51235cfe", "vfModuleModelVersion": "1", "vfModuleModelUUID": "862a42d0-40bb-4870-8739-96383e26bd7a", "vfModuleModelCustomizationUUID": "cde6ccd0-3ffd-4df5-8f22-549153ab6cdd", "isBase": true, "artifacts": [ "27d1c0e4-0569-40a8-a04f-50f59a81e048", "009e0efd-d2e5-40ad-9f93-1a84bae292da" ], "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": "2d674a71-6783-4e23-8fed-027af5e854ea", "vfModuleModelVersion": "1", "vfModuleModelUUID": "1dce9b6d-d490-44d2-a374-180cdfe81cee", "vfModuleModelCustomizationUUID": "46d28227-abbd-4fed-8362-f433a38ac407", "isBase": false, "artifacts": [ "23defda8-507a-48a6-85f4-0c128eecfb21" ], "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-10T05:11:46.483Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:862a42d0-40bb-4870-8739-96383e26bd7a VfModuleModelInvariantUUID:f0aa3a24-d593-4f33-a00e-9b8f51235cfe VfModuleModelDescription:NULL Artifacts UUID List:{ 27d1c0e4-0569-40a8-a04f-50f59a81e048 , 009e0efd-d2e5-40ad-9f93-1a84bae292da } 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:1dce9b6d-d490-44d2-a374-180cdfe81cee VfModuleModelInvariantUUID:2d674a71-6783-4e23-8fed-027af5e854ea VfModuleModelDescription:NULL Artifacts UUID List:{ 23defda8-507a-48a6-85f4-0c128eecfb21 } 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-10T05:11:46.483Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 27d1c0e4-0569-40a8-a04f-50f59a81e048 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-06-10T05:11:46.484Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-10T05:11:46.484Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||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-10T05:11:46.830Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-10T05:11:46.830Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 27d1c0e4-0569-40a8-a04f-50f59a81e048 914 2022-06-10T05:11:46.831Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||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-10T05:11:46.831Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||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-10T05:11:46.831Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-10T05:11:46.832Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-10T05:11:46.835Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T05:11:46.835Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654837906831, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-06-10T05:11:46.935Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T05:11:46.937Z||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-10T05:11:46.937Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:11:46.968Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:11:46.969Z||pool-123-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2022-06-10T05:11:47.836Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 5f01f346-5b85-41b4-a6b6-52c40a93123d from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-06-10T05:11:47.836Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-10T05:11:47.852Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||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-10T05:11:48.151Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-10T05:11:48.152Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 5f01f346-5b85-41b4-a6b6-52c40a93123d 12 2022-06-10T05:11:48.152Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||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-10T05:11:48.152Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||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-10T05:11:48.152Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-10T05:11:48.153Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-10T05:11:48.176Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T05:11:48.176Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654837908152, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-06-10T05:11:48.256Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 79 ms 2022-06-10T05:11:48.257Z||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-10T05:11:48.258Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:11:48.284Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:11:48.285Z||pool-124-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-06-10T05:11:49.180Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 009e0efd-d2e5-40ad-9f93-1a84bae292da from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-06-10T05:11:49.181Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-10T05:11:49.181Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||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-10T05:11:49.380Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-10T05:11:49.381Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 009e0efd-d2e5-40ad-9f93-1a84bae292da 96 2022-06-10T05:11:49.382Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||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-10T05:11:49.382Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||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-10T05:11:49.382Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-10T05:11:49.383Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-10T05:11:49.388Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T05:11:49.388Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654837909382, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-06-10T05:11:49.487Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-06-10T05:11:49.488Z||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-10T05:11:49.489Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:11:49.528Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:11:49.540Z||pool-125-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":0,"count":1} 2022-06-10T05:11:50.389Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 23defda8-507a-48a6-85f4-0c128eecfb21 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-06-10T05:11:50.390Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-10T05:11:50.391Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||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-10T05:11:50.514Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-10T05:11:50.516Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 23defda8-507a-48a6-85f4-0c128eecfb21 20206 2022-06-10T05:11:50.516Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||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-10T05:11:50.516Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||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-10T05:11:50.517Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-10T05:11:50.517Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-10T05:11:50.521Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T05:11:50.522Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654837910516, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-06-10T05:11:50.621Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-10T05:11:50.622Z||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-10T05:11:50.622Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:11:50.651Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:11:50.652Z||pool-126-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-06-10T05:11:51.527Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: c1ea7fd7-b1b5-4d48-98e3-c85f3cbbec50 2022-06-10T05:11:51.527Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 bf4e0797-208b-4e37-ba05-776a77603cb0 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-10T05:11:51.561Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@29d47959, org.onap.sdc.toscaparser.api.parameters.Input@2b7dcc47, org.onap.sdc.toscaparser.api.parameters.Input@33ee15ad, org.onap.sdc.toscaparser.api.parameters.Input@18c797a7, org.onap.sdc.toscaparser.api.parameters.Input@12532b57] 2022-06-10T05:11:51.564Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T05:11:51.565Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T05:11:51.565Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2022-06-10T05:11:51.565Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 2a7a6ed2-3c0f-43a1-a886-fef8ce847639 2022-06-10T05:11:51.566Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2a7a6ed2-3c0f-43a1-a886-fef8ce847639 matches Tosca VF Customization UUID: 2a7a6ed2-3c0f-43a1-a886-fef8ce847639 2022-06-10T05:11:51.566Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 2a7a6ed2-3c0f-43a1-a886-fef8ce847639 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-10T05:11:51.577Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T05:11:51.577Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T05:11:51.578Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 2a7a6ed2-3c0f-43a1-a886-fef8ce847639: {\"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-10T05:11:51.578Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@30573106 2022-06-10T05:11:51.579Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T05:11:51.579Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-10T05:11:51.579Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 46d28227-abbd-4fed-8362-f433a38ac407 2022-06-10T05:11:51.579Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 46d28227-abbd-4fed-8362-f433a38ac407 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-10T05:11:51.587Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T05:11:51.587Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-10T05:11:51.588Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-10T05:11:51.588Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T05:11:51.588Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-10T05:11:51.589Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-10T05:11:51.589Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T05:11:51.589Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-10T05:11:51.589Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=2a7a6ed2-3c0f-43a1-a886-fef8ce847639 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-10T05:11:51.596Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T05:11:51.597Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T05:11:51.597Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid c1ea7fd7-b1b5-4d48-98e3-c85f3cbbec50: basic_cnf_macro 2022-06-10T05:11:51.598Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T05:11:51.598Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T05:11:51.598Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T05:11:51.599Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T05:11:51.599Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T05:11:51.599Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T05:11:51.599Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T05:11:51.600Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T05:11:51.600Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T05:11:51.600Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-10T05:11:51.600Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||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-10T05:11:51.770Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro bf4e0797-208b-4e37-ba05-776a77603cb0 2 ASDC deployResourceStructure 2022-06-10T05:11:51.771Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||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-10T05:11:51.771Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||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-10T05:11:51.771Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-10T05:11:51.772Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-10T05:11:51.774Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T05:11:51.775Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654837911771, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-10T05:11:51.874Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-10T05:11:51.876Z||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-10T05:11:51.876Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:11:51.916Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:11:51.917Z||pool-127-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1} 2022-06-10T05:11:52.776Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||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-10T05:11:52.779Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||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-10T05:11:52.779Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-10T05:11:52.780Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-10T05:11:52.783Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T05:11:52.783Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654837912776, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-06-10T05:11:52.883Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-10T05:11:52.884Z||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-10T05:11:52.884Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:11:52.908Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:11:52.909Z||pool-128-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1} 2022-06-10T05:11:53.786Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||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-10T05:11:53.786Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||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-10T05:11:53.786Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-06-10T05:11:53.787Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-10T05:11:53.792Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T05:11:53.793Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654837913786, "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-10T05:11:53.891Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-06-10T05:11:53.893Z||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-10T05:11:53.893Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:11:53.937Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:11:53.938Z||pool-129-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1} 2022-06-10T05:11:54.794Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||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-10T05:11:54.795Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||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-10T05:11:54.795Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-10T05:11:54.795Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-10T05:11:54.798Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T05:11:54.798Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654837914794, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-06-10T05:11:54.898Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T05:11:54.899Z||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-10T05:11:54.899Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:11:54.926Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:11:54.926Z||pool-130-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-06-10T05:11:55.800Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||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-10T05:11:55.803Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||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-10T05:11:55.804Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-06-10T05:11:55.805Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-10T05:11:55.808Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T05:11:55.808Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654837915799, "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-10T05:11:55.912Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-06-10T05:11:55.913Z||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-10T05:11:55.913Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:11:55.952Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:11:55.953Z||pool-131-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":2,"count":1} 2022-06-10T05:11:56.810Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||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-10T05:11:56.810Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||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-10T05:11:56.811Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-10T05:11:56.811Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-10T05:11:56.814Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T05:11:56.814Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654837916809, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T05:11:56.914Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-10T05:11:56.915Z||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-10T05:11:56.916Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:11:56.940Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:11:56.941Z||pool-132-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":2,"count":1} 2022-06-10T05:11:57.815Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 52984651-c515-4a6e-ab7a-a2b2c3f4e40a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T05:11:57.873Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 52984651-c515-4a6e-ab7a-a2b2c3f4e40a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T05:11:57.881Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-10T05:11:57.881Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-10T05:11:57.881Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-10T05:12:25.006Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T05:12:25.011Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|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-10T05:12:25.011Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:12:25.199Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:12:25.200Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:12:25.201Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654837890985, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T05:12:25.202Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:12:27.883Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 52984651-c515-4a6e-ab7a-a2b2c3f4e40a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T05:12:27.915Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 52984651-c515-4a6e-ab7a-a2b2c3f4e40a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T05:12:27.921Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-10T05:12:27.921Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-10T05:12:27.921Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-10T05:12:57.921Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 52984651-c515-4a6e-ab7a-a2b2c3f4e40a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T05:12:57.941Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 52984651-c515-4a6e-ab7a-a2b2c3f4e40a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T05:12:57.945Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-10T05:12:57.945Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-10T05:12:57.945Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-10T05:13:25.007Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T05:13:25.008Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|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-10T05:13:25.008Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:13:25.036Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:13:25.103Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:13:25.103Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "aai-ml", "timestamp": 1654837882044, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-10T05:13:25.105Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:13:25.105Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:13:25.105Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654837884998, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-06-10T05:13:25.106Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:13:25.106Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:13:25.106Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "ves-openapi-manager", "timestamp": 1654837891691, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T05:13:25.106Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:13:25.107Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:13:25.107Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "cds", "timestamp": 1654837891626, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T05:13:25.108Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:13:25.108Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:13:25.108Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654837890985, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-10T05:13:25.108Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:13:25.109Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:13:25.109Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "aai-ml", "timestamp": 1654837882044, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T05:13:25.109Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:13:25.109Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:13:25.109Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654837884998, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-06-10T05:13:25.109Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:13:25.109Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:13:25.109Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "ves-openapi-manager", "timestamp": 1654837891691, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-10T05:13:25.109Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:13:25.109Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:13:25.109Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "cds", "timestamp": 1654837891626, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-10T05:13:25.109Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:13:25.110Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:13:25.110Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654837890985, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T05:13:25.110Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:13:25.110Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:13:25.110Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "aai-ml", "timestamp": 1654837882044, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T05:13:25.110Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:13:25.110Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:13:25.111Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654837884998, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T05:13:25.111Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:13:25.111Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:13:25.111Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "ves-openapi-manager", "timestamp": 1654837891691, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T05:13:25.111Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:13:25.111Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:13:25.111Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "cds", "timestamp": 1654837891626, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T05:13:25.111Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:13:25.112Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:13:25.112Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654837890985, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T05:13:25.112Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:13:25.112Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:13:25.112Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "aai-ml", "timestamp": 1654837882044, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-10T05:13:25.113Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:13:25.113Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:13:25.113Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654837884998, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-06-10T05:13:25.113Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:13:25.113Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:13:25.113Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "ves-openapi-manager", "timestamp": 1654837891691, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T05:13:25.113Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:13:25.114Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:13:25.114Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "cds", "timestamp": 1654837891626, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T05:13:25.114Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:13:25.114Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:13:25.114Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "aai-ml", "timestamp": 1654837882044, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-10T05:13:25.114Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:13:25.115Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:13:25.115Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654837890985, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-10T05:13:25.115Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:13:25.115Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:13:25.115Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654837884998, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-06-10T05:13:25.116Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:13:25.116Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:13:25.116Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "ves-openapi-manager", "timestamp": 1654837891691, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-10T05:13:25.116Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:13:25.116Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:13:25.116Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "cds", "timestamp": 1654837891626, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-10T05:13:25.117Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:13:25.117Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:13:25.117Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654837890985, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-10T05:13:25.117Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:13:25.118Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:13:25.118Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "aai-ml", "timestamp": 1654837882044, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-10T05:13:25.118Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:13:25.118Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:13:25.118Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654837884998, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-06-10T05:13:25.119Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:13:25.119Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:13:25.119Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "ves-openapi-manager", "timestamp": 1654837891691, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-10T05:13:25.119Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:13:25.119Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:13:25.120Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "cds", "timestamp": 1654837891626, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-10T05:13:25.120Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:13:25.120Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:13:25.120Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "multicloud-k8s-id", "timestamp": 1654837896096, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T05:13:25.121Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:13:25.121Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:13:25.122Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "aai-ml", "timestamp": 1654837882044, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-10T05:13:25.123Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:13:25.123Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:13:25.123Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654837890985, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-10T05:13:25.123Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:13:25.123Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:13:25.123Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654837884998, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-10T05:13:25.123Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:13:25.124Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:13:25.124Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "ves-openapi-manager", "timestamp": 1654837891691, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-10T05:13:25.124Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:13:25.124Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:13:25.124Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "cds", "timestamp": 1654837891626, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-10T05:13:25.124Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:13:25.124Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:13:25.124Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "multicloud-k8s-id", "timestamp": 1654837896096, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-06-10T05:13:25.124Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:13:25.124Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:13:25.125Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "aai-ml", "timestamp": 1654837882044, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T05:13:25.125Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:13:25.125Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:13:25.125Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654837890985, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-10T05:13:25.125Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:13:25.125Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:13:25.125Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654837884998, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T05:13:25.125Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:13:25.125Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:13:25.125Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "ves-openapi-manager", "timestamp": 1654837891691, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-10T05:13:25.125Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:13:25.126Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:13:25.126Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "cds", "timestamp": 1654837891626, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-10T05:13:25.126Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:13:25.126Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:13:25.126Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "multicloud-k8s-id", "timestamp": 1654837896096, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-06-10T05:13:25.126Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:13:25.126Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:13:25.126Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "aai-ml", "timestamp": 1654837882044, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-10T05:13:25.126Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:13:25.126Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:13:25.126Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654837890985, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T05:13:25.127Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:13:25.127Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:13:25.127Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654837884998, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-10T05:13:25.127Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:13:25.127Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:13:25.127Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "policy-id", "timestamp": 1654837899138, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T05:13:25.127Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:13:25.127Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:13:25.127Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "ves-openapi-manager", "timestamp": 1654837891691, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T05:13:25.127Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:13:25.128Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:13:25.136Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "cds", "timestamp": 1654837891626, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T05:13:25.136Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:13:25.137Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:13:25.137Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "multicloud-k8s-id", "timestamp": 1654837896096, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T05:13:25.137Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:13:25.137Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:13:25.137Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654837890985, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-10T05:13:25.137Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:13:25.137Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:13:25.138Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "policy-id", "timestamp": 1654837899138, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-10T05:13:25.138Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:13:25.138Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:13:25.138Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "aai-ml", "timestamp": 1654837902312, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T05:13:25.138Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T05:13:25.138Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:13:25.138Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654837901402, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T05:13:25.139Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T05:13:25.139Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:13:25.139Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "ves-openapi-manager", "timestamp": 1654837891691, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-10T05:13:25.139Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:13:25.139Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:13:25.139Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "cds", "timestamp": 1654837891626, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-10T05:13:25.139Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:13:25.139Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:13:25.140Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "multicloud-k8s-id", "timestamp": 1654837896096, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-06-10T05:13:25.149Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:13:25.152Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:13:25.152Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "policy-id", "timestamp": 1654837899138, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-06-10T05:13:25.152Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:13:25.153Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:13:25.153Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654837902034, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T05:13:25.153Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T05:13:25.153Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:13:25.153Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "multicloud-k8s-id", "timestamp": 1654837896096, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-06-10T05:13:25.153Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:13:25.153Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:13:25.154Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "cds", "timestamp": 1654837902547, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T05:13:25.154Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T05:13:25.154Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:13:25.154Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "policy-id", "timestamp": 1654837899138, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T05:13:25.154Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:13:25.154Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:13:25.154Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "multicloud-k8s-id", "timestamp": 1654837896096, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-06-10T05:13:25.154Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:13:25.155Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:13:25.155Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "policy-id", "timestamp": 1654837899138, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-10T05:13:25.155Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:13:25.155Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:13:25.155Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "multicloud-k8s-id", "timestamp": 1654837896096, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-10T05:13:25.155Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:13:25.155Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:13:25.155Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "policy-id", "timestamp": 1654837899138, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-10T05:13:25.155Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:13:25.156Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:13:25.156Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654837905454, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-10T05:13:25.156Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T05:13:25.156Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:13:25.156Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "multicloud-k8s-id", "timestamp": 1654837896096, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T05:13:25.156Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:13:25.156Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:13:25.157Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654837905769, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T05:13:25.157Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T05:13:25.157Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:13:25.157Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "policy-id", "timestamp": 1654837899138, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-10T05:13:25.158Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:13:25.158Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:13:25.158Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "cds", "timestamp": 1654837906199, "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-10T05:13:25.174Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 52984651-c515-4a6e-ab7a-a2b2c3f4e40a 2022-06-10T05:13:25.175Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 52984651-c515-4a6e-ab7a-a2b2c3f4e40a 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-10T05:13:25.207Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:13:25.208Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "multicloud-k8s-id", "timestamp": 1654837896096, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-10T05:13:25.208Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:13:25.208Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:13:25.208Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654837906831, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-06-10T05:13:25.208Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T05:13:25.208Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:13:25.208Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654837906793, "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-10T05:13:25.220Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 52984651-c515-4a6e-ab7a-a2b2c3f4e40a 2022-06-10T05:13:25.220Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 52984651-c515-4a6e-ab7a-a2b2c3f4e40a 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-10T05:13:25.247Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:13:25.247Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "policy-id", "timestamp": 1654837899138, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-10T05:13:25.247Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:13:25.247Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:13:25.248Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "multicloud-k8s-id", "timestamp": 1654837907027, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-10T05:13:25.248Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T05:13:25.248Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:13:25.248Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "policy-id", "timestamp": 1654837899138, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T05:13:25.248Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:13:25.248Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:13:25.248Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654837908152, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-06-10T05:13:25.248Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T05:13:25.248Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:13:25.248Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "multicloud-k8s-id", "timestamp": 1654837908220, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-06-10T05:13:25.248Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T05:13:25.248Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:13:25.248Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "policy-id", "timestamp": 1654837899138, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-10T05:13:25.249Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:13:25.249Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:13:25.249Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654837909382, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-06-10T05:13:25.249Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T05:13:25.249Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:13:25.249Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "clamp", "timestamp": 1654837908908, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T05:13:25.249Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:13:25.249Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:13:25.249Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "policy-id", "timestamp": 1654837910091, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T05:13:25.249Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T05:13:25.249Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:13:25.249Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "multicloud-k8s-id", "timestamp": 1654837909504, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-06-10T05:13:25.249Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T05:13:25.249Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:13:25.249Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654837910516, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-06-10T05:13:25.250Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T05:13:25.250Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:13:25.250Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "clamp", "timestamp": 1654837908908, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-06-10T05:13:25.250Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:13:25.250Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:13:25.250Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "policy-id", "timestamp": 1654837911096, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T05:13:25.250Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T05:13:25.250Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:13:25.250Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "clamp", "timestamp": 1654837908908, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T05:13:25.250Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:13:25.250Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:13:25.250Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "multicloud-k8s-id", "timestamp": 1654837910820, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-06-10T05:13:25.250Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T05:13:25.250Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:13:25.251Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654837911771, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-10T05:13:25.251Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T05:13:25.251Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:13:25.251Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "policy-id", "timestamp": 1654837912101, "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-10T05:13:25.263Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 52984651-c515-4a6e-ab7a-a2b2c3f4e40a 2022-06-10T05:13:25.264Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 52984651-c515-4a6e-ab7a-a2b2c3f4e40a 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-10T05:13:25.294Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:13:25.294Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "clamp", "timestamp": 1654837908908, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T05:13:25.295Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:13:25.295Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:13:25.295Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654837912776, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-06-10T05:13:25.295Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T05:13:25.295Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:13:25.295Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "multicloud-k8s-id", "timestamp": 1654837911932, "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-10T05:13:25.306Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 52984651-c515-4a6e-ab7a-a2b2c3f4e40a 2022-06-10T05:13:25.307Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 52984651-c515-4a6e-ab7a-a2b2c3f4e40a 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-10T05:13:25.351Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:13:25.359Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "clamp", "timestamp": 1654837908908, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-10T05:13:25.359Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:13:25.359Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:13:25.360Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "multicloud-k8s-id", "timestamp": 1654837912936, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-10T05:13:25.360Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T05:13:25.360Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:13:25.360Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654837913786, "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-10T05:13:25.360Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T05:13:25.361Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:13:25.361Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "aai-ml", "timestamp": 1654837915476, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T05:13:25.361Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T05:13:25.361Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:13:25.361Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "clamp", "timestamp": 1654837908908, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-10T05:13:25.361Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:13:25.362Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:13:25.362Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654837914794, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-06-10T05:13:25.362Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T05:13:25.362Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:13:25.362Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "aai-ml", "timestamp": 1654837916482, "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-10T05:13:25.394Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 52984651-c515-4a6e-ab7a-a2b2c3f4e40a 2022-06-10T05:13:25.395Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 52984651-c515-4a6e-ab7a-a2b2c3f4e40a 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-10T05:13:25.441Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:13:25.441Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "clamp", "timestamp": 1654837908908, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-10T05:13:25.441Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:13:25.441Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:13:25.441Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654837915799, "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-10T05:13:25.442Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T05:13:25.442Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:13:25.442Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "clamp", "timestamp": 1654837908908, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-10T05:13:25.442Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:13:25.442Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:13:25.442Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654837916809, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T05:13:25.442Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T05:13:25.443Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:13:25.443Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "clamp", "timestamp": 1654837908908, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T05:13:25.443Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:13:25.443Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:13:25.443Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "clamp", "timestamp": 1654837908908, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-10T05:13:25.443Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:13:25.443Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:13:25.443Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "clamp", "timestamp": 1654837928620, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T05:13:25.444Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T05:13:25.444Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:13:25.444Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "clamp", "timestamp": 1654837935642, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T05:13:25.444Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T05:13:25.445Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:13:25.445Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "clamp", "timestamp": 1654837936666, "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-10T05:13:25.479Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 52984651-c515-4a6e-ab7a-a2b2c3f4e40a 2022-06-10T05:13:25.479Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 52984651-c515-4a6e-ab7a-a2b2c3f4e40a 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-10T05:13:27.946Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 52984651-c515-4a6e-ab7a-a2b2c3f4e40a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T05:13:27.965Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 52984651-c515-4a6e-ab7a-a2b2c3f4e40a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T05:13:27.970Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-10T05:13:27.970Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-10T05:13:27.970Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-10T05:13:27.970Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-10T05:13:27.970Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T05:13:27.971Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T05:13:27.971Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T05:13:27.971Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T05:13:27.971Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T05:13:27.971Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T05:13:27.971Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||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-10T05:13:27.982Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-10T05:13:57.983Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 52984651-c515-4a6e-ab7a-a2b2c3f4e40a 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-10T05:13:57.996Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 52984651-c515-4a6e-ab7a-a2b2c3f4e40a and serviceModelVersionId: c1ea7fd7-b1b5-4d48-98e3-c85f3cbbec50 2022-06-10T05:13:57.996Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ae8bb750-1aa2-44e8-9376-5f0fc828e25a 2022-06-10T05:13:57.998Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ae8bb750-1aa2-44e8-9376-5f0fc828e25a/model-vers/model-ver/c1ea7fd7-b1b5-4d48-98e3-c85f3cbbec50?depth=0 2022-06-10T05:13:58.013Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-06-10T05:13:58.111Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ae8bb750-1aa2-44e8-9376-5f0fc828e25a/model-vers/model-ver/c1ea7fd7-b1b5-4d48-98e3-c85f3cbbec50?depth=0|INFO|500||Invoke 2022-06-10T05:13:58.113Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ae8bb750-1aa2-44e8-9376-5f0fc828e25a/model-vers/model-ver/c1ea7fd7-b1b5-4d48-98e3-c85f3cbbec50?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ae8bb750-1aa2-44e8-9376-5f0fc828e25a/model-vers/model-ver/c1ea7fd7-b1b5-4d48-98e3-c85f3cbbec50?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[52984651-c515-4a6e-ab7a-a2b2c3f4e40a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[50b9ae24-53ff-4505-8035-18da22fd5e18], X-ECOMP-RequestID=[52984651-c515-4a6e-ab7a-a2b2c3f4e40a], X-TransactionId=[], X-ONAP-RequestID=[52984651-c515-4a6e-ab7a-a2b2c3f4e40a], Content-Type=[application/merge-patch+json]} 2022-06-10T05:13:58.139Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ae8bb750-1aa2-44e8-9376-5f0fc828e25a/model-vers/model-ver/c1ea7fd7-b1b5-4d48-98e3-c85f3cbbec50?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-10T05:13:58.490Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ae8bb750-1aa2-44e8-9376-5f0fc828e25a/model-vers/model-ver/c1ea7fd7-b1b5-4d48-98e3-c85f3cbbec50?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/ae8bb750-1aa2-44e8-9376-5f0fc828e25a/model-vers/model-ver/c1ea7fd7-b1b5-4d48-98e3-c85f3cbbec50?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220610-05:13:57:636-28926], vertex-id=[282784], Content-Length=[0], Date=[Fri, 10 Jun 2022 05:13:57 GMT], Content-Type=[application/json]} 2022-06-10T05:13:58.491Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ae8bb750-1aa2-44e8-9376-5f0fc828e25a/model-vers/model-ver/c1ea7fd7-b1b5-4d48-98e3-c85f3cbbec50?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-10T05:13:58.492Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ae8bb750-1aa2-44e8-9376-5f0fc828e25a/model-vers/model-ver/c1ea7fd7-b1b5-4d48-98e3-c85f3cbbec50?depth=0|INFO|500||InvokeReturn 2022-06-10T05:13:58.492Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-10T05:13:58.492Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||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-10T05:13:58.520Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-10T05:13:58.521Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 52984651-c515-4a6e-ab7a-a2b2c3f4e40a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-10T05:13:58.522Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-10T05:13:58.522Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-10T05:13:58.526Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T05:13:58.527Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654838038522, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-10T05:13:58.626Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-10T05:13:58.628Z||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-10T05:13:58.628Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:13:58.654Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:13:58.655Z||pool-133-thread-1|||||INFO|500||cambria reply ok (28 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-10T05:13:59.559Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T05:13:59.561Z||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-10T05:13:59.561Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:14:04.105Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:14:04.106Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T05:14:04.107Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"856d4d84-a268-4dc4-a626-b5a075eea6f0","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"09b9d5df-526c-4e82-b6fb-322b6107c866","serviceDescription":"service","serviceInvariantUUID":"9bcf7f3f-75b0-435f-ad23-8947027f657f","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3e4503a0-9ebf-4d49-9098-3760c4a35bbf","resourceInvariantUUID":"50dc9edf-b02b-4226-a285-15486caabab2","resourceCustomizationUUID":"b284ba90-ce82-4c1d-b849-d0868aa70e13","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":"ZmQ4YWVjODhiNWFjOWZlYzBmNzI2MzQ3NTc5ZTZlNDk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3713db19-519b-4797-8dfe-bf14dec26512","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":"MDc2N2UyNmYzMzYxZmM4ZmFkZTUyMjBiMWUzZWRiMTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1f5fbf07-b5ca-4c8a-be1c-82f3afd624d9","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":"4f3dad79-862d-4d87-a888-802c9701cd7c","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":"86ceabdd-11e6-47db-9c23-33f27ea32cfc","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":"ae5381db-a6a2-4d2d-8ed3-4d5b36c76ce6","artifactVersion":"2","generatedFromUUID":"4f3dad79-862d-4d87-a888-802c9701cd7c"},{"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":"NDM3MDAwYzYxN2M3ZmJlMmVlM2Q2OTBjNWUyMmI5MmY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"1cf9f981-aa17-4077-b76f-07fd535b30b1","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":"ZTNiNmFjNjBiOTU5N2I5MDQzMTc4M2IwYzQ4M2JiZjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d41aac4b-8970-4350-b0eb-0c28f67600ec","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ZTdiNWNiNDlhZGE2NWU3MTUxNzZjZjg3ZjZiYmVjOGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"54c8c77b-a3e3-4bf7-8484-a24eeb1106f9","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-10T05:14:04.110Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T05:14:04.110Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-10T05:14:04.116Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T05:14:04.117Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "856d4d84-a268-4dc4-a626-b5a075eea6f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654838039559, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T05:14:04.215Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-06-10T05:14:04.216Z||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-10T05:14:04.216Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:14:04.242Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:14:04.243Z||pool-134-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1} 2022-06-10T05:14:05.117Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T05:14:05.118Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-10T05:14:05.120Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T05:14:05.121Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "856d4d84-a268-4dc4-a626-b5a075eea6f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654838039559, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-06-10T05:14:05.221Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T05:14:05.222Z||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-10T05:14:05.222Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:14:05.243Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:14:05.244Z||pool-135-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-06-10T05:14:06.122Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T05:14:06.133Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-10T05:14:06.156Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T05:14:06.156Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "856d4d84-a268-4dc4-a626-b5a075eea6f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654838039559, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-10T05:14:06.240Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 84 ms 2022-06-10T05:14:06.241Z||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-10T05:14:06.242Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:14:06.271Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:14:06.272Z||pool-136-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-06-10T05:14:07.164Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T05:14:07.164Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-10T05:14:07.180Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T05:14:07.181Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "856d4d84-a268-4dc4-a626-b5a075eea6f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654838039559, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T05:14:07.268Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 87 ms 2022-06-10T05:14:07.269Z||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-10T05:14:07.270Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:14:07.290Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:14:07.290Z||pool-137-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-06-10T05:14:08.182Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T05:14:08.184Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-10T05:14:08.189Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T05:14:08.189Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "856d4d84-a268-4dc4-a626-b5a075eea6f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654838039559, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-10T05:14:08.289Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-10T05:14:08.290Z||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-10T05:14:08.291Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:14:08.306Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:14:08.307Z||pool-138-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-10T05:14:09.191Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T05:14:09.192Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-10T05:14:09.200Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T05:14:09.201Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "856d4d84-a268-4dc4-a626-b5a075eea6f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654838039559, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-10T05:14:09.296Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2022-06-10T05:14:09.297Z||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-10T05:14:09.297Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:14:09.313Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:14:09.313Z||pool-139-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-10T05:14:10.202Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T05:14:10.203Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-10T05:14:10.207Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T05:14:10.208Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "856d4d84-a268-4dc4-a626-b5a075eea6f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654838039559, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T05:14:10.310Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-06-10T05:14:10.311Z||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-10T05:14:10.311Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:14:10.334Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:14:10.335Z||pool-140-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-06-10T05:14:11.212Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T05:14:11.214Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-10T05:14:11.217Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T05:14:11.218Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "856d4d84-a268-4dc4-a626-b5a075eea6f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654838039559, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-10T05:14:11.319Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-10T05:14:11.320Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T05:14:11.320Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:14:11.343Z||pool-141-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:14:11.344Z||pool-141-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-06-10T05:14:12.219Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "856d4d84-a268-4dc4-a626-b5a075eea6f0", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "09b9d5df-526c-4e82-b6fb-322b6107c866", "serviceDescription": "service", "serviceInvariantUUID": "9bcf7f3f-75b0-435f-ad23-8947027f657f", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "b284ba90-ce82-4c1d-b849-d0868aa70e13", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "3e4503a0-9ebf-4d49-9098-3760c4a35bbf", "resourceInvariantUUID": "50dc9edf-b02b-4226-a285-15486caabab2", "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": "MDc2N2UyNmYzMzYxZmM4ZmFkZTUyMjBiMWUzZWRiMTU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1f5fbf07-b5ca-4c8a-be1c-82f3afd624d9", "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": "4f3dad79-862d-4d87-a888-802c9701cd7c", "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": "ae5381db-a6a2-4d2d-8ed3-4d5b36c76ce6", "generatedFromUUID": "4f3dad79-862d-4d87-a888-802c9701cd7c" }, "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": "ae5381db-a6a2-4d2d-8ed3-4d5b36c76ce6", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "ZTdiNWNiNDlhZGE2NWU3MTUxNzZjZjg3ZjZiYmVjOGI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "54c8c77b-a3e3-4bf7-8484-a24eeb1106f9" } ], "workloadContext": "Production" } 2022-06-10T05:14:12.219Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-10T05:14:12.220Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 09b9d5df-526c-4e82-b6fb-322b6107c866 ASDC 2022-06-10T05:14:12.221Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:856d4d84-a268-4dc4-a626-b5a075eea6f0 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:09b9d5df-526c-4e82-b6fb-322b6107c866 ServiceInvariantUUID:9bcf7f3f-75b0-435f-ad23-8947027f657f 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:54c8c77b-a3e3-4bf7-8484-a24eeb1106f9 ArtifactChecksum:ZTdiNWNiNDlhZGE2NWU3MTUxNzZjZjg3ZjZiYmVjOGI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:b284ba90-ce82-4c1d-b849-d0868aa70e13 ResourceInvariantUUID:50dc9edf-b02b-4226-a285-15486caabab2 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:3e4503a0-9ebf-4d49-9098-3760c4a35bbf 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:1f5fbf07-b5ca-4c8a-be1c-82f3afd624d9 ArtifactChecksum:MDc2N2UyNmYzMzYxZmM4ZmFkZTUyMjBiMWUzZWRiMTU= 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:4f3dad79-862d-4d87-a888-802c9701cd7c 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:ae5381db-a6a2-4d2d-8ed3-4d5b36c76ce6 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:ae5381db-a6a2-4d2d-8ed3-4d5b36c76ce6 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-10T05:14:12.221Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 09b9d5df-526c-4e82-b6fb-322b6107c866 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-10T05:14:12.295Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-10T05:14:12.296Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-06-10T05:14:12.297Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-06-10T05:14:12.297Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 54c8c77b-a3e3-4bf7-8484-a24eeb1106f9 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-06-10T05:14:12.297Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-06-10T05:14:12.297Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|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-10T05:14:12.534Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-06-10T05:14:12.543Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 54c8c77b-a3e3-4bf7-8484-a24eeb1106f9 78807 2022-06-10T05:14:12.543Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|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-10T05:14:12.544Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|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-10T05:14:12.544Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-10T05:14:12.545Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-10T05:14:12.548Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T05:14:12.548Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "856d4d84-a268-4dc4-a626-b5a075eea6f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654838052543, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T05:14:12.649Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T05:14:12.650Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T05:14:12.650Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:14:12.689Z||pool-142-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:14:12.698Z||pool-142-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1} 2022-06-10T05:14:13.549Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-10T05:14:13.552Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-06-10T05:14:13.552Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 54c8c77b-a3e3-4bf7-8484-a24eeb1106f9, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-10T05:14:13.552Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-06-10T05:14:13.553Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-10T05:14:13.553Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-10T05:14:13.814Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8204323300760419122/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-10T05:14:15.667Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-10T05:14:15.668Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-06-10T05:14:15.670Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-10T05:14:15.670Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-06-10T05:14:15.674Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|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-10T05:14:15.675Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|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-10T05:14:15.675Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|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-10T05:14:15.675Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|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-10T05:14:15.675Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|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-10T05:14:15.675Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|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-10T05:14:15.676Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|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-10T05:14:15.676Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|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-10T05:14:15.676Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|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-10T05:14:15.676Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-06-10T05:14:15.677Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T05:14:15.677Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|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-10T05:14:15.677Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-10T05:14:15.678Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-06-10T05:14:15.678Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|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-10T05:14:15.678Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T05:14:15.679Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|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-10T05:14:15.679Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-10T05:14:15.679Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-06-10T05:14:15.679Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|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-10T05:14:15.679Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T05:14:15.680Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|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-10T05:14:15.680Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T05:14:15.680Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-06-10T05:14:15.680Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-06-10T05:14:15.680Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-06-10T05:14:15.680Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-06-10T05:14:15.681Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-10T05:14:15.681Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-10T05:14:15.681Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T05:14:15.681Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|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-10T05:14:15.682Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T05:14:15.682Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-10T05:14:15.682Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-10T05:14:15.682Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T05:14:15.682Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-10T05:14:15.683Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-10T05:14:15.683Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T05:14:15.683Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-10T05:14:15.683Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-10T05:14:15.684Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T05:14:15.684Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-06-10T05:14:15.684Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-06-10T05:14:15.684Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-10T05:14:15.684Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=bf3c6e1c-30af-49d1-98dd-d4b8f9b3d3bc 2022-06-10T05:14:15.684Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T05:14:15.685Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|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-10T05:14:15.685Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T05:14:15.685Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|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-10T05:14:15.685Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T05:14:15.685Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|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-10T05:14:15.685Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T05:14:15.685Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|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-10T05:14:15.686Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:09b9d5df-526c-4e82-b6fb-322b6107c866 Model Version:NULL Model InvariantUuid:9bcf7f3f-75b0-435f-ad23-8947027f657f Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:648c6a07-b424-4bed-9b89-a5a1821a081f Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:50dc9edf-b02b-4226-a285-15486caabab2 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:b284ba90-ce82-4c1d-b849-d0868aa70e13 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:da9ec0fb-c96c-4a18-9dbb-fc567076d001 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:10bd9d96-9cf8-4d36-869d-b263695e615a ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:bf3c6e1c-30af-49d1-98dd-d4b8f9b3d3bc ModelInvariantUuid:d2baa7e1-63de-4326-b0c2-4452a0bb2a62 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:47b8bbfb-be2e-480f-a251-b7f9162dfa32 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:9d84ce2b-c647-446e-97be-4b5beec03e6c ModelInvariantUuid:972569ea-d6e6-4ed8-8b78-b661b4eaec60 ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:e6fa03fa-0616-46e2-9b75-3c3d79f167bc 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-10T05:14:15.697Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 3e4503a0-9ebf-4d49-9098-3760c4a35bbf Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-10T05:14:15.715Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||INFO|500||basic_vm_macro 0 2022-06-10T05:14:15.715Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3e4503a0-9ebf-4d49-9098-3760c4a35bbf 2022-06-10T05:14:15.716Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 1f5fbf07-b5ca-4c8a-be1c-82f3afd624d9 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-06-10T05:14:15.716Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-06-10T05:14:15.716Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|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-10T05:14:15.907Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-06-10T05:14:15.908Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|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 1f5fbf07-b5ca-4c8a-be1c-82f3afd624d9 792 2022-06-10T05:14:15.909Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|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-10T05:14:15.909Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|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-10T05:14:15.909Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-10T05:14:15.910Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-10T05:14:15.913Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T05:14:15.913Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "856d4d84-a268-4dc4-a626-b5a075eea6f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654838055909, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-10T05:14:16.016Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-06-10T05:14:16.017Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T05:14:16.017Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:14:16.039Z||pool-143-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:14:16.040Z||pool-143-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-06-10T05:14:16.914Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "da9ec0fb-c96c-4a18-9dbb-fc567076d001", "vfModuleModelVersion": "1", "vfModuleModelUUID": "10bd9d96-9cf8-4d36-869d-b263695e615a", "vfModuleModelCustomizationUUID": "0a4fb610-8b4f-496d-9d52-67f57b8ff94d", "isBase": true, "artifacts": [ "4f3dad79-862d-4d87-a888-802c9701cd7c", "ae5381db-a6a2-4d2d-8ed3-4d5b36c76ce6" ], "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-10T05:14:16.918Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:10bd9d96-9cf8-4d36-869d-b263695e615a VfModuleModelInvariantUUID:da9ec0fb-c96c-4a18-9dbb-fc567076d001 VfModuleModelDescription:NULL Artifacts UUID List:{ 4f3dad79-862d-4d87-a888-802c9701cd7c , ae5381db-a6a2-4d2d-8ed3-4d5b36c76ce6 } 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-10T05:14:16.920Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "da9ec0fb-c96c-4a18-9dbb-fc567076d001", "vfModuleModelVersion": "1", "vfModuleModelUUID": "10bd9d96-9cf8-4d36-869d-b263695e615a", "vfModuleModelCustomizationUUID": "0a4fb610-8b4f-496d-9d52-67f57b8ff94d", "isBase": true, "artifacts": [ "4f3dad79-862d-4d87-a888-802c9701cd7c", "ae5381db-a6a2-4d2d-8ed3-4d5b36c76ce6" ], "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-10T05:14:16.921Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:10bd9d96-9cf8-4d36-869d-b263695e615a VfModuleModelInvariantUUID:da9ec0fb-c96c-4a18-9dbb-fc567076d001 VfModuleModelDescription:NULL Artifacts UUID List:{ 4f3dad79-862d-4d87-a888-802c9701cd7c , ae5381db-a6a2-4d2d-8ed3-4d5b36c76ce6 } 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-10T05:14:16.921Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 4f3dad79-862d-4d87-a888-802c9701cd7c from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-06-10T05:14:16.921Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-06-10T05:14:16.921Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|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-10T05:14:17.062Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-06-10T05:14:17.065Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|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 4f3dad79-862d-4d87-a888-802c9701cd7c 5033 2022-06-10T05:14:17.066Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|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-10T05:14:17.066Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|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-10T05:14:17.067Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-10T05:14:17.067Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-10T05:14:17.080Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T05:14:17.080Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "856d4d84-a268-4dc4-a626-b5a075eea6f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654838057066, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-10T05:14:17.177Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-06-10T05:14:17.184Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T05:14:17.184Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:14:17.220Z||pool-144-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:14:17.220Z||pool-144-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1} 2022-06-10T05:14:18.081Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: ae5381db-a6a2-4d2d-8ed3-4d5b36c76ce6 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-06-10T05:14:18.082Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-06-10T05:14:18.083Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|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-10T05:14:18.299Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-06-10T05:14:18.300Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|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 ae5381db-a6a2-4d2d-8ed3-4d5b36c76ce6 903 2022-06-10T05:14:18.300Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|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-10T05:14:18.300Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|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-10T05:14:18.301Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-10T05:14:18.301Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-10T05:14:18.306Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T05:14:18.307Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "856d4d84-a268-4dc4-a626-b5a075eea6f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654838058300, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-10T05:14:18.403Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-06-10T05:14:18.404Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T05:14:18.405Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:14:18.424Z||pool-145-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:14:18.424Z||pool-145-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-06-10T05:14:19.308Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 09b9d5df-526c-4e82-b6fb-322b6107c866 2022-06-10T05:14:19.309Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 3e4503a0-9ebf-4d49-9098-3760c4a35bbf 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-10T05:14:19.335Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@21c2c03c, org.onap.sdc.toscaparser.api.parameters.Input@1040d77a, org.onap.sdc.toscaparser.api.parameters.Input@69e91ffb, org.onap.sdc.toscaparser.api.parameters.Input@595b2aa2, org.onap.sdc.toscaparser.api.parameters.Input@6eafd295] 2022-06-10T05:14:19.338Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T05:14:19.339Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|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-10T05:14:19.339Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2022-06-10T05:14:19.340Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= b284ba90-ce82-4c1d-b849-d0868aa70e13 2022-06-10T05:14:19.340Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b284ba90-ce82-4c1d-b849-d0868aa70e13 matches Tosca VF Customization UUID: b284ba90-ce82-4c1d-b849-d0868aa70e13 2022-06-10T05:14:19.340Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: b284ba90-ce82-4c1d-b849-d0868aa70e13 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-10T05:14:19.347Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T05:14:19.348Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|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-10T05:14:19.349Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id b284ba90-ce82-4c1d-b849-d0868aa70e13: {\"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-10T05:14:19.350Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@59fbc2af 2022-06-10T05:14:19.350Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T05:14:19.351Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|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-10T05:14:19.351Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0a4fb610-8b4f-496d-9d52-67f57b8ff94d 2022-06-10T05:14:19.351Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0a4fb610-8b4f-496d-9d52-67f57b8ff94d 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-10T05:14:19.359Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T05:14:19.360Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-10T05:14:19.361Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-10T05:14:19.361Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T05:14:19.361Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-10T05:14:19.362Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-10T05:14:19.362Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T05:14:19.363Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-06-10T05:14:19.363Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-06-10T05:14:19.364Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-10T05:14:19.364Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=bf3c6e1c-30af-49d1-98dd-d4b8f9b3d3bc 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-10T05:14:19.368Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T05:14:19.369Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-10T05:14:19.369Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-10T05:14:19.370Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T05:14:19.370Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-10T05:14:19.370Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=b284ba90-ce82-4c1d-b849-d0868aa70e13 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-10T05:14:19.374Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T05:14:19.375Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|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-10T05:14:19.375Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 09b9d5df-526c-4e82-b6fb-322b6107c866: basic_vm_macro 2022-06-10T05:14:19.375Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T05:14:19.375Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|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-10T05:14:19.376Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T05:14:19.376Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|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-10T05:14:19.376Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T05:14:19.376Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|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-10T05:14:19.377Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T05:14:19.377Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|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-10T05:14:19.377Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T05:14:19.377Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|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-10T05:14:19.378Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|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-10T05:14:19.584Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 3e4503a0-9ebf-4d49-9098-3760c4a35bbf 1 ASDC deployResourceStructure 2022-06-10T05:14:19.585Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|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-10T05:14:19.586Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|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-10T05:14:19.586Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-10T05:14:19.586Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-10T05:14:19.590Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T05:14:19.591Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "856d4d84-a268-4dc4-a626-b5a075eea6f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654838059585, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-10T05:14:19.691Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T05:14:19.692Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T05:14:19.692Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:14:19.717Z||pool-146-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:14:19.718Z||pool-146-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1} 2022-06-10T05:14:20.592Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|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-10T05:14:20.592Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|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-10T05:14:20.592Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-10T05:14:20.592Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-10T05:14:20.597Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T05:14:20.597Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "856d4d84-a268-4dc4-a626-b5a075eea6f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654838060592, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-06-10T05:14:20.697Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T05:14:20.698Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T05:14:20.699Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:14:20.732Z||pool-147-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:14:20.733Z||pool-147-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} 2022-06-10T05:14:21.602Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|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-10T05:14:21.602Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|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-10T05:14:21.602Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-10T05:14:21.603Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-10T05:14:21.605Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T05:14:21.605Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "856d4d84-a268-4dc4-a626-b5a075eea6f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654838061600, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-06-10T05:14:21.711Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2022-06-10T05:14:21.711Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T05:14:21.712Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:14:21.747Z||pool-148-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:14:21.747Z||pool-148-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1} 2022-06-10T05:14:22.605Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|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-10T05:14:22.606Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|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-10T05:14:22.606Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-10T05:14:22.609Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-10T05:14:22.613Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T05:14:22.613Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "856d4d84-a268-4dc4-a626-b5a075eea6f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654838062605, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T05:14:22.713Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-10T05:14:22.714Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T05:14:22.714Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:14:22.735Z||pool-149-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:14:22.736Z||pool-149-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-06-10T05:14:23.615Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 856d4d84-a268-4dc4-a626-b5a075eea6f0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T05:14:23.636Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 856d4d84-a268-4dc4-a626-b5a075eea6f0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T05:14:23.640Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-10T05:14:23.640Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-10T05:14:23.640Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-10T05:14:25.006Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T05:14:25.007Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|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-10T05:14:25.007Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:14:25.028Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:14:25.084Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.084Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "856d4d84-a268-4dc4-a626-b5a075eea6f0", "consumerID": "multicloud-k8s-id", "timestamp": 1654837956096, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T05:14:25.085Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:14:25.085Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.085Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "856d4d84-a268-4dc4-a626-b5a075eea6f0", "consumerID": "policy-id", "timestamp": 1654837959138, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T05:14:25.086Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:14:25.090Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.090Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "856d4d84-a268-4dc4-a626-b5a075eea6f0", "consumerID": "multicloud-k8s-id", "timestamp": 1654837956096, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-06-10T05:14:25.091Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:14:25.091Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.091Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "856d4d84-a268-4dc4-a626-b5a075eea6f0", "consumerID": "policy-id", "timestamp": 1654837959138, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-10T05:14:25.091Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:14:25.091Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.091Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "856d4d84-a268-4dc4-a626-b5a075eea6f0", "consumerID": "multicloud-k8s-id", "timestamp": 1654837956096, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-10T05:14:25.091Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:14:25.091Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.091Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "856d4d84-a268-4dc4-a626-b5a075eea6f0", "consumerID": "policy-id", "timestamp": 1654837959138, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-10T05:14:25.091Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:14:25.092Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.092Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "856d4d84-a268-4dc4-a626-b5a075eea6f0", "consumerID": "multicloud-k8s-id", "timestamp": 1654837956096, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T05:14:25.092Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:14:25.092Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.093Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "856d4d84-a268-4dc4-a626-b5a075eea6f0", "consumerID": "policy-id", "timestamp": 1654837959138, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T05:14:25.093Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:14:25.093Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.093Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "856d4d84-a268-4dc4-a626-b5a075eea6f0", "consumerID": "multicloud-k8s-id", "timestamp": 1654837956096, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-10T05:14:25.093Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:14:25.094Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.094Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "856d4d84-a268-4dc4-a626-b5a075eea6f0", "consumerID": "policy-id", "timestamp": 1654837959138, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-10T05:14:25.094Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:14:25.094Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.094Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "856d4d84-a268-4dc4-a626-b5a075eea6f0", "consumerID": "multicloud-k8s-id", "timestamp": 1654837956096, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-10T05:14:25.095Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:14:25.095Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.095Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "856d4d84-a268-4dc4-a626-b5a075eea6f0", "consumerID": "policy-id", "timestamp": 1654837959138, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-10T05:14:25.095Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:14:25.095Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.095Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "856d4d84-a268-4dc4-a626-b5a075eea6f0", "consumerID": "cds", "timestamp": 1654837966626, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T05:14:25.095Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:14:25.096Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.096Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "856d4d84-a268-4dc4-a626-b5a075eea6f0", "consumerID": "multicloud-k8s-id", "timestamp": 1654837956096, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T05:14:25.096Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:14:25.098Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.098Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "856d4d84-a268-4dc4-a626-b5a075eea6f0", "consumerID": "policy-id", "timestamp": 1654837959138, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T05:14:25.099Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:14:25.099Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.099Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "856d4d84-a268-4dc4-a626-b5a075eea6f0", "consumerID": "cds", "timestamp": 1654837966626, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-10T05:14:25.099Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:14:25.099Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.099Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "856d4d84-a268-4dc4-a626-b5a075eea6f0", "consumerID": "multicloud-k8s-id", "timestamp": 1654837956096, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-10T05:14:25.099Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:14:25.099Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.099Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "856d4d84-a268-4dc4-a626-b5a075eea6f0", "consumerID": "policy-id", "timestamp": 1654837959138, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-10T05:14:25.099Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:14:25.099Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.099Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "856d4d84-a268-4dc4-a626-b5a075eea6f0", "consumerID": "cds", "timestamp": 1654837966626, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T05:14:25.099Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:14:25.100Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.100Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "856d4d84-a268-4dc4-a626-b5a075eea6f0", "consumerID": "clamp", "timestamp": 1654837968909, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T05:14:25.100Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:14:25.100Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.100Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "856d4d84-a268-4dc4-a626-b5a075eea6f0", "consumerID": "multicloud-k8s-id", "timestamp": 1654837969537, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-10T05:14:25.100Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T05:14:25.100Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.100Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "856d4d84-a268-4dc4-a626-b5a075eea6f0", "consumerID": "policy-id", "timestamp": 1654837970251, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T05:14:25.100Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T05:14:25.101Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.101Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "856d4d84-a268-4dc4-a626-b5a075eea6f0", "consumerID": "cds", "timestamp": 1654837966626, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T05:14:25.101Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:14:25.101Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.101Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "856d4d84-a268-4dc4-a626-b5a075eea6f0", "consumerID": "clamp", "timestamp": 1654837968909, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-06-10T05:14:25.101Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:14:25.101Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.101Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "856d4d84-a268-4dc4-a626-b5a075eea6f0", "consumerID": "cds", "timestamp": 1654837966626, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-10T05:14:25.101Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:14:25.102Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.102Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "856d4d84-a268-4dc4-a626-b5a075eea6f0", "consumerID": "policy-id", "timestamp": 1654837971258, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T05:14:25.102Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T05:14:25.102Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.102Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "856d4d84-a268-4dc4-a626-b5a075eea6f0", "consumerID": "multicloud-k8s-id", "timestamp": 1654837970704, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-10T05:14:25.102Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T05:14:25.102Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.102Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "856d4d84-a268-4dc4-a626-b5a075eea6f0", "consumerID": "clamp", "timestamp": 1654837968909, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T05:14:25.102Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:14:25.102Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.102Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "856d4d84-a268-4dc4-a626-b5a075eea6f0", "consumerID": "aai-ml", "timestamp": 1654837972044, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T05:14:25.103Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:14:25.103Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.103Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "856d4d84-a268-4dc4-a626-b5a075eea6f0", "consumerID": "ves-openapi-manager", "timestamp": 1654837971691, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T05:14:25.103Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:14:25.103Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.103Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "856d4d84-a268-4dc4-a626-b5a075eea6f0", "consumerID": "policy-id", "timestamp": 1654837972261, "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-10T05:14:25.119Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 856d4d84-a268-4dc4-a626-b5a075eea6f0 2022-06-10T05:14:25.119Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 856d4d84-a268-4dc4-a626-b5a075eea6f0 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-10T05:14:25.140Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.141Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "856d4d84-a268-4dc4-a626-b5a075eea6f0", "consumerID": "cds", "timestamp": 1654837966626, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-10T05:14:25.141Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:14:25.141Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.141Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "856d4d84-a268-4dc4-a626-b5a075eea6f0", "consumerID": "clamp", "timestamp": 1654837968909, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T05:14:25.142Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:14:25.142Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.142Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "856d4d84-a268-4dc4-a626-b5a075eea6f0", "consumerID": "aai-ml", "timestamp": 1654837972044, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-10T05:14:25.142Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:14:25.142Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.142Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "856d4d84-a268-4dc4-a626-b5a075eea6f0", "consumerID": "multicloud-k8s-id", "timestamp": 1654837972167, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-10T05:14:25.143Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T05:14:25.143Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.143Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "856d4d84-a268-4dc4-a626-b5a075eea6f0", "consumerID": "ves-openapi-manager", "timestamp": 1654837971691, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-10T05:14:25.143Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:14:25.143Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.143Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "856d4d84-a268-4dc4-a626-b5a075eea6f0", "consumerID": "cds", "timestamp": 1654837966626, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T05:14:25.143Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:14:25.143Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.143Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "856d4d84-a268-4dc4-a626-b5a075eea6f0", "consumerID": "clamp", "timestamp": 1654837968909, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-10T05:14:25.144Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:14:25.144Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.144Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "856d4d84-a268-4dc4-a626-b5a075eea6f0", "consumerID": "aai-ml", "timestamp": 1654837972044, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T05:14:25.144Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:14:25.144Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.144Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "856d4d84-a268-4dc4-a626-b5a075eea6f0", "consumerID": "multicloud-k8s-id", "timestamp": 1654837973233, "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-10T05:14:25.165Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 856d4d84-a268-4dc4-a626-b5a075eea6f0 2022-06-10T05:14:25.165Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 856d4d84-a268-4dc4-a626-b5a075eea6f0 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-10T05:14:25.196Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.197Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "856d4d84-a268-4dc4-a626-b5a075eea6f0", "consumerID": "ves-openapi-manager", "timestamp": 1654837971691, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T05:14:25.197Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:14:25.197Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.197Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "856d4d84-a268-4dc4-a626-b5a075eea6f0", "consumerID": "cds", "timestamp": 1654837966626, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-10T05:14:25.197Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:14:25.197Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.197Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "856d4d84-a268-4dc4-a626-b5a075eea6f0", "consumerID": "clamp", "timestamp": 1654837968909, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-10T05:14:25.198Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:14:25.198Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.198Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "856d4d84-a268-4dc4-a626-b5a075eea6f0", "consumerID": "aai-ml", "timestamp": 1654837972044, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T05:14:25.198Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:14:25.198Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.198Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "856d4d84-a268-4dc4-a626-b5a075eea6f0", "consumerID": "multicloud-k8s-id", "timestamp": 1654837974239, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-10T05:14:25.198Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T05:14:25.198Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.198Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "856d4d84-a268-4dc4-a626-b5a075eea6f0", "consumerID": "ves-openapi-manager", "timestamp": 1654837971691, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T05:14:25.198Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:14:25.199Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.199Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "856d4d84-a268-4dc4-a626-b5a075eea6f0", "consumerID": "clamp", "timestamp": 1654837968909, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T05:14:25.199Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:14:25.199Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.199Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "856d4d84-a268-4dc4-a626-b5a075eea6f0", "consumerID": "cds", "timestamp": 1654837975602, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T05:14:25.200Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T05:14:25.200Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.200Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "856d4d84-a268-4dc4-a626-b5a075eea6f0", "consumerID": "aai-ml", "timestamp": 1654837972044, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-10T05:14:25.200Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:14:25.201Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.201Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "856d4d84-a268-4dc4-a626-b5a075eea6f0", "consumerID": "ves-openapi-manager", "timestamp": 1654837971691, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-10T05:14:25.201Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:14:25.201Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.201Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "856d4d84-a268-4dc4-a626-b5a075eea6f0", "consumerID": "clamp", "timestamp": 1654837968909, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-10T05:14:25.202Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:14:25.202Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.202Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "856d4d84-a268-4dc4-a626-b5a075eea6f0", "consumerID": "aai-ml", "timestamp": 1654837972044, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-10T05:14:25.202Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:14:25.202Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.202Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "856d4d84-a268-4dc4-a626-b5a075eea6f0", "consumerID": "cds", "timestamp": 1654837977048, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-10T05:14:25.215Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 856d4d84-a268-4dc4-a626-b5a075eea6f0 2022-06-10T05:14:25.215Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 856d4d84-a268-4dc4-a626-b5a075eea6f0 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-10T05:14:25.280Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.280Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "856d4d84-a268-4dc4-a626-b5a075eea6f0", "consumerID": "ves-openapi-manager", "timestamp": 1654837971691, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-10T05:14:25.280Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:14:25.280Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.280Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "856d4d84-a268-4dc4-a626-b5a075eea6f0", "consumerID": "aai-ml", "timestamp": 1654837972044, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T05:14:25.281Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:14:25.281Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.281Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "856d4d84-a268-4dc4-a626-b5a075eea6f0", "consumerID": "ves-openapi-manager", "timestamp": 1654837971691, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T05:14:25.281Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:14:25.281Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.281Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "856d4d84-a268-4dc4-a626-b5a075eea6f0", "consumerID": "aai-ml", "timestamp": 1654837972044, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-10T05:14:25.281Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:14:25.281Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.281Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "856d4d84-a268-4dc4-a626-b5a075eea6f0", "consumerID": "ves-openapi-manager", "timestamp": 1654837971691, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-10T05:14:25.281Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:14:25.281Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.281Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "856d4d84-a268-4dc4-a626-b5a075eea6f0", "consumerID": "aai-ml", "timestamp": 1654837981011, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T05:14:25.281Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T05:14:25.281Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.282Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c819c912-fb67-42d9-a985-30b1917dc573", "consumerID": "multicloud-k8s-id", "timestamp": 1654837976096, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T05:14:25.282Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:14:25.282Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.282Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c819c912-fb67-42d9-a985-30b1917dc573", "consumerID": "policy-id", "timestamp": 1654837979138, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T05:14:25.282Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:14:25.282Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.282Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c819c912-fb67-42d9-a985-30b1917dc573", "consumerID": "policy-id", "timestamp": 1654837979138, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-10T05:14:25.282Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:14:25.282Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.282Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c819c912-fb67-42d9-a985-30b1917dc573", "consumerID": "multicloud-k8s-id", "timestamp": 1654837976096, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-10T05:14:25.282Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:14:25.283Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.283Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "856d4d84-a268-4dc4-a626-b5a075eea6f0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654837980985, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T05:14:25.283Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:14:25.283Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.283Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c819c912-fb67-42d9-a985-30b1917dc573", "consumerID": "multicloud-k8s-id", "timestamp": 1654837976096, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-10T05:14:25.283Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:14:25.283Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.283Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c819c912-fb67-42d9-a985-30b1917dc573", "consumerID": "policy-id", "timestamp": 1654837979138, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-10T05:14:25.283Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:14:25.283Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.283Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c819c912-fb67-42d9-a985-30b1917dc573", "consumerID": "cds", "timestamp": 1654837981631, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T05:14:25.284Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:14:25.284Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.284Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "856d4d84-a268-4dc4-a626-b5a075eea6f0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654837980985, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-10T05:14:25.284Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:14:25.284Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.284Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c819c912-fb67-42d9-a985-30b1917dc573", "consumerID": "multicloud-k8s-id", "timestamp": 1654837976096, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-10T05:14:25.284Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:14:25.285Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.285Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c819c912-fb67-42d9-a985-30b1917dc573", "consumerID": "cds", "timestamp": 1654837981631, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-10T05:14:25.285Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:14:25.285Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.285Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c819c912-fb67-42d9-a985-30b1917dc573", "consumerID": "policy-id", "timestamp": 1654837979138, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-10T05:14:25.285Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:14:25.285Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.285Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "856d4d84-a268-4dc4-a626-b5a075eea6f0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654837980985, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T05:14:25.286Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:14:25.286Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.286Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c819c912-fb67-42d9-a985-30b1917dc573", "consumerID": "multicloud-k8s-id", "timestamp": 1654837976096, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T05:14:25.286Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:14:25.286Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.286Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c819c912-fb67-42d9-a985-30b1917dc573", "consumerID": "policy-id", "timestamp": 1654837979138, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T05:14:25.286Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:14:25.286Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.286Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c819c912-fb67-42d9-a985-30b1917dc573", "consumerID": "cds", "timestamp": 1654837981631, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-10T05:14:25.287Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:14:25.287Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.287Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "856d4d84-a268-4dc4-a626-b5a075eea6f0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654837980985, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T05:14:25.287Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:14:25.287Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.287Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c819c912-fb67-42d9-a985-30b1917dc573", "consumerID": "multicloud-k8s-id", "timestamp": 1654837976096, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T05:14:25.287Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:14:25.288Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.288Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c819c912-fb67-42d9-a985-30b1917dc573", "consumerID": "policy-id", "timestamp": 1654837979138, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T05:14:25.288Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:14:25.288Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.288Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c819c912-fb67-42d9-a985-30b1917dc573", "consumerID": "cds", "timestamp": 1654837981631, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-10T05:14:25.288Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:14:25.288Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.288Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "856d4d84-a268-4dc4-a626-b5a075eea6f0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654837980985, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-10T05:14:25.288Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:14:25.288Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.289Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c819c912-fb67-42d9-a985-30b1917dc573", "consumerID": "multicloud-k8s-id", "timestamp": 1654837976096, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T05:14:25.289Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:14:25.289Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.289Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c819c912-fb67-42d9-a985-30b1917dc573", "consumerID": "policy-id", "timestamp": 1654837979138, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T05:14:25.289Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:14:25.289Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.289Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c819c912-fb67-42d9-a985-30b1917dc573", "consumerID": "cds", "timestamp": 1654837981631, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T05:14:25.289Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:14:25.289Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.290Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "856d4d84-a268-4dc4-a626-b5a075eea6f0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654837980985, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-10T05:14:25.290Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:14:25.290Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.290Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c819c912-fb67-42d9-a985-30b1917dc573", "consumerID": "multicloud-k8s-id", "timestamp": 1654837976096, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T05:14:25.290Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:14:25.290Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.290Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c819c912-fb67-42d9-a985-30b1917dc573", "consumerID": "policy-id", "timestamp": 1654837979138, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T05:14:25.290Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:14:25.290Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.291Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c819c912-fb67-42d9-a985-30b1917dc573", "consumerID": "cds", "timestamp": 1654837981631, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T05:14:25.291Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:14:25.291Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.291Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "856d4d84-a268-4dc4-a626-b5a075eea6f0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654837980985, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T05:14:25.291Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:14:25.291Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.291Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c819c912-fb67-42d9-a985-30b1917dc573", "consumerID": "multicloud-k8s-id", "timestamp": 1654837976096, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-10T05:14:25.291Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:14:25.291Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.292Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c819c912-fb67-42d9-a985-30b1917dc573", "consumerID": "policy-id", "timestamp": 1654837979138, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-10T05:14:25.292Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:14:25.292Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.292Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c819c912-fb67-42d9-a985-30b1917dc573", "consumerID": "cds", "timestamp": 1654837981631, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T05:14:25.292Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:14:25.292Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.292Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "856d4d84-a268-4dc4-a626-b5a075eea6f0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654837980985, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-10T05:14:25.293Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:14:25.293Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.293Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c819c912-fb67-42d9-a985-30b1917dc573", "consumerID": "cds", "timestamp": 1654837981631, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T05:14:25.293Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:14:25.293Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.293Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "856d4d84-a268-4dc4-a626-b5a075eea6f0", "consumerID": "clamp", "timestamp": 1654837989674, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T05:14:25.293Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T05:14:25.293Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.294Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c819c912-fb67-42d9-a985-30b1917dc573", "consumerID": "policy-id", "timestamp": 1654837989595, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T05:14:25.294Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T05:14:25.294Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.294Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "856d4d84-a268-4dc4-a626-b5a075eea6f0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654837990008, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T05:14:25.294Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T05:14:25.294Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.294Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c819c912-fb67-42d9-a985-30b1917dc573", "consumerID": "cds", "timestamp": 1654837981631, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-10T05:14:25.295Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:14:25.295Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.295Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c819c912-fb67-42d9-a985-30b1917dc573", "consumerID": "policy-id", "timestamp": 1654837990600, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T05:14:25.295Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T05:14:25.295Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.295Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c819c912-fb67-42d9-a985-30b1917dc573", "consumerID": "policy-id", "timestamp": 1654837991613, "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-10T05:14:25.329Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c819c912-fb67-42d9-a985-30b1917dc573 2022-06-10T05:14:25.330Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId c819c912-fb67-42d9-a985-30b1917dc573 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-10T05:14:25.381Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.381Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c819c912-fb67-42d9-a985-30b1917dc573", "consumerID": "cds", "timestamp": 1654837991793, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T05:14:25.382Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T05:14:25.382Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.382Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c819c912-fb67-42d9-a985-30b1917dc573", "consumerID": "ves-openapi-manager", "timestamp": 1654837991691, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T05:14:25.383Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:14:25.383Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.383Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "856d4d84-a268-4dc4-a626-b5a075eea6f0", "consumerID": "aai-ml", "timestamp": 1654837993873, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T05:14:25.383Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T05:14:25.384Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.384Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c819c912-fb67-42d9-a985-30b1917dc573", "consumerID": "cds", "timestamp": 1654837993167, "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-10T05:14:25.403Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c819c912-fb67-42d9-a985-30b1917dc573 2022-06-10T05:14:25.403Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId c819c912-fb67-42d9-a985-30b1917dc573 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-10T05:14:25.432Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.433Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c819c912-fb67-42d9-a985-30b1917dc573", "consumerID": "ves-openapi-manager", "timestamp": 1654837991691, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-10T05:14:25.434Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:14:25.434Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.434Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "856d4d84-a268-4dc4-a626-b5a075eea6f0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654837993293, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T05:14:25.434Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T05:14:25.435Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.435Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "856d4d84-a268-4dc4-a626-b5a075eea6f0", "consumerID": "aai-ml", "timestamp": 1654837994878, "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-10T05:14:25.476Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 856d4d84-a268-4dc4-a626-b5a075eea6f0 2022-06-10T05:14:25.477Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 856d4d84-a268-4dc4-a626-b5a075eea6f0 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-10T05:14:25.518Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.519Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c819c912-fb67-42d9-a985-30b1917dc573", "consumerID": "ves-openapi-manager", "timestamp": 1654837991691, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-10T05:14:25.519Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:14:25.519Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.519Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "856d4d84-a268-4dc4-a626-b5a075eea6f0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654837994296, "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-10T05:14:25.569Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 856d4d84-a268-4dc4-a626-b5a075eea6f0 2022-06-10T05:14:25.569Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 856d4d84-a268-4dc4-a626-b5a075eea6f0 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-10T05:14:25.593Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.594Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "856d4d84-a268-4dc4-a626-b5a075eea6f0", "consumerID": "clamp", "timestamp": 1654837994666, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T05:14:25.594Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T05:14:25.594Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.595Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c819c912-fb67-42d9-a985-30b1917dc573", "consumerID": "ves-openapi-manager", "timestamp": 1654837991691, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-10T05:14:25.595Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:14:25.595Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.595Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c819c912-fb67-42d9-a985-30b1917dc573", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654837980985, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T05:14:25.595Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:14:25.595Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.595Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "856d4d84-a268-4dc4-a626-b5a075eea6f0", "consumerID": "clamp", "timestamp": 1654837995672, "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-10T05:14:25.615Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 856d4d84-a268-4dc4-a626-b5a075eea6f0 2022-06-10T05:14:25.616Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 856d4d84-a268-4dc4-a626-b5a075eea6f0 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-10T05:14:25.669Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.669Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c819c912-fb67-42d9-a985-30b1917dc573", "consumerID": "ves-openapi-manager", "timestamp": 1654837991691, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T05:14:25.669Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:14:25.669Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.669Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c819c912-fb67-42d9-a985-30b1917dc573", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654837980985, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-10T05:14:25.670Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:14:25.670Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.670Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c819c912-fb67-42d9-a985-30b1917dc573", "consumerID": "ves-openapi-manager", "timestamp": 1654837991691, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T05:14:25.670Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:14:25.670Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.670Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c819c912-fb67-42d9-a985-30b1917dc573", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654837980985, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-10T05:14:25.671Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:14:25.671Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.671Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c819c912-fb67-42d9-a985-30b1917dc573", "consumerID": "ves-openapi-manager", "timestamp": 1654837991691, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-06-10T05:14:25.671Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:14:25.671Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.671Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c819c912-fb67-42d9-a985-30b1917dc573", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654837980985, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-10T05:14:25.672Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:14:25.672Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.672Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c819c912-fb67-42d9-a985-30b1917dc573", "consumerID": "ves-openapi-manager", "timestamp": 1654837991691, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T05:14:25.672Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:14:25.672Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.672Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c819c912-fb67-42d9-a985-30b1917dc573", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654837980985, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T05:14:25.672Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:14:25.673Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.673Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c819c912-fb67-42d9-a985-30b1917dc573", "consumerID": "clamp", "timestamp": 1654837998909, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T05:14:25.673Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:14:25.673Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.673Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c819c912-fb67-42d9-a985-30b1917dc573", "consumerID": "ves-openapi-manager", "timestamp": 1654837991691, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-10T05:14:25.673Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:14:25.673Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.673Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c819c912-fb67-42d9-a985-30b1917dc573", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654837980985, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T05:14:25.674Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:14:25.674Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.674Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c819c912-fb67-42d9-a985-30b1917dc573", "consumerID": "clamp", "timestamp": 1654837998909, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-10T05:14:25.674Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:14:25.674Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.674Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c819c912-fb67-42d9-a985-30b1917dc573", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654837980985, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T05:14:25.675Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:14:25.675Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.675Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c819c912-fb67-42d9-a985-30b1917dc573", "consumerID": "clamp", "timestamp": 1654837998909, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-10T05:14:25.675Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:14:25.675Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.675Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c819c912-fb67-42d9-a985-30b1917dc573", "consumerID": "ves-openapi-manager", "timestamp": 1654838001633, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-06-10T05:14:25.676Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T05:14:25.676Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.676Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c819c912-fb67-42d9-a985-30b1917dc573", "consumerID": "aai-ml", "timestamp": 1654838002044, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T05:14:25.676Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:14:25.676Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.676Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c819c912-fb67-42d9-a985-30b1917dc573", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654837980985, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T05:14:25.676Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:14:25.677Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.677Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c819c912-fb67-42d9-a985-30b1917dc573", "consumerID": "clamp", "timestamp": 1654837998909, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-10T05:14:25.677Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:14:25.677Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.677Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c819c912-fb67-42d9-a985-30b1917dc573", "consumerID": "ves-openapi-manager", "timestamp": 1654838002665, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-06-10T05:14:25.677Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T05:14:25.677Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.677Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c819c912-fb67-42d9-a985-30b1917dc573", "consumerID": "aai-ml", "timestamp": 1654838002044, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-10T05:14:25.677Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:14:25.677Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.677Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c819c912-fb67-42d9-a985-30b1917dc573", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654837980985, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-10T05:14:25.678Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:14:25.678Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.678Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c819c912-fb67-42d9-a985-30b1917dc573", "consumerID": "clamp", "timestamp": 1654837998909, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T05:14:25.678Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:14:25.678Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.678Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c819c912-fb67-42d9-a985-30b1917dc573", "consumerID": "ves-openapi-manager", "timestamp": 1654838003669, "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-10T05:14:25.695Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of c819c912-fb67-42d9-a985-30b1917dc573 2022-06-10T05:14:25.696Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId c819c912-fb67-42d9-a985-30b1917dc573 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-10T05:14:25.740Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.740Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c819c912-fb67-42d9-a985-30b1917dc573", "consumerID": "aai-ml", "timestamp": 1654838002044, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-10T05:14:25.741Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:14:25.741Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.741Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c819c912-fb67-42d9-a985-30b1917dc573", "consumerID": "clamp", "timestamp": 1654837998909, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T05:14:25.742Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:14:25.742Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.742Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c819c912-fb67-42d9-a985-30b1917dc573", "consumerID": "aai-ml", "timestamp": 1654838002044, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-10T05:14:25.742Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:14:25.742Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:14:25.742Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c819c912-fb67-42d9-a985-30b1917dc573", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654838004641, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T05:14:25.742Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T05:14:53.640Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 856d4d84-a268-4dc4-a626-b5a075eea6f0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T05:14:53.659Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 856d4d84-a268-4dc4-a626-b5a075eea6f0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T05:14:53.666Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-10T05:14:53.666Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-10T05:14:53.666Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-10T05:14:53.666Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-10T05:14:53.667Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T05:14:53.667Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T05:14:53.667Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T05:14:53.667Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T05:14:53.667Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T05:14:53.667Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T05:14:53.667Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|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-10T05:14:53.678Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-10T05:15:23.679Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 856d4d84-a268-4dc4-a626-b5a075eea6f0 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-10T05:15:23.687Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 856d4d84-a268-4dc4-a626-b5a075eea6f0 and serviceModelVersionId: 09b9d5df-526c-4e82-b6fb-322b6107c866 2022-06-10T05:15:23.687Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9bcf7f3f-75b0-435f-ad23-8947027f657f 2022-06-10T05:15:23.689Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9bcf7f3f-75b0-435f-ad23-8947027f657f/model-vers/model-ver/09b9d5df-526c-4e82-b6fb-322b6107c866?depth=0 2022-06-10T05:15:23.696Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-06-10T05:15:23.765Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9bcf7f3f-75b0-435f-ad23-8947027f657f/model-vers/model-ver/09b9d5df-526c-4e82-b6fb-322b6107c866?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-10T05:15:23.768Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9bcf7f3f-75b0-435f-ad23-8947027f657f/model-vers/model-ver/09b9d5df-526c-4e82-b6fb-322b6107c866?depth=0|INFO|500||Invoke 2022-06-10T05:15:23.802Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9bcf7f3f-75b0-435f-ad23-8947027f657f/model-vers/model-ver/09b9d5df-526c-4e82-b6fb-322b6107c866?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-10T05:15:24.186Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9bcf7f3f-75b0-435f-ad23-8947027f657f/model-vers/model-ver/09b9d5df-526c-4e82-b6fb-322b6107c866?depth=0|INFO|500||InvokeReturn 2022-06-10T05:15:24.187Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9bcf7f3f-75b0-435f-ad23-8947027f657f/model-vers/model-ver/09b9d5df-526c-4e82-b6fb-322b6107c866?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220610-05:15:23:306-35264], vertex-id=[237576], Content-Length=[0], Date=[Fri, 10 Jun 2022 05:15:23 GMT], Content-Type=[application/json]} 2022-06-10T05:15:24.188Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity. 2022-06-10T05:15:24.189Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-10T05:15:24.189Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|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-10T05:15:24.198Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|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-10T05:15:24.198Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 856d4d84-a268-4dc4-a626-b5a075eea6f0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-10T05:15:24.199Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-10T05:15:24.199Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-10T05:15:24.202Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T05:15:24.202Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "856d4d84-a268-4dc4-a626-b5a075eea6f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654838124198, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-10T05:15:24.302Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-10T05:15:24.304Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T05:15:24.304Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:15:24.331Z||pool-150-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:15:24.336Z||pool-150-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1} 2022-06-10T05:15:25.006Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T05:15:25.007Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|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-10T05:15:25.008Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:15:25.084Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:15:25.085Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:15:25.085Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c819c912-fb67-42d9-a985-30b1917dc573", "consumerID": "clamp", "timestamp": 1654837998909, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T05:15:25.086Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:15:25.086Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:15:25.086Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c819c912-fb67-42d9-a985-30b1917dc573", "consumerID": "aai-ml", "timestamp": 1654838002044, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T05:15:25.086Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:15:25.086Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:15:25.087Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c819c912-fb67-42d9-a985-30b1917dc573", "consumerID": "clamp", "timestamp": 1654837998909, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T05:15:25.087Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:15:25.087Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:15:25.087Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c819c912-fb67-42d9-a985-30b1917dc573", "consumerID": "aai-ml", "timestamp": 1654838002044, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T05:15:25.087Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:15:25.087Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:15:25.088Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c819c912-fb67-42d9-a985-30b1917dc573", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654838007077, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T05:15:25.088Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T05:15:25.088Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:15:25.088Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c819c912-fb67-42d9-a985-30b1917dc573", "consumerID": "clamp", "timestamp": 1654837998909, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-10T05:15:25.089Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:15:25.089Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:15:25.089Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c819c912-fb67-42d9-a985-30b1917dc573", "consumerID": "aai-ml", "timestamp": 1654838002044, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T05:15:25.089Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:15:25.089Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:15:25.089Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c819c912-fb67-42d9-a985-30b1917dc573", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654838008089, "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-10T05:15:25.107Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c819c912-fb67-42d9-a985-30b1917dc573 2022-06-10T05:15:25.107Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId c819c912-fb67-42d9-a985-30b1917dc573 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-10T05:15:25.122Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:15:25.123Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c819c912-fb67-42d9-a985-30b1917dc573", "consumerID": "aai-ml", "timestamp": 1654838002044, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T05:15:25.123Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:15:25.123Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:15:25.123Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c819c912-fb67-42d9-a985-30b1917dc573", "consumerID": "aai-ml", "timestamp": 1654838002044, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-10T05:15:25.123Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:15:25.123Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:15:25.124Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c819c912-fb67-42d9-a985-30b1917dc573", "consumerID": "aai-ml", "timestamp": 1654838011908, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T05:15:25.124Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T05:15:25.124Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:15:25.124Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c819c912-fb67-42d9-a985-30b1917dc573", "consumerID": "clamp", "timestamp": 1654838013646, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T05:15:25.124Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T05:15:25.124Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:15:25.125Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c819c912-fb67-42d9-a985-30b1917dc573", "consumerID": "clamp", "timestamp": 1654838016647, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T05:15:25.125Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T05:15:25.125Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:15:25.125Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c819c912-fb67-42d9-a985-30b1917dc573", "consumerID": "clamp", "timestamp": 1654838017652, "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-10T05:15:25.135Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c819c912-fb67-42d9-a985-30b1917dc573 2022-06-10T05:15:25.136Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId c819c912-fb67-42d9-a985-30b1917dc573 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-10T05:15:25.171Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:15:25.174Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c819c912-fb67-42d9-a985-30b1917dc573", "consumerID": "aai-ml", "timestamp": 1654838019430, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T05:15:25.175Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T05:15:25.175Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:15:25.176Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c819c912-fb67-42d9-a985-30b1917dc573", "consumerID": "aai-ml", "timestamp": 1654838020434, "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-10T05:15:25.188Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c819c912-fb67-42d9-a985-30b1917dc573 2022-06-10T05:15:25.188Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId c819c912-fb67-42d9-a985-30b1917dc573 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 (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T05:15:25.252Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:15:25.261Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-10T05:15:25.261Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"c819c912-fb67-42d9-a985-30b1917dc573","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"fa2fa25a-6f81-4c03-a2e4-ef4d0a843f09","serviceDescription":"service","serviceInvariantUUID":"1477d0f7-e9a5-447c-8204-86000f496334","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"30eb844e-3d4e-4843-a2f9-5763e9329eb7","resourceInvariantUUID":"de371972-1d01-49c9-8275-49793324dcc6","resourceCustomizationUUID":"8cde982c-8bb0-48a0-9af9-61085baf81f5","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":"YmQ1MWIxODAwYjVjZGJhNzQwZmY2NjA2M2FkZWI3ZDk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"053a42b6-a0ea-4562-a12a-3702b5c9fb37","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":"55ea324c-b53c-4a5a-bfb4-ec659b85fe79","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":"0794a0f6-3121-4163-856f-090c35c4bf45","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":"NTdjZWExODJhY2Q0NTRjMWZkZTc2ZmVlZGQ1YmZiZjE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"b9f50896-e87d-46a6-97fa-c4f317d3a0b6","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":"41635e3c-c363-4b22-adf1-85e17c4f7a80","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":"6c488c19-5cc3-4488-be91-8924c4efe01a","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":"c8e7e6b1-0cf7-4441-be28-44a1491d08c1","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":"N2UxNmI0MmY0MWZiOGJjMTNmMThhOGRmMzUzYjQ3MmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"525e7acb-98fa-48d2-9265-153072cbb9d4","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NzVkZWZiNTUxMzQ2NWI5MGQwMjM3ZmRlYjkzM2U2ZTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4535646e-f29a-4a59-bb0a-2ec08d98f36e","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-10T05:15:25.262Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T05:15:25.262Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-10T05:15:25.252Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "52984651-c515-4a6e-ab7a-a2b2c3f4e40a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654838038522, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-10T05:15:25.267Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T05:15:25.268Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:15:25.268Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T05:15:25.268Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "856d4d84-a268-4dc4-a626-b5a075eea6f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654838039559, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T05:15:25.269Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "c819c912-fb67-42d9-a985-30b1917dc573", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654838039559, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T05:15:25.269Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:15:25.269Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:15:25.270Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "856d4d84-a268-4dc4-a626-b5a075eea6f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654838039559, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-06-10T05:15:25.270Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:15:25.270Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:15:25.271Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "856d4d84-a268-4dc4-a626-b5a075eea6f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654838039559, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-10T05:15:25.271Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:15:25.271Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:15:25.272Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "856d4d84-a268-4dc4-a626-b5a075eea6f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654838039559, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T05:15:25.272Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:15:25.272Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:15:25.273Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "856d4d84-a268-4dc4-a626-b5a075eea6f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654838039559, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-10T05:15:25.273Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:15:25.274Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:15:25.274Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "856d4d84-a268-4dc4-a626-b5a075eea6f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654838039559, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-10T05:15:25.274Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:15:25.274Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:15:25.275Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "856d4d84-a268-4dc4-a626-b5a075eea6f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654838039559, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T05:15:25.275Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:15:25.275Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:15:25.275Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "856d4d84-a268-4dc4-a626-b5a075eea6f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654838039559, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-10T05:15:25.276Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-10T05:15:25.276Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:15:25.276Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "856d4d84-a268-4dc4-a626-b5a075eea6f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654838052543, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T05:15:25.277Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T05:15:25.277Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:15:25.278Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "856d4d84-a268-4dc4-a626-b5a075eea6f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654838055909, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-10T05:15:25.278Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T05:15:25.278Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:15:25.278Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "856d4d84-a268-4dc4-a626-b5a075eea6f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654838057066, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-10T05:15:25.279Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T05:15:25.279Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:15:25.279Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "856d4d84-a268-4dc4-a626-b5a075eea6f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654838058300, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-10T05:15:25.279Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T05:15:25.279Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:15:25.280Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "856d4d84-a268-4dc4-a626-b5a075eea6f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654838059585, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-10T05:15:25.280Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T05:15:25.280Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:15:25.281Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "856d4d84-a268-4dc4-a626-b5a075eea6f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654838060592, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-06-10T05:15:25.281Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T05:15:25.281Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:15:25.281Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "856d4d84-a268-4dc4-a626-b5a075eea6f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654838061600, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-06-10T05:15:25.281Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T05:15:25.282Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-10T05:15:25.282Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "856d4d84-a268-4dc4-a626-b5a075eea6f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654838062605, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T05:15:25.282Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T05:15:25.366Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-06-10T05:15:25.366Z||pool-151-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T05:15:25.367Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:15:25.447Z||pool-151-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:15:25.448Z||pool-151-thread-1|||||INFO|500||cambria reply ok (82 ms):{"serverTimeMs":0,"count":1} 2022-06-10T05:15:26.270Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T05:15:26.271Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-10T05:15:26.272Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T05:15:26.272Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "c819c912-fb67-42d9-a985-30b1917dc573", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654838039559, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-10T05:15:26.378Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-06-10T05:15:26.379Z||pool-152-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T05:15:26.379Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:15:26.410Z||pool-152-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:15:26.410Z||pool-152-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1} 2022-06-10T05:15:27.274Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T05:15:27.275Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-10T05:15:27.278Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T05:15:27.278Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "c819c912-fb67-42d9-a985-30b1917dc573", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654838039559, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-10T05:15:27.378Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T05:15:27.379Z||pool-153-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T05:15:27.379Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:15:27.403Z||pool-153-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:15:27.404Z||pool-153-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1} 2022-06-10T05:15:28.280Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T05:15:28.281Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-10T05:15:28.285Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T05:15:28.285Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "c819c912-fb67-42d9-a985-30b1917dc573", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654838039559, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-10T05:15:28.385Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T05:15:28.386Z||pool-154-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T05:15:28.386Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:15:28.406Z||pool-154-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:15:28.406Z||pool-154-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-06-10T05:15:29.286Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T05:15:29.286Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-10T05:15:29.297Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T05:15:29.297Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "c819c912-fb67-42d9-a985-30b1917dc573", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654838039559, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T05:15:29.391Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms 2022-06-10T05:15:29.392Z||pool-155-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T05:15:29.392Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:15:29.411Z||pool-155-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:15:29.414Z||pool-155-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2022-06-10T05:15:30.298Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T05:15:30.299Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-10T05:15:30.304Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T05:15:30.304Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "c819c912-fb67-42d9-a985-30b1917dc573", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654838039559, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T05:15:30.402Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-06-10T05:15:30.403Z||pool-156-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T05:15:30.403Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:15:30.430Z||pool-156-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:15:30.431Z||pool-156-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1} 2022-06-10T05:15:31.305Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T05:15:31.305Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-10T05:15:31.309Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T05:15:31.309Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "c819c912-fb67-42d9-a985-30b1917dc573", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654838039559, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T05:15:31.409Z||pool-157-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T05:15:31.410Z||pool-157-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T05:15:31.411Z||pool-157-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:15:31.448Z||pool-157-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:15:31.448Z||pool-157-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1} 2022-06-10T05:15:32.311Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T05:15:32.312Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-10T05:15:32.315Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T05:15:32.315Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "c819c912-fb67-42d9-a985-30b1917dc573", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654838039559, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T05:15:32.415Z||pool-158-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T05:15:32.416Z||pool-158-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T05:15:32.417Z||pool-158-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:15:32.441Z||pool-158-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:15:32.442Z||pool-158-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1} 2022-06-10T05:15:33.316Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-10T05:15:33.317Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-10T05:15:33.319Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T05:15:33.319Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "c819c912-fb67-42d9-a985-30b1917dc573", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654838039559, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-10T05:15:33.419Z||pool-159-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-10T05:15:33.420Z||pool-159-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T05:15:33.421Z||pool-159-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:15:33.438Z||pool-159-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:15:33.439Z||pool-159-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-10T05:15:34.320Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "c819c912-fb67-42d9-a985-30b1917dc573", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "fa2fa25a-6f81-4c03-a2e4-ef4d0a843f09", "serviceDescription": "service", "serviceInvariantUUID": "1477d0f7-e9a5-447c-8204-86000f496334", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "8cde982c-8bb0-48a0-9af9-61085baf81f5", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "30eb844e-3d4e-4843-a2f9-5763e9329eb7", "resourceInvariantUUID": "de371972-1d01-49c9-8275-49793324dcc6", "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": "NzVkZWZiNTUxMzQ2NWI5MGQwMjM3ZmRlYjkzM2U2ZTY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4535646e-f29a-4a59-bb0a-2ec08d98f36e" } ], "workloadContext": "Production" } 2022-06-10T05:15:34.321Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-10T05:15:34.321Z|856d4d84-a268-4dc4-a626-b5a075eea6f0|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 fa2fa25a-6f81-4c03-a2e4-ef4d0a843f09 ASDC 2022-06-10T05:15:34.322Z|c819c912-fb67-42d9-a985-30b1917dc573|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:c819c912-fb67-42d9-a985-30b1917dc573 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:fa2fa25a-6f81-4c03-a2e4-ef4d0a843f09 ServiceInvariantUUID:1477d0f7-e9a5-447c-8204-86000f496334 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:4535646e-f29a-4a59-bb0a-2ec08d98f36e ArtifactChecksum:NzVkZWZiNTUxMzQ2NWI5MGQwMjM3ZmRlYjkzM2U2ZTY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:8cde982c-8bb0-48a0-9af9-61085baf81f5 ResourceInvariantUUID:de371972-1d01-49c9-8275-49793324dcc6 ResourceName:test-pnf ResourceType:PNF ResourceUUID:30eb844e-3d4e-4843-a2f9-5763e9329eb7 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-06-10T05:15:34.322Z|c819c912-fb67-42d9-a985-30b1917dc573|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fa2fa25a-6f81-4c03-a2e4-ef4d0a843f09 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-10T05:15:34.365Z|c819c912-fb67-42d9-a985-30b1917dc573|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-10T05:15:34.365Z|c819c912-fb67-42d9-a985-30b1917dc573|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-06-10T05:15:34.366Z|c819c912-fb67-42d9-a985-30b1917dc573|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-06-10T05:15:34.366Z|c819c912-fb67-42d9-a985-30b1917dc573|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 4535646e-f29a-4a59-bb0a-2ec08d98f36e from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-06-10T05:15:34.366Z|c819c912-fb67-42d9-a985-30b1917dc573|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-06-10T05:15:34.366Z|c819c912-fb67-42d9-a985-30b1917dc573|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-10T05:15:34.558Z|c819c912-fb67-42d9-a985-30b1917dc573|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-06-10T05:15:34.570Z|c819c912-fb67-42d9-a985-30b1917dc573|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 4535646e-f29a-4a59-bb0a-2ec08d98f36e 105663 2022-06-10T05:15:34.571Z|c819c912-fb67-42d9-a985-30b1917dc573|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-10T05:15:34.571Z|c819c912-fb67-42d9-a985-30b1917dc573|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-10T05:15:34.571Z|c819c912-fb67-42d9-a985-30b1917dc573|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-10T05:15:34.571Z|c819c912-fb67-42d9-a985-30b1917dc573|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-10T05:15:34.575Z|c819c912-fb67-42d9-a985-30b1917dc573|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T05:15:34.576Z|c819c912-fb67-42d9-a985-30b1917dc573|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "c819c912-fb67-42d9-a985-30b1917dc573", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654838134571, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T05:15:34.675Z||pool-160-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-10T05:15:34.676Z||pool-160-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T05:15:34.676Z||pool-160-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:15:34.710Z||pool-160-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:15:34.711Z||pool-160-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1} 2022-06-10T05:15:35.578Z|c819c912-fb67-42d9-a985-30b1917dc573|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-10T05:15:35.578Z|c819c912-fb67-42d9-a985-30b1917dc573|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-06-10T05:15:35.579Z|c819c912-fb67-42d9-a985-30b1917dc573|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 4535646e-f29a-4a59-bb0a-2ec08d98f36e, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-10T05:15:35.579Z|c819c912-fb67-42d9-a985-30b1917dc573|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-06-10T05:15:35.580Z|c819c912-fb67-42d9-a985-30b1917dc573|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-10T05:15:35.580Z|c819c912-fb67-42d9-a985-30b1917dc573|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-10T05:15:35.817Z|c819c912-fb67-42d9-a985-30b1917dc573|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13491125964883455386/Definitions/service-TestPnfMacro-template.yml 2022-06-10T05:15:37.195Z|c819c912-fb67-42d9-a985-30b1917dc573|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-10T05:15:37.195Z|c819c912-fb67-42d9-a985-30b1917dc573|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-06-10T05:15:37.196Z|c819c912-fb67-42d9-a985-30b1917dc573|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-10T05:15:37.196Z|c819c912-fb67-42d9-a985-30b1917dc573|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-06-10T05:15:37.196Z|c819c912-fb67-42d9-a985-30b1917dc573|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-10T05:15:37.196Z|c819c912-fb67-42d9-a985-30b1917dc573|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-10T05:15:37.196Z|c819c912-fb67-42d9-a985-30b1917dc573|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-10T05:15:37.196Z|c819c912-fb67-42d9-a985-30b1917dc573|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-10T05:15:37.196Z|c819c912-fb67-42d9-a985-30b1917dc573|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-10T05:15:37.196Z|c819c912-fb67-42d9-a985-30b1917dc573|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-10T05:15:37.197Z|c819c912-fb67-42d9-a985-30b1917dc573|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-10T05:15:37.197Z|c819c912-fb67-42d9-a985-30b1917dc573|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-06-10T05:15:37.197Z|c819c912-fb67-42d9-a985-30b1917dc573|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T05:15:37.197Z|c819c912-fb67-42d9-a985-30b1917dc573|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-10T05:15:37.197Z|c819c912-fb67-42d9-a985-30b1917dc573|pool-2-thread-2|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-06-10T05:15:37.198Z|c819c912-fb67-42d9-a985-30b1917dc573|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-06-10T05:15:37.198Z|c819c912-fb67-42d9-a985-30b1917dc573|pool-2-thread-2|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-10T05:15:37.198Z|c819c912-fb67-42d9-a985-30b1917dc573|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T05:15:37.198Z|c819c912-fb67-42d9-a985-30b1917dc573|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-10T05:15:37.198Z|c819c912-fb67-42d9-a985-30b1917dc573|pool-2-thread-2|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-06-10T05:15:37.198Z|c819c912-fb67-42d9-a985-30b1917dc573|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-06-10T05:15:37.199Z|c819c912-fb67-42d9-a985-30b1917dc573|pool-2-thread-2|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-10T05:15:37.199Z|c819c912-fb67-42d9-a985-30b1917dc573|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T05:15:37.199Z|c819c912-fb67-42d9-a985-30b1917dc573|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-10T05:15:37.199Z|c819c912-fb67-42d9-a985-30b1917dc573|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T05:15:37.199Z|c819c912-fb67-42d9-a985-30b1917dc573|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-10T05:15:37.199Z|c819c912-fb67-42d9-a985-30b1917dc573|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T05:15:37.199Z|c819c912-fb67-42d9-a985-30b1917dc573|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-10T05:15:37.200Z|c819c912-fb67-42d9-a985-30b1917dc573|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T05:15:37.200Z|c819c912-fb67-42d9-a985-30b1917dc573|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-10T05:15:37.200Z|c819c912-fb67-42d9-a985-30b1917dc573|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T05:15:37.201Z|c819c912-fb67-42d9-a985-30b1917dc573|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-10T05:15:37.201Z|c819c912-fb67-42d9-a985-30b1917dc573|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:fa2fa25a-6f81-4c03-a2e4-ef4d0a843f09 Model Version:NULL Model InvariantUuid:1477d0f7-e9a5-447c-8204-86000f496334 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-10T05:15:37.227Z|c819c912-fb67-42d9-a985-30b1917dc573|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: 30eb844e-3d4e-4843-a2f9-5763e9329eb7 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_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-10T05:15:37.232Z|c819c912-fb67-42d9-a985-30b1917dc573|pool-2-thread-2|||||INFO|500||test-pnf 0 2022-06-10T05:15:37.233Z|c819c912-fb67-42d9-a985-30b1917dc573|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 30eb844e-3d4e-4843-a2f9-5763e9329eb7 2022-06-10T05:15:37.233Z|c819c912-fb67-42d9-a985-30b1917dc573|pool-2-thread-2|||||DEBUG|500||No resources found for Service: fa2fa25a-6f81-4c03-a2e4-ef4d0a843f09 2022-06-10T05:15:37.233Z|c819c912-fb67-42d9-a985-30b1917dc573|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: fa2fa25a-6f81-4c03-a2e4-ef4d0a843f09 2022-06-10T05:15:37.233Z|c819c912-fb67-42d9-a985-30b1917dc573|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 30eb844e-3d4e-4843-a2f9-5763e9329eb7 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-10T05:15:37.241Z|c819c912-fb67-42d9-a985-30b1917dc573|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6072291e, org.onap.sdc.toscaparser.api.parameters.Input@51d311a2, org.onap.sdc.toscaparser.api.parameters.Input@e364c89, org.onap.sdc.toscaparser.api.parameters.Input@47c03a70, org.onap.sdc.toscaparser.api.parameters.Input@368bc14f] 2022-06-10T05:15:37.241Z|c819c912-fb67-42d9-a985-30b1917dc573|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T05:15:37.241Z|c819c912-fb67-42d9-a985-30b1917dc573|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-10T05:15:37.242Z|c819c912-fb67-42d9-a985-30b1917dc573|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid fa2fa25a-6f81-4c03-a2e4-ef4d0a843f09: test-pnf 2022-06-10T05:15:37.242Z|c819c912-fb67-42d9-a985-30b1917dc573|pool-2-thread-2|||||INFO|500||Processing PNF resource: 30eb844e-3d4e-4843-a2f9-5763e9329eb7 2022-06-10T05:15:37.242Z|c819c912-fb67-42d9-a985-30b1917dc573|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-10T05:15:37.242Z|c819c912-fb67-42d9-a985-30b1917dc573|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-10T05:15:37.243Z|c819c912-fb67-42d9-a985-30b1917dc573|pool-2-thread-2|||||INFO|500||Resource customization UUID: 8cde982c-8bb0-48a0-9af9-61085baf81f5 is the same as notified resource customizationUUID: 8cde982c-8bb0-48a0-9af9-61085baf81f5 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-10T05:15:37.337Z|c819c912-fb67-42d9-a985-30b1917dc573|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 30eb844e-3d4e-4843-a2f9-5763e9329eb7 0 ASDC deployResourceStructure 2022-06-10T05:15:37.338Z|c819c912-fb67-42d9-a985-30b1917dc573|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-10T05:15:37.338Z|c819c912-fb67-42d9-a985-30b1917dc573|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-10T05:15:37.338Z|c819c912-fb67-42d9-a985-30b1917dc573|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-10T05:15:37.338Z|c819c912-fb67-42d9-a985-30b1917dc573|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-10T05:15:37.344Z|c819c912-fb67-42d9-a985-30b1917dc573|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T05:15:37.345Z|c819c912-fb67-42d9-a985-30b1917dc573|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "c819c912-fb67-42d9-a985-30b1917dc573", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654838137338, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T05:15:37.442Z||pool-161-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-06-10T05:15:37.443Z||pool-161-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T05:15:37.443Z||pool-161-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:15:37.517Z||pool-161-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:15:37.517Z||pool-161-thread-1|||||INFO|500||cambria reply ok (75 ms):{"serverTimeMs":0,"count":1} 2022-06-10T05:15:38.346Z|c819c912-fb67-42d9-a985-30b1917dc573|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c819c912-fb67-42d9-a985-30b1917dc573 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T05:15:38.390Z|c819c912-fb67-42d9-a985-30b1917dc573|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c819c912-fb67-42d9-a985-30b1917dc573 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-10T05:15:38.396Z|c819c912-fb67-42d9-a985-30b1917dc573|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-10T05:15:38.396Z|c819c912-fb67-42d9-a985-30b1917dc573|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-10T05:15:38.397Z|c819c912-fb67-42d9-a985-30b1917dc573|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-10T05:15:38.397Z|c819c912-fb67-42d9-a985-30b1917dc573|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-10T05:15:38.397Z|c819c912-fb67-42d9-a985-30b1917dc573|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T05:15:38.397Z|c819c912-fb67-42d9-a985-30b1917dc573|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T05:15:38.397Z|c819c912-fb67-42d9-a985-30b1917dc573|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T05:15:38.397Z|c819c912-fb67-42d9-a985-30b1917dc573|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T05:15:38.398Z|c819c912-fb67-42d9-a985-30b1917dc573|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T05:15:38.398Z|c819c912-fb67-42d9-a985-30b1917dc573|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T05:15:38.398Z|c819c912-fb67-42d9-a985-30b1917dc573|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-10T05:15:38.398Z|c819c912-fb67-42d9-a985-30b1917dc573|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-10T05:15:38.409Z|c819c912-fb67-42d9-a985-30b1917dc573|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-10T05:16:08.411Z|c819c912-fb67-42d9-a985-30b1917dc573|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c819c912-fb67-42d9-a985-30b1917dc573 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-10T05:16:08.417Z|c819c912-fb67-42d9-a985-30b1917dc573|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c819c912-fb67-42d9-a985-30b1917dc573 and serviceModelVersionId: fa2fa25a-6f81-4c03-a2e4-ef4d0a843f09 2022-06-10T05:16:08.418Z|c819c912-fb67-42d9-a985-30b1917dc573|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1477d0f7-e9a5-447c-8204-86000f496334 2022-06-10T05:16:08.419Z|c819c912-fb67-42d9-a985-30b1917dc573|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1477d0f7-e9a5-447c-8204-86000f496334/model-vers/model-ver/fa2fa25a-6f81-4c03-a2e4-ef4d0a843f09?depth=0 2022-06-10T05:16:08.436Z|c819c912-fb67-42d9-a985-30b1917dc573|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-06-10T05:16:08.509Z|c819c912-fb67-42d9-a985-30b1917dc573|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1477d0f7-e9a5-447c-8204-86000f496334/model-vers/model-ver/fa2fa25a-6f81-4c03-a2e4-ef4d0a843f09?depth=0|INFO|500||Invoke 2022-06-10T05:16:08.509Z|c819c912-fb67-42d9-a985-30b1917dc573|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1477d0f7-e9a5-447c-8204-86000f496334/model-vers/model-ver/fa2fa25a-6f81-4c03-a2e4-ef4d0a843f09?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1477d0f7-e9a5-447c-8204-86000f496334/model-vers/model-ver/fa2fa25a-6f81-4c03-a2e4-ef4d0a843f09?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c819c912-fb67-42d9-a985-30b1917dc573], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0d12070c-cd37-44fd-a1cb-4742665df963], X-ECOMP-RequestID=[c819c912-fb67-42d9-a985-30b1917dc573], X-TransactionId=[], X-ONAP-RequestID=[c819c912-fb67-42d9-a985-30b1917dc573], Content-Type=[application/merge-patch+json]} 2022-06-10T05:16:08.541Z|c819c912-fb67-42d9-a985-30b1917dc573|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1477d0f7-e9a5-447c-8204-86000f496334/model-vers/model-ver/fa2fa25a-6f81-4c03-a2e4-ef4d0a843f09?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-10T05:16:08.677Z|c819c912-fb67-42d9-a985-30b1917dc573|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1477d0f7-e9a5-447c-8204-86000f496334/model-vers/model-ver/fa2fa25a-6f81-4c03-a2e4-ef4d0a843f09?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/1477d0f7-e9a5-447c-8204-86000f496334/model-vers/model-ver/fa2fa25a-6f81-4c03-a2e4-ef4d0a843f09?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220610-05:16:08:030-40974], vertex-id=[262192], Content-Length=[0], Date=[Fri, 10 Jun 2022 05:16:08 GMT], Content-Type=[application/json]} 2022-06-10T05:16:08.677Z|c819c912-fb67-42d9-a985-30b1917dc573|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1477d0f7-e9a5-447c-8204-86000f496334/model-vers/model-ver/fa2fa25a-6f81-4c03-a2e4-ef4d0a843f09?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-10T05:16:08.679Z|c819c912-fb67-42d9-a985-30b1917dc573|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1477d0f7-e9a5-447c-8204-86000f496334/model-vers/model-ver/fa2fa25a-6f81-4c03-a2e4-ef4d0a843f09?depth=0|INFO|500||InvokeReturn 2022-06-10T05:16:08.680Z|c819c912-fb67-42d9-a985-30b1917dc573|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-10T05:16:08.680Z|c819c912-fb67-42d9-a985-30b1917dc573|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-10T05:16:08.690Z|c819c912-fb67-42d9-a985-30b1917dc573|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-10T05:16:08.690Z|c819c912-fb67-42d9-a985-30b1917dc573|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c819c912-fb67-42d9-a985-30b1917dc573 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-10T05:16:08.691Z|c819c912-fb67-42d9-a985-30b1917dc573|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-10T05:16:08.691Z|c819c912-fb67-42d9-a985-30b1917dc573|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-10T05:16:08.695Z|c819c912-fb67-42d9-a985-30b1917dc573|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-10T05:16:08.696Z|c819c912-fb67-42d9-a985-30b1917dc573|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "c819c912-fb67-42d9-a985-30b1917dc573", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654838168691, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-10T05:16:08.796Z||pool-162-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-10T05:16:08.797Z||pool-162-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-10T05:16:08.797Z||pool-162-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:16:08.817Z||pool-162-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:16:08.818Z||pool-162-thread-1|||||INFO|500||cambria reply ok (22 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-10T05:16:09.715Z|c819c912-fb67-42d9-a985-30b1917dc573|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T05:16:09.715Z|c819c912-fb67-42d9-a985-30b1917dc573|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-10T05:16:09.716Z|c819c912-fb67-42d9-a985-30b1917dc573|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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:16:19.324Z|c819c912-fb67-42d9-a985-30b1917dc573|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:16:19.325Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T05:16:19.326Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T05:16:19.326Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:16:25.006Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T05:16:25.007Z||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-10T05:16:25.007Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:16:25.094Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:16:25.095Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-10T05:16:25.095Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "856d4d84-a268-4dc4-a626-b5a075eea6f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654838124198, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-10T05:16:25.098Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T05:16:28.915Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:16:28.916Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T05:16:28.916Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T05:16:28.917Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:16:38.485Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:16:38.486Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T05:16:38.487Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T05:16:38.487Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:16:48.075Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:17:24.997Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T05:17:24.998Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T05:17:24.999Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:17:25.006Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T05:17:25.008Z||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-10T05:17:25.008Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:17:25.095Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:17:25.096Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-10T05:17:25.096Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c819c912-fb67-42d9-a985-30b1917dc573", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654838039559, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T05:17:25.097Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-10T05:17:34.596Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:18:24.998Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T05:18:25.001Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T05:18:25.001Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:18:25.006Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T05:18:25.007Z|928f88bf-d046-4207-a454-dddfba5314fa|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-10T05:18:25.007Z|928f88bf-d046-4207-a454-dddfba5314fa|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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:18:25.583Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:18:25.584Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T05:18:25.585Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c819c912-fb67-42d9-a985-30b1917dc573", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654838039559, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-10T05:18:25.586Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T05:18:25.586Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T05:18:25.586Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c819c912-fb67-42d9-a985-30b1917dc573", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654838039559, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-10T05:18:25.587Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T05:18:25.587Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T05:18:25.587Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c819c912-fb67-42d9-a985-30b1917dc573", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654838039559, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-10T05:18:25.587Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T05:18:25.588Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T05:18:25.589Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c819c912-fb67-42d9-a985-30b1917dc573", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654838039559, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-10T05:18:25.589Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T05:18:25.589Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T05:18:25.589Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c819c912-fb67-42d9-a985-30b1917dc573", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654838039559, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T05:18:25.589Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T05:18:25.589Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T05:18:25.590Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c819c912-fb67-42d9-a985-30b1917dc573", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654838039559, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-10T05:18:25.590Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T05:18:25.590Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T05:18:25.590Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c819c912-fb67-42d9-a985-30b1917dc573", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654838039559, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-10T05:18:25.590Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T05:18:25.591Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T05:18:25.591Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c819c912-fb67-42d9-a985-30b1917dc573", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654838039559, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-10T05:18:25.591Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-10T05:18:25.591Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T05:18:25.591Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c819c912-fb67-42d9-a985-30b1917dc573", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654838134571, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-10T05:18:25.591Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T05:18:25.592Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T05:18:25.592Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c819c912-fb67-42d9-a985-30b1917dc573", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654838137338, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-10T05:18:25.592Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T05:18:25.592Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-10T05:18:25.592Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c819c912-fb67-42d9-a985-30b1917dc573", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654838168691, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-10T05:18:25.592Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-10T05:18:34.600Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:19:24.998Z|c819c912-fb67-42d9-a985-30b1917dc573|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T05:19:24.999Z|c819c912-fb67-42d9-a985-30b1917dc573|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-10T05:19:24.999Z|c819c912-fb67-42d9-a985-30b1917dc573|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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:19:25.006Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T05:19:25.007Z||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-10T05:19:25.007Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:19:34.584Z|c819c912-fb67-42d9-a985-30b1917dc573|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:19:34.586Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:20:24.997Z|c819c912-fb67-42d9-a985-30b1917dc573|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T05:20:25.000Z|c819c912-fb67-42d9-a985-30b1917dc573|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-10T05:20:25.000Z|c819c912-fb67-42d9-a985-30b1917dc573|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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:20:25.006Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T05:20:25.007Z||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-10T05:20:25.007Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:20:34.576Z|c819c912-fb67-42d9-a985-30b1917dc573|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:20:34.576Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:21:24.997Z|c819c912-fb67-42d9-a985-30b1917dc573|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T05:21:24.999Z|c819c912-fb67-42d9-a985-30b1917dc573|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-10T05:21:25.000Z|c819c912-fb67-42d9-a985-30b1917dc573|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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:21:25.007Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T05:21:25.008Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|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-10T05:21:25.009Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:21:34.617Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:21:34.619Z|c819c912-fb67-42d9-a985-30b1917dc573|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:22:24.997Z|c819c912-fb67-42d9-a985-30b1917dc573|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T05:22:24.999Z|c819c912-fb67-42d9-a985-30b1917dc573|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-10T05:22:24.999Z|c819c912-fb67-42d9-a985-30b1917dc573|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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:22:25.006Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T05:22:25.007Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|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-10T05:22:25.007Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:22:34.590Z|c819c912-fb67-42d9-a985-30b1917dc573|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:22:34.596Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:23:24.998Z|c819c912-fb67-42d9-a985-30b1917dc573|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T05:23:24.999Z|c819c912-fb67-42d9-a985-30b1917dc573|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-10T05:23:24.999Z|c819c912-fb67-42d9-a985-30b1917dc573|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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:23:25.006Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T05:23:25.007Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|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-10T05:23:25.007Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:23:34.597Z|c819c912-fb67-42d9-a985-30b1917dc573|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:23:34.603Z|1c6c04f1-3007-4f9c-b52f-7e9c0f8c2234|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:24:24.997Z|c819c912-fb67-42d9-a985-30b1917dc573|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T05:24:24.998Z|c819c912-fb67-42d9-a985-30b1917dc573|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-10T05:24:24.998Z|c819c912-fb67-42d9-a985-30b1917dc573|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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:24:25.007Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T05:24:25.007Z||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-10T05:24:25.007Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:24:34.604Z|c819c912-fb67-42d9-a985-30b1917dc573|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:24:34.618Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:25:24.997Z|c819c912-fb67-42d9-a985-30b1917dc573|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T05:25:24.998Z|c819c912-fb67-42d9-a985-30b1917dc573|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-10T05:25:24.998Z|c819c912-fb67-42d9-a985-30b1917dc573|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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:25:25.006Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T05:25:25.006Z||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-10T05:25:25.007Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:25:34.608Z|c819c912-fb67-42d9-a985-30b1917dc573|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:25:34.642Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:26:24.997Z|c819c912-fb67-42d9-a985-30b1917dc573|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T05:26:24.999Z|c819c912-fb67-42d9-a985-30b1917dc573|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-10T05:26:24.999Z|c819c912-fb67-42d9-a985-30b1917dc573|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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:26:25.006Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T05:26:25.007Z||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-10T05:26:25.007Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:26:34.597Z|c819c912-fb67-42d9-a985-30b1917dc573|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:26:34.602Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:27:25.000Z|c819c912-fb67-42d9-a985-30b1917dc573|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T05:27:25.001Z|c819c912-fb67-42d9-a985-30b1917dc573|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-10T05:27:25.001Z|c819c912-fb67-42d9-a985-30b1917dc573|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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:27:25.006Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T05:27:25.007Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|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-10T05:27:25.007Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:27:34.600Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:27:34.603Z|c819c912-fb67-42d9-a985-30b1917dc573|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:28:24.998Z|c819c912-fb67-42d9-a985-30b1917dc573|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T05:28:25.001Z|c819c912-fb67-42d9-a985-30b1917dc573|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-10T05:28:25.001Z|c819c912-fb67-42d9-a985-30b1917dc573|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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:28:25.006Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T05:28:25.006Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|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-10T05:28:25.006Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:28:34.605Z|c819c912-fb67-42d9-a985-30b1917dc573|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:28:34.615Z|52984651-c515-4a6e-ab7a-a2b2c3f4e40a|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:29:24.997Z|c819c912-fb67-42d9-a985-30b1917dc573|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T05:29:24.999Z|c819c912-fb67-42d9-a985-30b1917dc573|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-10T05:29:25.000Z|c819c912-fb67-42d9-a985-30b1917dc573|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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:29:25.006Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T05:29:25.007Z||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-10T05:29:25.007Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:29:34.580Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:29:34.581Z|c819c912-fb67-42d9-a985-30b1917dc573|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:30:24.997Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T05:30:24.998Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T05:30:25.001Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:30:25.006Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T05:30:25.007Z|928f88bf-d046-4207-a454-dddfba5314fa|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-10T05:30:25.007Z|928f88bf-d046-4207-a454-dddfba5314fa|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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:30:34.596Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:30:34.604Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:31:24.997Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T05:31:25.000Z||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-10T05:31:25.000Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:31:25.006Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T05:31:25.007Z||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-10T05:31:25.007Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:31:34.576Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:31:34.582Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:32:24.999Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T05:32:25.000Z||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-10T05:32:25.000Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:32:25.006Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T05:32:25.007Z||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-10T05:32:25.007Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:32:34.589Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:32:34.589Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:33:24.997Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T05:33:24.999Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T05:33:24.999Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:33:25.006Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T05:33:25.007Z||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-10T05:33:25.007Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:33:34.600Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:33:34.612Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:34:24.998Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T05:34:24.999Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T05:34:24.999Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:34:25.006Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T05:34:25.007Z||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-10T05:34:25.008Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:34:34.595Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:34:34.597Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:35:25.010Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T05:35:25.010Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T05:35:25.020Z||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-10T05:35:25.020Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:35:25.021Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|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-10T05:35:25.021Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:35:34.598Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:35:34.619Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:36:24.997Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T05:36:24.999Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T05:36:24.999Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:36:25.006Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T05:36:25.007Z||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-10T05:36:25.008Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:36:34.589Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:36:34.589Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:37:24.997Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T05:37:24.999Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T05:37:25.000Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:37:25.006Z|c819c912-fb67-42d9-a985-30b1917dc573|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T05:37:25.007Z|c819c912-fb67-42d9-a985-30b1917dc573|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-10T05:37:25.007Z|c819c912-fb67-42d9-a985-30b1917dc573|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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:37:34.571Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:37:34.575Z|c819c912-fb67-42d9-a985-30b1917dc573|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:38:24.997Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T05:38:24.998Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T05:38:24.999Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:38:25.008Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T05:38:25.009Z|928f88bf-d046-4207-a454-dddfba5314fa|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-10T05:38:25.009Z|928f88bf-d046-4207-a454-dddfba5314fa|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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:38:34.563Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:38:34.580Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:39:24.997Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T05:39:24.998Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T05:39:24.998Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:39:25.006Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T05:39:25.007Z||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-10T05:39:25.008Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:39:34.561Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:39:34.567Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:40:24.997Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T05:40:24.998Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T05:40:24.998Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:40:25.007Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T05:40:25.008Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|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-10T05:40:25.008Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:40:34.579Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:40:34.579Z|7333321b-b75f-4f00-8d9c-1dc4ed5b0b01|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:41:24.998Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T05:41:24.999Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T05:41:25.000Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:41:25.006Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T05:41:25.007Z||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-10T05:41:25.007Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:41:34.556Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:41:34.562Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:42:24.998Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T05:42:24.999Z||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-10T05:42:24.999Z||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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:42:25.011Z|c819c912-fb67-42d9-a985-30b1917dc573|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T05:42:25.012Z|c819c912-fb67-42d9-a985-30b1917dc573|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-10T05:42:25.012Z|c819c912-fb67-42d9-a985-30b1917dc573|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 VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:42:34.567Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:42:34.576Z|c819c912-fb67-42d9-a985-30b1917dc573|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-10T05:43:24.997Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T05:43:24.998Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-10T05:43:24.998Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VuXyhnDdv9fxn0Yi) ... 2022-06-10T05:43:25.007Z|928f88bf-d046-4207-a454-dddfba5314fa|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-10T05:43:25.008Z|928f88bf-d046-4207-a454-dddfba5314fa|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-10T05:43:25.008Z|928f88bf-d046-4207-a454-dddfba5314fa|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 VuXyhnDdv9fxn0Yi) ...