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-07-07T03:41:12.178Z||main|||||INFO|500||The following profiles are active: basic 2022-07-07T03:41:23.428Z||main|||||INFO|500||Starting service [Tomcat] 2022-07-07T03:41:23.429Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-07-07T03:41:23.540Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-07-07T03:41:27.292Z||main|||||INFO|500||catdb-pool - Starting... 2022-07-07T03:41:27.672Z||main|||||INFO|500||catdb-pool - Start completed. 2022-07-07T03:41:28.106Z||main|||||INFO|500||reqdb-pool - Starting... 2022-07-07T03:41:28.117Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-07-07T03:41:28.222Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-07-07T03:41:28.446Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-07-07T03:41:29.029Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-07-07T03:41:30.698Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-07-07T03:41:32.973Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-07-07T03:41:33.033Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-07-07T03:41:33.686Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-07-07T03:41:33.902Z||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-07-07T03:41:35.089Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-07-07T03:41:36.173Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-07-07T03:41:36.197Z||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$$fa32a587.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-07-07T03:41:36.198Z||main|||||WARN|500||The sdc end point is not alive 2022-07-07T03:41:39.255Z||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-07-07T03:41:42.188Z||main|||||WARN|500||--- 2022-07-07T03:41:42.189Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-07-07T03:41:42.189Z||main|||||WARN|500||--- 2022-07-07T03:41:42.650Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-07-07T03:41:47.146Z||main|||||INFO|500||Started Application in 37.893 seconds (JVM running for 39.871) 2022-07-07T03:41:47.161Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-07-07T03:41:47.163Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-07-07T03:41:47.174Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-07-07T03:41:47.198Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-07-07T03:41:47.238Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4ef53039-bff2-401d-88ea-0e5d3dcd43d2 url= /sdc/v1/artifactTypes 2022-07-07T03:41:47.238Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-07-07T03:41:48.340Z||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.51.34] 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$$17d5e4e3.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-07-07T03:41:48.346Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@69d5eef5 2022-07-07T03:41:48.346Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-07-07T03:41:48.368Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-07-07T03:41:48.370Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-07-07T03:41:48.373Z||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$$17d5e4e3.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-07-07T03:42:37.141Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-07-07T03:42:37.142Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-07-07T03:42:37.142Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-07-07T03:42:37.145Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-07-07T03:42:37.151Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= bd1a8707-795a-477a-8a36-c05eeb5011f6 url= /sdc/v1/artifactTypes 2022-07-07T03:42:37.151Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-07-07T03:42:38.198Z||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.51.34] 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$$17d5e4e3.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-07-07T03:42:38.199Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@61f651ba 2022-07-07T03:42:38.199Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-07-07T03:42:38.200Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-07-07T03:42:38.200Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-07-07T03:42:38.200Z||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$$17d5e4e3.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-07-07T03:43:27.141Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-07-07T03:43:27.142Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-07-07T03:43:27.142Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-07-07T03:43:27.146Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-07-07T03:43:27.151Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 63c4166d-3ca0-4f86-b368-8e111dba5027 url= /sdc/v1/artifactTypes 2022-07-07T03:43:27.151Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-07-07T03:43:28.178Z||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.51.34] 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$$17d5e4e3.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-07-07T03:43:28.179Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@659e6a5a 2022-07-07T03:43:28.179Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-07-07T03:43:28.179Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-07-07T03:43:28.180Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-07-07T03:43:28.180Z||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$$17d5e4e3.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-07-07T03:44:17.141Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-07-07T03:44:17.142Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-07-07T03:44:17.142Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-07-07T03:44:17.145Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-07-07T03:44:17.149Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 38720fd4-ec45-4344-aa65-58d3fe829f5a url= /sdc/v1/artifactTypes 2022-07-07T03:44:17.150Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-07-07T03:44:18.198Z||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.51.34] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$17d5e4e3.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 49 common frames omitted 2022-07-07T03:44:18.198Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@367cb55b 2022-07-07T03:44:18.199Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-07-07T03:44:18.199Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-07-07T03:44:18.200Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-07-07T03:44:18.201Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$17d5e4e3.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 32 common frames omitted 2022-07-07T03:45:07.145Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-07-07T03:45:07.148Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-07-07T03:45:07.149Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-07-07T03:45:07.154Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-07-07T03:45:07.161Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2e34cab8-8022-43d8-81ad-ba4e31ccf0d7 url= /sdc/v1/artifactTypes 2022-07-07T03:45:07.161Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-07-07T03:45:08.178Z||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.51.34] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$17d5e4e3.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 49 common frames omitted 2022-07-07T03:45:08.179Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@72fbd84 2022-07-07T03:45:08.179Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-07-07T03:45:08.180Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-07-07T03:45:08.180Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-07-07T03:45:08.180Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$17d5e4e3.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 32 common frames omitted 2022-07-07T03:45:57.141Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-07-07T03:45:57.142Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-07-07T03:45:57.142Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-07-07T03:45:57.149Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-07-07T03:45:57.163Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 64e7db6e-620d-4b3e-a2f2-1bee2ccda570 url= /sdc/v1/artifactTypes 2022-07-07T03:45:57.163Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-07-07T03:45:57.562Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-07-07T03:45:57.574Z||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-07-07T03:45:57.608Z||scheduling-1|||||DEBUG|500||create keys 2022-07-07T03:45:57.616Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-07-07T03:45:57.689Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T03:45:57.707Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 4f745c5a-d42e-43f5-a335-49708b60125c url= /sdc/v1/registerForDistribution 2022-07-07T03:45:57.990Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 4f745c5a-d42e-43f5-a335-49708b60125c url= /sdc/v1/registerForDistribution 2022-07-07T03:45:57.990Z||scheduling-1|||||INFO|500||start DistributionClient 2022-07-07T03:45:58.002Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T03:45:58.002Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T03:45:58.010Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-07-07T03:45:58.012Z||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-07-07T03:45:58.012Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T03:45:58.061Z||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-07-07T03:45:58.061Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T03:46:08.433Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T03:46:08.434Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T03:46:57.999Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T03:46:58.000Z||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-07-07T03:46:58.001Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T03:46:58.002Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T03:46:58.003Z||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-07-07T03:46:58.004Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T03:47:07.554Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T03:47:07.554Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T03:47:57.999Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T03:47:58.000Z||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-07-07T03:47:58.001Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T03:47:58.002Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T03:47:58.003Z||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-07-07T03:47:58.004Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T03:48:07.571Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T03:48:07.571Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T03:48:57.999Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T03:48:58.000Z||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-07-07T03:48:58.000Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T03:48:58.002Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T03:48:58.002Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-07T03:48:58.003Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T03:49:07.542Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T03:49:07.549Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T03:49:57.999Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T03:49:58.000Z||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-07-07T03:49:58.001Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T03:49:58.002Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T03:49:58.003Z||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-07-07T03:49:58.004Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T03:50:07.544Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T03:50:07.548Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T03:50:57.999Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T03:50:58.000Z||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-07-07T03:50:58.001Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T03:50:58.002Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T03:50:58.003Z||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-07-07T03:50:58.003Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T03:51:07.546Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T03:51:07.548Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T03:51:32.155Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-07-07T03:51:57.999Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T03:51:58.000Z||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-07-07T03:51:58.000Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T03:51:58.002Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T03:51:58.002Z||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-07-07T03:51:58.003Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T03:52:07.556Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T03:52:07.556Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T03:52:58.000Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T03:52:58.001Z||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-07-07T03:52:58.002Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T03:52:58.002Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T03:52:58.003Z||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-07-07T03:52:58.003Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T03:53:07.551Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T03:53:07.551Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T03:53:57.999Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T03:53:58.002Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T03:53:58.004Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-07T03:53:58.004Z||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-07-07T03:53:58.005Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T03:53:58.005Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T03:54:07.566Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T03:54:07.591Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T03:54:57.999Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T03:54:58.000Z||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-07-07T03:54:58.001Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T03:54:58.002Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T03:54:58.002Z||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-07-07T03:54:58.002Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T03:55:07.557Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T03:55:07.565Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T03:55:57.999Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T03:55:58.000Z||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-07-07T03:55:58.001Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T03:55:58.002Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T03:55:58.003Z||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-07-07T03:55:58.004Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T03:56:07.559Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T03:56:07.561Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T03:56:57.999Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T03:56:58.000Z||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-07-07T03:56:58.000Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T03:56:58.002Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T03:56:58.003Z||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-07-07T03:56:58.003Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T03:57:07.609Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T03:57:07.631Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T03:57:57.999Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T03:57:58.001Z||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-07-07T03:57:58.001Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T03:57:58.002Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T03:57:58.002Z||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-07-07T03:57:58.003Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T03:58:07.558Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T03:58:07.558Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T03:58:57.999Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T03:58:58.000Z||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-07-07T03:58:58.000Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T03:58:58.002Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T03:58:58.003Z||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-07-07T03:58:58.003Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T03:59:07.554Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T03:59:07.555Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T03:59:57.999Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T03:59:58.000Z||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-07-07T03:59:58.000Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T03:59:58.002Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T03:59:58.002Z||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-07-07T03:59:58.002Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PBDwzCCYkGWqsLGP) ... 2022-07-07T04:00:07.548Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:00:07.551Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:00:57.999Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:00:58.001Z||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-07-07T04:00:58.001Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T04:00:58.002Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:00:58.003Z||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-07-07T04:00:58.003Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T04:01:07.548Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:01:07.548Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:01:58.000Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:01:58.002Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:01:58.002Z||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-07-07T04:01:58.002Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T04:01:58.002Z||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-07-07T04:01:58.003Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T04:02:07.550Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:02:07.551Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:02:57.999Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:02:58.000Z||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-07-07T04:02:58.000Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T04:02:58.002Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:02:58.003Z||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-07-07T04:02:58.003Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T04:03:07.575Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:03:07.577Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:03:57.999Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:03:58.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-07-07T04:03:58.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 PBDwzCCYkGWqsLGP) ... 2022-07-07T04:03:58.002Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:03:58.004Z||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-07-07T04:03:58.004Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T04:04:07.549Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:04:07.551Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:04:57.999Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:04:58.000Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-07T04:04:58.000Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PBDwzCCYkGWqsLGP) ... 2022-07-07T04:04:58.003Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:04:58.003Z||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-07-07T04:04:58.004Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T04:05:07.554Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:05:07.569Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:05:57.999Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:05:58.000Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-07T04:05:58.000Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PBDwzCCYkGWqsLGP) ... 2022-07-07T04:05:58.002Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:05:58.003Z||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-07-07T04:05:58.003Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T04:06:07.547Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:06:07.547Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:06:57.999Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:06:58.000Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-07T04:06:58.000Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PBDwzCCYkGWqsLGP) ... 2022-07-07T04:06:58.002Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:06:58.002Z||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-07-07T04:06:58.002Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T04:07:07.547Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:07:07.547Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:07:57.999Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:07:58.000Z||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-07-07T04:07:58.000Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T04:07:58.002Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:07:58.003Z||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-07-07T04:07:58.003Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T04:08:07.546Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:08:07.547Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:08:57.999Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:08:58.000Z||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-07-07T04:08:58.000Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T04:08:58.002Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:08:58.003Z||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-07-07T04:08:58.003Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T04:09:07.614Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:09:07.615Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:09:57.999Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:09:58.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-07-07T04:09:58.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 PBDwzCCYkGWqsLGP) ... 2022-07-07T04:09:58.002Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:09:58.004Z||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-07-07T04:09:58.004Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T04:10:07.599Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:10:07.603Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:10:58.000Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:10:58.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-07-07T04:10:58.002Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:10:58.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 PBDwzCCYkGWqsLGP) ... 2022-07-07T04:10:58.003Z||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-07-07T04:10:58.003Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T04:11:07.558Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:11:07.559Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:11:57.999Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:11:58.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-07-07T04:11:58.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 PBDwzCCYkGWqsLGP) ... 2022-07-07T04:11:58.002Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:11:58.002Z||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-07-07T04:11:58.002Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T04:12:07.569Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:12:07.569Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:12:57.999Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:12:58.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-07-07T04:12:58.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 PBDwzCCYkGWqsLGP) ... 2022-07-07T04:12:58.002Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:12:58.002Z||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-07-07T04:12:58.002Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T04:13:07.549Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:13:07.551Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:13:57.999Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:13:58.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-07-07T04:13:58.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 PBDwzCCYkGWqsLGP) ... 2022-07-07T04:13:58.002Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:13:58.003Z||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-07-07T04:13:58.003Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T04:14:07.548Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:14:07.548Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:14:57.999Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:14:58.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-07-07T04:14:58.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 PBDwzCCYkGWqsLGP) ... 2022-07-07T04:14:58.002Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:14:58.002Z||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-07-07T04:14:58.003Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T04:15:07.550Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:15:07.550Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:15:57.999Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:15:58.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-07-07T04:15:58.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 PBDwzCCYkGWqsLGP) ... 2022-07-07T04:15:58.002Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:15:58.002Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-07T04:15:58.002Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PBDwzCCYkGWqsLGP) ... 2022-07-07T04:16:07.551Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:16:07.551Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:16:57.999Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:16:58.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-07-07T04:16:58.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 PBDwzCCYkGWqsLGP) ... 2022-07-07T04:16:58.002Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:16:58.004Z||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-07-07T04:16:58.004Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T04:17:07.549Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:17:07.554Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:17:57.999Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:17:58.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-07-07T04:17:58.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 PBDwzCCYkGWqsLGP) ... 2022-07-07T04:17:58.002Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:17:58.002Z||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-07-07T04:17:58.002Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T04:18:07.548Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:18:07.553Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:18:58.001Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:18:58.002Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:18:58.003Z||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-07-07T04:18:58.003Z||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-07-07T04:18:58.003Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T04:18:58.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 PBDwzCCYkGWqsLGP) ... 2022-07-07T04:19:07.556Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:19:07.557Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:19:58.000Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:19:58.002Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:19:58.003Z||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-07-07T04:19:58.003Z||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-07-07T04:19:58.003Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T04:19:58.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 PBDwzCCYkGWqsLGP) ... 2022-07-07T04:20:07.590Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:20:07.594Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:20:57.999Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:20:58.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-07-07T04:20:58.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 PBDwzCCYkGWqsLGP) ... 2022-07-07T04:20:58.002Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:20:58.003Z||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-07-07T04:20:58.003Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T04:21:07.563Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:21:07.563Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:21:57.999Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:21:58.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-07-07T04:21:58.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 PBDwzCCYkGWqsLGP) ... 2022-07-07T04:21:58.002Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:21:58.003Z||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-07-07T04:21:58.003Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T04:22:07.545Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:22:07.547Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:22:57.999Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:22:58.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-07-07T04:22:58.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 PBDwzCCYkGWqsLGP) ... 2022-07-07T04:22:58.002Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:22:58.002Z||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-07-07T04:22:58.002Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PBDwzCCYkGWqsLGP) ... 2022-07-07T04:23:07.562Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:23:07.563Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:23:57.999Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:23:58.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-07-07T04:23:58.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 PBDwzCCYkGWqsLGP) ... 2022-07-07T04:23:58.002Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:23:58.003Z||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-07-07T04:23:58.003Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T04:24:07.549Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:24:07.556Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:24:57.999Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:24:58.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-07-07T04:24:58.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 PBDwzCCYkGWqsLGP) ... 2022-07-07T04:24:58.002Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:24:58.003Z||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-07-07T04:24:58.003Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T04:25:07.562Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:25:07.562Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:25:57.999Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:25:58.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-07-07T04:25:58.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 PBDwzCCYkGWqsLGP) ... 2022-07-07T04:25:58.002Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:25:58.003Z||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-07-07T04:25:58.003Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T04:26:07.546Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:26:07.546Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:26:57.999Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:26:58.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-07-07T04:26:58.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 PBDwzCCYkGWqsLGP) ... 2022-07-07T04:26:58.002Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:26:58.002Z||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-07-07T04:26:58.003Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T04:27:07.550Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:27:07.549Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:27:58.000Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:27:58.002Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:27:58.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-07-07T04:27:58.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 PBDwzCCYkGWqsLGP) ... 2022-07-07T04:27:58.002Z||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-07-07T04:27:58.003Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T04:28:07.564Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:28:07.564Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:28:57.999Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:28:58.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-07-07T04:28:58.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 PBDwzCCYkGWqsLGP) ... 2022-07-07T04:28:58.002Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:28:58.002Z||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-07-07T04:28:58.002Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T04:29:07.547Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:29:07.549Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:29:57.999Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:29:58.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-07-07T04:29:58.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 PBDwzCCYkGWqsLGP) ... 2022-07-07T04:29:58.002Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:29:58.003Z||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-07-07T04:29:58.003Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T04:30:07.571Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:30:07.578Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:30:57.999Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:30:58.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-07-07T04:30:58.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 PBDwzCCYkGWqsLGP) ... 2022-07-07T04:30:58.002Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:30:58.003Z||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-07-07T04:30:58.003Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T04:31:07.558Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:31:07.558Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:31:57.999Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:31:58.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-07-07T04:31:58.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 PBDwzCCYkGWqsLGP) ... 2022-07-07T04:31:58.002Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:31:58.002Z||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-07-07T04:31:58.002Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T04:32:07.548Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:32:07.549Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:32:57.999Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:32:58.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-07-07T04:32:58.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 PBDwzCCYkGWqsLGP) ... 2022-07-07T04:32:58.002Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:32:58.003Z||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-07-07T04:32:58.003Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T04:33:07.551Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:33:07.553Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:33:57.999Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:33:58.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-07-07T04:33:58.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 PBDwzCCYkGWqsLGP) ... 2022-07-07T04:33:58.002Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:33:58.003Z||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-07-07T04:33:58.003Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T04:34:07.576Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:34:07.585Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:34:57.999Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:34:58.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-07-07T04:34:58.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 PBDwzCCYkGWqsLGP) ... 2022-07-07T04:34:58.002Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:34:58.003Z||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-07-07T04:34:58.003Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T04:34:58.465Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:34:58.469Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-07T04:34:58.469Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78", "consumerID": "ves-openapi-manager", "timestamp": 1657168481102, "artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T04:34:58.498Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-07T04:34:58.499Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-07T04:34:58.499Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78", "consumerID": "ves-openapi-manager", "timestamp": 1657168481102, "artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/vfwc33e69a92ee30_modules.json", "status": "NOT_NOTIFIED" } 2022-07-07T04:34:58.499Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-07T04:34:58.499Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-07T04:34:58.499Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78", "consumerID": "cds", "timestamp": 1657168489804, "artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T04:34:58.499Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-07T04:34:58.500Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-07T04:34:58.500Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78", "consumerID": "ves-openapi-manager", "timestamp": 1657168481102, "artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-07-07T04:34:58.500Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-07T04:34:58.500Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-07T04:34:58.500Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78", "consumerID": "cds", "timestamp": 1657168489804, "artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/vfwc33e69a92ee30_modules.json", "status": "NOT_NOTIFIED" } 2022-07-07T04:34:58.501Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-07T04:34:58.501Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-07T04:34:58.501Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78", "consumerID": "ves-openapi-manager", "timestamp": 1657168481102, "artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T04:34:58.501Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-07T04:34:58.501Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-07T04:34:58.501Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78", "consumerID": "cds", "timestamp": 1657168489804, "artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-07-07T04:34:58.502Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-07T04:34:58.502Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-07T04:34:58.502Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78", "consumerID": "ves-openapi-manager", "timestamp": 1657168481102, "artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-07-07T04:34:58.502Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-07T04:34:58.502Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-07T04:34:58.503Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78", "consumerID": "cds", "timestamp": 1657168489804, "artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T04:34:58.503Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-07T04:34:58.503Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-07T04:34:58.503Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78", "consumerID": "multicloud-k8s-id", "timestamp": 1657168494039, "artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T04:34:58.503Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-07T04:34:58.503Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-07T04:34:58.503Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78", "consumerID": "ves-openapi-manager", "timestamp": 1657168481102, "artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/artifacts/service-Vfw20220707043320-template.yml", "status": "NOT_NOTIFIED" } 2022-07-07T04:34:58.504Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-07T04:34:58.504Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-07T04:34:58.504Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78", "consumerID": "clamp", "timestamp": 1657168493626, "artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T04:34:58.504Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-07T04:34:58.504Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-07T04:34:58.504Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78", "consumerID": "cds", "timestamp": 1657168489804, "artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-07-07T04:34:58.504Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-07T04:34:58.505Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-07T04:34:58.505Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78", "consumerID": "multicloud-k8s-id", "timestamp": 1657168494039, "artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/vfwc33e69a92ee30_modules.json", "status": "NOTIFIED" } 2022-07-07T04:34:58.505Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-07T04:34:58.505Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-07T04:34:58.505Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78", "consumerID": "ves-openapi-manager", "timestamp": 1657168481102, "artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/artifacts/service-Vfw20220707043320-csar.csar", "status": "NOT_NOTIFIED" } 2022-07-07T04:34:58.505Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-07T04:34:58.505Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-07T04:34:58.506Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78", "consumerID": "clamp", "timestamp": 1657168493626, "artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/vfwc33e69a92ee30_modules.json", "status": "NOTIFIED" } 2022-07-07T04:34:58.506Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-07T04:34:58.506Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-07T04:34:58.507Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78", "consumerID": "cds", "timestamp": 1657168489804, "artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/artifacts/service-Vfw20220707043320-template.yml", "status": "NOT_NOTIFIED" } 2022-07-07T04:34:58.507Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-07T04:34:58.507Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-07T04:34:58.507Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78", "consumerID": "multicloud-k8s-id", "timestamp": 1657168494039, "artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-07-07T04:34:58.507Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-07T04:34:58.507Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-07T04:34:58.507Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78", "consumerID": "clamp", "timestamp": 1657168493626, "artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-07-07T04:34:58.508Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-07T04:34:58.508Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-07T04:34:58.508Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78", "consumerID": "cds", "timestamp": 1657168489804, "artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/artifacts/service-Vfw20220707043320-csar.csar", "status": "NOTIFIED" } 2022-07-07T04:34:58.508Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-07T04:34:58.508Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-07T04:34:58.508Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657168495957, "artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T04:34:58.508Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-07T04:34:58.509Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-07T04:34:58.509Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78", "consumerID": "multicloud-k8s-id", "timestamp": 1657168494039, "artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T04:34:58.509Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-07T04:34:58.509Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-07T04:34:58.509Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78", "consumerID": "clamp", "timestamp": 1657168493626, "artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T04:34:58.510Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-07T04:34:58.510Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-07T04:34:58.510Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657168495957, "artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/vfwc33e69a92ee30_modules.json", "status": "NOT_NOTIFIED" } 2022-07-07T04:34:58.510Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-07T04:34:58.510Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-07T04:34:58.510Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78", "consumerID": "multicloud-k8s-id", "timestamp": 1657168494039, "artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-07-07T04:34:58.511Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-07T04:34:58.511Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-07T04:34:58.511Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78", "consumerID": "cds", "timestamp": 1657168498037, "artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/artifacts/service-Vfw20220707043320-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-07T04:34:58.511Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T04:34:58.511Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-07T04:34:58.511Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78", "consumerID": "clamp", "timestamp": 1657168493626, "artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-07-07T04:34:58.511Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-07T04:34:58.512Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-07T04:34:58.512Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657168495957, "artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-07-07T04:34:58.512Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-07T04:34:58.512Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-07T04:34:58.512Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78", "consumerID": "multicloud-k8s-id", "timestamp": 1657168494039, "artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/artifacts/service-Vfw20220707043320-template.yml", "status": "NOT_NOTIFIED" } 2022-07-07T04:34:58.512Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-07T04:34:58.512Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-07T04:34:58.512Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78", "consumerID": "cds", "timestamp": 1657168499062, "artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/artifacts/service-Vfw20220707043320-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-07-07T04:34:58.667Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:34:58.668Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-07-07T04:34:58.668Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"ef5b7a76-228a-4949-918c-1b477733cb78","serviceName":"vFW 2022-07-07 04-33-20","serviceVersion":"1.0","serviceUUID":"e2c5f86f-9266-4148-8f35-6d4e95f756a5","serviceDescription":"catalog service description","serviceInvariantUUID":"8e24bfdf-02c3-4553-ad03-aee4d3908080","resources":[{"resourceInstanceName":"vFW c33e69a9-2ee3 0","resourceName":"vFW c33e69a9-2ee3","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"85c05988-5a58-481b-98c4-a5001f4ff3a2","resourceInvariantUUID":"c486691c-34b9-430d-962a-fa2ead986f6a","resourceCustomizationUUID":"a0980327-c91e-4772-b38f-a5e2721eb3a2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/vf-license-model.xml","artifactChecksum":"YWZhMmQ0MGQ2ODAzNDg5YjJkNGExODZjNzY2YjJmM2Q\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ce43157b-e997-40fe-8d9b-15755981438e","artifactVersion":"1"},{"artifactName":"vfwc33e69a92ee30_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/vfwc33e69a92ee30_modules.json","artifactChecksum":"OTg5NTYxYmNlYjBhMWJiNDgxZmViMDE0YmE4ZGViN2Y\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"03c2da1c-e209-4a93-bff7-e27e9617690e","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"5dc464b3-e0eb-4c66-9e18-cce42f0e380a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/vendor-license-model.xml","artifactChecksum":"N2U1OWJkNzQ1ZTg4YWViNjM4ZDMxN2E5ZjA2ZDA5ZGQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1bda703e-73be-4473-bb1c-5ee4cb168ea9","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7e53c171-0628-487a-ae0d-eae2aa52963b","artifactVersion":"2","generatedFromUUID":"5dc464b3-e0eb-4c66-9e18-cce42f0e380a"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220707043320-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220707043320/1.0/artifacts/service-Vfw20220707043320-template.yml","artifactChecksum":"NGJkNTQzZGMyOTJmOGQzMmUxM2ZiMmNjOWY5MmEwMjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d13b41df-c778-4ac8-862a-de9ad1a3da84","artifactVersion":"1"},{"artifactName":"service-Vfw20220707043320-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220707043320/1.0/artifacts/service-Vfw20220707043320-csar.csar","artifactChecksum":"NTUwODk4MTM1NzUwNDY4N2M2MjZjNThkZjY1OTVkODQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"97efca9d-7f1b-415f-a333-7a1da713211d","artifactVersion":"1"}],"workloadContext":"Production"} 2022-07-07T04:34:58.675Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-07T04:34:58.682Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-07-07T04:34:58.693Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T04:34:58.693Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657168497999, "artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T04:34:58.704Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ef5b7a76-228a-4949-918c-1b477733cb78 2022-07-07T04:34:58.724Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ef5b7a76-228a-4949-918c-1b477733cb78 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-07-07T04:34:58.750Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-07T04:34:58.750Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78", "consumerID": "policy-id", "timestamp": 1657168498315, "artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T04:34:58.750Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-07T04:34:58.794Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2022-07-07T04:34:58.797Z||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-07-07T04:34:58.797Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T04:34:58.814Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:34:58.815Z||pool-3-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-07-07T04:34:59.700Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-07T04:34:59.701Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-07T04:34:59.702Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T04:34:59.702Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657168497999, "artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/vfwc33e69a92ee30_modules.json", "status": "NOTIFIED" } 2022-07-07T04:34:59.802Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-07T04:34:59.803Z||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-07-07T04:34:59.804Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T04:34:59.837Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:34:59.837Z||pool-4-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} 2022-07-07T04:35:00.703Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-07T04:35:00.704Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-07T04:35:00.709Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T04:35:00.709Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657168497999, "artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-07-07T04:35:00.807Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-07-07T04:35:00.808Z||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-07-07T04:35:00.808Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T04:35:00.849Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:35:00.849Z||pool-5-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":1,"count":1} 2022-07-07T04:35:01.710Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-07T04:35:01.711Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-07T04:35:01.713Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T04:35:01.713Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657168497999, "artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T04:35:01.814Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-07T04:35:01.816Z||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-07-07T04:35:01.817Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T04:35:01.861Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:35:01.862Z||pool-6-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1} 2022-07-07T04:35:02.714Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-07T04:35:02.715Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-07T04:35:02.717Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T04:35:02.717Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657168497999, "artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-07-07T04:35:02.817Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-07T04:35:02.818Z||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-07-07T04:35:02.818Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T04:35:02.841Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:35:02.842Z||pool-7-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1} 2022-07-07T04:35:03.717Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-07T04:35:03.719Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-07T04:35:03.721Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T04:35:03.721Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657168497999, "artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/artifacts/service-Vfw20220707043320-template.yml", "status": "NOT_NOTIFIED" } 2022-07-07T04:35:03.821Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-07T04:35:03.823Z||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-07-07T04:35:03.823Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T04:35:03.845Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:35:03.846Z||pool-8-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-07-07T04:35:04.722Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-07T04:35:04.723Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-07T04:35:04.725Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T04:35:04.726Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657168497999, "artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/artifacts/service-Vfw20220707043320-csar.csar", "status": "NOTIFIED" } 2022-07-07T04:35:04.826Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-07T04:35:04.827Z||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-07-07T04:35:04.827Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T04:35:04.844Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:35:04.845Z||pool-9-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-07-07T04:35:05.728Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78", "serviceName": "vFW 2022-07-07 04-33-20", "serviceVersion": "1.0", "serviceUUID": "e2c5f86f-9266-4148-8f35-6d4e95f756a5", "serviceDescription": "catalog service description", "serviceInvariantUUID": "8e24bfdf-02c3-4553-ad03-aee4d3908080", "resources": [ { "resourceInstanceName": "vFW c33e69a9-2ee3 0", "resourceCustomizationUUID": "a0980327-c91e-4772-b38f-a5e2721eb3a2", "resourceName": "vFW c33e69a9-2ee3", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "85c05988-5a58-481b-98c4-a5001f4ff3a2", "resourceInvariantUUID": "c486691c-34b9-430d-962a-fa2ead986f6a", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwc33e69a92ee30_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/vfwc33e69a92ee30_modules.json", "artifactChecksum": "OTg5NTYxYmNlYjBhMWJiNDgxZmViMDE0YmE4ZGViN2Y\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "03c2da1c-e209-4a93-bff7-e27e9617690e", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "5dc464b3-e0eb-4c66-9e18-cce42f0e380a", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "7e53c171-0628-487a-ae0d-eae2aa52963b", "generatedFromUUID": "5dc464b3-e0eb-4c66-9e18-cce42f0e380a" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "7e53c171-0628-487a-ae0d-eae2aa52963b", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220707043320-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/artifacts/service-Vfw20220707043320-csar.csar", "artifactChecksum": "NTUwODk4MTM1NzUwNDY4N2M2MjZjNThkZjY1OTVkODQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "97efca9d-7f1b-415f-a333-7a1da713211d" } ], "workloadContext": "Production" } 2022-07-07T04:35:05.729Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-07-07T04:35:05.729Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e2c5f86f-9266-4148-8f35-6d4e95f756a5 ASDC 2022-07-07T04:35:05.852Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:ef5b7a76-228a-4949-918c-1b477733cb78 ServiceName:vFW 2022-07-07 04-33-20 ServiceVersion:1.0 ServiceUUID:e2c5f86f-9266-4148-8f35-6d4e95f756a5 ServiceInvariantUUID:8e24bfdf-02c3-4553-ad03-aee4d3908080 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220707043320-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220707043320/1.0/artifacts/service-Vfw20220707043320-csar.csar ArtifactUUID:97efca9d-7f1b-415f-a333-7a1da713211d ArtifactChecksum:NTUwODk4MTM1NzUwNDY4N2M2MjZjNThkZjY1OTVkODQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW c33e69a9-2ee3 0 ResourceCustomizationUUID:a0980327-c91e-4772-b38f-a5e2721eb3a2 ResourceInvariantUUID:c486691c-34b9-430d-962a-fa2ead986f6a ResourceName:vFW c33e69a9-2ee3 ResourceType:VF ResourceUUID:85c05988-5a58-481b-98c4-a5001f4ff3a2 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwc33e69a92ee30_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/vfwc33e69a92ee30_modules.json ArtifactUUID:03c2da1c-e209-4a93-bff7-e27e9617690e ArtifactChecksum:OTg5NTYxYmNlYjBhMWJiNDgxZmViMDE0YmE4ZGViN2Y= 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/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/base_vfw.yaml ArtifactUUID:5dc464b3-e0eb-4c66-9e18-cce42f0e380a 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/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/base_vfw.env ArtifactUUID:7e53c171-0628-487a-ae0d-eae2aa52963b 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/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/base_vfw.env ArtifactUUID:7e53c171-0628-487a-ae0d-eae2aa52963b ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-07-07T04:35:05.852Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e2c5f86f-9266-4148-8f35-6d4e95f756a5 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-07-07T04:35:05.913Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-07T04:35:05.913Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-07-07T04:35:05.914Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-07-07T04:35:05.915Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 97efca9d-7f1b-415f-a333-7a1da713211d from URL: /sdc/v1/catalog/services/Vfw20220707043320/1.0/artifacts/service-Vfw20220707043320-csar.csar 2022-07-07T04:35:05.915Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-07-07T04:35:05.916Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220707043320/1.0/artifacts/service-Vfw20220707043320-csar.csar 2022-07-07T04:35:06.058Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-07-07T04:35:06.076Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220707043320/1.0/artifacts/service-Vfw20220707043320-csar.csar 97efca9d-7f1b-415f-a333-7a1da713211d 99023 2022-07-07T04:35:06.077Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220707043320/1.0/artifacts/service-Vfw20220707043320-csar.csar ASDC sendASDCNotification 2022-07-07T04:35:06.077Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220707043320/1.0/artifacts/service-Vfw20220707043320-csar.csar 2022-07-07T04:35:06.078Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-07T04:35:06.079Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-07T04:35:06.081Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T04:35:06.081Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657168506076, "artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/artifacts/service-Vfw20220707043320-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-07T04:35:06.181Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-07T04:35:06.182Z||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-07-07T04:35:06.182Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T04:35:06.203Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:35:06.204Z||pool-10-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-07-07T04:35:07.081Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-07T04:35:07.083Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-07-07T04:35:07.083Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 97efca9d-7f1b-415f-a333-7a1da713211d, URL: /sdc/v1/catalog/services/Vfw20220707043320/1.0/artifacts/service-Vfw20220707043320-csar.csar to file: /app/ASDC/1/service-Vfw20220707043320-csar.csar 2022-07-07T04:35:07.084Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220707043320-csar.csar 2022-07-07T04:35:07.156Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220707043320-csar.csar 2022-07-07T04:35:07.157Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220707043320-csar.csar 2022-07-07T04:35:07.753Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3875353443795891252/Definitions/service-Vfw20220707043320-template.yml Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided 2022-07-07T04:35:10.753Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-07-07T04:35:10.759Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-07-07T04:35:10.759Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220707043320-csar.csar 2022-07-07T04:35:10.759Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-07-07T04:35:10.760Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220707043320-csar.csar 2022-07-07T04:35:10.760Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220707043320-csar.csar 2022-07-07T04:35:10.760Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220707043320-csar.csar 2022-07-07T04:35:10.760Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220707043320-csar.csar 2022-07-07T04:35:10.760Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220707043320-csar.csar 2022-07-07T04:35:10.760Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220707043320-csar.csar 2022-07-07T04:35:10.760Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220707043320-csar.csar 2022-07-07T04:35:10.760Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220707043320-csar.csar 2022-07-07T04:35:10.761Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW c33e69a9-2ee3 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-Vfw20220707043320-csar.csar 2022-07-07T04:35:10.761Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220707043320-csar.csar 2022-07-07T04:35:10.761Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220707043320-csar.csar 2022-07-07T04:35:10.761Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220707043320-csar.csar 2022-07-07T04:35:10.761Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220707043320-csar.csar 2022-07-07T04:35:10.761Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-07-07T04:35:10.767Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T04:35:10.769Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-07 04-33-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-07-07T04:35:10.773Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vFW c33e69a9-2ee3 0 is matching search criteria 2022-07-07T04:35:10.773Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-07-07T04:35:10.774Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c33e69a9-2ee3 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-07T04:35:10.776Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T04:35:10.776Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-07 04-33-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-07-07T04:35:10.777Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vFW c33e69a9-2ee3 0 is matching search criteria 2022-07-07T04:35:10.777Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-07-07T04:35:10.777Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c33e69a9-2ee3 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-07T04:35:10.777Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T04:35:10.777Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-07 04-33-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-07T04:35:10.781Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T04:35:10.781Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vFW c33e69a9-2ee3 0 is not matching search criteria 2022-07-07T04:35:10.781Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-07-07T04:35:10.781Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-07-07T04:35:10.781Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-07-07T04:35:10.781Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-07-07T04:35:10.782Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-07-07T04:35:10.782Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-07-07T04:35:10.782Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-07-07T04:35:10.782Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-07-07T04:35:10.782Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-07-07T04:35:10.782Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-07-07T04:35:10.783Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-07-07T04:35:10.783Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-07-07T04:35:10.783Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-07-07T04:35:10.783Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-07-07T04:35:10.783Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-07-07T04:35:10.783Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-07-07T04:35:10.784Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T04:35:10.784Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-07 04-33-20 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-07-07T04:35:10.785Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T04:35:10.785Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vFW c33e69a9-2ee3 0 is matching search criteria 2022-07-07T04:35:10.785Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c33e69a9-2ee3 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-07T04:35:10.786Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T04:35:10.786Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vFW c33e69a9-2ee3 0 is matching search criteria 2022-07-07T04:35:10.786Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c33e69a9-2ee3 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-07T04:35:10.786Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T04:35:10.786Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vFW c33e69a9-2ee3 0 is matching search criteria 2022-07-07T04:35:10.786Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c33e69a9-2ee3 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-07T04:35:10.787Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T04:35:10.787Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vFW c33e69a9-2ee3 0 is not matching search criteria 2022-07-07T04:35:10.787Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-07-07T04:35:10.787Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-07-07T04:35:10.787Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-07-07T04:35:10.788Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-07-07T04:35:10.788Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-07-07T04:35:10.788Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-07-07T04:35:10.788Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-07-07T04:35:10.788Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-07-07T04:35:10.788Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-07-07T04:35:10.789Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-07-07T04:35:10.789Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-07-07T04:35:10.789Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0f038d89-7352-4695-ba57-6f074277d589 2022-07-07T04:35:10.789Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T04:35:10.789Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vFW c33e69a9-2ee3 0 is not matching search criteria 2022-07-07T04:35:10.789Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-07-07T04:35:10.790Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-07-07T04:35:10.790Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-07-07T04:35:10.790Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-07-07T04:35:10.790Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-07-07T04:35:10.790Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-07-07T04:35:10.790Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-07-07T04:35:10.791Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-07-07T04:35:10.791Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-07-07T04:35:10.791Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-07-07T04:35:10.791Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-07-07T04:35:10.791Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-07-07T04:35:10.791Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=79e36649-9624-484b-aedd-55687225dfcd 2022-07-07T04:35:10.792Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T04:35:10.792Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vFW c33e69a9-2ee3 0 is not matching search criteria 2022-07-07T04:35:10.792Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-07-07T04:35:10.792Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-07-07T04:35:10.792Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-07-07T04:35:10.792Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-07-07T04:35:10.793Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-07-07T04:35:10.793Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-07-07T04:35:10.793Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-07-07T04:35:10.793Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-07-07T04:35:10.793Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-07-07T04:35:10.793Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-07-07T04:35:10.794Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-07-07T04:35:10.794Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-07-07T04:35:10.794Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=30ab7f08-1680-4b1c-a953-ecc28d79e982 2022-07-07T04:35:10.794Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T04:35:10.794Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-07 04-33-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-07-07T04:35:10.794Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T04:35:10.795Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-07 04-33-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-07-07T04:35:10.795Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T04:35:10.795Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-07 04-33-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-07T04:35:10.795Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T04:35:10.795Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-07 04-33-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-07T04:35:10.795Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-07-07 04-33-20 Description:catalog service description Model UUID:e2c5f86f-9266-4148-8f35-6d4e95f756a5 Model Version:NULL Model InvariantUuid:8e24bfdf-02c3-4553-ad03-aee4d3908080 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW c33e69a9-2ee3 Model UUID:25370380-1100-473e-b0aa-1a2e51ac298a Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:c486691c-34b9-430d-962a-fa2ead986f6a Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:a0980327-c91e-4772-b38f-a5e2721eb3a2 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:86941876-ce62-4ad0-8871-a6740aeeafc4 ModelName:VfwC33e69a92ee3..base_vfw..module-0 ModelUuid:aca03850-f5b1-420c-a8e2-3d10f156166c ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:0f038d89-7352-4695-ba57-6f074277d589 ModelInvariantUuid:1c296152-81aa-4fb5-a177-1995acdc37e9 ModelName:vFW c33e69a9-2ee3-nodes.vfwCvfc ModelUuid:0e16d023-5581-4e9d-a5f4-ac57c432e826 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:a20fc2b1-33f8-41f8-b8ec-c98b20886d52 ModelInvariantUuid:e1bdfce3-3f1b-41ba-b650-01be02a6da5a ModelName:VfwC33e69a92ee3.compute.nodes.heat.vfw ModelUuid:7456ab6a-cbd0-413c-9536-91035c7b5d6a ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:79e36649-9624-484b-aedd-55687225dfcd ModelInvariantUuid:3133dfaa-f113-4026-9ba3-82a9242562f7 ModelName:vFW c33e69a9-2ee3-nodes.vsnCvfc ModelUuid:99a827b0-53ed-49d3-b62a-6c5f9829ca36 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:69cca0f5-62cc-4da0-8b72-8b13326aaf40 ModelInvariantUuid:af2e37ee-5bf4-42da-bac7-ec9ad4874ee6 ModelName:VfwC33e69a92ee3.compute.nodes.heat.vsn ModelUuid:eb09ed4f-d814-4bc5-818e-92a3bb14e94f ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:30ab7f08-1680-4b1c-a953-ecc28d79e982 ModelInvariantUuid:05ef2939-5ba8-4de9-82c7-e6a2e9df61f7 ModelName:vFW c33e69a9-2ee3-nodes.vpgCvfc ModelUuid:1548bb03-f28e-465b-9f6b-c0f479079789 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:aedbb860-3d98-4ce2-9da3-b3f0844e65c5 ModelInvariantUuid:47aaf14a-fc2f-4d58-be07-315579b95c54 ModelName:VfwC33e69a92ee3.compute.nodes.heat.vpg ModelUuid:8eb78456-4cdd-4520-b648-a249153bbf23 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-07-07T04:35:10.809Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 85c05988-5a58-481b-98c4-a5001f4ff3a2 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-07-07T04:35:10.901Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||vFW c33e69a9-2ee3 0 2022-07-07T04:35:10.909Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 85c05988-5a58-481b-98c4-a5001f4ff3a2 2022-07-07T04:35:10.909Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 03c2da1c-e209-4a93-bff7-e27e9617690e from URL: /sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/vfwc33e69a92ee30_modules.json 2022-07-07T04:35:10.909Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-07-07T04:35:10.910Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/vfwc33e69a92ee30_modules.json 2022-07-07T04:35:11.013Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-07-07T04:35:11.013Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/vfwc33e69a92ee30_modules.json 03c2da1c-e209-4a93-bff7-e27e9617690e 785 2022-07-07T04:35:11.014Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/vfwc33e69a92ee30_modules.json ASDC sendASDCNotification 2022-07-07T04:35:11.014Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/vfwc33e69a92ee30_modules.json 2022-07-07T04:35:11.014Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-07T04:35:11.015Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-07T04:35:11.017Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T04:35:11.017Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657168511014, "artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/vfwc33e69a92ee30_modules.json", "status": "DOWNLOAD_OK" } 2022-07-07T04:35:11.117Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-07T04:35:11.118Z||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-07-07T04:35:11.118Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T04:35:11.141Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:35:11.141Z||pool-11-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-07-07T04:35:12.018Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwC33e69a92ee3..base_vfw..module-0", "vfModuleModelInvariantUUID": "86941876-ce62-4ad0-8871-a6740aeeafc4", "vfModuleModelVersion": "1", "vfModuleModelUUID": "aca03850-f5b1-420c-a8e2-3d10f156166c", "vfModuleModelCustomizationUUID": "85acdbf5-d101-4e05-9906-f9a27f2d210e", "isBase": true, "artifacts": [ "5dc464b3-e0eb-4c66-9e18-cce42f0e380a", "7e53c171-0628-487a-ae0d-eae2aa52963b" ], "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-07-07T04:35:12.034Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwC33e69a92ee3..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:aca03850-f5b1-420c-a8e2-3d10f156166c VfModuleModelInvariantUUID:86941876-ce62-4ad0-8871-a6740aeeafc4 VfModuleModelDescription:NULL Artifacts UUID List:{ 5dc464b3-e0eb-4c66-9e18-cce42f0e380a , 7e53c171-0628-487a-ae0d-eae2aa52963b } 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-07-07T04:35:12.037Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwC33e69a92ee3..base_vfw..module-0", "vfModuleModelInvariantUUID": "86941876-ce62-4ad0-8871-a6740aeeafc4", "vfModuleModelVersion": "1", "vfModuleModelUUID": "aca03850-f5b1-420c-a8e2-3d10f156166c", "vfModuleModelCustomizationUUID": "85acdbf5-d101-4e05-9906-f9a27f2d210e", "isBase": true, "artifacts": [ "5dc464b3-e0eb-4c66-9e18-cce42f0e380a", "7e53c171-0628-487a-ae0d-eae2aa52963b" ], "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-07-07T04:35:12.037Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwC33e69a92ee3..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:aca03850-f5b1-420c-a8e2-3d10f156166c VfModuleModelInvariantUUID:86941876-ce62-4ad0-8871-a6740aeeafc4 VfModuleModelDescription:NULL Artifacts UUID List:{ 5dc464b3-e0eb-4c66-9e18-cce42f0e380a , 7e53c171-0628-487a-ae0d-eae2aa52963b } 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-07-07T04:35:12.037Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 5dc464b3-e0eb-4c66-9e18-cce42f0e380a from URL: /sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/base_vfw.yaml 2022-07-07T04:35:12.037Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-07-07T04:35:12.038Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/base_vfw.yaml 2022-07-07T04:35:12.581Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-07-07T04:35:12.582Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/base_vfw.yaml 5dc464b3-e0eb-4c66-9e18-cce42f0e380a 20368 2022-07-07T04:35:12.583Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-07-07T04:35:12.583Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/base_vfw.yaml 2022-07-07T04:35:12.583Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-07T04:35:12.583Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-07T04:35:12.585Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T04:35:12.585Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657168512582, "artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-07-07T04:35:12.685Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-07T04:35:12.686Z||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-07-07T04:35:12.686Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T04:35:12.710Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:35:12.711Z||pool-12-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-07-07T04:35:13.587Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 7e53c171-0628-487a-ae0d-eae2aa52963b from URL: /sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/base_vfw.env 2022-07-07T04:35:13.587Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-07-07T04:35:13.588Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/base_vfw.env 2022-07-07T04:35:13.880Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-07-07T04:35:13.880Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/base_vfw.env 7e53c171-0628-487a-ae0d-eae2aa52963b 2098 2022-07-07T04:35:13.881Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/base_vfw.env ASDC sendASDCNotification 2022-07-07T04:35:13.881Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/base_vfw.env 2022-07-07T04:35:13.881Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-07T04:35:13.881Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-07T04:35:13.883Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T04:35:13.883Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657168513881, "artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-07-07T04:35:13.983Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-07T04:35:13.984Z||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-07-07T04:35:13.984Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T04:35:13.999Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:35:13.999Z||pool-13-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-07-07T04:35:14.884Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: e2c5f86f-9266-4148-8f35-6d4e95f756a5 2022-07-07T04:35:14.884Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW c33e69a9-2ee3 0 85c05988-5a58-481b-98c4-a5001f4ff3a2 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-07-07T04:35:14.924Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@45771362, org.onap.sdc.toscaparser.api.parameters.Input@2d615e92, org.onap.sdc.toscaparser.api.parameters.Input@312a6241, org.onap.sdc.toscaparser.api.parameters.Input@26ffd38f, org.onap.sdc.toscaparser.api.parameters.Input@5bee2831] 2022-07-07T04:35:14.928Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T04:35:14.928Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-07 04-33-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-07T04:35:14.928Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2022-07-07T04:35:14.928Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= a0980327-c91e-4772-b38f-a5e2721eb3a2 2022-07-07T04:35:14.928Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a0980327-c91e-4772-b38f-a5e2721eb3a2 matches Tosca VF Customization UUID: a0980327-c91e-4772-b38f-a5e2721eb3a2 2022-07-07T04:35:14.928Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: a0980327-c91e-4772-b38f-a5e2721eb3a2 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-07-07T04:35:14.935Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T04:35:14.935Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-07 04-33-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-07-07T04:35:14.936Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id a0980327-c91e-4772-b38f-a5e2721eb3a2: {\"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-07-07T04:35:14.936Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2a53ad33 2022-07-07T04:35:14.937Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T04:35:14.937Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-07 04-33-20 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-07-07T04:35:14.937Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 85acdbf5-d101-4e05-9906-f9a27f2d210e 2022-07-07T04:35:14.938Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 85acdbf5-d101-4e05-9906-f9a27f2d210e 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-07-07T04:35:14.944Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T04:35:14.944Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vFW c33e69a9-2ee3 0 is matching search criteria 2022-07-07T04:35:14.944Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c33e69a9-2ee3 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-07T04:35:14.946Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T04:35:14.946Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vFW c33e69a9-2ee3 0 is matching search criteria 2022-07-07T04:35:14.946Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c33e69a9-2ee3 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-07T04:35:14.946Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T04:35:14.946Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vFW c33e69a9-2ee3 0 is not matching search criteria 2022-07-07T04:35:14.947Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-07-07T04:35:14.947Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-07-07T04:35:14.947Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-07-07T04:35:14.947Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-07-07T04:35:14.947Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-07-07T04:35:14.948Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-07-07T04:35:14.948Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-07-07T04:35:14.948Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-07-07T04:35:14.948Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-07-07T04:35:14.948Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-07-07T04:35:14.948Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-07-07T04:35:14.949Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0f038d89-7352-4695-ba57-6f074277d589 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-07-07T04:35:14.959Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T04:35:14.959Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vFW c33e69a9-2ee3 0 is matching search criteria 2022-07-07T04:35:14.960Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c33e69a9-2ee3 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-07T04:35:14.960Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T04:35:14.960Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vFW c33e69a9-2ee3 0 is not matching search criteria 2022-07-07T04:35:14.960Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-07-07T04:35:14.961Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-07-07T04:35:14.961Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-07-07T04:35:14.961Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-07-07T04:35:14.961Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-07-07T04:35:14.961Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-07-07T04:35:14.961Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-07-07T04:35:14.962Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-07-07T04:35:14.962Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-07-07T04:35:14.962Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-07-07T04:35:14.962Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-07-07T04:35:14.962Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-07-07T04:35:14.963Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=79e36649-9624-484b-aedd-55687225dfcd 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-07-07T04:35:14.965Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T04:35:14.965Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vFW c33e69a9-2ee3 0 is matching search criteria 2022-07-07T04:35:14.965Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c33e69a9-2ee3 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-07T04:35:14.967Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T04:35:14.967Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vFW c33e69a9-2ee3 0 is not matching search criteria 2022-07-07T04:35:14.968Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-07-07T04:35:14.968Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-07-07T04:35:14.968Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-07-07T04:35:14.968Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-07-07T04:35:14.968Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-07-07T04:35:14.969Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-07-07T04:35:14.969Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-07-07T04:35:14.969Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-07-07T04:35:14.969Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-07-07T04:35:14.969Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-07-07T04:35:14.970Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-07-07T04:35:14.970Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-07-07T04:35:14.970Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=30ab7f08-1680-4b1c-a953-ecc28d79e982 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-07-07T04:35:14.972Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T04:35:14.972Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vFW c33e69a9-2ee3 0 is matching search criteria 2022-07-07T04:35:14.972Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c33e69a9-2ee3 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-07T04:35:14.972Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T04:35:14.973Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vFW c33e69a9-2ee3 0 is matching search criteria 2022-07-07T04:35:14.973Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c33e69a9-2ee3 0] matching following query criteria: sdcType=VF, customizationUUID=a0980327-c91e-4772-b38f-a5e2721eb3a2 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-07-07T04:35:14.975Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T04:35:14.975Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-07 04-33-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-07-07T04:35:14.975Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid e2c5f86f-9266-4148-8f35-6d4e95f756a5: vFW c33e69a9-2ee3 2022-07-07T04:35:14.975Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T04:35:14.976Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-07 04-33-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-07T04:35:14.976Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T04:35:14.976Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-07 04-33-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-07-07T04:35:14.976Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T04:35:14.976Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-07 04-33-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-07-07T04:35:14.977Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T04:35:14.977Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-07 04-33-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-07-07T04:35:14.977Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T04:35:14.977Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-07 04-33-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-07-07T04:35:14.978Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2022-07-07 04-33-20 Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-07-07T04:35:15.249Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW c33e69a9-2ee3 85c05988-5a58-481b-98c4-a5001f4ff3a2 1 ASDC deployResourceStructure 2022-07-07T04:35:15.250Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/vfwc33e69a92ee30_modules.json ASDC sendASDCNotification 2022-07-07T04:35:15.250Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/vfwc33e69a92ee30_modules.json 2022-07-07T04:35:15.250Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-07T04:35:15.251Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-07T04:35:15.253Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T04:35:15.253Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657168515250, "artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/vfwc33e69a92ee30_modules.json", "status": "DEPLOY_OK" } 2022-07-07T04:35:15.353Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-07T04:35:15.354Z||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-07-07T04:35:15.354Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T04:35:15.414Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:35:15.415Z||pool-14-thread-1|||||INFO|500||cambria reply ok (62 ms):{"serverTimeMs":0,"count":1} 2022-07-07T04:35:16.254Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-07-07T04:35:16.254Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/base_vfw.yaml 2022-07-07T04:35:16.254Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-07T04:35:16.254Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-07T04:35:16.256Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T04:35:16.256Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657168516254, "artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-07-07T04:35:16.357Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-07T04:35:16.358Z||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-07-07T04:35:16.358Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T04:35:16.373Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:35:16.373Z||pool-15-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-07-07T04:35:17.257Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/base_vfw.env ASDC sendASDCNotification 2022-07-07T04:35:17.258Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/base_vfw.env 2022-07-07T04:35:17.258Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-07T04:35:17.258Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-07T04:35:17.260Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T04:35:17.260Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657168517257, "artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-07-07T04:35:17.360Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-07T04:35:17.361Z||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-07-07T04:35:17.362Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T04:35:17.402Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:35:17.403Z||pool-16-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1} 2022-07-07T04:35:18.261Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220707043320/1.0/artifacts/service-Vfw20220707043320-csar.csar ASDC sendASDCNotification 2022-07-07T04:35:18.261Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220707043320/1.0/artifacts/service-Vfw20220707043320-csar.csar 2022-07-07T04:35:18.262Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-07T04:35:18.262Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-07T04:35:18.264Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T04:35:18.264Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657168518261, "artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/artifacts/service-Vfw20220707043320-csar.csar", "status": "DEPLOY_OK" } 2022-07-07T04:35:18.364Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-07T04:35:18.365Z||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-07-07T04:35:18.365Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T04:35:18.386Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:35:18.386Z||pool-17-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-07-07T04:35:19.265Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef5b7a76-228a-4949-918c-1b477733cb78 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-07T04:35:19.283Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef5b7a76-228a-4949-918c-1b477733cb78 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-07T04:35:19.285Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-07T04:35:19.286Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-07T04:35:19.286Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-07T04:35:49.286Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef5b7a76-228a-4949-918c-1b477733cb78 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-07T04:35:49.300Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef5b7a76-228a-4949-918c-1b477733cb78 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-07T04:35:49.303Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-07T04:35:49.303Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-07T04:35:49.303Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-07T04:35:58.002Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:35:58.004Z||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-07-07T04:35:58.004Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T04:35:58.049Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:35:58.050Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-07T04:35:58.050Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78", "consumerID": "clamp", "timestamp": 1657168493626, "artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/artifacts/service-Vfw20220707043320-template.yml", "status": "NOT_NOTIFIED" } 2022-07-07T04:35:58.051Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-07T04:36:19.304Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef5b7a76-228a-4949-918c-1b477733cb78 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-07T04:36:19.326Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef5b7a76-228a-4949-918c-1b477733cb78 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-07T04:36:19.329Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-07T04:36:19.330Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-07T04:36:19.330Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-07T04:36:49.330Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef5b7a76-228a-4949-918c-1b477733cb78 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-07T04:36:49.344Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef5b7a76-228a-4949-918c-1b477733cb78 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-07T04:36:49.347Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-07T04:36:49.347Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-07T04:36:49.347Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-07T04:36:58.002Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:36:58.003Z||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-07-07T04:36:58.003Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T04:36:58.033Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:36:58.034Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:36:58.034Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657168495957, "artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T04:36:58.035Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-07T04:37:19.347Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef5b7a76-228a-4949-918c-1b477733cb78 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-07T04:37:19.358Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef5b7a76-228a-4949-918c-1b477733cb78 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-07T04:37:19.361Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-07T04:37:19.361Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-07T04:37:19.361Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-07T04:37:49.361Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef5b7a76-228a-4949-918c-1b477733cb78 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-07T04:37:49.374Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef5b7a76-228a-4949-918c-1b477733cb78 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-07T04:37:49.376Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-07T04:37:49.376Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-07T04:37:49.377Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-07T04:37:58.002Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:37:58.003Z||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-07-07T04:37:58.003Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T04:37:58.033Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:37:58.038Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:37:58.038Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657168497999, "artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T04:37:58.039Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-07T04:37:58.039Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:37:58.040Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78", "consumerID": "multicloud-k8s-id", "timestamp": 1657168494039, "artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/artifacts/service-Vfw20220707043320-csar.csar", "status": "NOTIFIED" } 2022-07-07T04:37:58.040Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-07T04:37:58.040Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:37:58.040Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78", "consumerID": "policy-id", "timestamp": 1657168498315, "artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/vfwc33e69a92ee30_modules.json", "status": "NOT_NOTIFIED" } 2022-07-07T04:37:58.040Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-07T04:37:58.040Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:37:58.040Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78", "consumerID": "clamp", "timestamp": 1657168493626, "artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/artifacts/service-Vfw20220707043320-csar.csar", "status": "NOTIFIED" } 2022-07-07T04:37:58.041Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-07T04:37:58.041Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:37:58.041Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657168495957, "artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-07-07T04:37:58.041Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-07T04:37:58.041Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:37:58.041Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657168497999, "artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/vfwc33e69a92ee30_modules.json", "status": "NOTIFIED" } 2022-07-07T04:37:58.041Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-07T04:37:58.042Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:37:58.042Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78", "consumerID": "policy-id", "timestamp": 1657168498315, "artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-07-07T04:37:58.042Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-07T04:37:58.042Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:37:58.042Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78", "consumerID": "multicloud-k8s-id", "timestamp": 1657168502032, "artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/vfwc33e69a92ee30_modules.json", "status": "DOWNLOAD_OK" } 2022-07-07T04:37:58.042Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T04:37:58.042Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:37:58.042Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657168495957, "artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/artifacts/service-Vfw20220707043320-template.yml", "status": "NOT_NOTIFIED" } 2022-07-07T04:37:58.043Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-07T04:37:58.043Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:37:58.043Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657168497999, "artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-07-07T04:37:58.043Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-07T04:37:58.043Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:37:58.043Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78", "consumerID": "policy-id", "timestamp": 1657168498315, "artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T04:37:58.043Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-07T04:37:58.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:37:58.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78", "consumerID": "multicloud-k8s-id", "timestamp": 1657168503150, "artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-07-07T04:37:58.044Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T04:37:58.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:37:58.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657168495957, "artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/artifacts/service-Vfw20220707043320-csar.csar", "status": "NOTIFIED" } 2022-07-07T04:37:58.044Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-07T04:37:58.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:37:58.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657168497999, "artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T04:37:58.045Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-07T04:37:58.045Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:37:58.045Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78", "consumerID": "policy-id", "timestamp": 1657168498315, "artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-07-07T04:37:58.045Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-07T04:37:58.045Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:37:58.045Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78", "consumerID": "multicloud-k8s-id", "timestamp": 1657168504247, "artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-07-07T04:37:58.045Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T04:37:58.045Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:37:58.045Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657168497999, "artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-07-07T04:37:58.046Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-07T04:37:58.046Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:37:58.046Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657168503868, "artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/artifacts/service-Vfw20220707043320-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-07T04:37:58.046Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T04:37:58.046Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:37:58.046Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78", "consumerID": "policy-id", "timestamp": 1657168498315, "artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/artifacts/service-Vfw20220707043320-template.yml", "status": "NOT_NOTIFIED" } 2022-07-07T04:37:58.046Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-07T04:37:58.046Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:37:58.047Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78", "consumerID": "multicloud-k8s-id", "timestamp": 1657168505320, "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-07-07T04:37:58.055Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ef5b7a76-228a-4949-918c-1b477733cb78 2022-07-07T04:37:58.056Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ef5b7a76-228a-4949-918c-1b477733cb78 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-07-07T04:37:58.065Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:37:58.065Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657168497999, "artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/artifacts/service-Vfw20220707043320-template.yml", "status": "NOT_NOTIFIED" } 2022-07-07T04:37:58.065Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-07T04:37:58.065Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:37:58.066Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78", "consumerID": "policy-id", "timestamp": 1657168498315, "artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/artifacts/service-Vfw20220707043320-csar.csar", "status": "NOTIFIED" } 2022-07-07T04:37:58.066Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-07T04:37:58.066Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:37:58.066Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78", "consumerID": "multicloud-k8s-id", "timestamp": 1657168506331, "artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/vfwc33e69a92ee30_modules.json", "status": "DEPLOY_OK" } 2022-07-07T04:37:58.066Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T04:37:58.066Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:37:58.066Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657168497999, "artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/artifacts/service-Vfw20220707043320-csar.csar", "status": "NOTIFIED" } 2022-07-07T04:37:58.066Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-07T04:37:58.066Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:37:58.067Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78", "consumerID": "policy-id", "timestamp": 1657168506211, "artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/artifacts/service-Vfw20220707043320-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-07T04:37:58.067Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T04:37:58.067Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:37:58.067Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657168506076, "artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/artifacts/service-Vfw20220707043320-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-07T04:37:58.067Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T04:37:58.067Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:37:58.067Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78", "consumerID": "policy-id", "timestamp": 1657168507220, "artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/artifacts/service-Vfw20220707043320-csar.csar", "status": "DEPLOY_OK" } 2022-07-07T04:37:58.067Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T04:37:58.068Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:37:58.068Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78", "consumerID": "policy-id", "timestamp": 1657168508225, "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-07-07T04:37:58.072Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ef5b7a76-228a-4949-918c-1b477733cb78 2022-07-07T04:37:58.072Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ef5b7a76-228a-4949-918c-1b477733cb78 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-07-07T04:37:58.078Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:37:58.078Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78", "consumerID": "aai-ml", "timestamp": 1657168508158, "artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T04:37:58.078Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-07T04:37:58.079Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:37:58.079Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78", "consumerID": "aai-ml", "timestamp": 1657168508158, "artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/vfwc33e69a92ee30_modules.json", "status": "NOT_NOTIFIED" } 2022-07-07T04:37:58.079Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-07T04:37:58.079Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:37:58.079Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657168510266, "artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/artifacts/service-Vfw20220707043320-csar.csar", "status": "DEPLOY_OK" } 2022-07-07T04:37:58.079Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T04:37:58.079Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:37:58.079Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78", "consumerID": "aai-ml", "timestamp": 1657168508158, "artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-07-07T04:37:58.080Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-07T04:37:58.080Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:37:58.080Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657168511283, "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-07-07T04:37:58.084Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ef5b7a76-228a-4949-918c-1b477733cb78 2022-07-07T04:37:58.084Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ef5b7a76-228a-4949-918c-1b477733cb78 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-07-07T04:37:58.091Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:37:58.091Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78", "consumerID": "aai-ml", "timestamp": 1657168508158, "artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T04:37:58.092Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-07T04:37:58.092Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:37:58.092Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657168511014, "artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/vfwc33e69a92ee30_modules.json", "status": "DOWNLOAD_OK" } 2022-07-07T04:37:58.092Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T04:37:58.092Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:37:58.092Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78", "consumerID": "aai-ml", "timestamp": 1657168508158, "artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-07-07T04:37:58.092Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-07T04:37:58.092Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:37:58.092Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657168512582, "artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-07-07T04:37:58.093Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T04:37:58.093Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:37:58.093Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78", "consumerID": "aai-ml", "timestamp": 1657168508158, "artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/artifacts/service-Vfw20220707043320-template.yml", "status": "NOT_NOTIFIED" } 2022-07-07T04:37:58.093Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-07T04:37:58.093Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:37:58.093Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78", "consumerID": "clamp", "timestamp": 1657168514779, "artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/artifacts/service-Vfw20220707043320-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-07T04:37:58.093Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T04:37:58.093Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:37:58.094Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78", "consumerID": "aai-ml", "timestamp": 1657168508158, "artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/artifacts/service-Vfw20220707043320-csar.csar", "status": "NOTIFIED" } 2022-07-07T04:37:58.094Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-07T04:37:58.094Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:37:58.094Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657168513881, "artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-07-07T04:37:58.094Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T04:37:58.094Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:37:58.094Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78", "consumerID": "clamp", "timestamp": 1657168515866, "artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/artifacts/service-Vfw20220707043320-csar.csar", "status": "DEPLOY_OK" } 2022-07-07T04:37:58.094Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T04:37:58.094Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:37:58.094Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78", "consumerID": "aai-ml", "timestamp": 1657168516268, "artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/artifacts/service-Vfw20220707043320-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-07T04:37:58.095Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T04:37:58.095Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:37:58.095Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657168515250, "artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/vfwc33e69a92ee30_modules.json", "status": "DEPLOY_OK" } 2022-07-07T04:37:58.095Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T04:37:58.095Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:37:58.095Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78", "consumerID": "clamp", "timestamp": 1657168516872, "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-07-07T04:37:58.099Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ef5b7a76-228a-4949-918c-1b477733cb78 2022-07-07T04:37:58.100Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ef5b7a76-228a-4949-918c-1b477733cb78 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-07-07T04:37:58.107Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:37:58.107Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657168516254, "artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-07-07T04:37:58.107Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T04:37:58.107Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:37:58.107Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657168517257, "artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-07-07T04:37:58.108Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T04:37:58.108Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:37:58.108Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657168518261, "artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/artifacts/service-Vfw20220707043320-csar.csar", "status": "DEPLOY_OK" } 2022-07-07T04:37:58.108Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T04:37:58.108Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:37:58.108Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78", "consumerID": "aai-ml", "timestamp": 1657168536934, "artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/artifacts/service-Vfw20220707043320-csar.csar", "status": "DEPLOY_OK" } 2022-07-07T04:37:58.108Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T04:37:58.108Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:37:58.108Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78", "consumerID": "aai-ml", "timestamp": 1657168537941, "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-07-07T04:37:58.113Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ef5b7a76-228a-4949-918c-1b477733cb78 2022-07-07T04:37:58.113Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ef5b7a76-228a-4949-918c-1b477733cb78 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-07-07T04:37:58.120Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:37:58.120Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a", "consumerID": "multicloud-k8s-id", "timestamp": 1657168534039, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T04:37:58.120Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-07T04:37:58.120Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:37:58.121Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a", "consumerID": "cds", "timestamp": 1657168534804, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T04:37:58.121Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-07T04:37:58.121Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:37:58.121Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a", "consumerID": "aai-ml", "timestamp": 1657168538947, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T04:37:58.121Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-07T04:37:58.121Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:37:58.121Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a", "consumerID": "policy-id", "timestamp": 1657168538315, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T04:37:58.121Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-07T04:37:58.121Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:37:58.121Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a", "consumerID": "multicloud-k8s-id", "timestamp": 1657168534039, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/basic_onboard_cwqluc0_modules.json", "status": "NOTIFIED" } 2022-07-07T04:37:58.122Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-07T04:37:58.122Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:37:58.122Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a", "consumerID": "cds", "timestamp": 1657168534804, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/basic_onboard_cwqluc0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-07T04:37:58.122Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-07T04:37:58.122Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:37:58.122Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a", "consumerID": "policy-id", "timestamp": 1657168538315, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/basic_onboard_cwqluc0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-07T04:37:58.122Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-07T04:37:58.122Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:37:58.122Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a", "consumerID": "aai-ml", "timestamp": 1657168538947, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/basic_onboard_cwqluc0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-07T04:37:58.123Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-07T04:37:58.123Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:37:58.123Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a", "consumerID": "multicloud-k8s-id", "timestamp": 1657168534039, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-07-07T04:37:58.123Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-07T04:37:58.123Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:37:58.123Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a", "consumerID": "policy-id", "timestamp": 1657168538315, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-07-07T04:37:58.123Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-07T04:37:58.123Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:37:58.123Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a", "consumerID": "cds", "timestamp": 1657168534804, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-07-07T04:37:58.124Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-07T04:37:58.124Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:37:58.124Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a", "consumerID": "aai-ml", "timestamp": 1657168538947, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-07-07T04:37:58.124Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-07T04:37:58.124Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:37:58.124Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a", "consumerID": "ves-openapi-manager", "timestamp": 1657168541102, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T04:37:58.124Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-07T04:37:58.124Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:37:58.124Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a", "consumerID": "multicloud-k8s-id", "timestamp": 1657168534039, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T04:37:58.124Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-07T04:37:58.125Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:37:58.125Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a", "consumerID": "policy-id", "timestamp": 1657168538315, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T04:37:58.125Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-07T04:37:58.125Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:37:58.125Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a", "consumerID": "cds", "timestamp": 1657168534804, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T04:37:58.125Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-07T04:37:58.125Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:37:58.125Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a", "consumerID": "aai-ml", "timestamp": 1657168538947, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T04:37:58.125Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-07T04:37:58.126Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:37:58.126Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a", "consumerID": "ves-openapi-manager", "timestamp": 1657168541102, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/basic_onboard_cwqluc0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-07T04:37:58.126Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-07T04:37:58.126Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:37:58.126Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a", "consumerID": "multicloud-k8s-id", "timestamp": 1657168534039, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-07-07T04:37:58.126Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-07T04:37:58.126Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:37:58.126Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a", "consumerID": "cds", "timestamp": 1657168534804, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-07-07T04:37:58.126Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-07T04:37:58.126Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:37:58.127Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a", "consumerID": "policy-id", "timestamp": 1657168538315, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-07-07T04:37:58.127Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-07T04:37:58.127Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:37:58.127Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a", "consumerID": "aai-ml", "timestamp": 1657168538947, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-07-07T04:37:58.127Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-07T04:37:58.127Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:37:58.127Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a", "consumerID": "ves-openapi-manager", "timestamp": 1657168541102, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-07-07T04:37:58.127Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-07T04:37:58.127Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:37:58.128Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a", "consumerID": "multicloud-k8s-id", "timestamp": 1657168534039, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/artifacts/service-BasicOnboardCwqluc-template.yml", "status": "NOT_NOTIFIED" } 2022-07-07T04:37:58.128Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-07T04:37:58.128Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:37:58.128Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a", "consumerID": "cds", "timestamp": 1657168534804, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/artifacts/service-BasicOnboardCwqluc-template.yml", "status": "NOT_NOTIFIED" } 2022-07-07T04:37:58.128Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-07T04:37:58.128Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:37:58.128Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a", "consumerID": "policy-id", "timestamp": 1657168538315, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/artifacts/service-BasicOnboardCwqluc-template.yml", "status": "NOT_NOTIFIED" } 2022-07-07T04:37:58.128Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-07T04:37:58.128Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:37:58.129Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a", "consumerID": "aai-ml", "timestamp": 1657168538947, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/artifacts/service-BasicOnboardCwqluc-template.yml", "status": "NOT_NOTIFIED" } 2022-07-07T04:37:58.129Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-07T04:37:58.129Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:37:58.129Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a", "consumerID": "ves-openapi-manager", "timestamp": 1657168541102, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T04:37:58.129Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-07T04:37:58.129Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:37:58.129Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a", "consumerID": "multicloud-k8s-id", "timestamp": 1657168534039, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/artifacts/service-BasicOnboardCwqluc-csar.csar", "status": "NOTIFIED" } 2022-07-07T04:37:58.130Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-07T04:37:58.130Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:37:58.130Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a", "consumerID": "policy-id", "timestamp": 1657168538315, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/artifacts/service-BasicOnboardCwqluc-csar.csar", "status": "NOTIFIED" } 2022-07-07T04:37:58.130Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-07T04:37:58.130Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:37:58.130Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a", "consumerID": "cds", "timestamp": 1657168534804, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/artifacts/service-BasicOnboardCwqluc-csar.csar", "status": "NOTIFIED" } 2022-07-07T04:37:58.130Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-07T04:37:58.130Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:37:58.130Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a", "consumerID": "aai-ml", "timestamp": 1657168538947, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/artifacts/service-BasicOnboardCwqluc-csar.csar", "status": "NOTIFIED" } 2022-07-07T04:37:58.131Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-07T04:37:58.131Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:37:58.131Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a", "consumerID": "ves-openapi-manager", "timestamp": 1657168541102, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-07-07T04:37:58.131Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-07T04:37:58.131Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:37:58.131Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a", "consumerID": "ves-openapi-manager", "timestamp": 1657168541102, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/artifacts/service-BasicOnboardCwqluc-template.yml", "status": "NOT_NOTIFIED" } 2022-07-07T04:37:58.131Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-07T04:37:58.131Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:37:58.132Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a", "consumerID": "multicloud-k8s-id", "timestamp": 1657168548146, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/basic_onboard_cwqluc0_modules.json", "status": "DOWNLOAD_OK" } 2022-07-07T04:37:58.132Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T04:37:58.132Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:37:58.132Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a", "consumerID": "aai-ml", "timestamp": 1657168547180, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/artifacts/service-BasicOnboardCwqluc-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-07T04:37:58.132Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T04:37:58.132Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:37:58.132Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a", "consumerID": "cds", "timestamp": 1657168547336, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/artifacts/service-BasicOnboardCwqluc-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-07T04:37:58.133Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T04:37:58.133Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:37:58.133Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a", "consumerID": "policy-id", "timestamp": 1657168547269, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/artifacts/service-BasicOnboardCwqluc-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-07T04:37:58.133Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T04:37:58.133Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:37:58.133Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a", "consumerID": "ves-openapi-manager", "timestamp": 1657168541102, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/artifacts/service-BasicOnboardCwqluc-csar.csar", "status": "NOT_NOTIFIED" } 2022-07-07T04:37:58.133Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-07T04:37:58.133Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:37:58.133Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a", "consumerID": "cds", "timestamp": 1657168548342, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/artifacts/service-BasicOnboardCwqluc-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-07-07T04:37:58.145Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 27111f1a-d624-4bb2-a81b-acdf9c657a2a 2022-07-07T04:37:58.145Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 27111f1a-d624-4bb2-a81b-acdf9c657a2a 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-07-07T04:37:58.152Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:37:58.152Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a", "consumerID": "policy-id", "timestamp": 1657168548273, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/artifacts/service-BasicOnboardCwqluc-csar.csar", "status": "DEPLOY_OK" } 2022-07-07T04:37:58.152Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T04:37:58.152Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:37:58.152Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a", "consumerID": "multicloud-k8s-id", "timestamp": 1657168549237, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-07-07T04:37:58.152Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T04:37:58.152Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:37:58.153Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a", "consumerID": "policy-id", "timestamp": 1657168549276, "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-07-07T04:37:58.158Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 27111f1a-d624-4bb2-a81b-acdf9c657a2a 2022-07-07T04:37:58.159Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 27111f1a-d624-4bb2-a81b-acdf9c657a2a 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-07-07T04:37:58.167Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:37:58.167Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a", "consumerID": "multicloud-k8s-id", "timestamp": 1657168550317, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-07-07T04:37:58.167Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T04:37:58.167Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:37:58.168Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a", "consumerID": "multicloud-k8s-id", "timestamp": 1657168551345, "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-07-07T04:37:58.172Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 27111f1a-d624-4bb2-a81b-acdf9c657a2a 2022-07-07T04:37:58.172Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 27111f1a-d624-4bb2-a81b-acdf9c657a2a 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-07-07T04:37:58.178Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:37:58.178Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a", "consumerID": "multicloud-k8s-id", "timestamp": 1657168552351, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/basic_onboard_cwqluc0_modules.json", "status": "DEPLOY_OK" } 2022-07-07T04:37:58.178Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T04:37:58.178Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:37:58.179Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a", "consumerID": "clamp", "timestamp": 1657168553629, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T04:37:58.179Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-07T04:37:58.179Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:37:58.179Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a", "consumerID": "clamp", "timestamp": 1657168553629, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/basic_onboard_cwqluc0_modules.json", "status": "NOTIFIED" } 2022-07-07T04:37:58.179Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-07T04:37:58.179Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:37:58.179Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a", "consumerID": "clamp", "timestamp": 1657168553629, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-07-07T04:37:58.179Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-07T04:37:58.179Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:37:58.180Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a", "consumerID": "aai-ml", "timestamp": 1657168556311, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/artifacts/service-BasicOnboardCwqluc-csar.csar", "status": "DEPLOY_OK" } 2022-07-07T04:37:58.180Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T04:37:58.180Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:37:58.180Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657168555958, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T04:37:58.180Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-07T04:37:58.180Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:37:58.180Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a", "consumerID": "clamp", "timestamp": 1657168553629, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T04:37:58.180Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-07T04:37:58.180Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:37:58.180Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a", "consumerID": "aai-ml", "timestamp": 1657168557315, "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-07-07T04:37:58.184Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 27111f1a-d624-4bb2-a81b-acdf9c657a2a 2022-07-07T04:37:58.184Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 27111f1a-d624-4bb2-a81b-acdf9c657a2a 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-07-07T04:37:58.192Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:37:58.192Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657168555958, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/basic_onboard_cwqluc0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-07T04:37:58.192Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-07T04:37:58.192Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:37:58.192Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a", "consumerID": "clamp", "timestamp": 1657168553629, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-07-07T04:37:58.192Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-07T04:37:58.193Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:37:58.193Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657168555958, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-07-07T04:37:58.193Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-07T04:38:19.377Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef5b7a76-228a-4949-918c-1b477733cb78 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-07T04:38:19.388Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef5b7a76-228a-4949-918c-1b477733cb78 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-07T04:38:19.391Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-07T04:38:19.391Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-07-07T04:38:19.391Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-07-07T04:38:19.392Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-07-07T04:38:19.392Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-07T04:38:19.392Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-07T04:38:19.392Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-07T04:38:19.392Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-07T04:38:19.393Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-07T04:38:19.393Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-07T04:38:19.393Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||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-07-07T04:38:19.397Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-07-07T04:38:49.397Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ef5b7a76-228a-4949-918c-1b477733cb78 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-07-07T04:38:49.414Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ef5b7a76-228a-4949-918c-1b477733cb78 and serviceModelVersionId: e2c5f86f-9266-4148-8f35-6d4e95f756a5 2022-07-07T04:38:49.414Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8e24bfdf-02c3-4553-ad03-aee4d3908080 2022-07-07T04:38:58.002Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:38:58.003Z||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-07-07T04:38:58.003Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T04:38:58.568Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:38:58.569Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:38:58.569Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a", "consumerID": "clamp", "timestamp": 1657168553629, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/artifacts/service-BasicOnboardCwqluc-template.yml", "status": "NOT_NOTIFIED" } 2022-07-07T04:38:58.570Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-07T04:38:58.570Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:38:58.570Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657168555958, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T04:38:58.571Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-07T04:38:58.571Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:38:58.571Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a", "consumerID": "clamp", "timestamp": 1657168553629, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/artifacts/service-BasicOnboardCwqluc-csar.csar", "status": "NOTIFIED" } 2022-07-07T04:38:58.571Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-07T04:38:58.571Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:38:58.571Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657168555958, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-07-07T04:38:58.572Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-07T04:38:58.572Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:38:58.572Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657168555958, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/artifacts/service-BasicOnboardCwqluc-template.yml", "status": "NOT_NOTIFIED" } 2022-07-07T04:38:58.572Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-07T04:38:58.572Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:38:58.572Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657168555958, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/artifacts/service-BasicOnboardCwqluc-csar.csar", "status": "NOTIFIED" } 2022-07-07T04:38:58.572Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-07T04:38:58.572Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:38:58.573Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657168563838, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/artifacts/service-BasicOnboardCwqluc-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-07T04:38:58.573Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T04:38:58.573Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:38:58.573Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657168566831, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/artifacts/service-BasicOnboardCwqluc-csar.csar", "status": "DEPLOY_OK" } 2022-07-07T04:38:58.573Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T04:38:58.573Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:38:58.573Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657168567836, "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-07-07T04:38:58.580Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 27111f1a-d624-4bb2-a81b-acdf9c657a2a 2022-07-07T04:38:58.580Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 27111f1a-d624-4bb2-a81b-acdf9c657a2a 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-07-07T04:38:58.589Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:38:58.589Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a", "consumerID": "clamp", "timestamp": 1657168571775, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/artifacts/service-BasicOnboardCwqluc-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-07T04:38:58.589Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T04:38:58.589Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:38:58.589Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a", "consumerID": "clamp", "timestamp": 1657168573783, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/artifacts/service-BasicOnboardCwqluc-csar.csar", "status": "DEPLOY_OK" } 2022-07-07T04:38:58.589Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T04:38:58.589Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-07T04:38:58.589Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a", "consumerID": "clamp", "timestamp": 1657168574788, "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-07-07T04:38:58.594Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 27111f1a-d624-4bb2-a81b-acdf9c657a2a 2022-07-07T04:38:58.594Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 27111f1a-d624-4bb2-a81b-acdf9c657a2a 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-07-07T04:39:03.869Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8e24bfdf-02c3-4553-ad03-aee4d3908080/model-vers/model-ver/e2c5f86f-9266-4148-8f35-6d4e95f756a5?depth=0 2022-07-07T04:39:03.990Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-07-07T04:39:04.501Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8e24bfdf-02c3-4553-ad03-aee4d3908080/model-vers/model-ver/e2c5f86f-9266-4148-8f35-6d4e95f756a5?depth=0|INFO|500||Invoke 2022-07-07T04:39:04.508Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8e24bfdf-02c3-4553-ad03-aee4d3908080/model-vers/model-ver/e2c5f86f-9266-4148-8f35-6d4e95f756a5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8e24bfdf-02c3-4553-ad03-aee4d3908080/model-vers/model-ver/e2c5f86f-9266-4148-8f35-6d4e95f756a5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ef5b7a76-228a-4949-918c-1b477733cb78], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[cc6247ef-0955-4969-b9b5-69aa43edaf37], X-ECOMP-RequestID=[ef5b7a76-228a-4949-918c-1b477733cb78], X-TransactionId=[], X-ONAP-RequestID=[ef5b7a76-228a-4949-918c-1b477733cb78], Content-Type=[application/merge-patch+json]} 2022-07-07T04:39:04.614Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8e24bfdf-02c3-4553-ad03-aee4d3908080/model-vers/model-ver/e2c5f86f-9266-4148-8f35-6d4e95f756a5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-07-07T04:39:04.977Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8e24bfdf-02c3-4553-ad03-aee4d3908080/model-vers/model-ver/e2c5f86f-9266-4148-8f35-6d4e95f756a5?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/8e24bfdf-02c3-4553-ad03-aee4d3908080/model-vers/model-ver/e2c5f86f-9266-4148-8f35-6d4e95f756a5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220707-04:39:06:655-53437], vertex-id=[168120], Content-Length=[0], Date=[Thu, 07 Jul 2022 04:39:06 GMT], Content-Type=[application/json]} 2022-07-07T04:39:04.978Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8e24bfdf-02c3-4553-ad03-aee4d3908080/model-vers/model-ver/e2c5f86f-9266-4148-8f35-6d4e95f756a5?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-07-07T04:39:04.979Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8e24bfdf-02c3-4553-ad03-aee4d3908080/model-vers/model-ver/e2c5f86f-9266-4148-8f35-6d4e95f756a5?depth=0|INFO|500||InvokeReturn 2022-07-07T04:39:04.983Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-07-07T04:39:04.983Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||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-07-07T04:39:04.988Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-07-07T04:39:04.989Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ef5b7a76-228a-4949-918c-1b477733cb78 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-07-07T04:39:04.990Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-07-07T04:39:04.990Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-07T04:39:04.993Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T04:39:04.993Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657168744989, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-07T04:39:05.093Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-07T04:39:05.094Z||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-07-07T04:39:05.095Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T04:39:05.110Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:39:05.111Z||pool-18-thread-1|||||INFO|500||cambria reply ok (17 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-07-07T04:39:06.006Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:39:06.007Z|ef5b7a76-228a-4949-918c-1b477733cb78|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-07-07T04:39:06.007Z|ef5b7a76-228a-4949-918c-1b477733cb78|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 PBDwzCCYkGWqsLGP) ... 2022-07-07T04:39:10.494Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:39:10.495Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-07-07T04:39:10.495Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"27111f1a-d624-4bb2-a81b-acdf9c657a2a","serviceName":"basic_onboard_CWQlUC","serviceVersion":"1.0","serviceUUID":"78651678-c3f6-4b78-93b1-d8c4a0de6b3a","serviceDescription":"service","serviceInvariantUUID":"14f98669-e309-40c1-a679-48f262b9aeeb","resources":[{"resourceInstanceName":"basic_onboard_CWQlUC 0","resourceName":"basic_onboard_CWQlUC","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ea24bf7a-571d-428e-8104-108c426eb2b2","resourceInvariantUUID":"d3b35e75-20bd-463c-92ac-fd2881a18eae","resourceCustomizationUUID":"79ed66bb-c4e8-451c-931b-c97356fa7aff","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/vf-license-model.xml","artifactChecksum":"ZjUxYjY1ODI0ZTE4MzRhYjI3MjEyZDgyZGEzZDJjYTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f11c415e-d365-4ce5-b2e2-4838c04ae3a2","artifactVersion":"1"},{"artifactName":"basic_onboard_cwqluc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/basic_onboard_cwqluc0_modules.json","artifactChecksum":"ZDRkYjFjMmUyMzEwNDc5NjlkNmQ4ZDkyOTQ3ZjNhYjE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"fcbffaad-477c-43b2-954d-e6e9ad0bd089","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"edd7c384-0c42-4326-98d5-a38e29e26f52","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"375eda72-a06f-482c-ba68-c7cbc5e4af6b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"77012675-0c82-4cca-bf54-b0a7f4aa48cc","artifactVersion":"2","generatedFromUUID":"edd7c384-0c42-4326-98d5-a38e29e26f52"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardCwqluc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/artifacts/service-BasicOnboardCwqluc-template.yml","artifactChecksum":"NWUzMWQzZTVlNTE0NzNkMWJiYWU4ODg3M2YxM2ZlMWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0cd49035-4333-4972-ad15-a941932a2a74","artifactVersion":"1"},{"artifactName":"service-BasicOnboardCwqluc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/artifacts/service-BasicOnboardCwqluc-csar.csar","artifactChecksum":"NDhhYTg0MDg2OTI5YjA2ODI4NDQxMGI1ZWYxNTIwODk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"12850182-dbda-4b18-a81c-caaca4959f73","artifactVersion":"1"}],"workloadContext":"Production"} 2022-07-07T04:39:10.498Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-07T04:39:10.498Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-07T04:39:10.500Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T04:39:10.500Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657168746006, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T04:39:10.601Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-07T04:39:10.602Z||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-07-07T04:39:10.602Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T04:39:10.618Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:39:10.619Z||pool-19-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-07-07T04:39:11.501Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-07T04:39:11.502Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-07T04:39:11.504Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T04:39:11.504Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657168746006, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/basic_onboard_cwqluc0_modules.json", "status": "NOTIFIED" } 2022-07-07T04:39:11.604Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-07T04:39:11.605Z||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-07-07T04:39:11.605Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T04:39:11.624Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:39:11.625Z||pool-20-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-07-07T04:39:12.504Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-07T04:39:12.505Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-07T04:39:12.507Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T04:39:12.507Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657168746006, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-07-07T04:39:12.607Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-07T04:39:12.608Z||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-07-07T04:39:12.608Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T04:39:12.623Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:39:12.624Z||pool-21-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-07-07T04:39:13.507Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-07T04:39:13.508Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-07T04:39:13.510Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T04:39:13.510Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657168746006, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T04:39:13.611Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-07-07T04:39:13.612Z||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-07-07T04:39:13.612Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T04:39:13.629Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:39:13.629Z||pool-22-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-07-07T04:39:14.511Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-07T04:39:14.512Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-07T04:39:14.514Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T04:39:14.514Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657168746006, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-07-07T04:39:14.614Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-07T04:39:14.615Z||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-07-07T04:39:14.615Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T04:39:14.630Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:39:14.630Z||pool-23-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-07-07T04:39:15.515Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-07T04:39:15.516Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-07T04:39:15.518Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T04:39:15.518Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657168746006, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/artifacts/service-BasicOnboardCwqluc-template.yml", "status": "NOT_NOTIFIED" } 2022-07-07T04:39:15.618Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-07T04:39:15.619Z||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-07-07T04:39:15.620Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T04:39:15.637Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:39:15.638Z||pool-24-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-07-07T04:39:16.519Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-07T04:39:16.520Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-07T04:39:16.522Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T04:39:16.522Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657168746006, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/artifacts/service-BasicOnboardCwqluc-csar.csar", "status": "NOTIFIED" } 2022-07-07T04:39:16.622Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-07T04:39:16.623Z||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-07-07T04:39:16.623Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T04:39:16.639Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:39:16.640Z||pool-25-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-07-07T04:39:17.523Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a", "serviceName": "basic_onboard_CWQlUC", "serviceVersion": "1.0", "serviceUUID": "78651678-c3f6-4b78-93b1-d8c4a0de6b3a", "serviceDescription": "service", "serviceInvariantUUID": "14f98669-e309-40c1-a679-48f262b9aeeb", "resources": [ { "resourceInstanceName": "basic_onboard_CWQlUC 0", "resourceCustomizationUUID": "79ed66bb-c4e8-451c-931b-c97356fa7aff", "resourceName": "basic_onboard_CWQlUC", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "ea24bf7a-571d-428e-8104-108c426eb2b2", "resourceInvariantUUID": "d3b35e75-20bd-463c-92ac-fd2881a18eae", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_cwqluc0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/basic_onboard_cwqluc0_modules.json", "artifactChecksum": "ZDRkYjFjMmUyMzEwNDc5NjlkNmQ4ZDkyOTQ3ZjNhYjE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "fcbffaad-477c-43b2-954d-e6e9ad0bd089", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "edd7c384-0c42-4326-98d5-a38e29e26f52", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "77012675-0c82-4cca-bf54-b0a7f4aa48cc", "generatedFromUUID": "edd7c384-0c42-4326-98d5-a38e29e26f52" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "77012675-0c82-4cca-bf54-b0a7f4aa48cc", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardCwqluc-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/artifacts/service-BasicOnboardCwqluc-csar.csar", "artifactChecksum": "NDhhYTg0MDg2OTI5YjA2ODI4NDQxMGI1ZWYxNTIwODk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "12850182-dbda-4b18-a81c-caaca4959f73" } ], "workloadContext": "Production" } 2022-07-07T04:39:17.523Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-07-07T04:39:17.524Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 78651678-c3f6-4b78-93b1-d8c4a0de6b3a ASDC 2022-07-07T04:39:17.525Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:27111f1a-d624-4bb2-a81b-acdf9c657a2a ServiceName:basic_onboard_CWQlUC ServiceVersion:1.0 ServiceUUID:78651678-c3f6-4b78-93b1-d8c4a0de6b3a ServiceInvariantUUID:14f98669-e309-40c1-a679-48f262b9aeeb ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardCwqluc-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/artifacts/service-BasicOnboardCwqluc-csar.csar ArtifactUUID:12850182-dbda-4b18-a81c-caaca4959f73 ArtifactChecksum:NDhhYTg0MDg2OTI5YjA2ODI4NDQxMGI1ZWYxNTIwODk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_CWQlUC 0 ResourceCustomizationUUID:79ed66bb-c4e8-451c-931b-c97356fa7aff ResourceInvariantUUID:d3b35e75-20bd-463c-92ac-fd2881a18eae ResourceName:basic_onboard_CWQlUC ResourceType:VF ResourceUUID:ea24bf7a-571d-428e-8104-108c426eb2b2 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_cwqluc0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/basic_onboard_cwqluc0_modules.json ArtifactUUID:fcbffaad-477c-43b2-954d-e6e9ad0bd089 ArtifactChecksum:ZDRkYjFjMmUyMzEwNDc5NjlkNmQ4ZDkyOTQ3ZjNhYjE= 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/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/base_ubuntu18.yaml ArtifactUUID:edd7c384-0c42-4326-98d5-a38e29e26f52 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/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/base_ubuntu18.env ArtifactUUID:77012675-0c82-4cca-bf54-b0a7f4aa48cc 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/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/base_ubuntu18.env ArtifactUUID:77012675-0c82-4cca-bf54-b0a7f4aa48cc ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-07-07T04:39:17.526Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 78651678-c3f6-4b78-93b1-d8c4a0de6b3a 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-07-07T04:39:17.562Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-07T04:39:17.562Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-07-07T04:39:17.563Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-07-07T04:39:17.563Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 12850182-dbda-4b18-a81c-caaca4959f73 from URL: /sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/artifacts/service-BasicOnboardCwqluc-csar.csar 2022-07-07T04:39:17.563Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-07-07T04:39:17.563Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/artifacts/service-BasicOnboardCwqluc-csar.csar 2022-07-07T04:39:17.823Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-07-07T04:39:17.826Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/artifacts/service-BasicOnboardCwqluc-csar.csar 12850182-dbda-4b18-a81c-caaca4959f73 71579 2022-07-07T04:39:17.826Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/artifacts/service-BasicOnboardCwqluc-csar.csar ASDC sendASDCNotification 2022-07-07T04:39:17.826Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/artifacts/service-BasicOnboardCwqluc-csar.csar 2022-07-07T04:39:17.826Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-07T04:39:17.827Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-07T04:39:17.829Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T04:39:17.829Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657168757826, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/artifacts/service-BasicOnboardCwqluc-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-07T04:39:17.929Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-07T04:39:17.930Z||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-07-07T04:39:17.930Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T04:39:17.947Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:39:17.947Z||pool-26-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-07-07T04:39:18.829Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-07T04:39:18.830Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-07-07T04:39:18.831Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 12850182-dbda-4b18-a81c-caaca4959f73, URL: /sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/artifacts/service-BasicOnboardCwqluc-csar.csar to file: /app/ASDC/1/service-BasicOnboardCwqluc-csar.csar 2022-07-07T04:39:18.831Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardCwqluc-csar.csar 2022-07-07T04:39:18.832Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardCwqluc-csar.csar 2022-07-07T04:39:18.832Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardCwqluc-csar.csar 2022-07-07T04:39:18.967Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13164494124249141151/Definitions/service-BasicOnboardCwqluc-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-07-07T04:39:20.148Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-07-07T04:39:20.149Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-07-07T04:39:20.149Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardCwqluc-csar.csar 2022-07-07T04:39:20.149Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-07-07T04:39:20.150Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||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-BasicOnboardCwqluc-csar.csar 2022-07-07T04:39:20.150Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardCwqluc-csar.csar 2022-07-07T04:39:20.150Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_CWQlUC 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-BasicOnboardCwqluc-csar.csar 2022-07-07T04:39:20.150Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardCwqluc-csar.csar 2022-07-07T04:39:20.150Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardCwqluc-csar.csar 2022-07-07T04:39:20.151Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardCwqluc-csar.csar 2022-07-07T04:39:20.151Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardCwqluc-csar.csar 2022-07-07T04:39:20.151Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardCwqluc-csar.csar 2022-07-07T04:39:20.151Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardCwqluc-csar.csar 2022-07-07T04:39:20.151Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-07-07T04:39:20.152Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T04:39:20.152Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_CWQlUC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-07-07T04:39:20.152Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_CWQlUC 0 is matching search criteria 2022-07-07T04:39:20.153Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-07-07T04:39:20.153Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_CWQlUC 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-07T04:39:20.153Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T04:39:20.154Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_CWQlUC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-07-07T04:39:20.154Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_CWQlUC 0 is matching search criteria 2022-07-07T04:39:20.154Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-07-07T04:39:20.154Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_CWQlUC 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-07T04:39:20.155Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T04:39:20.155Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_CWQlUC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-07T04:39:20.155Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T04:39:20.156Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_CWQlUC 0 is not matching search criteria 2022-07-07T04:39:20.156Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-07-07T04:39:20.156Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-07-07T04:39:20.156Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-07-07T04:39:20.157Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-07-07T04:39:20.157Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-07-07T04:39:20.157Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T04:39:20.157Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_CWQlUC is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-07-07T04:39:20.158Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T04:39:20.158Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_CWQlUC 0 is matching search criteria 2022-07-07T04:39:20.158Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_CWQlUC 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-07T04:39:20.159Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T04:39:20.159Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_CWQlUC 0 is matching search criteria 2022-07-07T04:39:20.159Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_CWQlUC 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-07T04:39:20.160Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T04:39:20.160Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_CWQlUC 0 is matching search criteria 2022-07-07T04:39:20.160Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_CWQlUC 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-07T04:39:20.161Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T04:39:20.161Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_CWQlUC 0 is not matching search criteria 2022-07-07T04:39:20.161Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-07-07T04:39:20.161Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-07-07T04:39:20.162Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=a53530f8-f601-41cf-9679-67724f988bbb 2022-07-07T04:39:20.162Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T04:39:20.162Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_CWQlUC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-07-07T04:39:20.162Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T04:39:20.163Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_CWQlUC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-07-07T04:39:20.163Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T04:39:20.163Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_CWQlUC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-07T04:39:20.164Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T04:39:20.164Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_CWQlUC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-07T04:39:20.164Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_CWQlUC Description:service Model UUID:78651678-c3f6-4b78-93b1-d8c4a0de6b3a Model Version:NULL Model InvariantUuid:14f98669-e309-40c1-a679-48f262b9aeeb Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_CWQlUC Model UUID:dbd79ede-4369-4b33-870f-36961cf00177 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:d3b35e75-20bd-463c-92ac-fd2881a18eae Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:79ed66bb-c4e8-451c-931b-c97356fa7aff NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:89b41f92-113d-4ac5-80b3-7177dc9ed331 ModelName:BasicOnboardCwqluc..base_ubuntu18..module-0 ModelUuid:ba2fccde-9e26-4740-9627-861021122f5b ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:a53530f8-f601-41cf-9679-67724f988bbb ModelInvariantUuid:a5277917-8481-4a35-8aaf-f7d8b64ef407 ModelName:basic_onboard_CWQlUC-nodes.ubuntu18Cvfc ModelUuid:8b3a65fd-4b4c-4b7c-8a1f-6dbc4543df9f ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:8a223683-c631-43aa-8330-350e76c84da5 ModelInvariantUuid:eac52073-2e00-413e-801c-66749f96dbca ModelName:BasicOnboardCwqluc.compute.nodes.heat.ubuntu18 ModelUuid:291d42fa-0d34-4fc1-8ce2-39ec722d839e 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-07-07T04:39:20.173Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: ea24bf7a-571d-428e-8104-108c426eb2b2 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-07-07T04:39:20.175Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||basic_onboard_CWQlUC 0 2022-07-07T04:39:20.176Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ea24bf7a-571d-428e-8104-108c426eb2b2 2022-07-07T04:39:20.176Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: fcbffaad-477c-43b2-954d-e6e9ad0bd089 from URL: /sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/basic_onboard_cwqluc0_modules.json 2022-07-07T04:39:20.176Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-07-07T04:39:20.177Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/basic_onboard_cwqluc0_modules.json 2022-07-07T04:39:20.310Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-07-07T04:39:20.310Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/basic_onboard_cwqluc0_modules.json fcbffaad-477c-43b2-954d-e6e9ad0bd089 798 2022-07-07T04:39:20.311Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/basic_onboard_cwqluc0_modules.json ASDC sendASDCNotification 2022-07-07T04:39:20.311Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/basic_onboard_cwqluc0_modules.json 2022-07-07T04:39:20.311Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-07T04:39:20.312Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-07T04:39:20.313Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T04:39:20.314Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657168760311, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/basic_onboard_cwqluc0_modules.json", "status": "DOWNLOAD_OK" } 2022-07-07T04:39:20.414Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-07T04:39:20.415Z||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-07-07T04:39:20.415Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T04:39:20.437Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:39:20.438Z||pool-27-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-07-07T04:39:21.314Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardCwqluc..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "89b41f92-113d-4ac5-80b3-7177dc9ed331", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ba2fccde-9e26-4740-9627-861021122f5b", "vfModuleModelCustomizationUUID": "47f7ac30-c9c2-4245-8e88-315a6074ee01", "isBase": true, "artifacts": [ "edd7c384-0c42-4326-98d5-a38e29e26f52", "77012675-0c82-4cca-bf54-b0a7f4aa48cc" ], "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-07-07T04:39:21.320Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardCwqluc..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ba2fccde-9e26-4740-9627-861021122f5b VfModuleModelInvariantUUID:89b41f92-113d-4ac5-80b3-7177dc9ed331 VfModuleModelDescription:NULL Artifacts UUID List:{ edd7c384-0c42-4326-98d5-a38e29e26f52 , 77012675-0c82-4cca-bf54-b0a7f4aa48cc } 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-07-07T04:39:21.322Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardCwqluc..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "89b41f92-113d-4ac5-80b3-7177dc9ed331", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ba2fccde-9e26-4740-9627-861021122f5b", "vfModuleModelCustomizationUUID": "47f7ac30-c9c2-4245-8e88-315a6074ee01", "isBase": true, "artifacts": [ "edd7c384-0c42-4326-98d5-a38e29e26f52", "77012675-0c82-4cca-bf54-b0a7f4aa48cc" ], "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-07-07T04:39:21.322Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardCwqluc..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ba2fccde-9e26-4740-9627-861021122f5b VfModuleModelInvariantUUID:89b41f92-113d-4ac5-80b3-7177dc9ed331 VfModuleModelDescription:NULL Artifacts UUID List:{ edd7c384-0c42-4326-98d5-a38e29e26f52 , 77012675-0c82-4cca-bf54-b0a7f4aa48cc } 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-07-07T04:39:21.322Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: edd7c384-0c42-4326-98d5-a38e29e26f52 from URL: /sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/base_ubuntu18.yaml 2022-07-07T04:39:21.322Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-07-07T04:39:21.323Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/base_ubuntu18.yaml 2022-07-07T04:39:21.407Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-07-07T04:39:21.408Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/base_ubuntu18.yaml edd7c384-0c42-4326-98d5-a38e29e26f52 5033 2022-07-07T04:39:21.408Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-07-07T04:39:21.408Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/base_ubuntu18.yaml 2022-07-07T04:39:21.409Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-07T04:39:21.409Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-07T04:39:21.411Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T04:39:21.411Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657168761408, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-07-07T04:39:21.511Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-07T04:39:21.512Z||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-07-07T04:39:21.513Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T04:39:21.529Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:39:21.529Z||pool-28-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-07-07T04:39:22.412Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 77012675-0c82-4cca-bf54-b0a7f4aa48cc from URL: /sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/base_ubuntu18.env 2022-07-07T04:39:22.413Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-07-07T04:39:22.413Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/base_ubuntu18.env 2022-07-07T04:39:22.472Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-07-07T04:39:22.473Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/base_ubuntu18.env 77012675-0c82-4cca-bf54-b0a7f4aa48cc 909 2022-07-07T04:39:22.473Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-07-07T04:39:22.473Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/base_ubuntu18.env 2022-07-07T04:39:22.473Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-07T04:39:22.473Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-07T04:39:22.475Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T04:39:22.475Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657168762473, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-07-07T04:39:22.575Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-07T04:39:22.576Z||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-07-07T04:39:22.577Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T04:39:22.596Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:39:22.597Z||pool-29-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-07-07T04:39:23.476Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 78651678-c3f6-4b78-93b1-d8c4a0de6b3a 2022-07-07T04:39:23.477Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_CWQlUC 0 ea24bf7a-571d-428e-8104-108c426eb2b2 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-07-07T04:39:23.489Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7031597b, org.onap.sdc.toscaparser.api.parameters.Input@4bb453, org.onap.sdc.toscaparser.api.parameters.Input@5d9f3d6f, org.onap.sdc.toscaparser.api.parameters.Input@4773903a, org.onap.sdc.toscaparser.api.parameters.Input@3d73e32e] 2022-07-07T04:39:23.490Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T04:39:23.490Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_CWQlUC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-07T04:39:23.490Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2022-07-07T04:39:23.491Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 79ed66bb-c4e8-451c-931b-c97356fa7aff 2022-07-07T04:39:23.491Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 79ed66bb-c4e8-451c-931b-c97356fa7aff matches Tosca VF Customization UUID: 79ed66bb-c4e8-451c-931b-c97356fa7aff 2022-07-07T04:39:23.491Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 79ed66bb-c4e8-451c-931b-c97356fa7aff 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-07-07T04:39:23.493Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T04:39:23.493Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_CWQlUC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-07-07T04:39:23.494Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 79ed66bb-c4e8-451c-931b-c97356fa7aff: {\"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-07-07T04:39:23.494Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1f3eb625 2022-07-07T04:39:23.494Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T04:39:23.494Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_CWQlUC is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-07-07T04:39:23.494Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 47f7ac30-c9c2-4245-8e88-315a6074ee01 2022-07-07T04:39:23.495Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 47f7ac30-c9c2-4245-8e88-315a6074ee01 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-07-07T04:39:23.497Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T04:39:23.497Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_CWQlUC 0 is matching search criteria 2022-07-07T04:39:23.498Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_CWQlUC 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-07T04:39:23.498Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T04:39:23.498Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_CWQlUC 0 is matching search criteria 2022-07-07T04:39:23.498Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_CWQlUC 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-07T04:39:23.499Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T04:39:23.499Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_CWQlUC 0 is not matching search criteria 2022-07-07T04:39:23.499Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-07-07T04:39:23.499Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-07-07T04:39:23.500Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=a53530f8-f601-41cf-9679-67724f988bbb 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-07-07T04:39:23.502Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T04:39:23.502Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_CWQlUC 0 is matching search criteria 2022-07-07T04:39:23.502Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_CWQlUC 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-07T04:39:23.502Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T04:39:23.503Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_CWQlUC 0 is matching search criteria 2022-07-07T04:39:23.503Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_CWQlUC 0] matching following query criteria: sdcType=VF, customizationUUID=79ed66bb-c4e8-451c-931b-c97356fa7aff Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-07-07T04:39:23.504Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T04:39:23.505Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_CWQlUC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-07-07T04:39:23.505Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 78651678-c3f6-4b78-93b1-d8c4a0de6b3a: basic_onboard_CWQlUC 2022-07-07T04:39:23.505Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T04:39:23.505Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_CWQlUC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-07T04:39:23.506Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T04:39:23.506Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_CWQlUC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-07-07T04:39:23.506Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T04:39:23.506Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_CWQlUC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-07-07T04:39:23.506Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T04:39:23.507Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_CWQlUC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-07-07T04:39:23.507Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T04:39:23.507Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_CWQlUC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-07-07T04:39:23.507Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||Saving Service: basic_onboard_CWQlUC 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-07-07T04:39:23.583Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_CWQlUC ea24bf7a-571d-428e-8104-108c426eb2b2 1 ASDC deployResourceStructure 2022-07-07T04:39:23.583Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/basic_onboard_cwqluc0_modules.json ASDC sendASDCNotification 2022-07-07T04:39:23.584Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/basic_onboard_cwqluc0_modules.json 2022-07-07T04:39:23.584Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-07T04:39:23.584Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-07T04:39:23.586Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T04:39:23.586Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657168763583, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/basic_onboard_cwqluc0_modules.json", "status": "DEPLOY_OK" } 2022-07-07T04:39:23.686Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-07T04:39:23.687Z||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-07-07T04:39:23.687Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T04:39:23.713Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:39:23.713Z||pool-30-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1} 2022-07-07T04:39:24.587Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-07-07T04:39:24.587Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/base_ubuntu18.yaml 2022-07-07T04:39:24.587Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-07T04:39:24.588Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-07T04:39:24.589Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T04:39:24.590Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657168764586, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-07-07T04:39:24.690Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-07T04:39:24.690Z||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-07-07T04:39:24.690Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T04:39:24.706Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:39:24.707Z||pool-31-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-07-07T04:39:25.591Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-07-07T04:39:25.591Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/base_ubuntu18.env 2022-07-07T04:39:25.591Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-07T04:39:25.592Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-07T04:39:25.594Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T04:39:25.594Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657168765590, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-07-07T04:39:25.694Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-07T04:39:25.695Z||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-07-07T04:39:25.696Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T04:39:25.711Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:39:25.712Z||pool-32-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-07-07T04:39:26.595Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/artifacts/service-BasicOnboardCwqluc-csar.csar ASDC sendASDCNotification 2022-07-07T04:39:26.596Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/artifacts/service-BasicOnboardCwqluc-csar.csar 2022-07-07T04:39:26.596Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-07T04:39:26.596Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-07T04:39:26.598Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T04:39:26.598Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657168766595, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/artifacts/service-BasicOnboardCwqluc-csar.csar", "status": "DEPLOY_OK" } 2022-07-07T04:39:26.699Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-07T04:39:26.700Z||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-07-07T04:39:26.700Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T04:39:26.720Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:39:26.720Z||pool-33-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-07-07T04:39:27.599Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 27111f1a-d624-4bb2-a81b-acdf9c657a2a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-07T04:39:27.613Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 27111f1a-d624-4bb2-a81b-acdf9c657a2a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-07T04:39:27.617Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-07T04:39:27.617Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-07-07T04:39:27.617Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-07-07T04:39:27.617Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-07-07T04:39:27.617Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-07T04:39:27.618Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-07T04:39:27.618Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-07T04:39:27.618Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-07T04:39:27.618Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-07T04:39:27.618Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-07T04:39:27.619Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||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-07-07T04:39:27.623Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-07-07T04:39:57.624Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 27111f1a-d624-4bb2-a81b-acdf9c657a2a 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-07-07T04:39:57.632Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 27111f1a-d624-4bb2-a81b-acdf9c657a2a and serviceModelVersionId: 78651678-c3f6-4b78-93b1-d8c4a0de6b3a 2022-07-07T04:39:57.632Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 14f98669-e309-40c1-a679-48f262b9aeeb 2022-07-07T04:39:57.634Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/14f98669-e309-40c1-a679-48f262b9aeeb/model-vers/model-ver/78651678-c3f6-4b78-93b1-d8c4a0de6b3a?depth=0 2022-07-07T04:39:57.638Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-07-07T04:39:57.689Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f98669-e309-40c1-a679-48f262b9aeeb/model-vers/model-ver/78651678-c3f6-4b78-93b1-d8c4a0de6b3a?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-07-07T04:39:57.691Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f98669-e309-40c1-a679-48f262b9aeeb/model-vers/model-ver/78651678-c3f6-4b78-93b1-d8c4a0de6b3a?depth=0|INFO|500||Invoke 2022-07-07T04:39:57.716Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f98669-e309-40c1-a679-48f262b9aeeb/model-vers/model-ver/78651678-c3f6-4b78-93b1-d8c4a0de6b3a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-07-07T04:39:57.930Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f98669-e309-40c1-a679-48f262b9aeeb/model-vers/model-ver/78651678-c3f6-4b78-93b1-d8c4a0de6b3a?depth=0|INFO|500||InvokeReturn 2022-07-07T04:39:57.932Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f98669-e309-40c1-a679-48f262b9aeeb/model-vers/model-ver/78651678-c3f6-4b78-93b1-d8c4a0de6b3a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220707-04:39:59:756-76928], vertex-id=[209064], Content-Length=[0], Date=[Thu, 07 Jul 2022 04:39:59 GMT], Content-Type=[application/json]} 2022-07-07T04:39:57.933Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity. 2022-07-07T04:39:57.933Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-07-07T04:39:57.934Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||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-07-07T04:39:57.938Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-07-07T04:39:57.938Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 27111f1a-d624-4bb2-a81b-acdf9c657a2a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-07-07T04:39:57.939Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-07-07T04:39:57.939Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-07-07T04:39:57.941Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T04:39:57.941Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657168797938, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-07T04:39:58.002Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:39:58.003Z||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-07-07T04:39:58.003Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T04:39:58.041Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-07T04:39:58.042Z||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-07-07T04:39:58.042Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T04:39:58.143Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:39:58.143Z||pool-34-thread-1|||||INFO|500||cambria reply ok (102 ms):{"serverTimeMs":0,"count":1} 2022-07-07T04:39:58.152Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:39:58.153Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-07T04:39:58.153Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657168744989, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-07T04:39:58.154Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T04:39:58.154Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-07T04:39:58.154Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657168746006, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T04:39:58.154Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-07T04:39:58.154Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-07T04:39:58.154Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657168746006, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/basic_onboard_cwqluc0_modules.json", "status": "NOTIFIED" } 2022-07-07T04:39:58.154Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-07T04:39:58.155Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-07T04:39:58.155Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657168746006, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-07-07T04:39:58.155Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-07T04:39:58.155Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-07T04:39:58.155Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657168746006, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T04:39:58.155Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-07T04:39:58.155Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-07T04:39:58.155Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657168746006, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-07-07T04:39:58.155Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-07T04:39:58.155Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-07T04:39:58.156Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657168746006, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/artifacts/service-BasicOnboardCwqluc-template.yml", "status": "NOT_NOTIFIED" } 2022-07-07T04:39:58.156Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-07T04:39:58.156Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-07T04:39:58.156Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657168746006, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/artifacts/service-BasicOnboardCwqluc-csar.csar", "status": "NOTIFIED" } 2022-07-07T04:39:58.156Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-07T04:39:58.156Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-07T04:39:58.156Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657168757826, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/artifacts/service-BasicOnboardCwqluc-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-07T04:39:58.156Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T04:39:58.156Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-07T04:39:58.156Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657168760311, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/basic_onboard_cwqluc0_modules.json", "status": "DOWNLOAD_OK" } 2022-07-07T04:39:58.157Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T04:39:58.157Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-07T04:39:58.157Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657168761408, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-07-07T04:39:58.157Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T04:39:58.157Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-07T04:39:58.157Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657168762473, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-07-07T04:39:58.157Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T04:39:58.157Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-07T04:39:58.157Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657168763583, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/basic_onboard_cwqluc0_modules.json", "status": "DEPLOY_OK" } 2022-07-07T04:39:58.158Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T04:39:58.158Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-07T04:39:58.158Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657168764586, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-07-07T04:39:58.158Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T04:39:58.158Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-07T04:39:58.158Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657168765590, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-07-07T04:39:58.158Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T04:39:58.158Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-07T04:39:58.158Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657168766595, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/artifacts/service-BasicOnboardCwqluc-csar.csar", "status": "DEPLOY_OK" } 2022-07-07T04:39:58.158Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-07-07T04:39:58.956Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:39:58.957Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|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-07-07T04:39:58.957Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|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 PBDwzCCYkGWqsLGP) ... 2022-07-07T04:40:08.498Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:40:08.499Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:40:08.499Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|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-07-07T04:40:08.500Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|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 PBDwzCCYkGWqsLGP) ... 2022-07-07T04:40:18.039Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:40:18.040Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:40:18.041Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|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-07-07T04:40:18.041Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|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 PBDwzCCYkGWqsLGP) ... 2022-07-07T04:40:27.593Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:40:27.593Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:40:27.594Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|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-07-07T04:40:27.594Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|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 PBDwzCCYkGWqsLGP) ... 2022-07-07T04:40:37.150Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:40:57.999Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:40:58.000Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|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-07-07T04:40:58.000Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|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 PBDwzCCYkGWqsLGP) ... 2022-07-07T04:40:58.002Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:40:58.003Z||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-07-07T04:40:58.003Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T04:40:58.547Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:40:58.548Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:40:58.548Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657168797938, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-07T04:40:58.549Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T04:41:07.548Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:41:57.999Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:41:58.000Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|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-07-07T04:41:58.000Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|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 PBDwzCCYkGWqsLGP) ... 2022-07-07T04:41:58.002Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:41:58.003Z||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-07-07T04:41:58.003Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T04:42:07.546Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:42:07.547Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:42:57.999Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:42:58.001Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|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-07-07T04:42:58.001Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|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 PBDwzCCYkGWqsLGP) ... 2022-07-07T04:42:58.002Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:42:58.002Z||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-07-07T04:42:58.002Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T04:43:07.550Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:43:07.553Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:43:57.999Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:43:58.000Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|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-07-07T04:43:58.001Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|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 PBDwzCCYkGWqsLGP) ... 2022-07-07T04:43:58.002Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:43:58.003Z||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-07-07T04:43:58.003Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T04:44:07.548Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:44:07.553Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:44:57.999Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:44:58.002Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:44:58.002Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|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-07-07T04:44:58.002Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|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 PBDwzCCYkGWqsLGP) ... 2022-07-07T04:44:58.003Z||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-07-07T04:44:58.003Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T04:45:07.549Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:45:07.549Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:45:57.999Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:45:58.000Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|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-07-07T04:45:58.000Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|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 PBDwzCCYkGWqsLGP) ... 2022-07-07T04:45:58.002Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:45:58.002Z||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-07-07T04:45:58.002Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T04:46:07.547Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:46:07.548Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:46:57.999Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:46:58.000Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|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-07-07T04:46:58.000Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|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 PBDwzCCYkGWqsLGP) ... 2022-07-07T04:46:58.002Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:46:58.002Z||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-07-07T04:46:58.003Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T04:47:07.544Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:47:07.549Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:47:57.999Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:47:58.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-07-07T04:47:58.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 PBDwzCCYkGWqsLGP) ... 2022-07-07T04:47:58.002Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:47:58.003Z||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-07-07T04:47:58.003Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T04:48:07.555Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:48:07.555Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:48:57.999Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:48:58.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-07-07T04:48:58.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 PBDwzCCYkGWqsLGP) ... 2022-07-07T04:48:58.002Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:48:58.003Z||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-07-07T04:48:58.003Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T04:48:58.634Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:48:58.635Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-07T04:48:58.635Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"9dc8a2da-bffe-4237-a606-e00b4823f3cc","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"3f81b54b-9b44-4916-8749-13f2afb91359","serviceDescription":"service","serviceInvariantUUID":"c34a2694-d6bf-438f-a070-c047e0afe9d8","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"e7469b45-570f-49e6-95a3-0f85f5991277","resourceInvariantUUID":"2489e6ca-1d79-408b-a1e2-dcd0650ef782","resourceCustomizationUUID":"21d640e1-3052-4b44-ba62-ad642f56e346","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":"ZTFlY2U5ZWUwZGZmZDAwNzM1Y2ViODk0YTg2ZjhjYjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3e9c51ce-4d12-4c5e-8478-781337430278","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"N2ZmYThmMjY3ZmFmNmZkMGRjNWQ2YmMyYWNhMTljYTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3eb4a7af-999d-48b6-9e5f-8b17d7e93070","artifactVersion":"1"}],"workloadContext":"Production"} 2022-07-07T04:48:58.639Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:48:58.640Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-07T04:48:58.640Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dc8a2da-bffe-4237-a606-e00b4823f3cc", "consumerID": "cds", "timestamp": 1657169299804, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-07-07T04:48:58.641Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-07T04:48:58.642Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-07-07T04:48:58.641Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-07T04:48:58.642Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-07T04:48:58.642Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dc8a2da-bffe-4237-a606-e00b4823f3cc", "consumerID": "policy-id", "timestamp": 1657169298315, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-07-07T04:48:58.643Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-07T04:48:58.643Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-07T04:48:58.643Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dc8a2da-bffe-4237-a606-e00b4823f3cc", "consumerID": "multicloud-k8s-id", "timestamp": 1657169294039, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-07-07T04:48:58.643Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-07T04:48:58.643Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-07T04:48:58.643Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dc8a2da-bffe-4237-a606-e00b4823f3cc", "consumerID": "cds", "timestamp": 1657169299804, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-07-07T04:48:58.644Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-07T04:48:58.644Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-07T04:48:58.644Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dc8a2da-bffe-4237-a606-e00b4823f3cc", "consumerID": "policy-id", "timestamp": 1657169298315, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-07-07T04:48:58.645Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-07T04:48:58.645Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-07T04:48:58.645Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dc8a2da-bffe-4237-a606-e00b4823f3cc", "consumerID": "multicloud-k8s-id", "timestamp": 1657169294039, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-07-07T04:48:58.645Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T04:48:58.645Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-07T04:48:58.645Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9dc8a2da-bffe-4237-a606-e00b4823f3cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657169337999, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-07-07T04:48:58.645Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-07T04:48:58.646Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dc8a2da-bffe-4237-a606-e00b4823f3cc", "consumerID": "ves-openapi-manager", "timestamp": 1657169301102, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-07-07T04:48:58.646Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-07T04:48:58.646Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-07T04:48:58.646Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dc8a2da-bffe-4237-a606-e00b4823f3cc", "consumerID": "ves-openapi-manager", "timestamp": 1657169301102, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-07-07T04:48:58.647Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-07T04:48:58.647Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-07T04:48:58.647Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dc8a2da-bffe-4237-a606-e00b4823f3cc", "consumerID": "policy-id", "timestamp": 1657169303986, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-07T04:48:58.647Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T04:48:58.647Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-07T04:48:58.648Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dc8a2da-bffe-4237-a606-e00b4823f3cc", "consumerID": "cds", "timestamp": 1657169304121, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-07T04:48:58.648Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T04:48:58.648Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-07T04:48:58.648Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dc8a2da-bffe-4237-a606-e00b4823f3cc", "consumerID": "clamp", "timestamp": 1657169303627, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-07-07T04:48:58.648Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-07T04:48:58.648Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-07T04:48:58.648Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dc8a2da-bffe-4237-a606-e00b4823f3cc", "consumerID": "policy-id", "timestamp": 1657169304991, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-07-07T04:48:58.649Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T04:48:58.649Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-07T04:48:58.649Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dc8a2da-bffe-4237-a606-e00b4823f3cc", "consumerID": "cds", "timestamp": 1657169305134, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-07-07T04:48:58.671Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9dc8a2da-bffe-4237-a606-e00b4823f3cc 2022-07-07T04:48:58.671Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9dc8a2da-bffe-4237-a606-e00b4823f3cc 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-07-07T04:48:58.682Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-07T04:48:58.682Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dc8a2da-bffe-4237-a606-e00b4823f3cc", "consumerID": "clamp", "timestamp": 1657169303627, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-07-07T04:48:58.682Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-07T04:48:58.682Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-07T04:48:58.682Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dc8a2da-bffe-4237-a606-e00b4823f3cc", "consumerID": "policy-id", "timestamp": 1657169305994, "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-07-07T04:48:58.687Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9dc8a2da-bffe-4237-a606-e00b4823f3cc 2022-07-07T04:48:58.688Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9dc8a2da-bffe-4237-a606-e00b4823f3cc 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-07-07T04:48:58.699Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-07T04:48:58.699Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dc8a2da-bffe-4237-a606-e00b4823f3cc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657169305957, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-07-07T04:48:58.699Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-07T04:48:58.699Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-07T04:48:58.699Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dc8a2da-bffe-4237-a606-e00b4823f3cc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657169305957, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-07-07T04:48:58.699Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-07T04:48:58.700Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-07T04:48:58.700Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dc8a2da-bffe-4237-a606-e00b4823f3cc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657169309054, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-07T04:48:58.700Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T04:48:58.700Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-07T04:48:58.700Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dc8a2da-bffe-4237-a606-e00b4823f3cc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657169311408, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-07-07T04:48:58.700Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T04:48:58.700Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-07T04:48:58.700Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dc8a2da-bffe-4237-a606-e00b4823f3cc", "consumerID": "clamp", "timestamp": 1657169311918, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-07T04:48:58.700Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T04:48:58.700Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-07T04:48:58.701Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dc8a2da-bffe-4237-a606-e00b4823f3cc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657169312416, "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-07-07T04:48:58.707Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9dc8a2da-bffe-4237-a606-e00b4823f3cc 2022-07-07T04:48:58.708Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9dc8a2da-bffe-4237-a606-e00b4823f3cc 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-07-07T04:48:58.717Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-07T04:48:58.717Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dc8a2da-bffe-4237-a606-e00b4823f3cc", "consumerID": "clamp", "timestamp": 1657169313889, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-07-07T04:48:58.717Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T04:48:58.717Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-07T04:48:58.717Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dc8a2da-bffe-4237-a606-e00b4823f3cc", "consumerID": "clamp", "timestamp": 1657169314894, "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-07-07T04:48:58.722Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9dc8a2da-bffe-4237-a606-e00b4823f3cc 2022-07-07T04:48:58.722Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9dc8a2da-bffe-4237-a606-e00b4823f3cc 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-07-07T04:48:58.732Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-07T04:48:58.732Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dc8a2da-bffe-4237-a606-e00b4823f3cc", "consumerID": "aai-ml", "timestamp": 1657169318158, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-07-07T04:48:58.733Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-07T04:48:58.733Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-07T04:48:58.733Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dc8a2da-bffe-4237-a606-e00b4823f3cc", "consumerID": "aai-ml", "timestamp": 1657169318158, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-07-07T04:48:58.733Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-07T04:48:58.733Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-07T04:48:58.733Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dc8a2da-bffe-4237-a606-e00b4823f3cc", "consumerID": "aai-ml", "timestamp": 1657169321211, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-07T04:48:58.733Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T04:48:58.733Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-07T04:48:58.733Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dc8a2da-bffe-4237-a606-e00b4823f3cc", "consumerID": "aai-ml", "timestamp": 1657169326282, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-07-07T04:48:58.734Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T04:48:58.734Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-07T04:48:58.734Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dc8a2da-bffe-4237-a606-e00b4823f3cc", "consumerID": "aai-ml", "timestamp": 1657169327287, "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-07-07T04:48:58.739Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9dc8a2da-bffe-4237-a606-e00b4823f3cc 2022-07-07T04:48:58.739Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9dc8a2da-bffe-4237-a606-e00b4823f3cc 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-07-07T04:48:58.745Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-07T04:48:58.746Z||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-07-07T04:48:58.746Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T04:48:58.763Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:48:58.764Z||pool-35-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-07-07T04:48:59.646Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-07T04:48:59.647Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-07-07T04:48:59.649Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T04:48:59.649Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9dc8a2da-bffe-4237-a606-e00b4823f3cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657169337999, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-07-07T04:48:59.749Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-07T04:48:59.750Z||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-07-07T04:48:59.750Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T04:48:59.765Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:48:59.766Z||pool-36-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-07-07T04:49:00.651Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "9dc8a2da-bffe-4237-a606-e00b4823f3cc", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "3f81b54b-9b44-4916-8749-13f2afb91359", "serviceDescription": "service", "serviceInvariantUUID": "c34a2694-d6bf-438f-a070-c047e0afe9d8", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "21d640e1-3052-4b44-ba62-ad642f56e346", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "e7469b45-570f-49e6-95a3-0f85f5991277", "resourceInvariantUUID": "2489e6ca-1d79-408b-a1e2-dcd0650ef782", "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": "N2ZmYThmMjY3ZmFmNmZkMGRjNWQ2YmMyYWNhMTljYTM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3eb4a7af-999d-48b6-9e5f-8b17d7e93070" } ], "workloadContext": "Production" } 2022-07-07T04:49:00.651Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-07-07T04:49:00.651Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3f81b54b-9b44-4916-8749-13f2afb91359 ASDC 2022-07-07T04:49:00.652Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:9dc8a2da-bffe-4237-a606-e00b4823f3cc ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:3f81b54b-9b44-4916-8749-13f2afb91359 ServiceInvariantUUID:c34a2694-d6bf-438f-a070-c047e0afe9d8 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:3eb4a7af-999d-48b6-9e5f-8b17d7e93070 ArtifactChecksum:N2ZmYThmMjY3ZmFmNmZkMGRjNWQ2YmMyYWNhMTljYTM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:21d640e1-3052-4b44-ba62-ad642f56e346 ResourceInvariantUUID:2489e6ca-1d79-408b-a1e2-dcd0650ef782 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:e7469b45-570f-49e6-95a3-0f85f5991277 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-07-07T04:49:00.652Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3f81b54b-9b44-4916-8749-13f2afb91359 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-07-07T04:49:00.682Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-07T04:49:00.683Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-07-07T04:49:00.683Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-07-07T04:49:00.683Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 3eb4a7af-999d-48b6-9e5f-8b17d7e93070 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-07-07T04:49:00.683Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-07-07T04:49:00.684Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-07-07T04:49:00.807Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-07-07T04:49:00.810Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 3eb4a7af-999d-48b6-9e5f-8b17d7e93070 52508 2022-07-07T04:49:00.810Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-07-07T04:49:00.810Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-07-07T04:49:00.810Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-07T04:49:00.810Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-07-07T04:49:00.812Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T04:49:00.812Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9dc8a2da-bffe-4237-a606-e00b4823f3cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657169340810, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-07T04:49:00.913Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-07T04:49:00.914Z||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-07-07T04:49:00.914Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T04:49:00.939Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:49:00.940Z||pool-37-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-07-07T04:49:01.813Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-07T04:49:01.814Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-07-07T04:49:01.814Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 3eb4a7af-999d-48b6-9e5f-8b17d7e93070, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-07-07T04:49:01.815Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-07-07T04:49:01.816Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-07-07T04:49:01.816Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-07-07T04:49:01.945Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9203385495164388675/Definitions/service-BasicNetwork-template.yml 2022-07-07T04:49:02.459Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-07-07T04:49:02.460Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-07-07T04:49:02.460Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-07-07T04:49:02.460Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-07-07T04:49:02.460Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-07-07T04:49:02.460Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-07-07T04:49:02.460Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-07-07T04:49:02.460Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-07-07T04:49:02.460Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-07-07T04:49:02.460Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-07-07T04:49:02.460Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-07-07T04:49:02.461Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-07-07T04:49:02.461Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-07-07T04:49:02.461Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T04:49:02.461Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-07-07T04:49:02.461Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-07-07T04:49:02.461Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-07-07T04:49:02.462Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-07T04:49:02.462Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T04:49:02.462Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-07-07T04:49:02.462Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-07-07T04:49:02.462Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-07-07T04:49:02.462Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-07T04:49:02.463Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T04:49:02.463Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-07T04:49:02.463Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T04:49:02.463Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-07-07T04:49:02.464Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T04:49:02.464Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-07-07T04:49:02.464Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T04:49:02.464Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-07T04:49:02.464Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T04:49:02.464Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-07T04:49:02.464Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:3f81b54b-9b44-4916-8749-13f2afb91359 Model Version:NULL Model InvariantUuid:c34a2694-d6bf-438f-a070-c047e0afe9d8 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:2489e6ca-1d79-408b-a1e2-dcd0650ef782 Model UUID:1034cd39-8676-4908-b1ec-baf503867195 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:21d640e1-3052-4b44-ba62-ad642f56e346 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-07-07T04:49:02.471Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||INFO|500||Processing Resource Type: VL, Model UUID: e7469b45-570f-49e6-95a3-0f85f5991277 2022-07-07T04:49:02.471Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||INFO|500||No resources found for Service: 3f81b54b-9b44-4916-8749-13f2afb91359 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-07-07T04:49:02.476Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||INFO|500|| 2022-07-07T04:49:02.476Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-07-07T04:49:02.477Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 3f81b54b-9b44-4916-8749-13f2afb91359 2022-07-07T04:49:02.477Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 3f81b54b-9b44-4916-8749-13f2afb91359 2022-07-07T04:49:02.477Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-07-07T04:49:02.478Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-07-07T04:49:02.482Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3f6c8261, org.onap.sdc.toscaparser.api.parameters.Input@5dc79d06, org.onap.sdc.toscaparser.api.parameters.Input@736bbe99, org.onap.sdc.toscaparser.api.parameters.Input@44200eb5, org.onap.sdc.toscaparser.api.parameters.Input@1f84e3da] 2022-07-07T04:49:02.483Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T04:49:02.483Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-07T04:49:02.484Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T04:49:02.484Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-07-07T04:49:02.484Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 3f81b54b-9b44-4916-8749-13f2afb91359: Generic NeutronNet 2022-07-07T04:49:02.484Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T04:49:02.484Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-07T04:49:02.484Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T04:49:02.484Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2022-07-07T04:49:02.520Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T04:49:02.521Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-07-07T04:49:02.521Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T04:49:02.521Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-07-07T04:49:02.521Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T04:49:02.522Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-07-07T04:49:02.522Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-07-07T04:49:02.577Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-07-07T04:49:02.577Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-07-07T04:49:02.578Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-07-07T04:49:02.578Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-07T04:49:02.578Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-07-07T04:49:02.587Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T04:49:02.587Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9dc8a2da-bffe-4237-a606-e00b4823f3cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657169342577, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-07-07T04:49:02.680Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms 2022-07-07T04:49:02.681Z||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-07-07T04:49:02.681Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T04:49:02.700Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:49:02.700Z||pool-38-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-07-07T04:49:03.588Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9dc8a2da-bffe-4237-a606-e00b4823f3cc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-07T04:49:03.603Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9dc8a2da-bffe-4237-a606-e00b4823f3cc Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-07T04:49:03.606Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-07T04:49:03.607Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-07-07T04:49:03.607Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-07-07T04:49:03.607Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-07-07T04:49:03.607Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-07T04:49:03.607Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-07T04:49:03.608Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-07T04:49:03.608Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-07T04:49:03.608Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-07T04:49:03.608Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-07T04:49:03.608Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-07-07T04:49:03.614Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-07-07T04:49:33.615Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9dc8a2da-bffe-4237-a606-e00b4823f3cc 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-07-07T04:49:33.623Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9dc8a2da-bffe-4237-a606-e00b4823f3cc and serviceModelVersionId: 3f81b54b-9b44-4916-8749-13f2afb91359 2022-07-07T04:49:33.623Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c34a2694-d6bf-438f-a070-c047e0afe9d8 2022-07-07T04:49:33.624Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c34a2694-d6bf-438f-a070-c047e0afe9d8/model-vers/model-ver/3f81b54b-9b44-4916-8749-13f2afb91359?depth=0 2022-07-07T04:49:33.629Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-07-07T04:49:33.688Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c34a2694-d6bf-438f-a070-c047e0afe9d8/model-vers/model-ver/3f81b54b-9b44-4916-8749-13f2afb91359?depth=0|INFO|500||Invoke 2022-07-07T04:49:33.688Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c34a2694-d6bf-438f-a070-c047e0afe9d8/model-vers/model-ver/3f81b54b-9b44-4916-8749-13f2afb91359?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c34a2694-d6bf-438f-a070-c047e0afe9d8/model-vers/model-ver/3f81b54b-9b44-4916-8749-13f2afb91359?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9dc8a2da-bffe-4237-a606-e00b4823f3cc], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[90cdd192-91b1-4fc9-923b-90e359832253], X-ECOMP-RequestID=[9dc8a2da-bffe-4237-a606-e00b4823f3cc], X-TransactionId=[], X-ONAP-RequestID=[9dc8a2da-bffe-4237-a606-e00b4823f3cc], Content-Type=[application/merge-patch+json]} 2022-07-07T04:49:33.710Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c34a2694-d6bf-438f-a070-c047e0afe9d8/model-vers/model-ver/3f81b54b-9b44-4916-8749-13f2afb91359?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-07-07T04:49:33.881Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c34a2694-d6bf-438f-a070-c047e0afe9d8/model-vers/model-ver/3f81b54b-9b44-4916-8749-13f2afb91359?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/c34a2694-d6bf-438f-a070-c047e0afe9d8/model-vers/model-ver/3f81b54b-9b44-4916-8749-13f2afb91359?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220707-04:49:35:805-55235], vertex-id=[221328], Content-Length=[0], Date=[Thu, 07 Jul 2022 04:49:35 GMT], Content-Type=[application/json]} 2022-07-07T04:49:33.882Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c34a2694-d6bf-438f-a070-c047e0afe9d8/model-vers/model-ver/3f81b54b-9b44-4916-8749-13f2afb91359?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-07-07T04:49:33.882Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c34a2694-d6bf-438f-a070-c047e0afe9d8/model-vers/model-ver/3f81b54b-9b44-4916-8749-13f2afb91359?depth=0|INFO|500||InvokeReturn 2022-07-07T04:49:33.883Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-07-07T04:49:33.884Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-07-07T04:49:33.890Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-07-07T04:49:33.891Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9dc8a2da-bffe-4237-a606-e00b4823f3cc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-07-07T04:49:33.891Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-07-07T04:49:33.891Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-07-07T04:49:33.893Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T04:49:33.893Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9dc8a2da-bffe-4237-a606-e00b4823f3cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657169373891, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-07T04:49:33.994Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-07T04:49:33.995Z||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-07-07T04:49:33.995Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T04:49:34.022Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:49:34.023Z||pool-39-thread-1|||||INFO|500||cambria reply ok (29 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-07-07T04:49:57.999Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:49:58.000Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|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-07-07T04:49:58.000Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|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 PBDwzCCYkGWqsLGP) ... 2022-07-07T04:49:58.002Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:49:58.003Z||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-07-07T04:49:58.003Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T04:49:58.131Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:49:58.131Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-07T04:49:58.132Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dc8a2da-bffe-4237-a606-e00b4823f3cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657169337999, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-07-07T04:49:58.132Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-07T04:49:58.628Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:49:58.629Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-07T04:49:58.629Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"7cead993-532b-4fc3-a495-3f17fdd6406e","serviceName":"Demo_pNF_tjH9F175E5b7VUVaq5gy","serviceVersion":"1.0","serviceUUID":"28751dff-7553-424a-89a5-48ad42c4eab2","serviceDescription":"catalog service description","serviceInvariantUUID":"a0182fe1-51e4-4e44-9bb3-eae644a1c004","resources":[{"resourceInstanceName":"pNF c0880637-8469 0","resourceName":"pNF c0880637-8469","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5b2af94e-6354-41a3-ace3-404b20acb3f5","resourceInvariantUUID":"fbda616f-4cea-4f51-8675-6a4b6f89f3a6","resourceCustomizationUUID":"f3b78d53-cf36-4201-a686-b733f90599fb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/resourceInstances/pnfc088063784690/artifacts/vf-license-model.xml","artifactChecksum":"MzdiZDcyNGU5MjNjNzYzZGFmYzYzNDU1YjRiYjk2YWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"af926cfe-1990-47d1-a50b-dfc04fb6a29e","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/resourceInstances/pnfc088063784690/artifacts/pNF.csar","artifactChecksum":"ODMxNjZjYTlkMDAwNDlhMTVkZDE2OGFiMTI1ZjJmNmE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"34039abb-94b2-4666-9b41-dc5ac8259763","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/resourceInstances/pnfc088063784690/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"03ae926a-cf2d-41a5-b488-23c0124bf883","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/resourceInstances/pnfc088063784690/artifacts/vendor-license-model.xml","artifactChecksum":"YzRmMWY3NTNhMjNiYmIyZTc0NzFlMWM5ZTg2MDlmMGM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"90d7456f-ade0-4c67-a77e-a5ee366cd515","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/resourceInstances/pnfc088063784690/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"67bf3b28-3a14-458b-b386-382af1eabddc","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/resourceInstances/pnfc088063784690/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d1d14e41-885c-4322-a9e8-74bde2a21832","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfTjh9f175e5b7vuvaq5gy-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/artifacts/service-DemoPnfTjh9f175e5b7vuvaq5gy-template.yml","artifactChecksum":"MWM5MjZiOGQ4YjRkZTkzYTU2YWQyMTlmZjk1ZmRlOTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"80d33c72-91fc-45b1-8634-8b31928572c8","artifactVersion":"1"},{"artifactName":"service-DemoPnfTjh9f175e5b7vuvaq5gy-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/artifacts/service-DemoPnfTjh9f175e5b7vuvaq5gy-csar.csar","artifactChecksum":"ZGY0NDZkMWU5OGU3Y2U0Mzc5NWI3NWEwNDJkNzNiMzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"61eb94ae-1097-4680-a4ca-25f314e2084a","artifactVersion":"1"}],"workloadContext":"Production"} 2022-07-07T04:49:58.631Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-07T04:49:58.631Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-07-07T04:49:58.633Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T04:49:58.633Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7cead993-532b-4fc3-a495-3f17fdd6406e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657169397999, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/resourceInstances/pnfc088063784690/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T04:49:58.734Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-07T04:49:58.735Z||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-07-07T04:49:58.735Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T04:49:58.749Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:49:58.749Z||pool-40-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-07-07T04:49:59.634Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-07T04:49:59.635Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-07-07T04:49:59.638Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T04:49:59.638Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7cead993-532b-4fc3-a495-3f17fdd6406e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657169397999, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/resourceInstances/pnfc088063784690/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-07T04:49:59.738Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-07T04:49:59.739Z||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-07-07T04:49:59.739Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T04:49:59.753Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:49:59.754Z||pool-41-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-07-07T04:50:00.641Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-07T04:50:00.642Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-07-07T04:50:00.644Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T04:50:00.644Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7cead993-532b-4fc3-a495-3f17fdd6406e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657169397999, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/resourceInstances/pnfc088063784690/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-07T04:50:00.744Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-07T04:50:00.745Z||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-07-07T04:50:00.745Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T04:50:00.757Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:50:00.757Z||pool-42-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-07-07T04:50:01.644Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-07T04:50:01.645Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-07-07T04:50:01.647Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T04:50:01.647Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7cead993-532b-4fc3-a495-3f17fdd6406e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657169397999, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/resourceInstances/pnfc088063784690/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T04:50:01.747Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-07T04:50:01.748Z||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-07-07T04:50:01.748Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T04:50:01.768Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:50:01.769Z||pool-43-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-07-07T04:50:02.648Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-07T04:50:02.648Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-07-07T04:50:02.651Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T04:50:02.651Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7cead993-532b-4fc3-a495-3f17fdd6406e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657169397999, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/resourceInstances/pnfc088063784690/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-07T04:50:02.751Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-07T04:50:02.752Z||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-07-07T04:50:02.752Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T04:50:02.765Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:50:02.765Z||pool-44-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-07-07T04:50:03.651Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-07T04:50:03.652Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-07-07T04:50:03.654Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T04:50:03.655Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7cead993-532b-4fc3-a495-3f17fdd6406e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657169397999, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/resourceInstances/pnfc088063784690/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-07T04:50:03.755Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-07T04:50:03.756Z||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-07-07T04:50:03.756Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T04:50:03.785Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:50:03.786Z||pool-45-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-07-07T04:50:04.655Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-07T04:50:04.656Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-07-07T04:50:04.658Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T04:50:04.658Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7cead993-532b-4fc3-a495-3f17fdd6406e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657169397999, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/artifacts/service-DemoPnfTjh9f175e5b7vuvaq5gy-template.yml", "status": "NOT_NOTIFIED" } 2022-07-07T04:50:04.758Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-07T04:50:04.759Z||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-07-07T04:50:04.759Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T04:50:04.777Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:50:04.777Z||pool-46-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-07-07T04:50:05.659Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-07T04:50:05.660Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-07-07T04:50:05.662Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T04:50:05.662Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7cead993-532b-4fc3-a495-3f17fdd6406e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657169397999, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/artifacts/service-DemoPnfTjh9f175e5b7vuvaq5gy-csar.csar", "status": "NOTIFIED" } 2022-07-07T04:50:05.762Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-07T04:50:05.763Z||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-07-07T04:50:05.763Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T04:50:05.783Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:50:05.783Z||pool-47-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-07-07T04:50:06.663Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "7cead993-532b-4fc3-a495-3f17fdd6406e", "serviceName": "Demo_pNF_tjH9F175E5b7VUVaq5gy", "serviceVersion": "1.0", "serviceUUID": "28751dff-7553-424a-89a5-48ad42c4eab2", "serviceDescription": "catalog service description", "serviceInvariantUUID": "a0182fe1-51e4-4e44-9bb3-eae644a1c004", "resources": [ { "resourceInstanceName": "pNF c0880637-8469 0", "resourceCustomizationUUID": "f3b78d53-cf36-4201-a686-b733f90599fb", "resourceName": "pNF c0880637-8469", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "5b2af94e-6354-41a3-ace3-404b20acb3f5", "resourceInvariantUUID": "fbda616f-4cea-4f51-8675-6a4b6f89f3a6", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfTjh9f175e5b7vuvaq5gy-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/artifacts/service-DemoPnfTjh9f175e5b7vuvaq5gy-csar.csar", "artifactChecksum": "ZGY0NDZkMWU5OGU3Y2U0Mzc5NWI3NWEwNDJkNzNiMzM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "61eb94ae-1097-4680-a4ca-25f314e2084a" } ], "workloadContext": "Production" } 2022-07-07T04:50:06.663Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-07-07T04:50:06.663Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 28751dff-7553-424a-89a5-48ad42c4eab2 ASDC 2022-07-07T04:50:06.664Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:7cead993-532b-4fc3-a495-3f17fdd6406e ServiceName:Demo_pNF_tjH9F175E5b7VUVaq5gy ServiceVersion:1.0 ServiceUUID:28751dff-7553-424a-89a5-48ad42c4eab2 ServiceInvariantUUID:a0182fe1-51e4-4e44-9bb3-eae644a1c004 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfTjh9f175e5b7vuvaq5gy-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/artifacts/service-DemoPnfTjh9f175e5b7vuvaq5gy-csar.csar ArtifactUUID:61eb94ae-1097-4680-a4ca-25f314e2084a ArtifactChecksum:ZGY0NDZkMWU5OGU3Y2U0Mzc5NWI3NWEwNDJkNzNiMzM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF c0880637-8469 0 ResourceCustomizationUUID:f3b78d53-cf36-4201-a686-b733f90599fb ResourceInvariantUUID:fbda616f-4cea-4f51-8675-6a4b6f89f3a6 ResourceName:pNF c0880637-8469 ResourceType:PNF ResourceUUID:5b2af94e-6354-41a3-ace3-404b20acb3f5 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-07-07T04:50:06.664Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 28751dff-7553-424a-89a5-48ad42c4eab2 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-07-07T04:50:06.690Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-07T04:50:06.691Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-07-07T04:50:06.691Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-07-07T04:50:06.691Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 61eb94ae-1097-4680-a4ca-25f314e2084a from URL: /sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/artifacts/service-DemoPnfTjh9f175e5b7vuvaq5gy-csar.csar 2022-07-07T04:50:06.691Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-07-07T04:50:06.691Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/artifacts/service-DemoPnfTjh9f175e5b7vuvaq5gy-csar.csar 2022-07-07T04:50:06.985Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-07-07T04:50:06.988Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/artifacts/service-DemoPnfTjh9f175e5b7vuvaq5gy-csar.csar 61eb94ae-1097-4680-a4ca-25f314e2084a 82658 2022-07-07T04:50:06.989Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/artifacts/service-DemoPnfTjh9f175e5b7vuvaq5gy-csar.csar ASDC sendASDCNotification 2022-07-07T04:50:06.989Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/artifacts/service-DemoPnfTjh9f175e5b7vuvaq5gy-csar.csar 2022-07-07T04:50:06.989Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-07T04:50:06.989Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-07-07T04:50:06.991Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T04:50:06.991Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7cead993-532b-4fc3-a495-3f17fdd6406e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657169406989, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/artifacts/service-DemoPnfTjh9f175e5b7vuvaq5gy-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-07T04:50:07.092Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-07T04:50:07.093Z||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-07-07T04:50:07.093Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T04:50:07.108Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:50:07.108Z||pool-48-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-07-07T04:50:07.992Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-07T04:50:07.993Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-07-07T04:50:07.993Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 61eb94ae-1097-4680-a4ca-25f314e2084a, URL: /sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/artifacts/service-DemoPnfTjh9f175e5b7vuvaq5gy-csar.csar to file: /app/ASDC/1/service-DemoPnfTjh9f175e5b7vuvaq5gy-csar.csar 2022-07-07T04:50:07.993Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfTjh9f175e5b7vuvaq5gy-csar.csar 2022-07-07T04:50:07.993Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfTjh9f175e5b7vuvaq5gy-csar.csar 2022-07-07T04:50:07.994Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfTjh9f175e5b7vuvaq5gy-csar.csar 2022-07-07T04:50:08.091Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5045274980138606633/Definitions/service-DemoPnfTjh9f175e5b7vuvaq5gy-template.yml 2022-07-07T04:50:08.827Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-07-07T04:50:08.827Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-07-07T04:50:08.827Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfTjh9f175e5b7vuvaq5gy-csar.csar 2022-07-07T04:50:08.827Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-07-07T04:50:08.828Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF c0880637-8469 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-DemoPnfTjh9f175e5b7vuvaq5gy-csar.csar 2022-07-07T04:50:08.828Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfTjh9f175e5b7vuvaq5gy-csar.csar 2022-07-07T04:50:08.828Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfTjh9f175e5b7vuvaq5gy-csar.csar 2022-07-07T04:50:08.828Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTjh9f175e5b7vuvaq5gy-csar.csar 2022-07-07T04:50:08.828Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTjh9f175e5b7vuvaq5gy-csar.csar 2022-07-07T04:50:08.828Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTjh9f175e5b7vuvaq5gy-csar.csar 2022-07-07T04:50:08.828Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTjh9f175e5b7vuvaq5gy-csar.csar 2022-07-07T04:50:08.828Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-07-07T04:50:08.828Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T04:50:08.829Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_tjH9F175E5b7VUVaq5gy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-07-07T04:50:08.829Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||DEBUG|500||Node template pNF c0880637-8469 0 is matching search criteria 2022-07-07T04:50:08.829Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-07-07T04:50:08.829Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF c0880637-8469 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-07T04:50:08.829Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T04:50:08.830Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_tjH9F175E5b7VUVaq5gy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-07-07T04:50:08.830Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||DEBUG|500||Node template pNF c0880637-8469 0 is matching search criteria 2022-07-07T04:50:08.830Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-07-07T04:50:08.830Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF c0880637-8469 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-07T04:50:08.830Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T04:50:08.830Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_tjH9F175E5b7VUVaq5gy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-07T04:50:08.830Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T04:50:08.831Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_tjH9F175E5b7VUVaq5gy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-07-07T04:50:08.831Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T04:50:08.831Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_tjH9F175E5b7VUVaq5gy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-07-07T04:50:08.831Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T04:50:08.831Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_tjH9F175E5b7VUVaq5gy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-07T04:50:08.831Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T04:50:08.832Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_tjH9F175E5b7VUVaq5gy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-07T04:50:08.832Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_tjH9F175E5b7VUVaq5gy Description:catalog service description Model UUID:28751dff-7553-424a-89a5-48ad42c4eab2 Model Version:NULL Model InvariantUuid:a0182fe1-51e4-4e44-9bb3-eae644a1c004 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-07-07T04:50:08.837Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 5b2af94e-6354-41a3-ace3-404b20acb3f5 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-07-07T04:50:08.840Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||INFO|500||pNF c0880637-8469 0 2022-07-07T04:50:08.840Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 5b2af94e-6354-41a3-ace3-404b20acb3f5 2022-07-07T04:50:08.840Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 28751dff-7553-424a-89a5-48ad42c4eab2 2022-07-07T04:50:08.840Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 28751dff-7553-424a-89a5-48ad42c4eab2 2022-07-07T04:50:08.840Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF c0880637-8469 0 5b2af94e-6354-41a3-ace3-404b20acb3f5 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-07-07T04:50:08.844Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4e55596a, org.onap.sdc.toscaparser.api.parameters.Input@56c97dca, org.onap.sdc.toscaparser.api.parameters.Input@5ecfa114, org.onap.sdc.toscaparser.api.parameters.Input@67e9e530, org.onap.sdc.toscaparser.api.parameters.Input@3137eae] 2022-07-07T04:50:08.844Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T04:50:08.845Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_tjH9F175E5b7VUVaq5gy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-07-07T04:50:08.845Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 28751dff-7553-424a-89a5-48ad42c4eab2: pNF c0880637-8469 2022-07-07T04:50:08.845Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||INFO|500||Processing PNF resource: 5b2af94e-6354-41a3-ace3-404b20acb3f5 2022-07-07T04:50:08.845Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T04:50:08.845Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_tjH9F175E5b7VUVaq5gy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-07T04:50:08.845Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||INFO|500||Resource customization UUID: f3b78d53-cf36-4201-a686-b733f90599fb is the same as notified resource customizationUUID: f3b78d53-cf36-4201-a686-b733f90599fb 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-07-07T04:50:08.891Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF c0880637-8469 5b2af94e-6354-41a3-ace3-404b20acb3f5 0 ASDC deployResourceStructure 2022-07-07T04:50:08.891Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/artifacts/service-DemoPnfTjh9f175e5b7vuvaq5gy-csar.csar ASDC sendASDCNotification 2022-07-07T04:50:08.891Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/artifacts/service-DemoPnfTjh9f175e5b7vuvaq5gy-csar.csar 2022-07-07T04:50:08.891Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-07T04:50:08.892Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-07-07T04:50:08.894Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T04:50:08.894Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7cead993-532b-4fc3-a495-3f17fdd6406e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657169408891, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/artifacts/service-DemoPnfTjh9f175e5b7vuvaq5gy-csar.csar", "status": "DEPLOY_OK" } 2022-07-07T04:50:08.994Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-07T04:50:08.995Z||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-07-07T04:50:08.995Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T04:50:09.010Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:50:09.011Z||pool-49-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-07-07T04:50:09.895Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7cead993-532b-4fc3-a495-3f17fdd6406e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-07T04:50:09.906Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7cead993-532b-4fc3-a495-3f17fdd6406e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-07T04:50:09.908Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-07T04:50:09.908Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-07T04:50:09.909Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-07T04:50:39.909Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7cead993-532b-4fc3-a495-3f17fdd6406e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-07T04:50:39.920Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7cead993-532b-4fc3-a495-3f17fdd6406e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-07T04:50:39.925Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-07T04:50:39.925Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-07T04:50:39.925Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-07T04:50:58.002Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:50:58.003Z||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-07-07T04:50:58.003Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T04:50:58.053Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:50:58.062Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.062Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dc8a2da-bffe-4237-a606-e00b4823f3cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657169337999, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-07-07T04:50:58.063Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:50:58.063Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.063Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dc8a2da-bffe-4237-a606-e00b4823f3cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657169340810, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-07T04:50:58.064Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T04:50:58.064Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.064Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dc8a2da-bffe-4237-a606-e00b4823f3cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657169342577, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-07-07T04:50:58.064Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T04:50:58.064Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.064Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7cead993-532b-4fc3-a495-3f17fdd6406e", "consumerID": "aai-ml", "timestamp": 1657169348158, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/resourceInstances/pnfc088063784690/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T04:50:58.065Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:50:58.065Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.065Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7cead993-532b-4fc3-a495-3f17fdd6406e", "consumerID": "ves-openapi-manager", "timestamp": 1657169341102, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/resourceInstances/pnfc088063784690/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T04:50:58.065Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:50:58.065Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.065Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7cead993-532b-4fc3-a495-3f17fdd6406e", "consumerID": "cds", "timestamp": 1657169344804, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/resourceInstances/pnfc088063784690/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T04:50:58.066Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:50:58.066Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.066Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7cead993-532b-4fc3-a495-3f17fdd6406e", "consumerID": "ves-openapi-manager", "timestamp": 1657169341102, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/resourceInstances/pnfc088063784690/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-07T04:50:58.066Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:50:58.066Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.066Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7cead993-532b-4fc3-a495-3f17fdd6406e", "consumerID": "aai-ml", "timestamp": 1657169348158, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/resourceInstances/pnfc088063784690/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-07T04:50:58.066Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:50:58.067Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.067Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7cead993-532b-4fc3-a495-3f17fdd6406e", "consumerID": "cds", "timestamp": 1657169344804, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/resourceInstances/pnfc088063784690/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-07T04:50:58.067Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:50:58.067Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.067Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7cead993-532b-4fc3-a495-3f17fdd6406e", "consumerID": "aai-ml", "timestamp": 1657169348158, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/resourceInstances/pnfc088063784690/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-07T04:50:58.067Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:50:58.068Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.068Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7cead993-532b-4fc3-a495-3f17fdd6406e", "consumerID": "ves-openapi-manager", "timestamp": 1657169341102, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/resourceInstances/pnfc088063784690/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-07T04:50:58.068Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:50:58.068Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.068Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7cead993-532b-4fc3-a495-3f17fdd6406e", "consumerID": "cds", "timestamp": 1657169344804, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/resourceInstances/pnfc088063784690/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-07T04:50:58.068Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:50:58.069Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.069Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7cead993-532b-4fc3-a495-3f17fdd6406e", "consumerID": "multicloud-k8s-id", "timestamp": 1657169354039, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/resourceInstances/pnfc088063784690/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T04:50:58.069Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:50:58.069Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.069Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7cead993-532b-4fc3-a495-3f17fdd6406e", "consumerID": "aai-ml", "timestamp": 1657169348158, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/resourceInstances/pnfc088063784690/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T04:50:58.069Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:50:58.069Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.070Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7cead993-532b-4fc3-a495-3f17fdd6406e", "consumerID": "ves-openapi-manager", "timestamp": 1657169341102, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/resourceInstances/pnfc088063784690/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T04:50:58.070Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:50:58.070Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.070Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7cead993-532b-4fc3-a495-3f17fdd6406e", "consumerID": "cds", "timestamp": 1657169344804, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/resourceInstances/pnfc088063784690/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T04:50:58.070Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:50:58.070Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.071Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7cead993-532b-4fc3-a495-3f17fdd6406e", "consumerID": "multicloud-k8s-id", "timestamp": 1657169354039, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/resourceInstances/pnfc088063784690/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-07T04:50:58.071Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:50:58.071Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.071Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7cead993-532b-4fc3-a495-3f17fdd6406e", "consumerID": "ves-openapi-manager", "timestamp": 1657169341102, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/resourceInstances/pnfc088063784690/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-07T04:50:58.071Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:50:58.071Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.072Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7cead993-532b-4fc3-a495-3f17fdd6406e", "consumerID": "aai-ml", "timestamp": 1657169348158, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/resourceInstances/pnfc088063784690/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-07T04:50:58.072Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:50:58.072Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.072Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7cead993-532b-4fc3-a495-3f17fdd6406e", "consumerID": "cds", "timestamp": 1657169344804, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/resourceInstances/pnfc088063784690/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-07T04:50:58.072Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:50:58.072Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.072Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7cead993-532b-4fc3-a495-3f17fdd6406e", "consumerID": "multicloud-k8s-id", "timestamp": 1657169354039, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/resourceInstances/pnfc088063784690/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-07T04:50:58.073Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:50:58.073Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.073Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7cead993-532b-4fc3-a495-3f17fdd6406e", "consumerID": "ves-openapi-manager", "timestamp": 1657169341102, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/resourceInstances/pnfc088063784690/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-07-07T04:50:58.073Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:50:58.073Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.073Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7cead993-532b-4fc3-a495-3f17fdd6406e", "consumerID": "aai-ml", "timestamp": 1657169348158, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/resourceInstances/pnfc088063784690/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-07T04:50:58.074Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:50:58.074Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.074Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7cead993-532b-4fc3-a495-3f17fdd6406e", "consumerID": "cds", "timestamp": 1657169344804, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/resourceInstances/pnfc088063784690/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-07T04:50:58.074Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:50:58.074Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.074Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7cead993-532b-4fc3-a495-3f17fdd6406e", "consumerID": "multicloud-k8s-id", "timestamp": 1657169354039, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/resourceInstances/pnfc088063784690/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T04:50:58.075Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:50:58.075Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.075Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7cead993-532b-4fc3-a495-3f17fdd6406e", "consumerID": "ves-openapi-manager", "timestamp": 1657169341102, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/artifacts/service-DemoPnfTjh9f175e5b7vuvaq5gy-template.yml", "status": "NOT_NOTIFIED" } 2022-07-07T04:50:58.075Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:50:58.075Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.075Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7cead993-532b-4fc3-a495-3f17fdd6406e", "consumerID": "aai-ml", "timestamp": 1657169348158, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/artifacts/service-DemoPnfTjh9f175e5b7vuvaq5gy-template.yml", "status": "NOT_NOTIFIED" } 2022-07-07T04:50:58.076Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:50:58.076Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.076Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7cead993-532b-4fc3-a495-3f17fdd6406e", "consumerID": "cds", "timestamp": 1657169344804, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/artifacts/service-DemoPnfTjh9f175e5b7vuvaq5gy-template.yml", "status": "NOT_NOTIFIED" } 2022-07-07T04:50:58.076Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:50:58.076Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.076Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7cead993-532b-4fc3-a495-3f17fdd6406e", "consumerID": "multicloud-k8s-id", "timestamp": 1657169354039, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/resourceInstances/pnfc088063784690/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-07T04:50:58.077Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:50:58.077Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.077Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7cead993-532b-4fc3-a495-3f17fdd6406e", "consumerID": "aai-ml", "timestamp": 1657169348158, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/artifacts/service-DemoPnfTjh9f175e5b7vuvaq5gy-csar.csar", "status": "NOTIFIED" } 2022-07-07T04:50:58.077Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:50:58.077Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.077Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7cead993-532b-4fc3-a495-3f17fdd6406e", "consumerID": "ves-openapi-manager", "timestamp": 1657169341102, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/artifacts/service-DemoPnfTjh9f175e5b7vuvaq5gy-csar.csar", "status": "NOT_NOTIFIED" } 2022-07-07T04:50:58.078Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:50:58.078Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.078Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7cead993-532b-4fc3-a495-3f17fdd6406e", "consumerID": "cds", "timestamp": 1657169344804, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/artifacts/service-DemoPnfTjh9f175e5b7vuvaq5gy-csar.csar", "status": "NOTIFIED" } 2022-07-07T04:50:58.078Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:50:58.078Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.078Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7cead993-532b-4fc3-a495-3f17fdd6406e", "consumerID": "multicloud-k8s-id", "timestamp": 1657169354039, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/resourceInstances/pnfc088063784690/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-07T04:50:58.079Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:50:58.079Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.079Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7cead993-532b-4fc3-a495-3f17fdd6406e", "consumerID": "policy-id", "timestamp": 1657169358315, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/resourceInstances/pnfc088063784690/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T04:50:58.079Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:50:58.079Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.080Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7cead993-532b-4fc3-a495-3f17fdd6406e", "consumerID": "aai-ml", "timestamp": 1657169359636, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/artifacts/service-DemoPnfTjh9f175e5b7vuvaq5gy-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-07T04:50:58.080Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T04:50:58.080Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.080Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7cead993-532b-4fc3-a495-3f17fdd6406e", "consumerID": "multicloud-k8s-id", "timestamp": 1657169354039, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/artifacts/service-DemoPnfTjh9f175e5b7vuvaq5gy-template.yml", "status": "NOT_NOTIFIED" } 2022-07-07T04:50:58.080Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:50:58.080Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.081Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7cead993-532b-4fc3-a495-3f17fdd6406e", "consumerID": "ves-openapi-manager", "timestamp": 1657169359413, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/resourceInstances/pnfc088063784690/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-07-07T04:50:58.081Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T04:50:58.081Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.081Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7cead993-532b-4fc3-a495-3f17fdd6406e", "consumerID": "cds", "timestamp": 1657169359912, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/artifacts/service-DemoPnfTjh9f175e5b7vuvaq5gy-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-07T04:50:58.081Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T04:50:58.081Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.081Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7cead993-532b-4fc3-a495-3f17fdd6406e", "consumerID": "policy-id", "timestamp": 1657169358315, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/resourceInstances/pnfc088063784690/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-07T04:50:58.082Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:50:58.082Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.082Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7cead993-532b-4fc3-a495-3f17fdd6406e", "consumerID": "multicloud-k8s-id", "timestamp": 1657169354039, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/artifacts/service-DemoPnfTjh9f175e5b7vuvaq5gy-csar.csar", "status": "NOTIFIED" } 2022-07-07T04:50:58.082Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:50:58.082Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.083Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7cead993-532b-4fc3-a495-3f17fdd6406e", "consumerID": "cds", "timestamp": 1657169360922, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/artifacts/service-DemoPnfTjh9f175e5b7vuvaq5gy-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-07-07T04:50:58.093Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7cead993-532b-4fc3-a495-3f17fdd6406e 2022-07-07T04:50:58.093Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7cead993-532b-4fc3-a495-3f17fdd6406e 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-07-07T04:50:58.104Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.104Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7cead993-532b-4fc3-a495-3f17fdd6406e", "consumerID": "ves-openapi-manager", "timestamp": 1657169360643, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/resourceInstances/pnfc088063784690/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-07-07T04:50:58.104Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T04:50:58.104Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.105Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7cead993-532b-4fc3-a495-3f17fdd6406e", "consumerID": "policy-id", "timestamp": 1657169358315, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/resourceInstances/pnfc088063784690/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-07T04:50:58.105Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:50:58.105Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.105Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7cead993-532b-4fc3-a495-3f17fdd6406e", "consumerID": "ves-openapi-manager", "timestamp": 1657169361647, "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-07-07T04:50:58.110Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 7cead993-532b-4fc3-a495-3f17fdd6406e 2022-07-07T04:50:58.110Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7cead993-532b-4fc3-a495-3f17fdd6406e 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-07-07T04:50:58.119Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.119Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7cead993-532b-4fc3-a495-3f17fdd6406e", "consumerID": "policy-id", "timestamp": 1657169358315, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/resourceInstances/pnfc088063784690/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T04:50:58.119Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:50:58.119Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.120Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7cead993-532b-4fc3-a495-3f17fdd6406e", "consumerID": "policy-id", "timestamp": 1657169358315, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/resourceInstances/pnfc088063784690/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-07T04:50:58.120Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:50:58.120Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.120Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7cead993-532b-4fc3-a495-3f17fdd6406e", "consumerID": "policy-id", "timestamp": 1657169358315, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/resourceInstances/pnfc088063784690/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-07T04:50:58.120Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:50:58.120Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.121Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7cead993-532b-4fc3-a495-3f17fdd6406e", "consumerID": "clamp", "timestamp": 1657169363626, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/resourceInstances/pnfc088063784690/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T04:50:58.121Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:50:58.121Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.121Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7cead993-532b-4fc3-a495-3f17fdd6406e", "consumerID": "policy-id", "timestamp": 1657169358315, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/artifacts/service-DemoPnfTjh9f175e5b7vuvaq5gy-template.yml", "status": "NOT_NOTIFIED" } 2022-07-07T04:50:58.121Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:50:58.122Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.122Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7cead993-532b-4fc3-a495-3f17fdd6406e", "consumerID": "clamp", "timestamp": 1657169363626, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/resourceInstances/pnfc088063784690/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-07T04:50:58.122Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:50:58.122Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.122Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7cead993-532b-4fc3-a495-3f17fdd6406e", "consumerID": "policy-id", "timestamp": 1657169358315, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/artifacts/service-DemoPnfTjh9f175e5b7vuvaq5gy-csar.csar", "status": "NOTIFIED" } 2022-07-07T04:50:58.122Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:50:58.122Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.123Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7cead993-532b-4fc3-a495-3f17fdd6406e", "consumerID": "aai-ml", "timestamp": 1657169365966, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/artifacts/service-DemoPnfTjh9f175e5b7vuvaq5gy-csar.csar", "status": "DEPLOY_OK" } 2022-07-07T04:50:58.123Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T04:50:58.123Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.123Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7cead993-532b-4fc3-a495-3f17fdd6406e", "consumerID": "clamp", "timestamp": 1657169363626, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/resourceInstances/pnfc088063784690/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-07T04:50:58.123Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:50:58.123Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.124Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7cead993-532b-4fc3-a495-3f17fdd6406e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657169365957, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/resourceInstances/pnfc088063784690/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T04:50:58.124Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:50:58.124Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.124Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7cead993-532b-4fc3-a495-3f17fdd6406e", "consumerID": "aai-ml", "timestamp": 1657169366973, "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-07-07T04:50:58.129Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7cead993-532b-4fc3-a495-3f17fdd6406e 2022-07-07T04:50:58.130Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7cead993-532b-4fc3-a495-3f17fdd6406e 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-07-07T04:50:58.139Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.139Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7cead993-532b-4fc3-a495-3f17fdd6406e", "consumerID": "policy-id", "timestamp": 1657169367168, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/artifacts/service-DemoPnfTjh9f175e5b7vuvaq5gy-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-07T04:50:58.139Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T04:50:58.139Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.139Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7cead993-532b-4fc3-a495-3f17fdd6406e", "consumerID": "clamp", "timestamp": 1657169363626, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/resourceInstances/pnfc088063784690/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T04:50:58.140Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:50:58.140Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.140Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7cead993-532b-4fc3-a495-3f17fdd6406e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657169365957, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/resourceInstances/pnfc088063784690/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-07T04:50:58.140Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:50:58.140Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.140Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7cead993-532b-4fc3-a495-3f17fdd6406e", "consumerID": "policy-id", "timestamp": 1657169368173, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/artifacts/service-DemoPnfTjh9f175e5b7vuvaq5gy-csar.csar", "status": "DEPLOY_OK" } 2022-07-07T04:50:58.141Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T04:50:58.141Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.141Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7cead993-532b-4fc3-a495-3f17fdd6406e", "consumerID": "clamp", "timestamp": 1657169363626, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/resourceInstances/pnfc088063784690/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-07T04:50:58.141Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:50:58.141Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.141Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7cead993-532b-4fc3-a495-3f17fdd6406e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657169365957, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/resourceInstances/pnfc088063784690/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-07T04:50:58.142Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:50:58.142Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.142Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7cead993-532b-4fc3-a495-3f17fdd6406e", "consumerID": "policy-id", "timestamp": 1657169369175, "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-07-07T04:50:58.147Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7cead993-532b-4fc3-a495-3f17fdd6406e 2022-07-07T04:50:58.147Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7cead993-532b-4fc3-a495-3f17fdd6406e 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-07-07T04:50:58.155Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.156Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7cead993-532b-4fc3-a495-3f17fdd6406e", "consumerID": "clamp", "timestamp": 1657169363626, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/resourceInstances/pnfc088063784690/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-07T04:50:58.156Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:50:58.156Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.156Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7cead993-532b-4fc3-a495-3f17fdd6406e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657169365957, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/resourceInstances/pnfc088063784690/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T04:50:58.156Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:50:58.156Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.156Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7cead993-532b-4fc3-a495-3f17fdd6406e", "consumerID": "clamp", "timestamp": 1657169363626, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/artifacts/service-DemoPnfTjh9f175e5b7vuvaq5gy-template.yml", "status": "NOT_NOTIFIED" } 2022-07-07T04:50:58.157Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:50:58.157Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.157Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7cead993-532b-4fc3-a495-3f17fdd6406e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657169365957, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/resourceInstances/pnfc088063784690/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-07T04:50:58.157Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:50:58.157Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.157Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7cead993-532b-4fc3-a495-3f17fdd6406e", "consumerID": "clamp", "timestamp": 1657169363626, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/artifacts/service-DemoPnfTjh9f175e5b7vuvaq5gy-csar.csar", "status": "NOTIFIED" } 2022-07-07T04:50:58.158Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:50:58.158Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.158Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7cead993-532b-4fc3-a495-3f17fdd6406e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657169365957, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/resourceInstances/pnfc088063784690/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-07T04:50:58.158Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:50:58.158Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.158Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7cead993-532b-4fc3-a495-3f17fdd6406e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657169365957, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/artifacts/service-DemoPnfTjh9f175e5b7vuvaq5gy-template.yml", "status": "NOT_NOTIFIED" } 2022-07-07T04:50:58.159Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:50:58.159Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.159Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7cead993-532b-4fc3-a495-3f17fdd6406e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657169365957, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/artifacts/service-DemoPnfTjh9f175e5b7vuvaq5gy-csar.csar", "status": "NOTIFIED" } 2022-07-07T04:50:58.159Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:50:58.159Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.159Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7cead993-532b-4fc3-a495-3f17fdd6406e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657169374859, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/artifacts/service-DemoPnfTjh9f175e5b7vuvaq5gy-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-07T04:50:58.159Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T04:50:58.160Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.160Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dc8a2da-bffe-4237-a606-e00b4823f3cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657169373891, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-07T04:50:58.160Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T04:50:58.160Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.160Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7cead993-532b-4fc3-a495-3f17fdd6406e", "consumerID": "clamp", "timestamp": 1657169375884, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/artifacts/service-DemoPnfTjh9f175e5b7vuvaq5gy-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-07T04:50:58.160Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T04:50:58.161Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.161Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7cead993-532b-4fc3-a495-3f17fdd6406e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657169377114, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/artifacts/service-DemoPnfTjh9f175e5b7vuvaq5gy-csar.csar", "status": "DEPLOY_OK" } 2022-07-07T04:50:58.161Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T04:50:58.161Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.161Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7cead993-532b-4fc3-a495-3f17fdd6406e", "consumerID": "clamp", "timestamp": 1657169377899, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/artifacts/service-DemoPnfTjh9f175e5b7vuvaq5gy-csar.csar", "status": "DEPLOY_OK" } 2022-07-07T04:50:58.161Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T04:50:58.162Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.162Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7cead993-532b-4fc3-a495-3f17fdd6406e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657169378119, "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-07-07T04:50:58.166Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7cead993-532b-4fc3-a495-3f17fdd6406e 2022-07-07T04:50:58.167Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7cead993-532b-4fc3-a495-3f17fdd6406e 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-07-07T04:50:58.175Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.176Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7cead993-532b-4fc3-a495-3f17fdd6406e", "consumerID": "clamp", "timestamp": 1657169378904, "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-07-07T04:50:58.186Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7cead993-532b-4fc3-a495-3f17fdd6406e 2022-07-07T04:50:58.186Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7cead993-532b-4fc3-a495-3f17fdd6406e 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-07-07T04:50:58.195Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.195Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "ves-openapi-manager", "timestamp": 1657169381102, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T04:50:58.195Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:50:58.195Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.195Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "aai-ml", "timestamp": 1657169378158, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T04:50:58.196Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:50:58.196Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.196Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "cds", "timestamp": 1657169374808, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T04:50:58.196Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:50:58.196Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.196Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "policy-id", "timestamp": 1657169378315, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T04:50:58.197Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:50:58.197Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.197Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "ves-openapi-manager", "timestamp": 1657169381102, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-07-07T04:50:58.197Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:50:58.197Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.197Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "aai-ml", "timestamp": 1657169378158, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-07-07T04:50:58.198Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:50:58.198Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.198Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "cds", "timestamp": 1657169374808, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-07-07T04:50:58.198Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:50:58.198Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.198Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "policy-id", "timestamp": 1657169378315, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-07-07T04:50:58.199Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:50:58.199Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.199Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "cds", "timestamp": 1657169374808, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-07-07T04:50:58.199Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:50:58.199Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.199Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "aai-ml", "timestamp": 1657169378158, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-07-07T04:50:58.199Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:50:58.200Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.200Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "ves-openapi-manager", "timestamp": 1657169381102, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-07-07T04:50:58.200Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:50:58.200Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.200Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "policy-id", "timestamp": 1657169378315, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-07-07T04:50:58.200Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:50:58.200Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.200Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "cds", "timestamp": 1657169374808, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-07T04:50:58.200Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:50:58.200Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.201Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "ves-openapi-manager", "timestamp": 1657169381102, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-07T04:50:58.201Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:50:58.201Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.201Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "aai-ml", "timestamp": 1657169378158, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-07T04:50:58.201Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:50:58.201Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.201Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "policy-id", "timestamp": 1657169378315, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-07T04:50:58.201Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:50:58.201Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.201Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "cds", "timestamp": 1657169374808, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-07-07T04:50:58.201Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:50:58.202Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.202Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "aai-ml", "timestamp": 1657169378158, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-07-07T04:50:58.202Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:50:58.202Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.202Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "ves-openapi-manager", "timestamp": 1657169381102, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-07-07T04:50:58.202Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:50:58.202Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.202Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "policy-id", "timestamp": 1657169378315, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-07-07T04:50:58.202Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:50:58.202Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.203Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "cds", "timestamp": 1657169374808, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T04:50:58.203Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:50:58.203Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.203Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "aai-ml", "timestamp": 1657169378158, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T04:50:58.203Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:50:58.203Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.203Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "ves-openapi-manager", "timestamp": 1657169381102, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T04:50:58.203Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:50:58.203Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.203Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "policy-id", "timestamp": 1657169378315, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T04:50:58.204Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:50:58.204Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.204Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "cds", "timestamp": 1657169374808, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-07-07T04:50:58.204Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:50:58.204Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.204Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "ves-openapi-manager", "timestamp": 1657169381102, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-07-07T04:50:58.204Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:50:58.204Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.204Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "aai-ml", "timestamp": 1657169378158, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-07-07T04:50:58.204Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:50:58.204Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.204Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "policy-id", "timestamp": 1657169378315, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-07-07T04:50:58.205Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:50:58.205Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.205Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "cds", "timestamp": 1657169374808, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-07-07T04:50:58.205Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:50:58.205Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.205Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "ves-openapi-manager", "timestamp": 1657169381102, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-07-07T04:50:58.205Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:50:58.205Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.205Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "policy-id", "timestamp": 1657169378315, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-07-07T04:50:58.205Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:50:58.205Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.206Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "aai-ml", "timestamp": 1657169378158, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-07-07T04:50:58.206Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:50:58.206Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.206Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "cds", "timestamp": 1657169374808, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-07-07T04:50:58.206Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:50:58.206Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.206Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "ves-openapi-manager", "timestamp": 1657169381102, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-07-07T04:50:58.206Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:50:58.206Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.206Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "aai-ml", "timestamp": 1657169378158, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-07-07T04:50:58.206Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:50:58.207Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.207Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "policy-id", "timestamp": 1657169378315, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-07-07T04:50:58.207Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:50:58.207Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.207Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "cds", "timestamp": 1657169392652, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-07T04:50:58.207Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T04:50:58.207Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.207Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "aai-ml", "timestamp": 1657169392503, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-07T04:50:58.207Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T04:50:58.207Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.208Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "policy-id", "timestamp": 1657169392563, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-07T04:50:58.208Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T04:50:58.208Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.208Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "policy-id", "timestamp": 1657169393580, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-07-07T04:50:58.208Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T04:50:58.208Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.208Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "cds", "timestamp": 1657169393657, "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-07-07T04:50:58.222Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 702c55d3-15c5-488c-88dd-9e076afda455 2022-07-07T04:50:58.222Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 702c55d3-15c5-488c-88dd-9e076afda455 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-07-07T04:50:58.234Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.234Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "multicloud-k8s-id", "timestamp": 1657169394039, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T04:50:58.234Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:50:58.234Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.235Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "clamp", "timestamp": 1657169393626, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T04:50:58.235Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:50:58.235Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.235Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "policy-id", "timestamp": 1657169394583, "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-07-07T04:50:58.241Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 702c55d3-15c5-488c-88dd-9e076afda455 2022-07-07T04:50:58.241Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 702c55d3-15c5-488c-88dd-9e076afda455 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-07-07T04:50:58.250Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.250Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "multicloud-k8s-id", "timestamp": 1657169394039, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-07-07T04:50:58.251Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:50:58.251Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.251Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "clamp", "timestamp": 1657169393626, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-07-07T04:50:58.251Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:50:58.251Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.252Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "multicloud-k8s-id", "timestamp": 1657169394039, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-07-07T04:50:58.252Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:50:58.252Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.252Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "clamp", "timestamp": 1657169393626, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-07-07T04:50:58.252Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:50:58.253Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.253Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657169395957, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T04:50:58.253Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:50:58.253Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.253Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "multicloud-k8s-id", "timestamp": 1657169394039, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-07-07T04:50:58.253Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:50:58.254Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.254Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "clamp", "timestamp": 1657169393626, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-07-07T04:50:58.254Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:50:58.254Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.254Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657169395957, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-07-07T04:50:58.254Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:50:58.255Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.255Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "multicloud-k8s-id", "timestamp": 1657169394039, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-07-07T04:50:58.255Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:50:58.255Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.255Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "clamp", "timestamp": 1657169393626, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-07-07T04:50:58.255Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:50:58.256Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.256Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657169395957, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-07-07T04:50:58.256Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:50:58.256Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:50:58.256Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "multicloud-k8s-id", "timestamp": 1657169394039, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T04:50:58.256Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:51:09.926Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7cead993-532b-4fc3-a495-3f17fdd6406e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-07T04:51:09.938Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7cead993-532b-4fc3-a495-3f17fdd6406e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-07T04:51:09.941Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-07T04:51:09.941Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-07-07T04:51:09.941Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-07-07T04:51:09.941Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-07-07T04:51:09.942Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-07T04:51:09.942Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-07T04:51:09.942Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-07T04:51:09.942Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-07T04:51:09.942Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-07T04:51:09.942Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-07T04:51:09.942Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-07T04:51:09.942Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-07-07T04:51:09.947Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-07-07T04:51:39.948Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7cead993-532b-4fc3-a495-3f17fdd6406e 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-07-07T04:51:39.955Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7cead993-532b-4fc3-a495-3f17fdd6406e and serviceModelVersionId: 28751dff-7553-424a-89a5-48ad42c4eab2 2022-07-07T04:51:39.955Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a0182fe1-51e4-4e44-9bb3-eae644a1c004 2022-07-07T04:51:39.956Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a0182fe1-51e4-4e44-9bb3-eae644a1c004/model-vers/model-ver/28751dff-7553-424a-89a5-48ad42c4eab2?depth=0 2022-07-07T04:51:39.959Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-07-07T04:51:40.002Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0182fe1-51e4-4e44-9bb3-eae644a1c004/model-vers/model-ver/28751dff-7553-424a-89a5-48ad42c4eab2?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-07-07T04:51:40.004Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0182fe1-51e4-4e44-9bb3-eae644a1c004/model-vers/model-ver/28751dff-7553-424a-89a5-48ad42c4eab2?depth=0|INFO|500||Invoke 2022-07-07T04:51:40.021Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0182fe1-51e4-4e44-9bb3-eae644a1c004/model-vers/model-ver/28751dff-7553-424a-89a5-48ad42c4eab2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-07-07T04:51:40.179Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0182fe1-51e4-4e44-9bb3-eae644a1c004/model-vers/model-ver/28751dff-7553-424a-89a5-48ad42c4eab2?depth=0|INFO|500||InvokeReturn 2022-07-07T04:51:40.180Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0182fe1-51e4-4e44-9bb3-eae644a1c004/model-vers/model-ver/28751dff-7553-424a-89a5-48ad42c4eab2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220707-04:51:42:128-12443], vertex-id=[172208], Content-Length=[0], Date=[Thu, 07 Jul 2022 04:51:42 GMT], Content-Type=[application/json]} 2022-07-07T04:51:40.181Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity. 2022-07-07T04:51:40.181Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-07-07T04:51:40.181Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-07-07T04:51:40.187Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-07-07T04:51:40.188Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7cead993-532b-4fc3-a495-3f17fdd6406e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-07-07T04:51:40.188Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-07-07T04:51:40.189Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-07-07T04:51:40.190Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T04:51:40.190Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7cead993-532b-4fc3-a495-3f17fdd6406e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657169500188, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-07T04:51:40.291Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-07T04:51:40.292Z||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-07-07T04:51:40.292Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T04:51:40.310Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:51:40.310Z||pool-50-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-07-07T04:51:41.203Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-07T04:51:41.204Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"702c55d3-15c5-488c-88dd-9e076afda455","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"f3466b16-6fac-468c-a41c-7243fb79c047","serviceDescription":"service","serviceInvariantUUID":"370f3b27-c419-4de0-b7b8-4a6a0486fc4a","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4bcbfe7c-d7aa-4764-9433-724fd2882534","resourceInvariantUUID":"28ad7199-6a39-4a76-ac48-015947df6c6b","resourceCustomizationUUID":"3408d073-e3e5-4877-8cac-5d78b93a152b","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":"ZWE1NzkzNmU1OWY5NmJhYWIxMmQxYmM1YTIyM2I4ZjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7a5998f9-9f09-4c6e-a8af-c65f497ea35b","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":"9fe53e54-3c75-45d8-8d22-6d6d59260b35","artifactVersion":"2","generatedFromUUID":"f72e7e64-854c-43a9-aab6-c03e1d3cb4a8"},{"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":"f72e7e64-854c-43a9-aab6-c03e1d3cb4a8","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":"ZDYwYmJkNGNkNDM5ZjQ2MjkyYjUxNjYyNDk4MjljZjc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"037d4f28-2b2c-4b5d-a69b-890472139b49","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":"a1c292a9-287b-4c28-86e7-db54b707e9ef","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":"f5e8b9de-d87d-48b8-9f44-30d372b7d8e6","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":"dd0003f2-8763-4fad-9895-370a98e889e6","artifactVersion":"2","generatedFromUUID":"a1c292a9-287b-4c28-86e7-db54b707e9ef"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NTE4MzMwM2U4YTdkNGQxM2ZlOTJhZWI3Zjc0MTkzY2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"33e064db-9b05-4477-907c-a8648802f0e1","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"YmQ0NTdhM2VkYTdmNjZkNWVmZmZmZTg4YTcxMmYyMDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dd598773-fec6-4a4c-82ec-b9f6c002743b","artifactVersion":"1"}],"workloadContext":"Production"} 2022-07-07T04:51:41.204Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-07T04:51:41.204Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-07-07T04:51:41.206Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T04:51:41.206Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657169397999, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T04:51:41.306Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-07T04:51:41.307Z||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-07-07T04:51:41.307Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T04:51:41.322Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:51:41.323Z||pool-51-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-07-07T04:51:42.207Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-07T04:51:42.207Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-07-07T04:51:42.209Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T04:51:42.210Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657169397999, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-07-07T04:51:42.309Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-07T04:51:42.310Z||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-07-07T04:51:42.310Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T04:51:42.325Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:51:42.325Z||pool-52-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-07-07T04:51:43.210Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-07T04:51:43.211Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-07-07T04:51:43.213Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T04:51:43.213Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657169397999, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-07-07T04:51:43.315Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-07-07T04:51:43.316Z||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-07-07T04:51:43.316Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T04:51:43.371Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:51:43.372Z||pool-53-thread-1|||||INFO|500||cambria reply ok (57 ms):{"serverTimeMs":0,"count":1} 2022-07-07T04:51:44.214Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-07T04:51:44.215Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-07-07T04:51:44.217Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T04:51:44.217Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657169397999, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-07-07T04:51:44.317Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-07T04:51:44.318Z||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-07-07T04:51:44.318Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T04:51:44.340Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:51:44.340Z||pool-54-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-07-07T04:51:45.218Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-07T04:51:45.218Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-07-07T04:51:45.221Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T04:51:45.221Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657169397999, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-07-07T04:51:45.321Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-07T04:51:45.322Z||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-07-07T04:51:45.322Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T04:51:45.337Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:51:45.337Z||pool-55-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-07-07T04:51:46.221Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-07T04:51:46.222Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-07-07T04:51:46.224Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T04:51:46.224Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657169397999, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T04:51:46.325Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-07T04:51:46.325Z||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-07-07T04:51:46.326Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T04:51:46.342Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:51:46.342Z||pool-56-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-07-07T04:51:47.225Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-07T04:51:47.226Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-07-07T04:51:47.227Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T04:51:47.228Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657169397999, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-07-07T04:51:47.328Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-07T04:51:47.329Z||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-07-07T04:51:47.329Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T04:51:47.356Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:51:47.357Z||pool-57-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-07-07T04:51:48.228Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-07T04:51:48.229Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-07-07T04:51:48.231Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T04:51:48.231Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657169397999, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-07-07T04:51:48.331Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-07T04:51:48.332Z||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-07-07T04:51:48.332Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T04:51:48.352Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:51:48.352Z||pool-58-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-07-07T04:51:49.231Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-07T04:51:49.232Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-07-07T04:51:49.234Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T04:51:49.234Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657169397999, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-07-07T04:51:49.335Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-07T04:51:49.336Z||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-07-07T04:51:49.336Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T04:51:49.361Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:51:49.361Z||pool-59-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-07-07T04:51:50.236Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "f3466b16-6fac-468c-a41c-7243fb79c047", "serviceDescription": "service", "serviceInvariantUUID": "370f3b27-c419-4de0-b7b8-4a6a0486fc4a", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "3408d073-e3e5-4877-8cac-5d78b93a152b", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "4bcbfe7c-d7aa-4764-9433-724fd2882534", "resourceInvariantUUID": "28ad7199-6a39-4a76-ac48-015947df6c6b", "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": "9fe53e54-3c75-45d8-8d22-6d6d59260b35", "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": "f72e7e64-854c-43a9-aab6-c03e1d3cb4a8", "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": "ZDYwYmJkNGNkNDM5ZjQ2MjkyYjUxNjYyNDk4MjljZjc\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "037d4f28-2b2c-4b5d-a69b-890472139b49", "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": "a1c292a9-287b-4c28-86e7-db54b707e9ef", "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": "dd0003f2-8763-4fad-9895-370a98e889e6", "generatedFromUUID": "a1c292a9-287b-4c28-86e7-db54b707e9ef" }, "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": "dd0003f2-8763-4fad-9895-370a98e889e6", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "YmQ0NTdhM2VkYTdmNjZkNWVmZmZmZTg4YTcxMmYyMDY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "dd598773-fec6-4a4c-82ec-b9f6c002743b" } ], "workloadContext": "Production" } 2022-07-07T04:51:50.236Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-07-07T04:51:50.236Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 f3466b16-6fac-468c-a41c-7243fb79c047 ASDC 2022-07-07T04:51:50.237Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:702c55d3-15c5-488c-88dd-9e076afda455 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:f3466b16-6fac-468c-a41c-7243fb79c047 ServiceInvariantUUID:370f3b27-c419-4de0-b7b8-4a6a0486fc4a 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:dd598773-fec6-4a4c-82ec-b9f6c002743b ArtifactChecksum:YmQ0NTdhM2VkYTdmNjZkNWVmZmZmZTg4YTcxMmYyMDY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:3408d073-e3e5-4877-8cac-5d78b93a152b ResourceInvariantUUID:28ad7199-6a39-4a76-ac48-015947df6c6b ResourceName:basic_cnf ResourceType:VF ResourceUUID:4bcbfe7c-d7aa-4764-9433-724fd2882534 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:9fe53e54-3c75-45d8-8d22-6d6d59260b35 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:f72e7e64-854c-43a9-aab6-c03e1d3cb4a8 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:037d4f28-2b2c-4b5d-a69b-890472139b49 ArtifactChecksum:ZDYwYmJkNGNkNDM5ZjQ2MjkyYjUxNjYyNDk4MjljZjc= 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:a1c292a9-287b-4c28-86e7-db54b707e9ef 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:dd0003f2-8763-4fad-9895-370a98e889e6 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:dd0003f2-8763-4fad-9895-370a98e889e6 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-07-07T04:51:50.237Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f3466b16-6fac-468c-a41c-7243fb79c047 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-07-07T04:51:50.272Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-07T04:51:50.273Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-07-07T04:51:50.273Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-07-07T04:51:50.273Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: dd598773-fec6-4a4c-82ec-b9f6c002743b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-07-07T04:51:50.273Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-07-07T04:51:50.273Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-07-07T04:51:50.356Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-07-07T04:51:50.359Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar dd598773-fec6-4a4c-82ec-b9f6c002743b 68951 2022-07-07T04:51:50.360Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-07-07T04:51:50.360Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-07-07T04:51:50.360Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-07T04:51:50.360Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-07-07T04:51:50.362Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T04:51:50.362Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657169510359, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-07T04:51:50.462Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-07T04:51:50.463Z||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-07-07T04:51:50.463Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T04:51:50.477Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:51:50.478Z||pool-60-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-07-07T04:51:51.362Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-07T04:51:51.364Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-07-07T04:51:51.364Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: dd598773-fec6-4a4c-82ec-b9f6c002743b, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-07-07T04:51:51.364Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-07-07T04:51:51.365Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-07-07T04:51:51.365Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-07-07T04:51:51.516Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14625911305469358173/Definitions/service-BasicCnf-template.yml 2022-07-07T04:51:52.538Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-07-07T04:51:52.538Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-07-07T04:51:52.538Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-07-07T04:51:52.539Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-07-07T04:51:52.539Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-07-07T04:51:52.539Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-07-07T04:51:52.539Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-07-07T04:51:52.539Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-07-07T04:51:52.539Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-07-07T04:51:52.540Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T04:51:52.540Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-07-07T04:51:52.540Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-07-07T04:51:52.540Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-07-07T04:51:52.540Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-07T04:51:52.541Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T04:51:52.541Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-07-07T04:51:52.541Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-07-07T04:51:52.541Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-07-07T04:51:52.541Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-07T04:51:52.542Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T04:51:52.542Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-07T04:51:52.542Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T04:51:52.542Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-07-07T04:51:52.542Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-07-07T04:51:52.543Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||Node template dummy is not matching search criteria 2022-07-07T04:51:52.543Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-07-07T04:51:52.543Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T04:51:52.543Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-07-07T04:51:52.543Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T04:51:52.544Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-07-07T04:51:52.544Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-07T04:51:52.544Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T04:51:52.544Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-07-07T04:51:52.544Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-07T04:51:52.545Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T04:51:52.545Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-07-07T04:51:52.545Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-07T04:51:52.545Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T04:51:52.546Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-07-07T04:51:52.546Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-07-07T04:51:52.546Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=073c1a90-264e-42af-abd1-b16d5c7ce1e1 2022-07-07T04:51:52.546Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T04:51:52.546Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-07-07T04:51:52.547Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T04:51:52.547Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-07-07T04:51:52.547Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T04:51:52.547Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-07T04:51:52.547Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T04:51:52.547Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-07T04:51:52.548Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:f3466b16-6fac-468c-a41c-7243fb79c047 Model Version:NULL Model InvariantUuid:370f3b27-c419-4de0-b7b8-4a6a0486fc4a Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:3e75c2ab-f8ca-45e9-aa6b-097320de68da Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:28ad7199-6a39-4a76-ac48-015947df6c6b Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:3408d073-e3e5-4877-8cac-5d78b93a152b NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:e3d4d8a3-204a-4173-839f-c53ac5d067c9 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:d59ce993-ba4c-475e-8350-3b971d4a3b16 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:073c1a90-264e-42af-abd1-b16d5c7ce1e1 ModelInvariantUuid:d20d6fb7-4457-4cec-bd6e-89e04e4ae093 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:6d938cb3-632b-465e-9e90-dccd46c2f97f ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:379a48f6-0ed3-433a-a700-59fce89d577b ModelInvariantUuid:648796d6-b45b-4e9e-bade-d9b40179a5c4 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:c379bd13-bb00-4b6b-b2b4-1a4d137866d8 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-07-07T04:51:52.555Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 4bcbfe7c-d7aa-4764-9433-724fd2882534 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-07-07T04:51:52.558Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||INFO|500||basic_cnf 0 2022-07-07T04:51:52.558Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4bcbfe7c-d7aa-4764-9433-724fd2882534 2022-07-07T04:51:52.558Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 9fe53e54-3c75-45d8-8d22-6d6d59260b35 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-07-07T04:51:52.558Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-07-07T04:51:52.558Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-07-07T04:51:52.684Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-07-07T04:51:52.685Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 9fe53e54-3c75-45d8-8d22-6d6d59260b35 12 2022-07-07T04:51:52.685Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-07-07T04:51:52.685Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-07-07T04:51:52.685Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-07T04:51:52.686Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-07-07T04:51:52.688Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T04:51:52.688Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657169512685, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-07-07T04:51:52.788Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-07T04:51:52.789Z||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-07-07T04:51:52.790Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T04:51:52.807Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:51:52.808Z||pool-61-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-07-07T04:51:53.689Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: f72e7e64-854c-43a9-aab6-c03e1d3cb4a8 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-07-07T04:51:53.690Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-07-07T04:51:53.690Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-07-07T04:51:53.782Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-07-07T04:51:53.783Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz f72e7e64-854c-43a9-aab6-c03e1d3cb4a8 2688 2022-07-07T04:51:53.783Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-07-07T04:51:53.783Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-07-07T04:51:53.783Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-07T04:51:53.783Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-07-07T04:51:53.785Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T04:51:53.786Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657169513783, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-07-07T04:51:53.886Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-07T04:51:53.887Z||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-07-07T04:51:53.887Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T04:51:53.901Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:51:53.901Z||pool-62-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-07-07T04:51:54.787Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 037d4f28-2b2c-4b5d-a69b-890472139b49 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-07-07T04:51:54.787Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-07-07T04:51:54.788Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-07-07T04:51:54.974Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-07-07T04:51:54.974Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 037d4f28-2b2c-4b5d-a69b-890472139b49 828 2022-07-07T04:51:54.975Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-07-07T04:51:54.975Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-07-07T04:51:54.975Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-07T04:51:54.975Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-07-07T04:51:54.977Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T04:51:54.977Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657169514975, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-07-07T04:51:55.077Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-07T04:51:55.078Z||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-07-07T04:51:55.078Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T04:51:55.095Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:51:55.095Z||pool-63-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-07-07T04:51:55.978Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "e3d4d8a3-204a-4173-839f-c53ac5d067c9", "vfModuleModelVersion": "1", "vfModuleModelUUID": "d59ce993-ba4c-475e-8350-3b971d4a3b16", "vfModuleModelCustomizationUUID": "92a20a05-1393-4017-b7c8-ba845950c22e", "isBase": true, "artifacts": [ "f72e7e64-854c-43a9-aab6-c03e1d3cb4a8", "a1c292a9-287b-4c28-86e7-db54b707e9ef", "dd0003f2-8763-4fad-9895-370a98e889e6" ], "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-07-07T04:51:55.982Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:d59ce993-ba4c-475e-8350-3b971d4a3b16 VfModuleModelInvariantUUID:e3d4d8a3-204a-4173-839f-c53ac5d067c9 VfModuleModelDescription:NULL Artifacts UUID List:{ f72e7e64-854c-43a9-aab6-c03e1d3cb4a8 , a1c292a9-287b-4c28-86e7-db54b707e9ef , dd0003f2-8763-4fad-9895-370a98e889e6 } 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-07-07T04:51:55.984Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "e3d4d8a3-204a-4173-839f-c53ac5d067c9", "vfModuleModelVersion": "1", "vfModuleModelUUID": "d59ce993-ba4c-475e-8350-3b971d4a3b16", "vfModuleModelCustomizationUUID": "92a20a05-1393-4017-b7c8-ba845950c22e", "isBase": true, "artifacts": [ "f72e7e64-854c-43a9-aab6-c03e1d3cb4a8", "a1c292a9-287b-4c28-86e7-db54b707e9ef", "dd0003f2-8763-4fad-9895-370a98e889e6" ], "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-07-07T04:51:55.984Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:d59ce993-ba4c-475e-8350-3b971d4a3b16 VfModuleModelInvariantUUID:e3d4d8a3-204a-4173-839f-c53ac5d067c9 VfModuleModelDescription:NULL Artifacts UUID List:{ f72e7e64-854c-43a9-aab6-c03e1d3cb4a8 , a1c292a9-287b-4c28-86e7-db54b707e9ef , dd0003f2-8763-4fad-9895-370a98e889e6 } 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-07-07T04:51:55.984Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a1c292a9-287b-4c28-86e7-db54b707e9ef from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-07-07T04:51:55.984Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-07-07T04:51:55.984Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-07-07T04:51:56.044Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-07-07T04:51:56.044Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml a1c292a9-287b-4c28-86e7-db54b707e9ef 1164 2022-07-07T04:51:56.045Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-07-07T04:51:56.045Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-07-07T04:51:56.045Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-07T04:51:56.045Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-07-07T04:51:56.047Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T04:51:56.047Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657169516045, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-07-07T04:51:56.147Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-07T04:51:56.148Z||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-07-07T04:51:56.148Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T04:51:56.162Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:51:56.162Z||pool-64-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-07-07T04:51:57.049Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: dd0003f2-8763-4fad-9895-370a98e889e6 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-07-07T04:51:57.049Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-07-07T04:51:57.049Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-07-07T04:51:57.177Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-07-07T04:51:57.177Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env dd0003f2-8763-4fad-9895-370a98e889e6 200 2022-07-07T04:51:57.178Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-07-07T04:51:57.178Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-07-07T04:51:57.178Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-07T04:51:57.178Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-07-07T04:51:57.180Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T04:51:57.180Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657169517178, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-07-07T04:51:57.280Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-07T04:51:57.282Z||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-07-07T04:51:57.282Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T04:51:57.372Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:51:57.372Z||pool-65-thread-1|||||INFO|500||cambria reply ok (92 ms):{"serverTimeMs":0,"count":1} 2022-07-07T04:51:58.002Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:51:58.003Z||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-07-07T04:51:58.003Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T04:51:58.024Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:51:58.025Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:51:58.025Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "clamp", "timestamp": 1657169393626, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T04:51:58.025Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:51:58.181Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: f3466b16-6fac-468c-a41c-7243fb79c047 2022-07-07T04:51:58.181Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 4bcbfe7c-d7aa-4764-9433-724fd2882534 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 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-07-07T04:51:58.195Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select 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-07-07T04:51:58.200Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@16851a91, org.onap.sdc.toscaparser.api.parameters.Input@6be38215, org.onap.sdc.toscaparser.api.parameters.Input@5656b3b7, org.onap.sdc.toscaparser.api.parameters.Input@4e0e49f9, org.onap.sdc.toscaparser.api.parameters.Input@7061833b] 2022-07-07T04:51:58.202Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T04:51:58.202Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-07T04:51:58.202Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2022-07-07T04:51:58.202Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 3408d073-e3e5-4877-8cac-5d78b93a152b 2022-07-07T04:51:58.202Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3408d073-e3e5-4877-8cac-5d78b93a152b matches Tosca VF Customization UUID: 3408d073-e3e5-4877-8cac-5d78b93a152b 2022-07-07T04:51:58.202Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 3408d073-e3e5-4877-8cac-5d78b93a152b 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-07-07T04:51:58.205Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T04:51:58.206Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-07-07T04:51:58.206Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 3408d073-e3e5-4877-8cac-5d78b93a152b: {\"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-07-07T04:51:58.206Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@58b048a9 2022-07-07T04:51:58.206Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T04:51:58.207Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-07-07T04:51:58.207Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 92a20a05-1393-4017-b7c8-ba845950c22e 2022-07-07T04:51:58.207Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 92a20a05-1393-4017-b7c8-ba845950c22e 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-07-07T04:51:58.209Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T04:51:58.210Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-07-07T04:51:58.210Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-07T04:51:58.210Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T04:51:58.210Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-07-07T04:51:58.210Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-07T04:51:58.211Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T04:51:58.211Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-07-07T04:51:58.211Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-07-07T04:51:58.211Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=073c1a90-264e-42af-abd1-b16d5c7ce1e1 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-07-07T04:51:58.213Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T04:51:58.213Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-07-07T04:51:58.213Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-07T04:51:58.214Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T04:51:58.214Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-07-07T04:51:58.214Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=3408d073-e3e5-4877-8cac-5d78b93a152b Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-07-07T04:51:58.215Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T04:51:58.216Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-07-07T04:51:58.216Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid f3466b16-6fac-468c-a41c-7243fb79c047: basic_cnf 2022-07-07T04:51:58.216Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T04:51:58.216Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-07T04:51:58.216Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T04:51:58.216Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-07-07T04:51:58.216Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T04:51:58.217Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-07-07T04:51:58.217Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T04:51:58.217Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-07-07T04:51:58.217Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T04:51:58.217Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-07-07T04:51:58.217Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||INFO|500||Saving Service: basic_cnf Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-07-07T04:51:58.300Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 4bcbfe7c-d7aa-4764-9433-724fd2882534 1 ASDC deployResourceStructure 2022-07-07T04:51:58.301Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-07-07T04:51:58.301Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource) 2022-07-07T04:51:58.301Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-07-07T04:51:58.301Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-07-07T04:51:58.303Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T04:51:58.303Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657169518300, "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-07-07T04:51:58.403Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-07T04:51:58.404Z||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-07-07T04:51:58.404Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T04:51:58.421Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:51:58.421Z||pool-66-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-07-07T04:51:59.304Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-07-07T04:51:59.305Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource) 2022-07-07T04:51:59.305Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-07-07T04:51:59.305Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-07-07T04:51:59.308Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T04:51:59.308Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657169519304, "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-07-07T04:51:59.408Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-07T04:51:59.409Z||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-07-07T04:51:59.410Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T04:51:59.456Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:51:59.456Z||pool-67-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1} 2022-07-07T04:52:00.309Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-07-07T04:52:00.310Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-07-07T04:52:00.310Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-07T04:52:00.310Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-07-07T04:52:00.312Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T04:52:00.312Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657169520309, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-07-07T04:52:00.412Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-07T04:52:00.413Z||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-07-07T04:52:00.413Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T04:52:00.430Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:52:00.430Z||pool-68-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-07-07T04:52:01.314Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-07-07T04:52:01.314Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-07-07T04:52:01.314Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-07T04:52:01.315Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-07-07T04:52:01.316Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T04:52:01.316Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657169521313, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-07-07T04:52:01.417Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-07T04:52:01.417Z||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-07-07T04:52:01.418Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T04:52:01.472Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:52:01.472Z||pool-69-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":0,"count":1} 2022-07-07T04:52:02.318Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-07-07T04:52:02.318Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-07-07T04:52:02.318Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-07T04:52:02.318Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-07-07T04:52:02.320Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T04:52:02.320Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657169522317, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-07-07T04:52:02.420Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-07T04:52:02.421Z||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-07-07T04:52:02.421Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T04:52:02.435Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:52:02.436Z||pool-70-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-07-07T04:52:03.321Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-07-07T04:52:03.322Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-07-07T04:52:03.322Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-07T04:52:03.322Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-07-07T04:52:03.324Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T04:52:03.324Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657169523321, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-07-07T04:52:03.424Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-07T04:52:03.425Z||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-07-07T04:52:03.425Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T04:52:03.446Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:52:03.447Z||pool-71-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-07-07T04:52:04.325Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 702c55d3-15c5-488c-88dd-9e076afda455 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-07T04:52:04.336Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 702c55d3-15c5-488c-88dd-9e076afda455 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-07T04:52:04.338Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-07T04:52:04.338Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-07T04:52:04.338Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-07T04:52:34.339Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 702c55d3-15c5-488c-88dd-9e076afda455 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-07T04:52:34.353Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 702c55d3-15c5-488c-88dd-9e076afda455 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-07T04:52:34.355Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-07T04:52:34.356Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-07T04:52:34.356Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-07T04:52:58.002Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:52:58.003Z||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-07-07T04:52:58.003Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T04:52:58.034Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:52:58.035Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:52:58.036Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657169395957, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-07T04:52:58.037Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:52:58.037Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:52:58.037Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7cead993-532b-4fc3-a495-3f17fdd6406e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657169397999, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/resourceInstances/pnfc088063784690/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T04:52:58.037Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:52:58.037Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:52:58.037Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "multicloud-k8s-id", "timestamp": 1657169394039, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-07-07T04:52:58.037Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:52:58.037Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:52:58.037Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "clamp", "timestamp": 1657169393626, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-07-07T04:52:58.037Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:52:58.038Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:52:58.038Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657169395957, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-07-07T04:52:58.038Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:52:58.038Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:52:58.038Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7cead993-532b-4fc3-a495-3f17fdd6406e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657169397999, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/resourceInstances/pnfc088063784690/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-07T04:52:58.038Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:52:58.038Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:52:58.038Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "multicloud-k8s-id", "timestamp": 1657169394039, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-07-07T04:52:58.038Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:52:58.038Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:52:58.038Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "clamp", "timestamp": 1657169393626, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-07-07T04:52:58.039Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:52:58.039Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:52:58.039Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657169395957, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T04:52:58.039Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:52:58.039Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:52:58.039Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7cead993-532b-4fc3-a495-3f17fdd6406e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657169397999, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/resourceInstances/pnfc088063784690/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-07T04:52:58.039Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:52:58.039Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:52:58.039Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "multicloud-k8s-id", "timestamp": 1657169394039, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-07-07T04:52:58.039Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:52:58.039Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:52:58.040Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "aai-ml", "timestamp": 1657169402215, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-07-07T04:52:58.040Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T04:52:58.040Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:52:58.040Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "clamp", "timestamp": 1657169393626, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-07-07T04:52:58.040Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:52:58.040Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:52:58.040Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657169395957, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-07-07T04:52:58.040Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:52:58.040Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:52:58.040Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7cead993-532b-4fc3-a495-3f17fdd6406e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657169397999, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/resourceInstances/pnfc088063784690/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T04:52:58.040Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:52:58.041Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:52:58.041Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "multicloud-k8s-id", "timestamp": 1657169404078, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-07-07T04:52:58.041Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T04:52:58.041Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:52:58.041Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "aai-ml", "timestamp": 1657169403219, "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-07-07T04:52:58.049Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 702c55d3-15c5-488c-88dd-9e076afda455 2022-07-07T04:52:58.049Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 702c55d3-15c5-488c-88dd-9e076afda455 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-07-07T04:52:58.057Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:52:58.058Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657169395957, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-07-07T04:52:58.058Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:52:58.058Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:52:58.058Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7cead993-532b-4fc3-a495-3f17fdd6406e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657169397999, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/resourceInstances/pnfc088063784690/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-07T04:52:58.058Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:52:58.058Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:52:58.058Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "multicloud-k8s-id", "timestamp": 1657169405153, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-07-07T04:52:58.058Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T04:52:58.059Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:52:58.059Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657169395957, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-07-07T04:52:58.059Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:52:58.059Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:52:58.059Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7cead993-532b-4fc3-a495-3f17fdd6406e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657169397999, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/resourceInstances/pnfc088063784690/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-07T04:52:58.059Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:52:58.059Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:52:58.059Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "multicloud-k8s-id", "timestamp": 1657169406441, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-07-07T04:52:58.059Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T04:52:58.059Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:52:58.059Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7cead993-532b-4fc3-a495-3f17fdd6406e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657169397999, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/artifacts/service-DemoPnfTjh9f175e5b7vuvaq5gy-template.yml", "status": "NOT_NOTIFIED" } 2022-07-07T04:52:58.060Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:52:58.060Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:52:58.060Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657169405800, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-07T04:52:58.060Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T04:52:58.060Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:52:58.060Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "multicloud-k8s-id", "timestamp": 1657169407526, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-07-07T04:52:58.060Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T04:52:58.060Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:52:58.060Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7cead993-532b-4fc3-a495-3f17fdd6406e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657169397999, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/artifacts/service-DemoPnfTjh9f175e5b7vuvaq5gy-csar.csar", "status": "NOTIFIED" } 2022-07-07T04:52:58.060Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:52:58.060Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:52:58.060Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "multicloud-k8s-id", "timestamp": 1657169408584, "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-07-07T04:52:58.065Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 702c55d3-15c5-488c-88dd-9e076afda455 2022-07-07T04:52:58.065Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 702c55d3-15c5-488c-88dd-9e076afda455 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-07-07T04:52:58.073Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:52:58.073Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7cead993-532b-4fc3-a495-3f17fdd6406e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657169406989, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/artifacts/service-DemoPnfTjh9f175e5b7vuvaq5gy-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-07T04:52:58.073Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T04:52:58.073Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:52:58.073Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657169408524, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-07-07T04:52:58.073Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T04:52:58.073Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:52:58.073Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "multicloud-k8s-id", "timestamp": 1657169409588, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-07-07T04:52:58.074Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T04:52:58.074Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:52:58.074Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657169409531, "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-07-07T04:52:58.079Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 702c55d3-15c5-488c-88dd-9e076afda455 2022-07-07T04:52:58.079Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 702c55d3-15c5-488c-88dd-9e076afda455 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-07-07T04:52:58.092Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:52:58.092Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7cead993-532b-4fc3-a495-3f17fdd6406e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657169408891, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/artifacts/service-DemoPnfTjh9f175e5b7vuvaq5gy-csar.csar", "status": "DEPLOY_OK" } 2022-07-07T04:52:58.092Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T04:52:58.092Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:52:58.092Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "clamp", "timestamp": 1657169413890, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-07T04:52:58.092Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T04:52:58.092Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:52:58.092Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "clamp", "timestamp": 1657169415905, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-07-07T04:52:58.092Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T04:52:58.093Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:52:58.093Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "clamp", "timestamp": 1657169416919, "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-07-07T04:52:58.097Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 702c55d3-15c5-488c-88dd-9e076afda455 2022-07-07T04:52:58.097Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 702c55d3-15c5-488c-88dd-9e076afda455 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-07-07T04:53:04.356Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 702c55d3-15c5-488c-88dd-9e076afda455 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-07T04:53:04.370Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 702c55d3-15c5-488c-88dd-9e076afda455 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-07T04:53:04.372Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-07T04:53:04.372Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-07-07T04:53:04.373Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-07-07T04:53:04.373Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-07-07T04:53:04.373Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-07T04:53:04.373Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-07T04:53:04.373Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-07T04:53:04.373Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-07T04:53:04.373Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-07T04:53:04.373Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-07T04:53:04.373Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-07-07T04:53:04.379Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-07-07T04:53:34.379Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 702c55d3-15c5-488c-88dd-9e076afda455 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-07-07T04:53:34.389Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 702c55d3-15c5-488c-88dd-9e076afda455 and serviceModelVersionId: f3466b16-6fac-468c-a41c-7243fb79c047 2022-07-07T04:53:34.389Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 370f3b27-c419-4de0-b7b8-4a6a0486fc4a 2022-07-07T04:53:34.391Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/370f3b27-c419-4de0-b7b8-4a6a0486fc4a/model-vers/model-ver/f3466b16-6fac-468c-a41c-7243fb79c047?depth=0 2022-07-07T04:53:34.396Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-07-07T04:53:34.468Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/370f3b27-c419-4de0-b7b8-4a6a0486fc4a/model-vers/model-ver/f3466b16-6fac-468c-a41c-7243fb79c047?depth=0|INFO|500||Invoke 2022-07-07T04:53:34.468Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/370f3b27-c419-4de0-b7b8-4a6a0486fc4a/model-vers/model-ver/f3466b16-6fac-468c-a41c-7243fb79c047?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/370f3b27-c419-4de0-b7b8-4a6a0486fc4a/model-vers/model-ver/f3466b16-6fac-468c-a41c-7243fb79c047?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[702c55d3-15c5-488c-88dd-9e076afda455], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[94a74e8a-a572-467d-9e75-fdf8c049b3df], X-ECOMP-RequestID=[702c55d3-15c5-488c-88dd-9e076afda455], X-TransactionId=[], X-ONAP-RequestID=[702c55d3-15c5-488c-88dd-9e076afda455], Content-Type=[application/merge-patch+json]} 2022-07-07T04:53:34.489Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/370f3b27-c419-4de0-b7b8-4a6a0486fc4a/model-vers/model-ver/f3466b16-6fac-468c-a41c-7243fb79c047?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-07-07T04:53:34.679Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/370f3b27-c419-4de0-b7b8-4a6a0486fc4a/model-vers/model-ver/f3466b16-6fac-468c-a41c-7243fb79c047?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/370f3b27-c419-4de0-b7b8-4a6a0486fc4a/model-vers/model-ver/f3466b16-6fac-468c-a41c-7243fb79c047?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220707-04:53:36:605-15610], vertex-id=[585776], Content-Length=[0], Date=[Thu, 07 Jul 2022 04:53:36 GMT], Content-Type=[application/json]} 2022-07-07T04:53:34.679Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/370f3b27-c419-4de0-b7b8-4a6a0486fc4a/model-vers/model-ver/f3466b16-6fac-468c-a41c-7243fb79c047?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-07-07T04:53:34.680Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/370f3b27-c419-4de0-b7b8-4a6a0486fc4a/model-vers/model-ver/f3466b16-6fac-468c-a41c-7243fb79c047?depth=0|INFO|500||InvokeReturn 2022-07-07T04:53:34.680Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-07-07T04:53:34.680Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-07-07T04:53:34.686Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-07-07T04:53:34.687Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 702c55d3-15c5-488c-88dd-9e076afda455 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-07-07T04:53:34.687Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-07-07T04:53:34.687Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-07-07T04:53:34.691Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T04:53:34.691Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657169614687, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-07T04:53:34.791Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-07T04:53:34.792Z||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-07-07T04:53:34.793Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T04:53:34.819Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:53:34.820Z||pool-72-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-07-07T04:53:35.706Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:53:35.706Z|702c55d3-15c5-488c-88dd-9e076afda455|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-07-07T04:53:35.707Z|702c55d3-15c5-488c-88dd-9e076afda455|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 PBDwzCCYkGWqsLGP) ... 2022-07-07T04:53:46.006Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:53:46.007Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:53:46.008Z|702c55d3-15c5-488c-88dd-9e076afda455|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-07-07T04:53:46.008Z|702c55d3-15c5-488c-88dd-9e076afda455|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 PBDwzCCYkGWqsLGP) ... 2022-07-07T04:53:55.589Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:53:55.590Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:53:55.591Z|702c55d3-15c5-488c-88dd-9e076afda455|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-07-07T04:53:55.591Z|702c55d3-15c5-488c-88dd-9e076afda455|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 PBDwzCCYkGWqsLGP) ... 2022-07-07T04:53:58.002Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:53:58.003Z||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-07-07T04:53:58.003Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T04:53:58.039Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:53:58.040Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:53:58.040Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7cead993-532b-4fc3-a495-3f17fdd6406e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657169500188, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-07T04:53:58.042Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T04:53:58.042Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:53:58.042Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657169397999, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T04:53:58.042Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:53:58.042Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:53:58.042Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657169397999, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-07-07T04:53:58.042Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:53:58.042Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:53:58.042Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657169397999, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-07-07T04:53:58.043Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:53:58.043Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:53:58.043Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657169397999, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-07-07T04:53:58.043Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:53:58.043Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:53:58.043Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657169397999, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-07-07T04:53:58.043Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:53:58.043Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:53:58.043Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657169397999, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T04:53:58.043Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:53:58.044Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:53:58.044Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657169397999, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-07-07T04:53:58.044Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:53:58.044Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:53:58.044Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657169397999, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-07-07T04:53:58.044Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:53:58.044Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:53:58.044Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657169397999, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-07-07T04:53:58.044Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T04:53:58.044Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:53:58.045Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657169510359, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-07T04:53:58.045Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T04:53:58.045Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:53:58.045Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657169512685, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-07-07T04:53:58.045Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T04:53:58.045Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:53:58.045Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657169513783, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-07-07T04:53:58.045Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T04:53:58.045Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:53:58.045Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657169514975, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-07-07T04:53:58.046Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T04:53:58.046Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:53:58.046Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657169516045, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-07-07T04:53:58.046Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T04:53:58.046Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:53:58.046Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657169517178, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-07-07T04:53:58.046Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T04:54:05.137Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:54:05.138Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:54:05.139Z||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-07-07T04:54:05.139Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T04:54:14.676Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:54:57.999Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:54:58.000Z||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-07-07T04:54:58.000Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T04:54:58.002Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:54:58.002Z||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-07-07T04:54:58.002Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T04:54:58.032Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:54:58.033Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:54:58.033Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657169518300, "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-07-07T04:54:58.034Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T04:54:58.034Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:54:58.034Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657169519304, "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-07-07T04:54:58.034Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T04:54:58.034Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:54:58.034Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657169520309, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-07-07T04:54:58.034Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T04:54:58.035Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:54:58.035Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657169521313, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-07-07T04:54:58.035Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T04:54:58.035Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:54:58.035Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657169522317, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-07-07T04:54:58.035Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T04:54:58.035Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:54:58.035Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657169523321, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-07-07T04:54:58.036Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T04:55:07.556Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:55:57.999Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:55:58.000Z||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-07-07T04:55:58.000Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T04:55:58.002Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:55:58.002Z||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-07-07T04:55:58.002Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T04:55:58.550Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:55:58.551Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T04:55:58.551Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "702c55d3-15c5-488c-88dd-9e076afda455", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657169614687, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-07T04:55:58.552Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T04:56:07.573Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:56:57.999Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:56:58.000Z||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-07-07T04:56:58.000Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T04:56:58.002Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:56:58.002Z||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-07-07T04:56:58.002Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PBDwzCCYkGWqsLGP) ... 2022-07-07T04:57:07.554Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:57:07.557Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:57:57.999Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:57:58.000Z||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-07-07T04:57:58.000Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T04:57:58.002Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:57:58.002Z||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-07-07T04:57:58.003Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T04:58:07.557Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:58:07.557Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:58:57.999Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:58:58.000Z||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-07-07T04:58:58.000Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T04:58:58.002Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:58:58.003Z||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-07-07T04:58:58.003Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T04:59:07.546Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:59:07.547Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T04:59:57.999Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:59:58.000Z||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-07-07T04:59:58.000Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T04:59:58.002Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T04:59:58.002Z||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-07-07T04:59:58.002Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T05:00:07.548Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T05:00:07.555Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T05:00:57.999Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T05:00:58.000Z||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-07-07T05:00:58.000Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T05:00:58.002Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T05:00:58.002Z||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-07-07T05:00:58.002Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T05:01:07.543Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T05:01:07.549Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T05:01:57.999Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T05:01:58.000Z||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-07-07T05:01:58.001Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T05:01:58.002Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T05:01:58.002Z||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-07-07T05:01:58.002Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PBDwzCCYkGWqsLGP) ... 2022-07-07T05:02:07.549Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T05:02:07.552Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T05:02:58.000Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T05:02:58.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-07-07T05:02:58.002Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T05:02:58.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 PBDwzCCYkGWqsLGP) ... 2022-07-07T05:02:58.003Z|702c55d3-15c5-488c-88dd-9e076afda455|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-07-07T05:02:58.003Z|702c55d3-15c5-488c-88dd-9e076afda455|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 PBDwzCCYkGWqsLGP) ... 2022-07-07T05:03:07.559Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T05:03:07.561Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T05:03:57.999Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T05:03:58.000Z||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-07-07T05:03:58.000Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T05:03:58.002Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T05:03:58.002Z|702c55d3-15c5-488c-88dd-9e076afda455|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-07-07T05:03:58.003Z|702c55d3-15c5-488c-88dd-9e076afda455|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 PBDwzCCYkGWqsLGP) ... 2022-07-07T05:04:07.549Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T05:04:07.549Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T05:04:57.999Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T05:04:58.000Z|702c55d3-15c5-488c-88dd-9e076afda455|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-07-07T05:04:58.000Z|702c55d3-15c5-488c-88dd-9e076afda455|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 PBDwzCCYkGWqsLGP) ... 2022-07-07T05:04:58.003Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T05:04:58.004Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-07T05:04:58.004Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PBDwzCCYkGWqsLGP) ... 2022-07-07T05:05:07.553Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T05:05:07.554Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T05:05:57.999Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T05:05:58.000Z||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-07-07T05:05:58.000Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T05:05:58.002Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T05:05:58.003Z||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-07-07T05:05:58.003Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T05:06:07.560Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T05:06:07.564Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T05:06:57.999Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T05:06:58.000Z||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-07-07T05:06:58.000Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T05:06:58.002Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T05:06:58.002Z||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-07-07T05:06:58.002Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T05:06:58.165Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T05:06:58.186Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.186Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "clamp", "timestamp": 1657170383626, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T05:06:58.188Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-07T05:06:58.188Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.188Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657170385957, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T05:06:58.188Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-07T05:06:58.189Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.189Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "clamp", "timestamp": 1657170383626, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-07-07T05:06:58.189Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-07T05:06:58.189Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.189Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657170385957, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-07T05:06:58.189Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-07T05:06:58.189Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.189Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "clamp", "timestamp": 1657170383626, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-07-07T05:06:58.190Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-07T05:06:58.190Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.190Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657170385957, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-07-07T05:06:58.190Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-07T05:06:58.190Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.190Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "multicloud-k8s-id", "timestamp": 1657170394039, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T05:06:58.190Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-07T05:06:58.190Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.190Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "clamp", "timestamp": 1657170383626, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T05:06:58.190Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-07T05:06:58.190Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.190Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657170385957, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T05:06:58.191Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-07T05:06:58.191Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.191Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "multicloud-k8s-id", "timestamp": 1657170394039, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-07-07T05:06:58.191Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-07T05:06:58.191Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.191Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "cds", "timestamp": 1657170394804, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T05:06:58.191Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-07T05:06:58.191Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.191Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "clamp", "timestamp": 1657170383626, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-07-07T05:06:58.191Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-07T05:06:58.191Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.192Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "multicloud-k8s-id", "timestamp": 1657170394039, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-07-07T05:06:58.192Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-07T05:06:58.192Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.192Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657170385957, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-07-07T05:06:58.192Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-07T05:06:58.192Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.192Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "cds", "timestamp": 1657170394804, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-07T05:06:58.192Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-07T05:06:58.192Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.192Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "clamp", "timestamp": 1657170383626, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-07-07T05:06:58.192Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-07T05:06:58.193Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.193Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "multicloud-k8s-id", "timestamp": 1657170394039, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T05:06:58.193Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-07T05:06:58.193Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.193Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657170385957, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-07-07T05:06:58.193Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-07T05:06:58.193Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.193Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "cds", "timestamp": 1657170394804, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-07-07T05:06:58.193Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-07T05:06:58.193Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.193Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "clamp", "timestamp": 1657170383626, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-07-07T05:06:58.193Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-07T05:06:58.194Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.194Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "multicloud-k8s-id", "timestamp": 1657170394039, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-07-07T05:06:58.194Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-07T05:06:58.194Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.194Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657170385957, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-07-07T05:06:58.194Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-07T05:06:58.194Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.194Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "cds", "timestamp": 1657170394804, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T05:06:58.194Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-07T05:06:58.194Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.194Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "clamp", "timestamp": 1657170383626, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-07T05:06:58.195Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-07T05:06:58.195Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.195Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "multicloud-k8s-id", "timestamp": 1657170394039, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-07-07T05:06:58.195Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-07T05:06:58.195Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.195Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657170385957, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-07T05:06:58.195Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-07T05:06:58.195Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.195Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "aai-ml", "timestamp": 1657170398158, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T05:06:58.195Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-07T05:06:58.195Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.195Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "policy-id", "timestamp": 1657170398315, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T05:06:58.196Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-07T05:06:58.196Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.196Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "cds", "timestamp": 1657170394804, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-07-07T05:06:58.196Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-07T05:06:58.196Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.196Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "clamp", "timestamp": 1657170383626, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-07T05:06:58.196Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-07T05:06:58.196Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.196Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "multicloud-k8s-id", "timestamp": 1657170394039, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-07-07T05:06:58.197Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-07T05:06:58.197Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.197Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657170385957, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-07T05:06:58.197Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-07T05:06:58.197Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.197Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "aai-ml", "timestamp": 1657170398158, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-07T05:06:58.197Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-07T05:06:58.197Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.197Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "policy-id", "timestamp": 1657170398315, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-07T05:06:58.197Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-07T05:06:58.197Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.197Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "cds", "timestamp": 1657170394804, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-07-07T05:06:58.198Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-07T05:06:58.198Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.198Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "clamp", "timestamp": 1657170383626, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-07-07T05:06:58.198Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-07T05:06:58.198Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.198Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "multicloud-k8s-id", "timestamp": 1657170394039, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-07T05:06:58.198Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-07T05:06:58.198Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.198Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657170385957, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-07-07T05:06:58.198Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-07T05:06:58.198Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.198Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "aai-ml", "timestamp": 1657170398158, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-07-07T05:06:58.199Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-07T05:06:58.199Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.199Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "policy-id", "timestamp": 1657170398315, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-07-07T05:06:58.199Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-07T05:06:58.199Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.199Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "cds", "timestamp": 1657170394804, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-07-07T05:06:58.199Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-07T05:06:58.199Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.199Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "ves-openapi-manager", "timestamp": 1657170401102, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T05:06:58.199Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-07T05:06:58.199Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.199Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "multicloud-k8s-id", "timestamp": 1657170394039, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-07T05:06:58.200Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-07T05:06:58.200Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.200Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "aai-ml", "timestamp": 1657170398158, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T05:06:58.200Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-07T05:06:58.200Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.200Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "policy-id", "timestamp": 1657170398315, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T05:06:58.200Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-07T05:06:58.200Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.200Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657170402061, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-07T05:06:58.200Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T05:06:58.200Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.200Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "cds", "timestamp": 1657170394804, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-07T05:06:58.201Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-07T05:06:58.201Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.201Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "ves-openapi-manager", "timestamp": 1657170401102, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-07T05:06:58.201Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-07T05:06:58.201Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.201Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "multicloud-k8s-id", "timestamp": 1657170394039, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-07-07T05:06:58.201Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-07T05:06:58.201Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.201Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "aai-ml", "timestamp": 1657170398158, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-07-07T05:06:58.201Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-07T05:06:58.201Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.201Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "policy-id", "timestamp": 1657170398315, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-07-07T05:06:58.202Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-07T05:06:58.202Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.202Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "cds", "timestamp": 1657170394804, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-07T05:06:58.202Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-07T05:06:58.202Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.202Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "ves-openapi-manager", "timestamp": 1657170401102, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-07-07T05:06:58.202Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-07T05:06:58.202Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.202Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "multicloud-k8s-id", "timestamp": 1657170404913, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-07-07T05:06:58.203Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T05:06:58.203Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.203Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "aai-ml", "timestamp": 1657170398158, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-07-07T05:06:58.203Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-07T05:06:58.203Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.203Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "policy-id", "timestamp": 1657170398315, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-07-07T05:06:58.203Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-07T05:06:58.203Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.203Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "cds", "timestamp": 1657170394804, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-07-07T05:06:58.203Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-07T05:06:58.203Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.204Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "ves-openapi-manager", "timestamp": 1657170401102, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T05:06:58.204Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-07T05:06:58.204Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.204Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657170404718, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-07T05:06:58.204Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T05:06:58.204Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.204Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "aai-ml", "timestamp": 1657170398158, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-07-07T05:06:58.204Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-07T05:06:58.204Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.204Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "policy-id", "timestamp": 1657170398315, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-07-07T05:06:58.204Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-07T05:06:58.204Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.205Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "multicloud-k8s-id", "timestamp": 1657170406094, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-07-07T05:06:58.205Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T05:06:58.205Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.205Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "cds", "timestamp": 1657170405601, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-07T05:06:58.205Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T05:06:58.205Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.205Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "ves-openapi-manager", "timestamp": 1657170401102, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-07-07T05:06:58.205Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-07T05:06:58.205Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.205Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657170405726, "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=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-07T05:06:58.224Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 66e1544e-0f63-477f-ba73-565367b3e5c0 2022-07-07T05:06:58.224Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 66e1544e-0f63-477f-ba73-565367b3e5c0 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-07-07T05:06:58.232Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.232Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "aai-ml", "timestamp": 1657170398158, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-07T05:06:58.233Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-07T05:06:58.233Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.233Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "policy-id", "timestamp": 1657170398315, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-07T05:06:58.233Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-07T05:06:58.233Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.233Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "multicloud-k8s-id", "timestamp": 1657170407208, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-07-07T05:06:58.233Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T05:06:58.234Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.234Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "ves-openapi-manager", "timestamp": 1657170401102, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-07-07T05:06:58.234Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-07T05:06:58.234Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.234Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "aai-ml", "timestamp": 1657170398158, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-07T05:06:58.234Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-07T05:06:58.234Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.234Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "policy-id", "timestamp": 1657170398315, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-07T05:06:58.235Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-07T05:06:58.235Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.235Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "multicloud-k8s-id", "timestamp": 1657170408338, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-07-07T05:06:58.235Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T05:06:58.235Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.235Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "ves-openapi-manager", "timestamp": 1657170401102, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-07-07T05:06:58.236Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-07T05:06:58.236Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.236Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "cds", "timestamp": 1657170407951, "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-07-07T05:06:58.241Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 66e1544e-0f63-477f-ba73-565367b3e5c0 2022-07-07T05:06:58.241Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 66e1544e-0f63-477f-ba73-565367b3e5c0 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-07-07T05:06:58.248Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.248Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "aai-ml", "timestamp": 1657170398158, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-07-07T05:06:58.248Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-07T05:06:58.249Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.249Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "policy-id", "timestamp": 1657170398315, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-07-07T05:06:58.249Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-07T05:06:58.249Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.249Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "multicloud-k8s-id", "timestamp": 1657170409417, "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-07-07T05:06:58.254Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 66e1544e-0f63-477f-ba73-565367b3e5c0 2022-07-07T05:06:58.254Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 66e1544e-0f63-477f-ba73-565367b3e5c0 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-07-07T05:06:58.262Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.262Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "ves-openapi-manager", "timestamp": 1657170401102, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-07T05:06:58.262Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-07T05:06:58.263Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.263Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d592579e-2b0f-4f23-b046-80e3a6779a65", "consumerID": "cds", "timestamp": 1657170394804, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T05:06:58.263Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-07T05:06:58.263Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.263Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "policy-id", "timestamp": 1657170409152, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-07T05:06:58.263Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T05:06:58.263Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.264Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "aai-ml", "timestamp": 1657170409136, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-07T05:06:58.264Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T05:06:58.264Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.264Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "multicloud-k8s-id", "timestamp": 1657170410422, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-07-07T05:06:58.264Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T05:06:58.264Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.264Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "ves-openapi-manager", "timestamp": 1657170401102, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-07T05:06:58.264Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-07T05:06:58.265Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.265Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d592579e-2b0f-4f23-b046-80e3a6779a65", "consumerID": "cds", "timestamp": 1657170394804, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-07T05:06:58.265Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-07T05:06:58.265Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.265Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "policy-id", "timestamp": 1657170410158, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-07T05:06:58.265Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T05:06:58.266Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.266Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d592579e-2b0f-4f23-b046-80e3a6779a65", "consumerID": "multicloud-k8s-id", "timestamp": 1657170394039, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T05:06:58.266Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-07T05:06:58.266Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.266Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "ves-openapi-manager", "timestamp": 1657170401102, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-07-07T05:06:58.266Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-07T05:06:58.267Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.267Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d592579e-2b0f-4f23-b046-80e3a6779a65", "consumerID": "cds", "timestamp": 1657170394804, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-07-07T05:06:58.267Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-07T05:06:58.267Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.267Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "clamp", "timestamp": 1657170411031, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-07T05:06:58.267Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T05:06:58.267Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.268Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "policy-id", "timestamp": 1657170411165, "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-07-07T05:06:58.282Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 66e1544e-0f63-477f-ba73-565367b3e5c0 2022-07-07T05:06:58.282Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 66e1544e-0f63-477f-ba73-565367b3e5c0 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-07-07T05:06:58.290Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.291Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d592579e-2b0f-4f23-b046-80e3a6779a65", "consumerID": "multicloud-k8s-id", "timestamp": 1657170394039, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-07-07T05:06:58.291Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-07T05:06:58.291Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.291Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d592579e-2b0f-4f23-b046-80e3a6779a65", "consumerID": "cds", "timestamp": 1657170394804, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T05:06:58.291Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-07T05:06:58.291Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.292Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d592579e-2b0f-4f23-b046-80e3a6779a65", "consumerID": "policy-id", "timestamp": 1657170398315, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T05:06:58.292Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-07T05:06:58.292Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.292Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d592579e-2b0f-4f23-b046-80e3a6779a65", "consumerID": "multicloud-k8s-id", "timestamp": 1657170394039, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-07-07T05:06:58.292Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-07T05:06:58.292Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.292Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d592579e-2b0f-4f23-b046-80e3a6779a65", "consumerID": "cds", "timestamp": 1657170394804, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-07-07T05:06:58.293Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-07T05:06:58.293Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.293Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d592579e-2b0f-4f23-b046-80e3a6779a65", "consumerID": "policy-id", "timestamp": 1657170398315, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-07T05:06:58.293Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-07T05:06:58.293Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.293Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d592579e-2b0f-4f23-b046-80e3a6779a65", "consumerID": "multicloud-k8s-id", "timestamp": 1657170394039, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T05:06:58.293Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-07T05:06:58.294Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.294Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d592579e-2b0f-4f23-b046-80e3a6779a65", "consumerID": "cds", "timestamp": 1657170394804, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-07T05:06:58.294Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-07T05:06:58.294Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.294Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d592579e-2b0f-4f23-b046-80e3a6779a65", "consumerID": "policy-id", "timestamp": 1657170398315, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-07-07T05:06:58.294Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-07T05:06:58.294Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.295Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d592579e-2b0f-4f23-b046-80e3a6779a65", "consumerID": "multicloud-k8s-id", "timestamp": 1657170394039, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-07-07T05:06:58.295Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-07T05:06:58.295Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.295Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d592579e-2b0f-4f23-b046-80e3a6779a65", "consumerID": "cds", "timestamp": 1657170394804, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-07T05:06:58.295Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-07T05:06:58.295Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.296Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d592579e-2b0f-4f23-b046-80e3a6779a65", "consumerID": "policy-id", "timestamp": 1657170398315, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T05:06:58.296Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-07T05:06:58.296Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.296Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d592579e-2b0f-4f23-b046-80e3a6779a65", "consumerID": "multicloud-k8s-id", "timestamp": 1657170394039, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-07T05:06:58.296Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-07T05:06:58.296Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.296Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d592579e-2b0f-4f23-b046-80e3a6779a65", "consumerID": "cds", "timestamp": 1657170394804, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-07-07T05:06:58.297Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-07T05:06:58.297Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.297Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "clamp", "timestamp": 1657170416041, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-07T05:06:58.297Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T05:06:58.297Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.297Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d592579e-2b0f-4f23-b046-80e3a6779a65", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657170415957, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T05:06:58.298Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-07T05:06:58.298Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.298Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d592579e-2b0f-4f23-b046-80e3a6779a65", "consumerID": "policy-id", "timestamp": 1657170398315, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-07-07T05:06:58.298Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-07T05:06:58.298Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.298Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d592579e-2b0f-4f23-b046-80e3a6779a65", "consumerID": "multicloud-k8s-id", "timestamp": 1657170394039, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-07T05:06:58.298Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-07T05:06:58.299Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.299Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d592579e-2b0f-4f23-b046-80e3a6779a65", "consumerID": "cds", "timestamp": 1657170417134, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-07T05:06:58.299Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T05:06:58.299Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.299Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "clamp", "timestamp": 1657170417048, "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-07-07T05:06:58.310Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 66e1544e-0f63-477f-ba73-565367b3e5c0 2022-07-07T05:06:58.310Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 66e1544e-0f63-477f-ba73-565367b3e5c0 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-07-07T05:06:58.332Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.332Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d592579e-2b0f-4f23-b046-80e3a6779a65", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657170415957, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-07T05:06:58.332Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-07T05:06:58.332Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.333Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d592579e-2b0f-4f23-b046-80e3a6779a65", "consumerID": "policy-id", "timestamp": 1657170398315, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-07T05:06:58.365Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-07T05:06:58.365Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.365Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d592579e-2b0f-4f23-b046-80e3a6779a65", "consumerID": "multicloud-k8s-id", "timestamp": 1657170394039, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-07-07T05:06:58.366Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-07T05:06:58.366Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.366Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d592579e-2b0f-4f23-b046-80e3a6779a65", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657170415957, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-07-07T05:06:58.366Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-07T05:06:58.366Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.366Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d592579e-2b0f-4f23-b046-80e3a6779a65", "consumerID": "policy-id", "timestamp": 1657170398315, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-07T05:06:58.367Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-07T05:06:58.367Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.367Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d592579e-2b0f-4f23-b046-80e3a6779a65", "consumerID": "cds", "timestamp": 1657170418358, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-07-07T05:06:58.404Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d592579e-2b0f-4f23-b046-80e3a6779a65 2022-07-07T05:06:58.404Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d592579e-2b0f-4f23-b046-80e3a6779a65 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-07-07T05:06:58.414Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.414Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d592579e-2b0f-4f23-b046-80e3a6779a65", "consumerID": "clamp", "timestamp": 1657170418065, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T05:06:58.414Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-07T05:06:58.414Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.414Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d592579e-2b0f-4f23-b046-80e3a6779a65", "consumerID": "multicloud-k8s-id", "timestamp": 1657170419611, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-07-07T05:06:58.414Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T05:06:58.660Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T05:06:58.661Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-07T05:06:58.661Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"66e1544e-0f63-477f-ba73-565367b3e5c0","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"83596cdf-cf9b-4d52-a1eb-daeee331b235","serviceDescription":"service","serviceInvariantUUID":"41ed2f31-964d-4fad-a0a3-95205b77f1ec","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"490c2e2f-97dd-4526-884c-1d6b35bd3d28","resourceInvariantUUID":"d9106577-397b-48c5-99fb-af3e9e9f904f","resourceCustomizationUUID":"5add6fc3-fcff-4561-8853-4cab264ae49d","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":"YjFlYzhkZWViMmI1Y2U4NjU1Yzc1MWVhM2I3OWMyMWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"759ffead-e64c-4ddd-b56b-6c56ad114fb7","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":"YjRiNTM1ZDZlNTAxMTkzZTVhNzRjMjkwYzU5MzAxZTc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2b9924eb-180b-4567-8852-fd9b3ff4f811","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":"68211f44-1efa-4300-a999-7f3a9e46a723","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":"44256f6c-03ec-40f4-9684-82dfb60dae92","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":"a95a6301-dc61-4b4d-bba2-7382c3e314fe","artifactVersion":"2","generatedFromUUID":"28e844d6-b8e5-4e7b-a69a-54559b3a5991"},{"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":"1d250cbc-7054-4c3a-a66c-02289977838b","artifactVersion":"2","generatedFromUUID":"68211f44-1efa-4300-a999-7f3a9e46a723"},{"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":"28e844d6-b8e5-4e7b-a69a-54559b3a5991","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":"b6838296-3af2-4952-bbab-6d0f1f7f37af","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":"NTJhNzE0MGUxMTQ2MmY1ZWVmNDY1ODI4MzU5MGM1YTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"783df067-bdd5-4c8e-a624-1daa08c9c711","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ODhiYWM0ZjcxMDVhN2ZiNmY0MzM0MzNjZjc5MTgwNTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"72c2dcb4-7f9b-4f46-80b0-b630434afd06","artifactVersion":"1"}],"workloadContext":"Production"} 2022-07-07T05:06:58.664Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-07T05:06:58.664Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-07-07T05:06:58.667Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T05:06:58.667Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657170417999, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T05:06:58.767Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-07T05:06:58.768Z||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-07-07T05:06:58.768Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T05:06:58.787Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T05:06:58.788Z||pool-73-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-07-07T05:06:59.668Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-07T05:06:59.669Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-07-07T05:06:59.671Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T05:06:59.671Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657170417999, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-07-07T05:06:59.771Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-07T05:06:59.772Z||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-07-07T05:06:59.772Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T05:06:59.821Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T05:06:59.821Z||pool-74-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":0,"count":1} 2022-07-07T05:07:00.672Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-07T05:07:00.672Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-07-07T05:07:00.675Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T05:07:00.675Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657170417999, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-07-07T05:07:00.775Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-07T05:07:00.776Z||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-07-07T05:07:00.776Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T05:07:00.792Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T05:07:00.793Z||pool-75-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-07-07T05:07:01.675Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-07T05:07:01.676Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-07-07T05:07:01.679Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T05:07:01.679Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657170417999, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T05:07:01.779Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-07T05:07:01.780Z||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-07-07T05:07:01.781Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T05:07:01.797Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T05:07:01.798Z||pool-76-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-07-07T05:07:02.679Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-07T05:07:02.680Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-07-07T05:07:02.682Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T05:07:02.682Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657170417999, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-07-07T05:07:02.783Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-07T05:07:02.784Z||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-07-07T05:07:02.784Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T05:07:02.857Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T05:07:02.857Z||pool-77-thread-1|||||INFO|500||cambria reply ok (74 ms):{"serverTimeMs":0,"count":1} 2022-07-07T05:07:03.683Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-07T05:07:03.684Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-07-07T05:07:03.686Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T05:07:03.686Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657170417999, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-07-07T05:07:03.787Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-07T05:07:03.788Z||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-07-07T05:07:03.788Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T05:07:03.808Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T05:07:03.808Z||pool-78-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-07-07T05:07:04.687Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-07T05:07:04.688Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-07-07T05:07:04.690Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T05:07:04.690Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657170417999, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-07-07T05:07:04.790Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-07T05:07:04.791Z||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-07-07T05:07:04.791Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T05:07:04.804Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T05:07:04.804Z||pool-79-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-07-07T05:07:05.691Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-07T05:07:05.691Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-07-07T05:07:05.694Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T05:07:05.694Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657170417999, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-07T05:07:05.794Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-07T05:07:05.795Z||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-07-07T05:07:05.795Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T05:07:05.810Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T05:07:05.810Z||pool-80-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-07-07T05:07:06.694Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-07T05:07:06.695Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-07-07T05:07:06.697Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T05:07:06.697Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657170417999, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-07T05:07:06.797Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-07T05:07:06.798Z||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-07-07T05:07:06.798Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T05:07:06.833Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T05:07:06.833Z||pool-81-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} 2022-07-07T05:07:07.698Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-07T05:07:07.699Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-07-07T05:07:07.701Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T05:07:07.701Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657170417999, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-07-07T05:07:07.801Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-07T05:07:07.802Z||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-07-07T05:07:07.802Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T05:07:07.815Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T05:07:07.815Z||pool-82-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-07-07T05:07:08.702Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "83596cdf-cf9b-4d52-a1eb-daeee331b235", "serviceDescription": "service", "serviceInvariantUUID": "41ed2f31-964d-4fad-a0a3-95205b77f1ec", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "5add6fc3-fcff-4561-8853-4cab264ae49d", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "490c2e2f-97dd-4526-884c-1d6b35bd3d28", "resourceInvariantUUID": "d9106577-397b-48c5-99fb-af3e9e9f904f", "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": "YjRiNTM1ZDZlNTAxMTkzZTVhNzRjMjkwYzU5MzAxZTc\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2b9924eb-180b-4567-8852-fd9b3ff4f811", "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": "68211f44-1efa-4300-a999-7f3a9e46a723", "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": "1d250cbc-7054-4c3a-a66c-02289977838b", "generatedFromUUID": "68211f44-1efa-4300-a999-7f3a9e46a723" }, "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": "a95a6301-dc61-4b4d-bba2-7382c3e314fe", "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": "1d250cbc-7054-4c3a-a66c-02289977838b", "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": "28e844d6-b8e5-4e7b-a69a-54559b3a5991", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "ODhiYWM0ZjcxMDVhN2ZiNmY0MzM0MzNjZjc5MTgwNTM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "72c2dcb4-7f9b-4f46-80b0-b630434afd06" } ], "workloadContext": "Production" } 2022-07-07T05:07:08.703Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-07-07T05:07:08.703Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 83596cdf-cf9b-4d52-a1eb-daeee331b235 ASDC 2022-07-07T05:07:08.703Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:66e1544e-0f63-477f-ba73-565367b3e5c0 ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:83596cdf-cf9b-4d52-a1eb-daeee331b235 ServiceInvariantUUID:41ed2f31-964d-4fad-a0a3-95205b77f1ec 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:72c2dcb4-7f9b-4f46-80b0-b630434afd06 ArtifactChecksum:ODhiYWM0ZjcxMDVhN2ZiNmY0MzM0MzNjZjc5MTgwNTM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:5add6fc3-fcff-4561-8853-4cab264ae49d ResourceInvariantUUID:d9106577-397b-48c5-99fb-af3e9e9f904f ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:490c2e2f-97dd-4526-884c-1d6b35bd3d28 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:2b9924eb-180b-4567-8852-fd9b3ff4f811 ArtifactChecksum:YjRiNTM1ZDZlNTAxMTkzZTVhNzRjMjkwYzU5MzAxZTc= 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:68211f44-1efa-4300-a999-7f3a9e46a723 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:1d250cbc-7054-4c3a-a66c-02289977838b 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:a95a6301-dc61-4b4d-bba2-7382c3e314fe 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:1d250cbc-7054-4c3a-a66c-02289977838b 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:28e844d6-b8e5-4e7b-a69a-54559b3a5991 ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-07-07T05:07:08.704Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 83596cdf-cf9b-4d52-a1eb-daeee331b235 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-07-07T05:07:08.745Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-07T05:07:08.745Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-07-07T05:07:08.745Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-07-07T05:07:08.746Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 72c2dcb4-7f9b-4f46-80b0-b630434afd06 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-07-07T05:07:08.746Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-07-07T05:07:08.746Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-07-07T05:07:08.878Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-07-07T05:07:08.898Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 72c2dcb4-7f9b-4f46-80b0-b630434afd06 158220 2022-07-07T05:07:08.898Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-07-07T05:07:08.898Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-07-07T05:07:08.898Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-07T05:07:08.898Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-07-07T05:07:08.900Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T05:07:08.900Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657170428898, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-07T05:07:09.000Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-07T05:07:09.001Z||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-07-07T05:07:09.001Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T05:07:09.017Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T05:07:09.017Z||pool-83-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-07-07T05:07:09.903Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-07T05:07:09.904Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-07-07T05:07:09.905Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 72c2dcb4-7f9b-4f46-80b0-b630434afd06, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-07-07T05:07:09.905Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2022-07-07T05:07:09.906Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-07-07T05:07:09.906Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-07-07T05:07:10.091Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1335473137301398558/Definitions/service-BasicCnfMacro-template.yml 2022-07-07T05:07:11.240Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-07-07T05:07:11.240Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-07-07T05:07:11.241Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-07-07T05:07:11.241Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-07-07T05:07:11.241Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-07-07T05:07:11.241Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-07-07T05:07:11.241Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-07-07T05:07:11.241Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-07-07T05:07:11.241Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-07-07T05:07:11.241Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T05:07:11.241Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-07-07T05:07:11.242Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-07-07T05:07:11.242Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-07-07T05:07:11.242Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-07T05:07:11.242Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T05:07:11.242Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-07-07T05:07:11.243Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-07-07T05:07:11.243Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-07-07T05:07:11.243Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-07T05:07:11.243Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T05:07:11.243Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-07T05:07:11.243Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T05:07:11.243Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-07-07T05:07:11.244Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2022-07-07T05:07:11.244Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||Node template dummy_base is not matching search criteria 2022-07-07T05:07:11.244Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-07-07T05:07:11.244Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T05:07:11.244Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-07-07T05:07:11.244Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T05:07:11.244Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-07-07T05:07:11.245Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-07T05:07:11.245Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T05:07:11.245Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-07-07T05:07:11.245Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-07T05:07:11.245Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T05:07:11.245Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-07-07T05:07:11.246Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-07T05:07:11.246Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T05:07:11.246Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-07-07T05:07:11.246Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-07T05:07:11.246Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T05:07:11.246Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-07-07T05:07:11.246Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2022-07-07T05:07:11.247Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=319a0091-c768-40db-8646-7524414b668b 2022-07-07T05:07:11.247Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T05:07:11.247Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-07-07T05:07:11.247Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T05:07:11.247Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-07-07T05:07:11.247Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T05:07:11.247Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-07T05:07:11.248Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T05:07:11.248Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-07T05:07:11.248Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:83596cdf-cf9b-4d52-a1eb-daeee331b235 Model Version:NULL Model InvariantUuid:41ed2f31-964d-4fad-a0a3-95205b77f1ec Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:c6912bbf-9d50-4f44-80be-94ec6b703847 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:d9106577-397b-48c5-99fb-af3e9e9f904f Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:5add6fc3-fcff-4561-8853-4cab264ae49d NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:a8b85ddf-dc5e-4356-b7a7-25fba5d3e57e ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:b954c86e-e474-4206-9104-8636066dc02b ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:b2f4262b-5b7c-49b8-a4f1-fcee0160ebe7 ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:443ee8f7-de82-4516-b9a3-3f5bfc560b48 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:319a0091-c768-40db-8646-7524414b668b ModelInvariantUuid:9367bcd2-2791-4ab2-a0e5-1e69c75b7ca0 ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:62abe91d-be32-4852-b755-30c73692663a ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:dd20df76-21d0-4cff-85c2-a73add665f2d ModelInvariantUuid:5d23001a-4868-4c5d-b777-db1a10725ef5 ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:458d0e4b-5c83-462c-9a06-b199e7b1b52b 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-07-07T05:07:11.255Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 490c2e2f-97dd-4526-884c-1d6b35bd3d28 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-07-07T05:07:11.260Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||INFO|500||basic_cnf_macro 0 2022-07-07T05:07:11.260Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 490c2e2f-97dd-4526-884c-1d6b35bd3d28 2022-07-07T05:07:11.260Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 2b9924eb-180b-4567-8852-fd9b3ff4f811 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-07-07T05:07:11.260Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-07-07T05:07:11.261Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-07-07T05:07:11.425Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-07-07T05:07:11.425Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2b9924eb-180b-4567-8852-fd9b3ff4f811 1565 2022-07-07T05:07:11.426Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2022-07-07T05:07:11.426Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-07-07T05:07:11.426Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-07T05:07:11.426Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-07-07T05:07:11.428Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T05:07:11.428Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657170431425, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-07-07T05:07:11.528Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-07T05:07:11.529Z||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-07-07T05:07:11.529Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T05:07:11.558Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T05:07:11.558Z||pool-84-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-07-07T05:07:12.428Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "b2f4262b-5b7c-49b8-a4f1-fcee0160ebe7", "vfModuleModelVersion": "1", "vfModuleModelUUID": "443ee8f7-de82-4516-b9a3-3f5bfc560b48", "vfModuleModelCustomizationUUID": "de6c856a-50db-48b7-ba99-195a5e06fee3", "isBase": true, "artifacts": [ "68211f44-1efa-4300-a999-7f3a9e46a723", "1d250cbc-7054-4c3a-a66c-02289977838b" ], "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": "a8b85ddf-dc5e-4356-b7a7-25fba5d3e57e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b954c86e-e474-4206-9104-8636066dc02b", "vfModuleModelCustomizationUUID": "67404b0f-c2d2-453d-8b1c-ab0e8b2db6e8", "isBase": false, "artifacts": [ "28e844d6-b8e5-4e7b-a69a-54559b3a5991" ], "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-07-07T05:07:12.435Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:443ee8f7-de82-4516-b9a3-3f5bfc560b48 VfModuleModelInvariantUUID:b2f4262b-5b7c-49b8-a4f1-fcee0160ebe7 VfModuleModelDescription:NULL Artifacts UUID List:{ 68211f44-1efa-4300-a999-7f3a9e46a723 , 1d250cbc-7054-4c3a-a66c-02289977838b } 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:b954c86e-e474-4206-9104-8636066dc02b VfModuleModelInvariantUUID:a8b85ddf-dc5e-4356-b7a7-25fba5d3e57e VfModuleModelDescription:NULL Artifacts UUID List:{ 28e844d6-b8e5-4e7b-a69a-54559b3a5991 } 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-07-07T05:07:12.438Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "b2f4262b-5b7c-49b8-a4f1-fcee0160ebe7", "vfModuleModelVersion": "1", "vfModuleModelUUID": "443ee8f7-de82-4516-b9a3-3f5bfc560b48", "vfModuleModelCustomizationUUID": "de6c856a-50db-48b7-ba99-195a5e06fee3", "isBase": true, "artifacts": [ "68211f44-1efa-4300-a999-7f3a9e46a723", "1d250cbc-7054-4c3a-a66c-02289977838b" ], "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": "a8b85ddf-dc5e-4356-b7a7-25fba5d3e57e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b954c86e-e474-4206-9104-8636066dc02b", "vfModuleModelCustomizationUUID": "67404b0f-c2d2-453d-8b1c-ab0e8b2db6e8", "isBase": false, "artifacts": [ "28e844d6-b8e5-4e7b-a69a-54559b3a5991" ], "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-07-07T05:07:12.438Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:443ee8f7-de82-4516-b9a3-3f5bfc560b48 VfModuleModelInvariantUUID:b2f4262b-5b7c-49b8-a4f1-fcee0160ebe7 VfModuleModelDescription:NULL Artifacts UUID List:{ 68211f44-1efa-4300-a999-7f3a9e46a723 , 1d250cbc-7054-4c3a-a66c-02289977838b } 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:b954c86e-e474-4206-9104-8636066dc02b VfModuleModelInvariantUUID:a8b85ddf-dc5e-4356-b7a7-25fba5d3e57e VfModuleModelDescription:NULL Artifacts UUID List:{ 28e844d6-b8e5-4e7b-a69a-54559b3a5991 } 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-07-07T05:07:12.438Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 68211f44-1efa-4300-a999-7f3a9e46a723 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-07-07T05:07:12.438Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-07-07T05:07:12.439Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-07-07T05:07:12.546Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-07-07T05:07:12.547Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 68211f44-1efa-4300-a999-7f3a9e46a723 914 2022-07-07T05:07:12.547Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2022-07-07T05:07:12.547Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-07-07T05:07:12.547Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-07T05:07:12.548Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-07-07T05:07:12.549Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T05:07:12.550Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657170432547, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-07-07T05:07:12.650Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-07T05:07:12.651Z||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-07-07T05:07:12.651Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T05:07:12.666Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T05:07:12.666Z||pool-85-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-07-07T05:07:13.551Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: a95a6301-dc61-4b4d-bba2-7382c3e314fe from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-07-07T05:07:13.551Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-07-07T05:07:13.551Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-07-07T05:07:13.645Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-07-07T05:07:13.645Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env a95a6301-dc61-4b4d-bba2-7382c3e314fe 12 2022-07-07T05:07:13.646Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2022-07-07T05:07:13.646Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-07-07T05:07:13.646Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-07T05:07:13.646Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-07-07T05:07:13.648Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T05:07:13.648Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657170433646, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-07-07T05:07:13.748Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-07T05:07:13.749Z||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-07-07T05:07:13.749Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T05:07:13.780Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T05:07:13.781Z||pool-86-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1} 2022-07-07T05:07:14.649Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 1d250cbc-7054-4c3a-a66c-02289977838b from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-07-07T05:07:14.649Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-07-07T05:07:14.650Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-07-07T05:07:14.852Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-07-07T05:07:14.852Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 1d250cbc-7054-4c3a-a66c-02289977838b 96 2022-07-07T05:07:14.853Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2022-07-07T05:07:14.853Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-07-07T05:07:14.853Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-07T05:07:14.853Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-07-07T05:07:14.856Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T05:07:14.856Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657170434853, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-07-07T05:07:14.956Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-07T05:07:14.956Z||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-07-07T05:07:14.957Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T05:07:14.971Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T05:07:14.971Z||pool-87-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-07-07T05:07:15.856Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 28e844d6-b8e5-4e7b-a69a-54559b3a5991 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-07-07T05:07:15.857Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-07-07T05:07:15.857Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-07-07T05:07:15.936Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-07-07T05:07:15.936Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 28e844d6-b8e5-4e7b-a69a-54559b3a5991 20206 2022-07-07T05:07:15.937Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2022-07-07T05:07:15.937Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-07-07T05:07:15.937Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-07T05:07:15.937Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-07-07T05:07:15.939Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T05:07:15.939Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657170435937, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-07-07T05:07:16.039Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-07T05:07:16.040Z||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-07-07T05:07:16.040Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T05:07:16.055Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T05:07:16.056Z||pool-88-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-07-07T05:07:16.943Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 83596cdf-cf9b-4d52-a1eb-daeee331b235 2022-07-07T05:07:16.944Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 490c2e2f-97dd-4526-884c-1d6b35bd3d28 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-07-07T05:07:16.953Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@21a72f0a, org.onap.sdc.toscaparser.api.parameters.Input@bc53587, org.onap.sdc.toscaparser.api.parameters.Input@6cb02feb, org.onap.sdc.toscaparser.api.parameters.Input@4b5a715e, org.onap.sdc.toscaparser.api.parameters.Input@539dd840] 2022-07-07T05:07:16.954Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T05:07:16.954Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-07T05:07:16.955Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2022-07-07T05:07:16.955Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 5add6fc3-fcff-4561-8853-4cab264ae49d 2022-07-07T05:07:16.955Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5add6fc3-fcff-4561-8853-4cab264ae49d matches Tosca VF Customization UUID: 5add6fc3-fcff-4561-8853-4cab264ae49d 2022-07-07T05:07:16.955Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 5add6fc3-fcff-4561-8853-4cab264ae49d 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-07-07T05:07:16.957Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T05:07:16.957Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-07-07T05:07:16.958Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 5add6fc3-fcff-4561-8853-4cab264ae49d: {\"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-07-07T05:07:16.958Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@43c524e 2022-07-07T05:07:16.958Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T05:07:16.958Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-07-07T05:07:16.958Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 67404b0f-c2d2-453d-8b1c-ab0e8b2db6e8 2022-07-07T05:07:16.959Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 67404b0f-c2d2-453d-8b1c-ab0e8b2db6e8 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-07-07T05:07:16.961Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T05:07:16.961Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-07-07T05:07:16.961Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-07T05:07:16.962Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T05:07:16.962Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-07-07T05:07:16.962Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-07T05:07:16.962Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T05:07:16.962Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-07-07T05:07:16.963Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=5add6fc3-fcff-4561-8853-4cab264ae49d Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-07-07T05:07:16.964Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T05:07:16.965Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-07-07T05:07:16.965Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 83596cdf-cf9b-4d52-a1eb-daeee331b235: basic_cnf_macro 2022-07-07T05:07:16.965Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T05:07:16.965Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-07T05:07:16.965Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T05:07:16.965Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-07-07T05:07:16.966Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T05:07:16.966Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-07-07T05:07:16.966Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T05:07:16.966Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-07-07T05:07:16.966Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T05:07:16.966Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-07-07T05:07:16.967Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||INFO|500||Saving Service: basic_cnf_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-07-07T05:07:17.009Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 490c2e2f-97dd-4526-884c-1d6b35bd3d28 2 ASDC deployResourceStructure 2022-07-07T05:07:17.010Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2022-07-07T05:07:17.010Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-07-07T05:07:17.010Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-07T05:07:17.010Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-07-07T05:07:17.012Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T05:07:17.012Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657170437010, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-07-07T05:07:17.112Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-07T05:07:17.113Z||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-07-07T05:07:17.113Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T05:07:17.127Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T05:07:17.127Z||pool-89-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-07-07T05:07:18.013Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2022-07-07T05:07:18.014Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-07-07T05:07:18.014Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-07T05:07:18.014Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-07-07T05:07:18.016Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T05:07:18.016Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657170438013, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-07-07T05:07:18.117Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-07T05:07:18.117Z||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-07-07T05:07:18.117Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T05:07:18.141Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T05:07:18.141Z||pool-90-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1} 2022-07-07T05:07:19.017Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2022-07-07T05:07:19.017Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource) 2022-07-07T05:07:19.018Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-07-07T05:07:19.018Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-07-07T05:07:19.019Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T05:07:19.020Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657170439017, "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-07-07T05:07:19.120Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-07T05:07:19.121Z||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-07-07T05:07:19.122Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T05:07:19.136Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T05:07:19.137Z||pool-91-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-07-07T05:07:20.021Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2022-07-07T05:07:20.021Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-07-07T05:07:20.021Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-07T05:07:20.022Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-07-07T05:07:20.023Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T05:07:20.024Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657170440020, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-07-07T05:07:20.124Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-07T05:07:20.124Z||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-07-07T05:07:20.125Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T05:07:20.138Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T05:07:20.139Z||pool-92-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-07-07T05:07:21.025Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2022-07-07T05:07:21.025Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource) 2022-07-07T05:07:21.025Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-07-07T05:07:21.025Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-07-07T05:07:21.027Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T05:07:21.027Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657170441024, "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-07-07T05:07:21.128Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-07T05:07:21.130Z||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-07-07T05:07:21.131Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T05:07:21.162Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T05:07:21.162Z||pool-93-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} 2022-07-07T05:07:22.028Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-07-07T05:07:22.029Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-07-07T05:07:22.029Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-07T05:07:22.029Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-07-07T05:07:22.031Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T05:07:22.031Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657170442028, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-07T05:07:22.131Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-07T05:07:22.134Z||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-07-07T05:07:22.134Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T05:07:22.283Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T05:07:22.284Z||pool-94-thread-1|||||INFO|500||cambria reply ok (152 ms):{"serverTimeMs":0,"count":1} 2022-07-07T05:07:23.032Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 66e1544e-0f63-477f-ba73-565367b3e5c0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-07T05:07:23.044Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 66e1544e-0f63-477f-ba73-565367b3e5c0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-07T05:07:23.047Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-07T05:07:23.047Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-07T05:07:23.047Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-07T05:07:53.048Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 66e1544e-0f63-477f-ba73-565367b3e5c0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-07T05:07:53.058Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 66e1544e-0f63-477f-ba73-565367b3e5c0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-07T05:07:53.060Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-07T05:07:53.060Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-07T05:07:53.060Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-07T05:07:58.002Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T05:07:58.003Z||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-07-07T05:07:58.003Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T05:07:58.044Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T05:07:58.044Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:07:58.044Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d592579e-2b0f-4f23-b046-80e3a6779a65", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657170415957, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T05:07:58.045Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-07T05:08:23.060Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 66e1544e-0f63-477f-ba73-565367b3e5c0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-07T05:08:23.071Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 66e1544e-0f63-477f-ba73-565367b3e5c0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-07T05:08:23.073Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-07T05:08:23.073Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-07T05:08:23.073Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-07T05:08:53.073Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 66e1544e-0f63-477f-ba73-565367b3e5c0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-07T05:08:53.082Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 66e1544e-0f63-477f-ba73-565367b3e5c0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-07T05:08:53.085Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-07T05:08:53.085Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-07T05:08:53.085Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-07T05:08:58.002Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T05:08:58.003Z||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-07-07T05:08:58.003Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T05:08:58.049Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T05:08:58.049Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-07T05:08:58.050Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d592579e-2b0f-4f23-b046-80e3a6779a65", "consumerID": "policy-id", "timestamp": 1657170398315, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-07-07T05:08:58.051Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-07T05:09:23.085Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 66e1544e-0f63-477f-ba73-565367b3e5c0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-07T05:09:23.097Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 66e1544e-0f63-477f-ba73-565367b3e5c0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-07T05:09:23.099Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-07T05:09:23.099Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-07T05:09:23.099Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-07T05:09:53.100Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 66e1544e-0f63-477f-ba73-565367b3e5c0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-07T05:09:53.113Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 66e1544e-0f63-477f-ba73-565367b3e5c0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-07T05:09:53.115Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-07T05:09:53.115Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-07T05:09:53.116Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-07T05:09:58.002Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T05:09:58.003Z||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-07-07T05:09:58.003Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T05:09:58.032Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T05:09:58.544Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.544Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d592579e-2b0f-4f23-b046-80e3a6779a65", "consumerID": "clamp", "timestamp": 1657170418065, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-07-07T05:09:58.545Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T05:09:58.545Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.545Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "aai-ml", "timestamp": 1657170419449, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-07T05:09:58.546Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T05:09:58.546Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.546Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d592579e-2b0f-4f23-b046-80e3a6779a65", "consumerID": "multicloud-k8s-id", "timestamp": 1657170420762, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-07-07T05:09:58.546Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T05:09:58.547Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.547Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657170417999, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T05:09:58.547Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T05:09:58.547Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.547Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a60a45-4df0-470d-aa99-07aab08223d1", "consumerID": "cds", "timestamp": 1657170419360, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T05:09:58.548Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T05:09:58.548Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.548Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d592579e-2b0f-4f23-b046-80e3a6779a65", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657170415957, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-07-07T05:09:58.548Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T05:09:58.548Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.548Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d592579e-2b0f-4f23-b046-80e3a6779a65", "consumerID": "clamp", "timestamp": 1657170418065, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-07-07T05:09:58.549Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T05:09:58.549Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.549Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d592579e-2b0f-4f23-b046-80e3a6779a65", "consumerID": "policy-id", "timestamp": 1657170420407, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-07T05:09:58.549Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T05:09:58.549Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.550Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "aai-ml", "timestamp": 1657170420456, "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-07-07T05:09:58.562Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 66e1544e-0f63-477f-ba73-565367b3e5c0 2022-07-07T05:09:58.562Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 66e1544e-0f63-477f-ba73-565367b3e5c0 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-07-07T05:09:58.570Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.570Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657170417999, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-07-07T05:09:58.571Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T05:09:58.571Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.571Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d592579e-2b0f-4f23-b046-80e3a6779a65", "consumerID": "multicloud-k8s-id", "timestamp": 1657170421860, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-07-07T05:09:58.571Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T05:09:58.572Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.572Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a60a45-4df0-470d-aa99-07aab08223d1", "consumerID": "cds", "timestamp": 1657170419360, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-07T05:09:58.572Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T05:09:58.572Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.572Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d592579e-2b0f-4f23-b046-80e3a6779a65", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657170415957, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-07T05:09:58.573Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T05:09:58.573Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.573Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d592579e-2b0f-4f23-b046-80e3a6779a65", "consumerID": "clamp", "timestamp": 1657170418065, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T05:09:58.573Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T05:09:58.574Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.574Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d592579e-2b0f-4f23-b046-80e3a6779a65", "consumerID": "policy-id", "timestamp": 1657170421417, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-07T05:09:58.574Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T05:09:58.574Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.575Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d592579e-2b0f-4f23-b046-80e3a6779a65", "consumerID": "aai-ml", "timestamp": 1657170398158, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T05:09:58.575Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T05:09:58.575Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.575Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657170417999, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-07-07T05:09:58.576Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T05:09:58.576Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.576Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a60a45-4df0-470d-aa99-07aab08223d1", "consumerID": "cds", "timestamp": 1657170419360, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-07T05:09:58.576Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T05:09:58.577Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.577Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d592579e-2b0f-4f23-b046-80e3a6779a65", "consumerID": "multicloud-k8s-id", "timestamp": 1657170422888, "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-07-07T05:09:58.581Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d592579e-2b0f-4f23-b046-80e3a6779a65 2022-07-07T05:09:58.581Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d592579e-2b0f-4f23-b046-80e3a6779a65 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-07-07T05:09:58.587Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.588Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d592579e-2b0f-4f23-b046-80e3a6779a65", "consumerID": "ves-openapi-manager", "timestamp": 1657170421102, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T05:09:58.588Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T05:09:58.588Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.589Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d592579e-2b0f-4f23-b046-80e3a6779a65", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657170415957, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-07T05:09:58.589Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T05:09:58.589Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.589Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d592579e-2b0f-4f23-b046-80e3a6779a65", "consumerID": "clamp", "timestamp": 1657170418065, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-07-07T05:09:58.590Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T05:09:58.590Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.590Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d592579e-2b0f-4f23-b046-80e3a6779a65", "consumerID": "policy-id", "timestamp": 1657170422421, "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-07-07T05:09:58.594Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d592579e-2b0f-4f23-b046-80e3a6779a65 2022-07-07T05:09:58.594Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d592579e-2b0f-4f23-b046-80e3a6779a65 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-07-07T05:09:58.599Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.600Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d592579e-2b0f-4f23-b046-80e3a6779a65", "consumerID": "aai-ml", "timestamp": 1657170398158, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-07T05:09:58.600Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T05:09:58.600Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.601Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657170417999, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T05:09:58.601Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T05:09:58.601Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.602Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a60a45-4df0-470d-aa99-07aab08223d1", "consumerID": "cds", "timestamp": 1657170419360, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-07T05:09:58.602Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T05:09:58.602Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.602Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d592579e-2b0f-4f23-b046-80e3a6779a65", "consumerID": "multicloud-k8s-id", "timestamp": 1657170423895, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-07-07T05:09:58.603Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T05:09:58.603Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.603Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d592579e-2b0f-4f23-b046-80e3a6779a65", "consumerID": "ves-openapi-manager", "timestamp": 1657170421102, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-07T05:09:58.603Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T05:09:58.603Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.604Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d592579e-2b0f-4f23-b046-80e3a6779a65", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657170415957, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-07-07T05:09:58.604Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T05:09:58.604Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.604Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d592579e-2b0f-4f23-b046-80e3a6779a65", "consumerID": "clamp", "timestamp": 1657170418065, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-07T05:09:58.605Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T05:09:58.605Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.605Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a60a45-4df0-470d-aa99-07aab08223d1", "consumerID": "policy-id", "timestamp": 1657170398315, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T05:09:58.605Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T05:09:58.606Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.606Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d592579e-2b0f-4f23-b046-80e3a6779a65", "consumerID": "aai-ml", "timestamp": 1657170398158, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-07-07T05:09:58.606Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T05:09:58.606Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.606Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657170417999, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-07-07T05:09:58.607Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T05:09:58.607Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.607Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a60a45-4df0-470d-aa99-07aab08223d1", "consumerID": "cds", "timestamp": 1657170419360, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T05:09:58.607Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T05:09:58.607Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.608Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d592579e-2b0f-4f23-b046-80e3a6779a65", "consumerID": "ves-openapi-manager", "timestamp": 1657170421102, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-07-07T05:09:58.608Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T05:09:58.608Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.608Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d592579e-2b0f-4f23-b046-80e3a6779a65", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657170424204, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-07T05:09:58.609Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T05:09:58.609Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.609Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d592579e-2b0f-4f23-b046-80e3a6779a65", "consumerID": "clamp", "timestamp": 1657170418065, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-07T05:09:58.609Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T05:09:58.609Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.610Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a60a45-4df0-470d-aa99-07aab08223d1", "consumerID": "policy-id", "timestamp": 1657170398315, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-07T05:09:58.610Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T05:09:58.610Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.610Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a60a45-4df0-470d-aa99-07aab08223d1", "consumerID": "multicloud-k8s-id", "timestamp": 1657170424899, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T05:09:58.611Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T05:09:58.611Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.611Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d592579e-2b0f-4f23-b046-80e3a6779a65", "consumerID": "aai-ml", "timestamp": 1657170398158, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T05:09:58.611Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T05:09:58.611Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.612Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657170417999, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-07-07T05:09:58.612Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T05:09:58.612Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.612Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a60a45-4df0-470d-aa99-07aab08223d1", "consumerID": "cds", "timestamp": 1657170419360, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-07T05:09:58.612Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T05:09:58.613Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.613Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d592579e-2b0f-4f23-b046-80e3a6779a65", "consumerID": "ves-openapi-manager", "timestamp": 1657170421102, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T05:09:58.613Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T05:09:58.613Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.614Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d592579e-2b0f-4f23-b046-80e3a6779a65", "consumerID": "clamp", "timestamp": 1657170418065, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-07-07T05:09:58.614Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T05:09:58.614Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.614Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a60a45-4df0-470d-aa99-07aab08223d1", "consumerID": "policy-id", "timestamp": 1657170398315, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-07T05:09:58.615Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T05:09:58.615Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.615Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a60a45-4df0-470d-aa99-07aab08223d1", "consumerID": "multicloud-k8s-id", "timestamp": 1657170424899, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-07T05:09:58.615Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T05:09:58.615Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.615Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d592579e-2b0f-4f23-b046-80e3a6779a65", "consumerID": "aai-ml", "timestamp": 1657170398158, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-07-07T05:09:58.616Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T05:09:58.616Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.616Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657170417999, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-07-07T05:09:58.616Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T05:09:58.617Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.617Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a60a45-4df0-470d-aa99-07aab08223d1", "consumerID": "cds", "timestamp": 1657170419360, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-07T05:09:58.617Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T05:09:58.617Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.617Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d592579e-2b0f-4f23-b046-80e3a6779a65", "consumerID": "ves-openapi-manager", "timestamp": 1657170421102, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-07-07T05:09:58.618Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T05:09:58.618Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.618Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a60a45-4df0-470d-aa99-07aab08223d1", "consumerID": "multicloud-k8s-id", "timestamp": 1657170424899, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-07T05:09:58.618Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T05:09:58.618Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.619Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a60a45-4df0-470d-aa99-07aab08223d1", "consumerID": "policy-id", "timestamp": 1657170398315, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-07T05:09:58.619Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T05:09:58.619Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.619Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d592579e-2b0f-4f23-b046-80e3a6779a65", "consumerID": "aai-ml", "timestamp": 1657170398158, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-07T05:09:58.620Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T05:09:58.620Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.620Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657170417999, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-07T05:09:58.620Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T05:09:58.620Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.621Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a60a45-4df0-470d-aa99-07aab08223d1", "consumerID": "cds", "timestamp": 1657170419360, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-07T05:09:58.621Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T05:09:58.621Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.621Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d592579e-2b0f-4f23-b046-80e3a6779a65", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657170426912, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-07T05:09:58.622Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T05:09:58.622Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.622Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d592579e-2b0f-4f23-b046-80e3a6779a65", "consumerID": "ves-openapi-manager", "timestamp": 1657170421102, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-07T05:09:58.622Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T05:09:58.622Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.623Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a60a45-4df0-470d-aa99-07aab08223d1", "consumerID": "policy-id", "timestamp": 1657170398315, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T05:09:58.623Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T05:09:58.623Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.623Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a60a45-4df0-470d-aa99-07aab08223d1", "consumerID": "multicloud-k8s-id", "timestamp": 1657170424899, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-07T05:09:58.624Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T05:09:58.624Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.624Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d592579e-2b0f-4f23-b046-80e3a6779a65", "consumerID": "aai-ml", "timestamp": 1657170398158, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-07T05:09:58.624Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T05:09:58.624Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.625Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657170417999, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-07T05:09:58.625Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T05:09:58.625Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.625Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a60a45-4df0-470d-aa99-07aab08223d1", "consumerID": "cds", "timestamp": 1657170419360, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-07-07T05:09:58.625Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T05:09:58.626Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.626Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d592579e-2b0f-4f23-b046-80e3a6779a65", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657170427918, "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-07-07T05:09:58.630Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d592579e-2b0f-4f23-b046-80e3a6779a65 2022-07-07T05:09:58.631Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d592579e-2b0f-4f23-b046-80e3a6779a65 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-07-07T05:09:58.640Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.640Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d592579e-2b0f-4f23-b046-80e3a6779a65", "consumerID": "ves-openapi-manager", "timestamp": 1657170421102, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-07T05:09:58.640Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T05:09:58.641Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.641Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a60a45-4df0-470d-aa99-07aab08223d1", "consumerID": "policy-id", "timestamp": 1657170398315, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-07T05:09:58.641Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T05:09:58.641Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.642Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a60a45-4df0-470d-aa99-07aab08223d1", "consumerID": "multicloud-k8s-id", "timestamp": 1657170424899, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T05:09:58.642Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T05:09:58.642Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.643Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d592579e-2b0f-4f23-b046-80e3a6779a65", "consumerID": "aai-ml", "timestamp": 1657170398158, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-07-07T05:09:58.643Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T05:09:58.643Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.643Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657170417999, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-07-07T05:09:58.644Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T05:09:58.644Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.644Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a60a45-4df0-470d-aa99-07aab08223d1", "consumerID": "cds", "timestamp": 1657170429086, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-07T05:09:58.644Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T05:09:58.645Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.645Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d592579e-2b0f-4f23-b046-80e3a6779a65", "consumerID": "ves-openapi-manager", "timestamp": 1657170421102, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-07-07T05:09:58.645Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T05:09:58.645Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.645Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a60a45-4df0-470d-aa99-07aab08223d1", "consumerID": "policy-id", "timestamp": 1657170398315, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-07T05:09:58.646Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T05:09:58.646Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.646Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a60a45-4df0-470d-aa99-07aab08223d1", "consumerID": "multicloud-k8s-id", "timestamp": 1657170424899, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-07T05:09:58.647Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T05:09:58.647Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.647Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d592579e-2b0f-4f23-b046-80e3a6779a65", "consumerID": "aai-ml", "timestamp": 1657170429701, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-07T05:09:58.647Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T05:09:58.647Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.648Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657170428898, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-07T05:09:58.648Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T05:09:58.648Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.648Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a60a45-4df0-470d-aa99-07aab08223d1", "consumerID": "ves-openapi-manager", "timestamp": 1657170421102, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T05:09:58.649Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T05:09:58.649Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.649Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a60a45-4df0-470d-aa99-07aab08223d1", "consumerID": "cds", "timestamp": 1657170430295, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-07-07T05:09:58.673Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 65a60a45-4df0-470d-aa99-07aab08223d1 2022-07-07T05:09:58.673Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 65a60a45-4df0-470d-aa99-07aab08223d1 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-07-07T05:09:58.682Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.682Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a60a45-4df0-470d-aa99-07aab08223d1", "consumerID": "policy-id", "timestamp": 1657170398315, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-07T05:09:58.682Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T05:09:58.682Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.683Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a60a45-4df0-470d-aa99-07aab08223d1", "consumerID": "multicloud-k8s-id", "timestamp": 1657170424899, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-07T05:09:58.683Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T05:09:58.683Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.683Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a60a45-4df0-470d-aa99-07aab08223d1", "consumerID": "ves-openapi-manager", "timestamp": 1657170421102, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-07T05:09:58.684Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T05:09:58.684Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.684Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a60a45-4df0-470d-aa99-07aab08223d1", "consumerID": "policy-id", "timestamp": 1657170398315, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-07-07T05:09:58.684Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T05:09:58.685Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.685Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a60a45-4df0-470d-aa99-07aab08223d1", "consumerID": "multicloud-k8s-id", "timestamp": 1657170424899, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-07T05:09:58.685Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T05:09:58.685Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.685Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a60a45-4df0-470d-aa99-07aab08223d1", "consumerID": "ves-openapi-manager", "timestamp": 1657170421102, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-07T05:09:58.686Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T05:09:58.686Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.686Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a60a45-4df0-470d-aa99-07aab08223d1", "consumerID": "multicloud-k8s-id", "timestamp": 1657170424899, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-07-07T05:09:58.686Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T05:09:58.686Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.686Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657170431425, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-07-07T05:09:58.686Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T05:09:58.687Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.687Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a60a45-4df0-470d-aa99-07aab08223d1", "consumerID": "policy-id", "timestamp": 1657170432607, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-07T05:09:58.687Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T05:09:58.687Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.687Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a60a45-4df0-470d-aa99-07aab08223d1", "consumerID": "ves-openapi-manager", "timestamp": 1657170421102, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-07T05:09:58.687Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T05:09:58.688Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.688Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a60a45-4df0-470d-aa99-07aab08223d1", "consumerID": "policy-id", "timestamp": 1657170433611, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-07T05:09:58.688Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T05:09:58.688Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.688Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657170432547, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-07-07T05:09:58.688Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T05:09:58.688Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.689Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a60a45-4df0-470d-aa99-07aab08223d1", "consumerID": "ves-openapi-manager", "timestamp": 1657170421102, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T05:09:58.689Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T05:09:58.689Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.689Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d592579e-2b0f-4f23-b046-80e3a6779a65", "consumerID": "clamp", "timestamp": 1657170434036, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-07T05:09:58.689Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T05:09:58.689Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.690Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a60a45-4df0-470d-aa99-07aab08223d1", "consumerID": "policy-id", "timestamp": 1657170434619, "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-07-07T05:09:58.694Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 65a60a45-4df0-470d-aa99-07aab08223d1 2022-07-07T05:09:58.694Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 65a60a45-4df0-470d-aa99-07aab08223d1 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-07-07T05:09:58.703Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.703Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657170433646, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-07-07T05:09:58.703Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T05:09:58.704Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.704Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a60a45-4df0-470d-aa99-07aab08223d1", "consumerID": "ves-openapi-manager", "timestamp": 1657170421102, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-07T05:09:58.704Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T05:09:58.704Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.704Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657170434853, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-07-07T05:09:58.704Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T05:09:58.705Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.705Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a60a45-4df0-470d-aa99-07aab08223d1", "consumerID": "ves-openapi-manager", "timestamp": 1657170421102, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-07-07T05:09:58.705Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T05:09:58.705Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.705Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657170435937, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-07-07T05:09:58.705Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T05:09:58.706Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.706Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a60a45-4df0-470d-aa99-07aab08223d1", "consumerID": "ves-openapi-manager", "timestamp": 1657170421102, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-07T05:09:58.706Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T05:09:58.706Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.706Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d592579e-2b0f-4f23-b046-80e3a6779a65", "consumerID": "clamp", "timestamp": 1657170437037, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-07T05:09:58.706Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T05:09:58.706Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.707Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d592579e-2b0f-4f23-b046-80e3a6779a65", "consumerID": "aai-ml", "timestamp": 1657170437938, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-07T05:09:58.707Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T05:09:58.707Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.707Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a60a45-4df0-470d-aa99-07aab08223d1", "consumerID": "ves-openapi-manager", "timestamp": 1657170421102, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-07-07T05:09:58.707Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T05:09:58.708Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.708Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d592579e-2b0f-4f23-b046-80e3a6779a65", "consumerID": "clamp", "timestamp": 1657170438043, "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-07-07T05:09:58.712Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d592579e-2b0f-4f23-b046-80e3a6779a65 2022-07-07T05:09:58.712Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d592579e-2b0f-4f23-b046-80e3a6779a65 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-07-07T05:09:58.719Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.719Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657170437010, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-07-07T05:09:58.720Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T05:09:58.720Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.720Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d592579e-2b0f-4f23-b046-80e3a6779a65", "consumerID": "aai-ml", "timestamp": 1657170438944, "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-07-07T05:09:58.724Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d592579e-2b0f-4f23-b046-80e3a6779a65 2022-07-07T05:09:58.725Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d592579e-2b0f-4f23-b046-80e3a6779a65 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-07-07T05:09:58.733Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.733Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657170438013, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-07-07T05:09:58.734Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T05:09:58.734Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.734Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a60a45-4df0-470d-aa99-07aab08223d1", "consumerID": "ves-openapi-manager", "timestamp": 1657170438888, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-07-07T05:09:58.735Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T05:09:58.735Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.735Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a60a45-4df0-470d-aa99-07aab08223d1", "consumerID": "aai-ml", "timestamp": 1657170398158, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T05:09:58.735Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T05:09:58.735Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.736Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657170439017, "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-07-07T05:09:58.736Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T05:09:58.736Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.736Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a60a45-4df0-470d-aa99-07aab08223d1", "consumerID": "ves-openapi-manager", "timestamp": 1657170439920, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-07-07T05:09:58.737Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T05:09:58.737Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.737Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a60a45-4df0-470d-aa99-07aab08223d1", "consumerID": "aai-ml", "timestamp": 1657170398158, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-07T05:09:58.737Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T05:09:58.738Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.738Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657170440020, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-07-07T05:09:58.738Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T05:09:58.738Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.738Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a60a45-4df0-470d-aa99-07aab08223d1", "consumerID": "ves-openapi-manager", "timestamp": 1657170440923, "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-07-07T05:09:58.743Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 65a60a45-4df0-470d-aa99-07aab08223d1 2022-07-07T05:09:58.743Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 65a60a45-4df0-470d-aa99-07aab08223d1 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-07-07T05:09:58.750Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.751Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a60a45-4df0-470d-aa99-07aab08223d1", "consumerID": "aai-ml", "timestamp": 1657170398158, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-07T05:09:58.751Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T05:09:58.751Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.752Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657170441024, "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-07-07T05:09:58.752Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T05:09:58.752Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.752Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a60a45-4df0-470d-aa99-07aab08223d1", "consumerID": "aai-ml", "timestamp": 1657170398158, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-07T05:09:58.753Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T05:09:58.753Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.753Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657170442028, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-07T05:09:58.753Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T05:09:58.753Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.754Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a60a45-4df0-470d-aa99-07aab08223d1", "consumerID": "aai-ml", "timestamp": 1657170398158, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T05:09:58.754Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T05:09:58.754Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.754Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a60a45-4df0-470d-aa99-07aab08223d1", "consumerID": "clamp", "timestamp": 1657170443626, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T05:09:58.755Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T05:09:58.755Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.755Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a60a45-4df0-470d-aa99-07aab08223d1", "consumerID": "aai-ml", "timestamp": 1657170398158, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-07T05:09:58.755Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T05:09:58.755Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.756Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a60a45-4df0-470d-aa99-07aab08223d1", "consumerID": "clamp", "timestamp": 1657170443626, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-07T05:09:58.756Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T05:09:58.756Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.756Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a60a45-4df0-470d-aa99-07aab08223d1", "consumerID": "aai-ml", "timestamp": 1657170398158, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-07T05:09:58.757Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T05:09:58.757Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.757Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a60a45-4df0-470d-aa99-07aab08223d1", "consumerID": "clamp", "timestamp": 1657170443626, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-07T05:09:58.758Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T05:09:58.758Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.758Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a60a45-4df0-470d-aa99-07aab08223d1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657170445957, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T05:09:58.758Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T05:09:58.758Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.759Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a60a45-4df0-470d-aa99-07aab08223d1", "consumerID": "aai-ml", "timestamp": 1657170398158, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-07T05:09:58.759Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T05:09:58.759Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.759Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a60a45-4df0-470d-aa99-07aab08223d1", "consumerID": "clamp", "timestamp": 1657170443626, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-07T05:09:58.760Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T05:09:58.760Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.760Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a60a45-4df0-470d-aa99-07aab08223d1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657170445957, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-07T05:09:58.760Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T05:09:58.760Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.761Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a60a45-4df0-470d-aa99-07aab08223d1", "consumerID": "aai-ml", "timestamp": 1657170398158, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-07-07T05:09:58.761Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T05:09:58.761Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.762Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a60a45-4df0-470d-aa99-07aab08223d1", "consumerID": "clamp", "timestamp": 1657170443626, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T05:09:58.762Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T05:09:58.762Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.763Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a60a45-4df0-470d-aa99-07aab08223d1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657170445957, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-07T05:09:58.763Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T05:09:58.763Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.764Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a60a45-4df0-470d-aa99-07aab08223d1", "consumerID": "aai-ml", "timestamp": 1657170449086, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-07T05:09:58.764Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T05:09:58.764Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.764Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a60a45-4df0-470d-aa99-07aab08223d1", "consumerID": "clamp", "timestamp": 1657170443626, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-07T05:09:58.765Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T05:09:58.765Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.765Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a60a45-4df0-470d-aa99-07aab08223d1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657170445957, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-07T05:09:58.765Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T05:09:58.765Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.766Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a60a45-4df0-470d-aa99-07aab08223d1", "consumerID": "clamp", "timestamp": 1657170443626, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-07T05:09:58.766Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T05:09:58.766Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.766Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a60a45-4df0-470d-aa99-07aab08223d1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657170445957, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T05:09:58.767Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T05:09:58.767Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.767Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a60a45-4df0-470d-aa99-07aab08223d1", "consumerID": "clamp", "timestamp": 1657170443626, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-07T05:09:58.767Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T05:09:58.768Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.768Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a60a45-4df0-470d-aa99-07aab08223d1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657170445957, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-07T05:09:58.768Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T05:09:58.768Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.768Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a60a45-4df0-470d-aa99-07aab08223d1", "consumerID": "clamp", "timestamp": 1657170443626, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-07-07T05:09:58.769Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T05:09:58.769Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.769Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a60a45-4df0-470d-aa99-07aab08223d1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657170445957, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-07T05:09:58.769Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T05:09:58.769Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.770Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a60a45-4df0-470d-aa99-07aab08223d1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657170445957, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-07T05:09:58.770Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T05:09:58.770Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.770Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a60a45-4df0-470d-aa99-07aab08223d1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657170445957, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-07-07T05:09:58.771Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T05:09:58.771Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.771Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a60a45-4df0-470d-aa99-07aab08223d1", "consumerID": "aai-ml", "timestamp": 1657170455611, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-07T05:09:58.771Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T05:09:58.772Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.772Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a60a45-4df0-470d-aa99-07aab08223d1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657170455981, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-07T05:09:58.772Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T05:09:58.772Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.772Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a60a45-4df0-470d-aa99-07aab08223d1", "consumerID": "aai-ml", "timestamp": 1657170456616, "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-07-07T05:09:58.777Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 65a60a45-4df0-470d-aa99-07aab08223d1 2022-07-07T05:09:58.777Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 65a60a45-4df0-470d-aa99-07aab08223d1 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-07-07T05:09:58.785Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.785Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a60a45-4df0-470d-aa99-07aab08223d1", "consumerID": "clamp", "timestamp": 1657170458039, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-07T05:09:58.786Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T05:09:58.786Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.786Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a60a45-4df0-470d-aa99-07aab08223d1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657170458223, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-07T05:09:58.786Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T05:09:58.786Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.787Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a60a45-4df0-470d-aa99-07aab08223d1", "consumerID": "clamp", "timestamp": 1657170459071, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-07T05:09:58.787Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T05:09:58.787Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.787Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a60a45-4df0-470d-aa99-07aab08223d1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657170459231, "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-07-07T05:09:58.792Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 65a60a45-4df0-470d-aa99-07aab08223d1 2022-07-07T05:09:58.792Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 65a60a45-4df0-470d-aa99-07aab08223d1 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-07-07T05:09:58.799Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:09:58.799Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a60a45-4df0-470d-aa99-07aab08223d1", "consumerID": "clamp", "timestamp": 1657170460084, "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-07-07T05:09:58.803Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 65a60a45-4df0-470d-aa99-07aab08223d1 2022-07-07T05:09:58.804Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 65a60a45-4df0-470d-aa99-07aab08223d1 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-07-07T05:10:23.116Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 66e1544e-0f63-477f-ba73-565367b3e5c0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-07T05:10:23.130Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 66e1544e-0f63-477f-ba73-565367b3e5c0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-07T05:10:23.133Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-07T05:10:23.133Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-07-07T05:10:23.133Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-07-07T05:10:23.133Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-07-07T05:10:23.133Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-07T05:10:23.134Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-07T05:10:23.134Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-07T05:10:23.134Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-07T05:10:23.134Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-07T05:10:23.134Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-07T05:10:23.134Z|66e1544e-0f63-477f-ba73-565367b3e5c0|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-07-07T05:10:23.140Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-07-07T05:10:53.140Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 66e1544e-0f63-477f-ba73-565367b3e5c0 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-07-07T05:10:53.277Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 66e1544e-0f63-477f-ba73-565367b3e5c0 and serviceModelVersionId: 83596cdf-cf9b-4d52-a1eb-daeee331b235 2022-07-07T05:10:53.277Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 41ed2f31-964d-4fad-a0a3-95205b77f1ec 2022-07-07T05:10:53.278Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/41ed2f31-964d-4fad-a0a3-95205b77f1ec/model-vers/model-ver/83596cdf-cf9b-4d52-a1eb-daeee331b235?depth=0 2022-07-07T05:10:53.284Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-07-07T05:10:53.332Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/41ed2f31-964d-4fad-a0a3-95205b77f1ec/model-vers/model-ver/83596cdf-cf9b-4d52-a1eb-daeee331b235?depth=0|INFO|500||Invoke 2022-07-07T05:10:53.333Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/41ed2f31-964d-4fad-a0a3-95205b77f1ec/model-vers/model-ver/83596cdf-cf9b-4d52-a1eb-daeee331b235?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/41ed2f31-964d-4fad-a0a3-95205b77f1ec/model-vers/model-ver/83596cdf-cf9b-4d52-a1eb-daeee331b235?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[66e1544e-0f63-477f-ba73-565367b3e5c0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0650174b-de99-4fef-bf04-4a76aebb9eeb], X-ECOMP-RequestID=[66e1544e-0f63-477f-ba73-565367b3e5c0], X-TransactionId=[], X-ONAP-RequestID=[66e1544e-0f63-477f-ba73-565367b3e5c0], Content-Type=[application/merge-patch+json]} 2022-07-07T05:10:53.358Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/41ed2f31-964d-4fad-a0a3-95205b77f1ec/model-vers/model-ver/83596cdf-cf9b-4d52-a1eb-daeee331b235?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-07-07T05:10:53.558Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/41ed2f31-964d-4fad-a0a3-95205b77f1ec/model-vers/model-ver/83596cdf-cf9b-4d52-a1eb-daeee331b235?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/41ed2f31-964d-4fad-a0a3-95205b77f1ec/model-vers/model-ver/83596cdf-cf9b-4d52-a1eb-daeee331b235?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220707-05:10:55:576-77241], vertex-id=[258168], Content-Length=[0], Date=[Thu, 07 Jul 2022 05:10:55 GMT], Content-Type=[application/json]} 2022-07-07T05:10:53.559Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/41ed2f31-964d-4fad-a0a3-95205b77f1ec/model-vers/model-ver/83596cdf-cf9b-4d52-a1eb-daeee331b235?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-07-07T05:10:53.559Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/41ed2f31-964d-4fad-a0a3-95205b77f1ec/model-vers/model-ver/83596cdf-cf9b-4d52-a1eb-daeee331b235?depth=0|INFO|500||InvokeReturn 2022-07-07T05:10:53.561Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-07-07T05:10:53.561Z|66e1544e-0f63-477f-ba73-565367b3e5c0|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-07-07T05:10:53.566Z|66e1544e-0f63-477f-ba73-565367b3e5c0|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-07-07T05:10:53.566Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 66e1544e-0f63-477f-ba73-565367b3e5c0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-07-07T05:10:53.566Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-07-07T05:10:53.567Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-07-07T05:10:53.569Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T05:10:53.569Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657170653566, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-07T05:10:53.669Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-07T05:10:53.670Z||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-07-07T05:10:53.670Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T05:10:53.688Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T05:10:53.688Z||pool-95-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-07-07T05:10:54.584Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-07T05:10:54.585Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"d592579e-2b0f-4f23-b046-80e3a6779a65","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"605437e6-0d82-4c8f-880f-07f34ca61c55","serviceDescription":"service","serviceInvariantUUID":"5f111a59-56a9-4243-9f7f-076152816e6d","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ca62dca3-7f82-48da-90b8-aa1e84bc14d7","resourceInvariantUUID":"16af3dad-3641-490f-94f2-3cc4d68c5906","resourceCustomizationUUID":"d5fc1cb5-b1e7-431d-9182-29c934646866","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":"ZDJhNjM4ZTg5OWM5ZTczYjAwY2IxYjM4ZTlhNmFiMGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7a2335d8-6364-423d-bfa9-344d0a735326","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":"NDBkNTJjMjU5ZTdiYTUzYzExZWUwNzNjYzJiOTMyMWY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d3419625-994a-4a42-a2d8-f660410272b5","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":"c4e5b81a-ea46-432a-a0d7-9a9865e16fe2","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":"bdc423c7-8ed4-4014-9d8d-a75fd86409fa","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":"c5c28020-124a-4b2b-b955-5d0f7b91a9ac","artifactVersion":"2","generatedFromUUID":"c4e5b81a-ea46-432a-a0d7-9a9865e16fe2"},{"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":"ZmIxNmNmZDQ2ZDA0ZDEwNDcxYzZkYzBmNzhlZTk5ODA\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"87b0c867-4d4a-4578-a6e2-1df3341e9419","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":"YjcwNzljYjhhZDMzYTZmMjJlYmRmMDc3MjE5MTAxZjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9fb3f647-b528-4d90-881a-fa9a9516600f","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"YTdiY2ZhODdiNGE2YjNmMjliMDU2YjA3ODVlNzA5NmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f4ac19f6-e5d2-40da-9837-631d88afbaaa","artifactVersion":"1"}],"workloadContext":"Production"} 2022-07-07T05:10:54.585Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-07T05:10:54.585Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-07-07T05:10:54.588Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T05:10:54.588Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "d592579e-2b0f-4f23-b046-80e3a6779a65", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657170417999, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T05:10:54.688Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-07T05:10:54.689Z||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-07-07T05:10:54.689Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T05:10:54.704Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T05:10:54.704Z||pool-96-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-07-07T05:10:55.589Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-07T05:10:55.590Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-07-07T05:10:55.593Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T05:10:55.593Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "d592579e-2b0f-4f23-b046-80e3a6779a65", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657170417999, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-07-07T05:10:55.693Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-07T05:10:55.694Z||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-07-07T05:10:55.694Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T05:10:55.713Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T05:10:55.714Z||pool-97-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-07-07T05:10:56.593Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-07T05:10:56.594Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-07-07T05:10:56.596Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T05:10:56.596Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "d592579e-2b0f-4f23-b046-80e3a6779a65", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657170417999, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-07-07T05:10:56.696Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-07T05:10:56.697Z||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-07-07T05:10:56.697Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T05:10:56.748Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T05:10:56.748Z||pool-98-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":0,"count":1} 2022-07-07T05:10:57.597Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-07T05:10:57.597Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-07-07T05:10:57.599Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T05:10:57.599Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "d592579e-2b0f-4f23-b046-80e3a6779a65", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657170417999, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T05:10:57.699Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-07T05:10:57.700Z||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-07-07T05:10:57.700Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T05:10:57.717Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T05:10:57.717Z||pool-99-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-07-07T05:10:58.002Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T05:10:58.003Z||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-07-07T05:10:58.003Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T05:10:58.600Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-07T05:10:58.601Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-07-07T05:10:58.604Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T05:10:58.604Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "d592579e-2b0f-4f23-b046-80e3a6779a65", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657170417999, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-07-07T05:10:58.636Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T05:10:58.636Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:10:58.636Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "66e1544e-0f63-477f-ba73-565367b3e5c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657170653566, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-07T05:10:58.637Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T05:10:58.637Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:10:58.637Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d592579e-2b0f-4f23-b046-80e3a6779a65", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657170417999, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T05:10:58.638Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T05:10:58.638Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:10:58.638Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d592579e-2b0f-4f23-b046-80e3a6779a65", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657170417999, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-07-07T05:10:58.638Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T05:10:58.638Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:10:58.638Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d592579e-2b0f-4f23-b046-80e3a6779a65", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657170417999, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-07-07T05:10:58.638Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T05:10:58.638Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:10:58.638Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d592579e-2b0f-4f23-b046-80e3a6779a65", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657170417999, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T05:10:58.638Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T05:10:58.704Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-07T05:10:58.705Z||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-07-07T05:10:58.705Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T05:10:58.735Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T05:10:58.735Z||pool-100-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-07-07T05:10:59.605Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-07T05:10:59.606Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-07-07T05:10:59.608Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T05:10:59.608Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "d592579e-2b0f-4f23-b046-80e3a6779a65", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657170417999, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-07T05:10:59.708Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-07T05:10:59.709Z||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-07-07T05:10:59.709Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T05:10:59.724Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T05:10:59.725Z||pool-101-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-07-07T05:11:00.609Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-07T05:11:00.610Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-07-07T05:11:00.612Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T05:11:00.612Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "d592579e-2b0f-4f23-b046-80e3a6779a65", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657170417999, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-07T05:11:00.712Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-07T05:11:00.713Z||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-07-07T05:11:00.713Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T05:11:00.743Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T05:11:00.743Z||pool-102-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1} 2022-07-07T05:11:01.613Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-07T05:11:01.614Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-07-07T05:11:01.615Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T05:11:01.615Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "d592579e-2b0f-4f23-b046-80e3a6779a65", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657170417999, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-07-07T05:11:01.716Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-07T05:11:01.716Z||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-07-07T05:11:01.717Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T05:11:01.761Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T05:11:01.761Z||pool-103-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1} 2022-07-07T05:11:02.617Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "d592579e-2b0f-4f23-b046-80e3a6779a65", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "605437e6-0d82-4c8f-880f-07f34ca61c55", "serviceDescription": "service", "serviceInvariantUUID": "5f111a59-56a9-4243-9f7f-076152816e6d", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "d5fc1cb5-b1e7-431d-9182-29c934646866", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "ca62dca3-7f82-48da-90b8-aa1e84bc14d7", "resourceInvariantUUID": "16af3dad-3641-490f-94f2-3cc4d68c5906", "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": "NDBkNTJjMjU5ZTdiYTUzYzExZWUwNzNjYzJiOTMyMWY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d3419625-994a-4a42-a2d8-f660410272b5", "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": "c4e5b81a-ea46-432a-a0d7-9a9865e16fe2", "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": "c5c28020-124a-4b2b-b955-5d0f7b91a9ac", "generatedFromUUID": "c4e5b81a-ea46-432a-a0d7-9a9865e16fe2" }, "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": "c5c28020-124a-4b2b-b955-5d0f7b91a9ac", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "YTdiY2ZhODdiNGE2YjNmMjliMDU2YjA3ODVlNzA5NmQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f4ac19f6-e5d2-40da-9837-631d88afbaaa" } ], "workloadContext": "Production" } 2022-07-07T05:11:02.617Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-07-07T05:11:02.618Z|66e1544e-0f63-477f-ba73-565367b3e5c0|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 605437e6-0d82-4c8f-880f-07f34ca61c55 ASDC 2022-07-07T05:11:02.618Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:d592579e-2b0f-4f23-b046-80e3a6779a65 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:605437e6-0d82-4c8f-880f-07f34ca61c55 ServiceInvariantUUID:5f111a59-56a9-4243-9f7f-076152816e6d 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:f4ac19f6-e5d2-40da-9837-631d88afbaaa ArtifactChecksum:YTdiY2ZhODdiNGE2YjNmMjliMDU2YjA3ODVlNzA5NmQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:d5fc1cb5-b1e7-431d-9182-29c934646866 ResourceInvariantUUID:16af3dad-3641-490f-94f2-3cc4d68c5906 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:ca62dca3-7f82-48da-90b8-aa1e84bc14d7 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:d3419625-994a-4a42-a2d8-f660410272b5 ArtifactChecksum:NDBkNTJjMjU5ZTdiYTUzYzExZWUwNzNjYzJiOTMyMWY= 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:c4e5b81a-ea46-432a-a0d7-9a9865e16fe2 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:c5c28020-124a-4b2b-b955-5d0f7b91a9ac 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:c5c28020-124a-4b2b-b955-5d0f7b91a9ac ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-07-07T05:11:02.618Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 605437e6-0d82-4c8f-880f-07f34ca61c55 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-07-07T05:11:02.648Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-07T05:11:02.649Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-07-07T05:11:02.649Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-07-07T05:11:02.649Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: f4ac19f6-e5d2-40da-9837-631d88afbaaa from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-07-07T05:11:02.649Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-07-07T05:11:02.650Z|d592579e-2b0f-4f23-b046-80e3a6779a65|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-07-07T05:11:02.891Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-07-07T05:11:02.894Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar f4ac19f6-e5d2-40da-9837-631d88afbaaa 78806 2022-07-07T05:11:02.895Z|d592579e-2b0f-4f23-b046-80e3a6779a65|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-07-07T05:11:02.895Z|d592579e-2b0f-4f23-b046-80e3a6779a65|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-07-07T05:11:02.895Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-07T05:11:02.895Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-07-07T05:11:02.897Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T05:11:02.898Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "d592579e-2b0f-4f23-b046-80e3a6779a65", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657170662895, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-07T05:11:02.998Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-07T05:11:02.999Z||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-07-07T05:11:02.999Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T05:11:03.023Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T05:11:03.023Z||pool-104-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1} 2022-07-07T05:11:03.898Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-07T05:11:03.900Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-07-07T05:11:03.900Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: f4ac19f6-e5d2-40da-9837-631d88afbaaa, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-07-07T05:11:03.900Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-07-07T05:11:03.901Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-07-07T05:11:03.901Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-07-07T05:11:04.057Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP154698973017986399/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-07-07T05:11:05.210Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-07-07T05:11:05.210Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-07-07T05:11:05.211Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-07-07T05:11:05.211Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-07-07T05:11:05.211Z|d592579e-2b0f-4f23-b046-80e3a6779a65|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-07-07T05:11:05.211Z|d592579e-2b0f-4f23-b046-80e3a6779a65|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-07-07T05:11:05.211Z|d592579e-2b0f-4f23-b046-80e3a6779a65|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-07-07T05:11:05.211Z|d592579e-2b0f-4f23-b046-80e3a6779a65|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-07-07T05:11:05.211Z|d592579e-2b0f-4f23-b046-80e3a6779a65|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-07-07T05:11:05.212Z|d592579e-2b0f-4f23-b046-80e3a6779a65|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-07-07T05:11:05.212Z|d592579e-2b0f-4f23-b046-80e3a6779a65|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-07-07T05:11:05.212Z|d592579e-2b0f-4f23-b046-80e3a6779a65|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-07-07T05:11:05.212Z|d592579e-2b0f-4f23-b046-80e3a6779a65|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-07-07T05:11:05.212Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-07-07T05:11:05.212Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T05:11:05.212Z|d592579e-2b0f-4f23-b046-80e3a6779a65|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-07-07T05:11:05.213Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-07-07T05:11:05.213Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-07-07T05:11:05.213Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-07T05:11:05.213Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T05:11:05.214Z|d592579e-2b0f-4f23-b046-80e3a6779a65|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-07-07T05:11:05.214Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-07-07T05:11:05.214Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-07-07T05:11:05.214Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-07T05:11:05.215Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T05:11:05.215Z|d592579e-2b0f-4f23-b046-80e3a6779a65|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-07-07T05:11:05.215Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T05:11:05.215Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-07-07T05:11:05.216Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-07-07T05:11:05.216Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-07-07T05:11:05.216Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-07-07T05:11:05.216Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-07-07T05:11:05.216Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-07-07T05:11:05.217Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T05:11:05.217Z|d592579e-2b0f-4f23-b046-80e3a6779a65|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-07-07T05:11:05.217Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T05:11:05.217Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-07-07T05:11:05.218Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-07T05:11:05.218Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T05:11:05.218Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-07-07T05:11:05.218Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-07T05:11:05.219Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T05:11:05.219Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-07-07T05:11:05.219Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-07T05:11:05.219Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T05:11:05.220Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-07-07T05:11:05.220Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-07-07T05:11:05.220Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-07-07T05:11:05.220Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=2ee0510a-5770-440d-971f-2ce724c07782 2022-07-07T05:11:05.220Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T05:11:05.221Z|d592579e-2b0f-4f23-b046-80e3a6779a65|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-07-07T05:11:05.221Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T05:11:05.221Z|d592579e-2b0f-4f23-b046-80e3a6779a65|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-07-07T05:11:05.221Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T05:11:05.221Z|d592579e-2b0f-4f23-b046-80e3a6779a65|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-07-07T05:11:05.222Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T05:11:05.222Z|d592579e-2b0f-4f23-b046-80e3a6779a65|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-07-07T05:11:05.222Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:605437e6-0d82-4c8f-880f-07f34ca61c55 Model Version:NULL Model InvariantUuid:5f111a59-56a9-4243-9f7f-076152816e6d Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:dfd8497b-8e4a-4973-9531-cdb7e58d3f56 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:16af3dad-3641-490f-94f2-3cc4d68c5906 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:d5fc1cb5-b1e7-431d-9182-29c934646866 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:c6ec5752-7103-4d26-8a68-4a13132f9ced ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:315540c4-4c9c-49c9-89e9-651497e84ab6 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:2ee0510a-5770-440d-971f-2ce724c07782 ModelInvariantUuid:09aeee6c-f7ba-49d9-93b1-e60cf6295dfe ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:04af2ee9-afe7-46fc-a3da-c61e198656f4 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:fa66aa89-0265-42d4-a554-dbe3645ddd3d ModelInvariantUuid:4823fd92-5189-431f-8428-ab4ae004376a ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:cfbb439a-eeb9-400e-9af6-bbbca550a60f 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-07-07T05:11:05.231Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: ca62dca3-7f82-48da-90b8-aa1e84bc14d7 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-07-07T05:11:05.235Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||INFO|500||basic_vm_macro 0 2022-07-07T05:11:05.235Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ca62dca3-7f82-48da-90b8-aa1e84bc14d7 2022-07-07T05:11:05.235Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: d3419625-994a-4a42-a2d8-f660410272b5 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-07-07T05:11:05.236Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-07-07T05:11:05.236Z|d592579e-2b0f-4f23-b046-80e3a6779a65|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-07-07T05:11:05.420Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-07-07T05:11:05.420Z|d592579e-2b0f-4f23-b046-80e3a6779a65|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 d3419625-994a-4a42-a2d8-f660410272b5 792 2022-07-07T05:11:05.421Z|d592579e-2b0f-4f23-b046-80e3a6779a65|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-07-07T05:11:05.421Z|d592579e-2b0f-4f23-b046-80e3a6779a65|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-07-07T05:11:05.421Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-07T05:11:05.421Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-07-07T05:11:05.423Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T05:11:05.423Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "d592579e-2b0f-4f23-b046-80e3a6779a65", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657170665420, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-07-07T05:11:05.523Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-07T05:11:05.525Z||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-07-07T05:11:05.525Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T05:11:05.558Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T05:11:05.558Z||pool-105-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} 2022-07-07T05:11:06.424Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "c6ec5752-7103-4d26-8a68-4a13132f9ced", "vfModuleModelVersion": "1", "vfModuleModelUUID": "315540c4-4c9c-49c9-89e9-651497e84ab6", "vfModuleModelCustomizationUUID": "e4b22a0a-9207-4444-b87d-8fd19ed59455", "isBase": true, "artifacts": [ "c4e5b81a-ea46-432a-a0d7-9a9865e16fe2", "c5c28020-124a-4b2b-b955-5d0f7b91a9ac" ], "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-07-07T05:11:06.431Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:315540c4-4c9c-49c9-89e9-651497e84ab6 VfModuleModelInvariantUUID:c6ec5752-7103-4d26-8a68-4a13132f9ced VfModuleModelDescription:NULL Artifacts UUID List:{ c4e5b81a-ea46-432a-a0d7-9a9865e16fe2 , c5c28020-124a-4b2b-b955-5d0f7b91a9ac } 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-07-07T05:11:06.433Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "c6ec5752-7103-4d26-8a68-4a13132f9ced", "vfModuleModelVersion": "1", "vfModuleModelUUID": "315540c4-4c9c-49c9-89e9-651497e84ab6", "vfModuleModelCustomizationUUID": "e4b22a0a-9207-4444-b87d-8fd19ed59455", "isBase": true, "artifacts": [ "c4e5b81a-ea46-432a-a0d7-9a9865e16fe2", "c5c28020-124a-4b2b-b955-5d0f7b91a9ac" ], "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-07-07T05:11:06.433Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:315540c4-4c9c-49c9-89e9-651497e84ab6 VfModuleModelInvariantUUID:c6ec5752-7103-4d26-8a68-4a13132f9ced VfModuleModelDescription:NULL Artifacts UUID List:{ c4e5b81a-ea46-432a-a0d7-9a9865e16fe2 , c5c28020-124a-4b2b-b955-5d0f7b91a9ac } 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-07-07T05:11:06.433Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c4e5b81a-ea46-432a-a0d7-9a9865e16fe2 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-07-07T05:11:06.433Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-07-07T05:11:06.433Z|d592579e-2b0f-4f23-b046-80e3a6779a65|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-07-07T05:11:06.497Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-07-07T05:11:06.498Z|d592579e-2b0f-4f23-b046-80e3a6779a65|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 c4e5b81a-ea46-432a-a0d7-9a9865e16fe2 5033 2022-07-07T05:11:06.498Z|d592579e-2b0f-4f23-b046-80e3a6779a65|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-07-07T05:11:06.498Z|d592579e-2b0f-4f23-b046-80e3a6779a65|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-07-07T05:11:06.498Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-07T05:11:06.498Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-07-07T05:11:06.500Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T05:11:06.500Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "d592579e-2b0f-4f23-b046-80e3a6779a65", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657170666498, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-07-07T05:11:06.600Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-07T05:11:06.601Z||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-07-07T05:11:06.601Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T05:11:06.651Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T05:11:06.652Z||pool-106-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":12,"count":1} 2022-07-07T05:11:07.501Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c5c28020-124a-4b2b-b955-5d0f7b91a9ac from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-07-07T05:11:07.501Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-07-07T05:11:07.502Z|d592579e-2b0f-4f23-b046-80e3a6779a65|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-07-07T05:11:07.582Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-07-07T05:11:07.582Z|d592579e-2b0f-4f23-b046-80e3a6779a65|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 c5c28020-124a-4b2b-b955-5d0f7b91a9ac 903 2022-07-07T05:11:07.582Z|d592579e-2b0f-4f23-b046-80e3a6779a65|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-07-07T05:11:07.583Z|d592579e-2b0f-4f23-b046-80e3a6779a65|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-07-07T05:11:07.583Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-07T05:11:07.583Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-07-07T05:11:07.585Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T05:11:07.585Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "d592579e-2b0f-4f23-b046-80e3a6779a65", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657170667582, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-07-07T05:11:07.685Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-07T05:11:07.686Z||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-07-07T05:11:07.686Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T05:11:07.718Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T05:11:07.718Z||pool-107-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2022-07-07T05:11:08.585Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 605437e6-0d82-4c8f-880f-07f34ca61c55 2022-07-07T05:11:08.588Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 ca62dca3-7f82-48da-90b8-aa1e84bc14d7 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-07-07T05:11:08.599Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5ba03528, org.onap.sdc.toscaparser.api.parameters.Input@2ca7415d, org.onap.sdc.toscaparser.api.parameters.Input@416058ce, org.onap.sdc.toscaparser.api.parameters.Input@12cadbf3, org.onap.sdc.toscaparser.api.parameters.Input@4819b5f7] 2022-07-07T05:11:08.600Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T05:11:08.600Z|d592579e-2b0f-4f23-b046-80e3a6779a65|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-07-07T05:11:08.600Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2022-07-07T05:11:08.601Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= d5fc1cb5-b1e7-431d-9182-29c934646866 2022-07-07T05:11:08.601Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d5fc1cb5-b1e7-431d-9182-29c934646866 matches Tosca VF Customization UUID: d5fc1cb5-b1e7-431d-9182-29c934646866 2022-07-07T05:11:08.601Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: d5fc1cb5-b1e7-431d-9182-29c934646866 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-07-07T05:11:08.603Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T05:11:08.603Z|d592579e-2b0f-4f23-b046-80e3a6779a65|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-07-07T05:11:08.603Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id d5fc1cb5-b1e7-431d-9182-29c934646866: {\"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-07-07T05:11:08.603Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5996783a 2022-07-07T05:11:08.603Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T05:11:08.604Z|d592579e-2b0f-4f23-b046-80e3a6779a65|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-07-07T05:11:08.604Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e4b22a0a-9207-4444-b87d-8fd19ed59455 2022-07-07T05:11:08.604Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e4b22a0a-9207-4444-b87d-8fd19ed59455 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-07-07T05:11:08.606Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T05:11:08.606Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-07-07T05:11:08.606Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-07T05:11:08.606Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T05:11:08.607Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-07-07T05:11:08.607Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-07T05:11:08.607Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T05:11:08.607Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-07-07T05:11:08.607Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-07-07T05:11:08.607Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-07-07T05:11:08.608Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=2ee0510a-5770-440d-971f-2ce724c07782 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-07-07T05:11:08.610Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T05:11:08.610Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-07-07T05:11:08.610Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-07T05:11:08.610Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T05:11:08.611Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-07-07T05:11:08.611Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=d5fc1cb5-b1e7-431d-9182-29c934646866 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-07-07T05:11:08.612Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T05:11:08.612Z|d592579e-2b0f-4f23-b046-80e3a6779a65|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-07-07T05:11:08.612Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 605437e6-0d82-4c8f-880f-07f34ca61c55: basic_vm_macro 2022-07-07T05:11:08.613Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T05:11:08.613Z|d592579e-2b0f-4f23-b046-80e3a6779a65|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-07-07T05:11:08.613Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T05:11:08.613Z|d592579e-2b0f-4f23-b046-80e3a6779a65|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-07-07T05:11:08.613Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T05:11:08.613Z|d592579e-2b0f-4f23-b046-80e3a6779a65|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-07-07T05:11:08.614Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T05:11:08.614Z|d592579e-2b0f-4f23-b046-80e3a6779a65|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-07-07T05:11:08.614Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T05:11:08.614Z|d592579e-2b0f-4f23-b046-80e3a6779a65|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-07-07T05:11:08.614Z|d592579e-2b0f-4f23-b046-80e3a6779a65|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-07-07T05:11:08.719Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro ca62dca3-7f82-48da-90b8-aa1e84bc14d7 1 ASDC deployResourceStructure 2022-07-07T05:11:08.719Z|d592579e-2b0f-4f23-b046-80e3a6779a65|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-07-07T05:11:08.719Z|d592579e-2b0f-4f23-b046-80e3a6779a65|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-07-07T05:11:08.719Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-07T05:11:08.720Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-07-07T05:11:08.721Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T05:11:08.721Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "d592579e-2b0f-4f23-b046-80e3a6779a65", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657170668719, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-07-07T05:11:08.822Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-07T05:11:08.822Z||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-07-07T05:11:08.822Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T05:11:08.852Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T05:11:08.852Z||pool-108-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-07-07T05:11:09.724Z|d592579e-2b0f-4f23-b046-80e3a6779a65|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-07-07T05:11:09.725Z|d592579e-2b0f-4f23-b046-80e3a6779a65|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-07-07T05:11:09.725Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-07T05:11:09.725Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-07-07T05:11:09.728Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T05:11:09.728Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "d592579e-2b0f-4f23-b046-80e3a6779a65", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657170669724, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-07-07T05:11:09.828Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-07T05:11:09.829Z||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-07-07T05:11:09.829Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T05:11:09.858Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T05:11:09.859Z||pool-109-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-07-07T05:11:10.730Z|d592579e-2b0f-4f23-b046-80e3a6779a65|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-07-07T05:11:10.730Z|d592579e-2b0f-4f23-b046-80e3a6779a65|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-07-07T05:11:10.730Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-07T05:11:10.730Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-07-07T05:11:10.732Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T05:11:10.732Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "d592579e-2b0f-4f23-b046-80e3a6779a65", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657170670730, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-07-07T05:11:10.832Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-07T05:11:10.833Z||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-07-07T05:11:10.833Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T05:11:10.877Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T05:11:10.878Z||pool-110-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1} 2022-07-07T05:11:11.733Z|d592579e-2b0f-4f23-b046-80e3a6779a65|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-07-07T05:11:11.733Z|d592579e-2b0f-4f23-b046-80e3a6779a65|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-07-07T05:11:11.733Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-07T05:11:11.733Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-07-07T05:11:11.735Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T05:11:11.735Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "d592579e-2b0f-4f23-b046-80e3a6779a65", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657170671733, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-07T05:11:11.836Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-07T05:11:11.836Z||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-07-07T05:11:11.836Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T05:11:11.893Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T05:11:11.893Z||pool-111-thread-1|||||INFO|500||cambria reply ok (57 ms):{"serverTimeMs":0,"count":1} 2022-07-07T05:11:12.736Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d592579e-2b0f-4f23-b046-80e3a6779a65 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-07T05:11:12.747Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d592579e-2b0f-4f23-b046-80e3a6779a65 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-07T05:11:12.749Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-07T05:11:12.749Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-07-07T05:11:12.749Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-07-07T05:11:12.749Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-07-07T05:11:12.749Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-07T05:11:12.750Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-07T05:11:12.750Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-07T05:11:12.750Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-07T05:11:12.750Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-07T05:11:12.751Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-07T05:11:12.751Z|d592579e-2b0f-4f23-b046-80e3a6779a65|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-07-07T05:11:12.755Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-07-07T05:11:42.755Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d592579e-2b0f-4f23-b046-80e3a6779a65 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-07-07T05:11:42.760Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d592579e-2b0f-4f23-b046-80e3a6779a65 and serviceModelVersionId: 605437e6-0d82-4c8f-880f-07f34ca61c55 2022-07-07T05:11:42.760Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5f111a59-56a9-4243-9f7f-076152816e6d 2022-07-07T05:11:42.761Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5f111a59-56a9-4243-9f7f-076152816e6d/model-vers/model-ver/605437e6-0d82-4c8f-880f-07f34ca61c55?depth=0 2022-07-07T05:11:42.765Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-07-07T05:11:42.810Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f111a59-56a9-4243-9f7f-076152816e6d/model-vers/model-ver/605437e6-0d82-4c8f-880f-07f34ca61c55?depth=0|INFO|500||Invoke 2022-07-07T05:11:42.811Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f111a59-56a9-4243-9f7f-076152816e6d/model-vers/model-ver/605437e6-0d82-4c8f-880f-07f34ca61c55?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f111a59-56a9-4243-9f7f-076152816e6d/model-vers/model-ver/605437e6-0d82-4c8f-880f-07f34ca61c55?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d592579e-2b0f-4f23-b046-80e3a6779a65], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b202943b-6223-44ef-af9b-8e52d4d73146], X-ECOMP-RequestID=[d592579e-2b0f-4f23-b046-80e3a6779a65], X-TransactionId=[], X-ONAP-RequestID=[d592579e-2b0f-4f23-b046-80e3a6779a65], Content-Type=[application/merge-patch+json]} 2022-07-07T05:11:42.828Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f111a59-56a9-4243-9f7f-076152816e6d/model-vers/model-ver/605437e6-0d82-4c8f-880f-07f34ca61c55?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-07-07T05:11:42.947Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f111a59-56a9-4243-9f7f-076152816e6d/model-vers/model-ver/605437e6-0d82-4c8f-880f-07f34ca61c55?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/5f111a59-56a9-4243-9f7f-076152816e6d/model-vers/model-ver/605437e6-0d82-4c8f-880f-07f34ca61c55?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220707-05:11:45:049-28653], vertex-id=[249944], Content-Length=[0], Date=[Thu, 07 Jul 2022 05:11:45 GMT], Content-Type=[application/json]} 2022-07-07T05:11:42.948Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f111a59-56a9-4243-9f7f-076152816e6d/model-vers/model-ver/605437e6-0d82-4c8f-880f-07f34ca61c55?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-07-07T05:11:42.949Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f111a59-56a9-4243-9f7f-076152816e6d/model-vers/model-ver/605437e6-0d82-4c8f-880f-07f34ca61c55?depth=0|INFO|500||InvokeReturn 2022-07-07T05:11:42.949Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-07-07T05:11:42.949Z|d592579e-2b0f-4f23-b046-80e3a6779a65|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-07-07T05:11:42.955Z|d592579e-2b0f-4f23-b046-80e3a6779a65|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-07-07T05:11:42.956Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d592579e-2b0f-4f23-b046-80e3a6779a65 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-07-07T05:11:42.956Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-07-07T05:11:42.956Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-07-07T05:11:42.958Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T05:11:42.958Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "d592579e-2b0f-4f23-b046-80e3a6779a65", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657170702956, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-07T05:11:43.058Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-07T05:11:43.059Z||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-07-07T05:11:43.059Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T05:11:43.081Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T05:11:43.081Z||pool-112-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-07-07T05:11:43.969Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-07T05:11:43.969Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"65a60a45-4df0-470d-aa99-07aab08223d1","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"b9d2536f-96e7-4b06-8c6e-3d8029b0753a","serviceDescription":"service","serviceInvariantUUID":"2cb2482d-fdb7-4a4f-82d3-382d8e892b3f","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"43d1a6d0-2593-42c2-a6ce-be5c4f0a926a","resourceInvariantUUID":"fdd87f8e-4768-4651-90a2-cfd82dc39223","resourceCustomizationUUID":"236e10fc-4ade-4a6c-8944-dc0a887cce27","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":"MmRiZDgyYWI3NTU4NThlMGU3MTRiMDMxOWY0YzE5ZGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3fa667ae-fa6f-4ef5-8f40-fc5f328be01d","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":"69c23a23-9718-42a3-a13c-d97e5942ae27","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":"36f4e75a-1a07-422f-b4b9-99debe0bdf97","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":"MmNmN2I0NTZkYjViMmE2ZWNmYTNkNDBmYjQyMWVlMGI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"459c098f-4ad2-44a8-968d-bc594c4f923a","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":"8835fa12-3f74-4006-b059-cb1971391947","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":"525b649b-edc4-48ba-97e5-b9e64362c843","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":"f1efc1d4-e1b2-47d7-93d0-bea5ebd4e00e","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":"MmVlZGExOTJlOTZhYjVlMzZhZjQzNGExNzRiOTFiNjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"df11b082-46c2-40f1-b411-d26d501bf3c7","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"M2I0ZDQ4NjA5OWQxNjNkYzc2OTAwNDRhZjE3YjI3NGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bebc25a7-f018-4c32-94bf-3d6590f330f6","artifactVersion":"1"}],"workloadContext":"Production"} 2022-07-07T05:11:43.970Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-07T05:11:43.970Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-07-07T05:11:43.972Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T05:11:43.972Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "65a60a45-4df0-470d-aa99-07aab08223d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657170417999, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T05:11:44.072Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-07T05:11:44.073Z||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-07-07T05:11:44.073Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T05:11:44.098Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T05:11:44.098Z||pool-113-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1} 2022-07-07T05:11:44.972Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-07T05:11:44.974Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-07-07T05:11:44.975Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T05:11:44.976Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "65a60a45-4df0-470d-aa99-07aab08223d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657170417999, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-07T05:11:45.076Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-07T05:11:45.077Z||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-07-07T05:11:45.077Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T05:11:45.091Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T05:11:45.091Z||pool-114-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-07-07T05:11:45.976Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-07T05:11:45.979Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-07-07T05:11:45.981Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T05:11:45.981Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "65a60a45-4df0-470d-aa99-07aab08223d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657170417999, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-07T05:11:46.081Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-07T05:11:46.082Z||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-07-07T05:11:46.082Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T05:11:46.095Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T05:11:46.096Z||pool-115-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-07-07T05:11:46.982Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-07T05:11:46.983Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-07-07T05:11:46.984Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T05:11:46.984Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "65a60a45-4df0-470d-aa99-07aab08223d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657170417999, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-07T05:11:47.085Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-07T05:11:47.085Z||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-07-07T05:11:47.085Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T05:11:47.103Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T05:11:47.103Z||pool-116-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-07-07T05:11:47.985Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-07T05:11:47.985Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-07-07T05:11:47.987Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T05:11:47.988Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "65a60a45-4df0-470d-aa99-07aab08223d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657170417999, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T05:11:48.088Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-07T05:11:48.089Z||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-07-07T05:11:48.089Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T05:11:48.101Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T05:11:48.101Z||pool-117-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-07-07T05:11:48.988Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-07T05:11:48.989Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-07-07T05:11:48.991Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T05:11:48.991Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "65a60a45-4df0-470d-aa99-07aab08223d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657170417999, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-07T05:11:49.091Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-07T05:11:49.092Z||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-07-07T05:11:49.092Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T05:11:49.114Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T05:11:49.114Z||pool-118-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2022-07-07T05:11:49.992Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-07T05:11:49.993Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-07-07T05:11:49.995Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T05:11:49.996Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "65a60a45-4df0-470d-aa99-07aab08223d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657170417999, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-07T05:11:50.096Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-07T05:11:50.096Z||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-07-07T05:11:50.097Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T05:11:50.111Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T05:11:50.111Z||pool-119-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-07-07T05:11:50.996Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-07T05:11:50.998Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-07-07T05:11:50.999Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T05:11:51.000Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "65a60a45-4df0-470d-aa99-07aab08223d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657170417999, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-07T05:11:51.100Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-07T05:11:51.100Z||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-07-07T05:11:51.101Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T05:11:51.114Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T05:11:51.115Z||pool-120-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-07-07T05:11:52.000Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-07T05:11:52.001Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-07-07T05:11:52.003Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T05:11:52.003Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "65a60a45-4df0-470d-aa99-07aab08223d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657170417999, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-07-07T05:11:52.103Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-07T05:11:52.104Z||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-07-07T05:11:52.104Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T05:11:52.171Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T05:11:52.172Z||pool-121-thread-1|||||INFO|500||cambria reply ok (68 ms):{"serverTimeMs":1,"count":1} 2022-07-07T05:11:53.004Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "65a60a45-4df0-470d-aa99-07aab08223d1", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "b9d2536f-96e7-4b06-8c6e-3d8029b0753a", "serviceDescription": "service", "serviceInvariantUUID": "2cb2482d-fdb7-4a4f-82d3-382d8e892b3f", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "236e10fc-4ade-4a6c-8944-dc0a887cce27", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "43d1a6d0-2593-42c2-a6ce-be5c4f0a926a", "resourceInvariantUUID": "fdd87f8e-4768-4651-90a2-cfd82dc39223", "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": "M2I0ZDQ4NjA5OWQxNjNkYzc2OTAwNDRhZjE3YjI3NGU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "bebc25a7-f018-4c32-94bf-3d6590f330f6" } ], "workloadContext": "Production" } 2022-07-07T05:11:53.006Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-07-07T05:11:53.006Z|d592579e-2b0f-4f23-b046-80e3a6779a65|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b9d2536f-96e7-4b06-8c6e-3d8029b0753a ASDC 2022-07-07T05:11:53.007Z|65a60a45-4df0-470d-aa99-07aab08223d1|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:65a60a45-4df0-470d-aa99-07aab08223d1 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:b9d2536f-96e7-4b06-8c6e-3d8029b0753a ServiceInvariantUUID:2cb2482d-fdb7-4a4f-82d3-382d8e892b3f 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:bebc25a7-f018-4c32-94bf-3d6590f330f6 ArtifactChecksum:M2I0ZDQ4NjA5OWQxNjNkYzc2OTAwNDRhZjE3YjI3NGU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:236e10fc-4ade-4a6c-8944-dc0a887cce27 ResourceInvariantUUID:fdd87f8e-4768-4651-90a2-cfd82dc39223 ResourceName:test-pnf ResourceType:PNF ResourceUUID:43d1a6d0-2593-42c2-a6ce-be5c4f0a926a ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-07-07T05:11:53.007Z|65a60a45-4df0-470d-aa99-07aab08223d1|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b9d2536f-96e7-4b06-8c6e-3d8029b0753a 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-07-07T05:11:53.036Z|65a60a45-4df0-470d-aa99-07aab08223d1|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-07T05:11:53.036Z|65a60a45-4df0-470d-aa99-07aab08223d1|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-07-07T05:11:53.036Z|65a60a45-4df0-470d-aa99-07aab08223d1|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-07-07T05:11:53.037Z|65a60a45-4df0-470d-aa99-07aab08223d1|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: bebc25a7-f018-4c32-94bf-3d6590f330f6 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-07-07T05:11:53.037Z|65a60a45-4df0-470d-aa99-07aab08223d1|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-07-07T05:11:53.037Z|65a60a45-4df0-470d-aa99-07aab08223d1|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-07-07T05:11:53.739Z|65a60a45-4df0-470d-aa99-07aab08223d1|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-07-07T05:11:53.744Z|65a60a45-4df0-470d-aa99-07aab08223d1|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar bebc25a7-f018-4c32-94bf-3d6590f330f6 105659 2022-07-07T05:11:53.744Z|65a60a45-4df0-470d-aa99-07aab08223d1|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-07-07T05:11:53.744Z|65a60a45-4df0-470d-aa99-07aab08223d1|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-07-07T05:11:53.744Z|65a60a45-4df0-470d-aa99-07aab08223d1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-07T05:11:53.744Z|65a60a45-4df0-470d-aa99-07aab08223d1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-07-07T05:11:53.746Z|65a60a45-4df0-470d-aa99-07aab08223d1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T05:11:53.747Z|65a60a45-4df0-470d-aa99-07aab08223d1|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "65a60a45-4df0-470d-aa99-07aab08223d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657170713744, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-07T05:11:53.847Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-07T05:11:53.848Z||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-07-07T05:11:53.848Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T05:11:53.868Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T05:11:53.869Z||pool-122-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-07-07T05:11:54.747Z|65a60a45-4df0-470d-aa99-07aab08223d1|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-07T05:11:54.748Z|65a60a45-4df0-470d-aa99-07aab08223d1|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-07-07T05:11:54.749Z|65a60a45-4df0-470d-aa99-07aab08223d1|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: bebc25a7-f018-4c32-94bf-3d6590f330f6, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-07-07T05:11:54.749Z|65a60a45-4df0-470d-aa99-07aab08223d1|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-07-07T05:11:54.749Z|65a60a45-4df0-470d-aa99-07aab08223d1|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-07-07T05:11:54.749Z|65a60a45-4df0-470d-aa99-07aab08223d1|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-07-07T05:11:54.852Z|65a60a45-4df0-470d-aa99-07aab08223d1|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8596192516840346206/Definitions/service-TestPnfMacro-template.yml 2022-07-07T05:11:55.557Z|65a60a45-4df0-470d-aa99-07aab08223d1|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-07-07T05:11:55.558Z|65a60a45-4df0-470d-aa99-07aab08223d1|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-07-07T05:11:55.558Z|65a60a45-4df0-470d-aa99-07aab08223d1|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-07-07T05:11:55.558Z|65a60a45-4df0-470d-aa99-07aab08223d1|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-07-07T05:11:55.558Z|65a60a45-4df0-470d-aa99-07aab08223d1|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-07-07T05:11:55.558Z|65a60a45-4df0-470d-aa99-07aab08223d1|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-07-07T05:11:55.558Z|65a60a45-4df0-470d-aa99-07aab08223d1|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-07-07T05:11:55.558Z|65a60a45-4df0-470d-aa99-07aab08223d1|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-07-07T05:11:55.558Z|65a60a45-4df0-470d-aa99-07aab08223d1|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-07-07T05:11:55.558Z|65a60a45-4df0-470d-aa99-07aab08223d1|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-07-07T05:11:55.558Z|65a60a45-4df0-470d-aa99-07aab08223d1|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-07-07T05:11:55.558Z|65a60a45-4df0-470d-aa99-07aab08223d1|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-07-07T05:11:55.559Z|65a60a45-4df0-470d-aa99-07aab08223d1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T05:11:55.559Z|65a60a45-4df0-470d-aa99-07aab08223d1|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-07-07T05:11:55.559Z|65a60a45-4df0-470d-aa99-07aab08223d1|pool-2-thread-2|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-07-07T05:11:55.559Z|65a60a45-4df0-470d-aa99-07aab08223d1|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-07-07T05:11:55.560Z|65a60a45-4df0-470d-aa99-07aab08223d1|pool-2-thread-2|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-07T05:11:55.560Z|65a60a45-4df0-470d-aa99-07aab08223d1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T05:11:55.560Z|65a60a45-4df0-470d-aa99-07aab08223d1|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-07-07T05:11:55.560Z|65a60a45-4df0-470d-aa99-07aab08223d1|pool-2-thread-2|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-07-07T05:11:55.560Z|65a60a45-4df0-470d-aa99-07aab08223d1|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-07-07T05:11:55.560Z|65a60a45-4df0-470d-aa99-07aab08223d1|pool-2-thread-2|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-07T05:11:55.560Z|65a60a45-4df0-470d-aa99-07aab08223d1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T05:11:55.561Z|65a60a45-4df0-470d-aa99-07aab08223d1|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-07-07T05:11:55.561Z|65a60a45-4df0-470d-aa99-07aab08223d1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T05:11:55.561Z|65a60a45-4df0-470d-aa99-07aab08223d1|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-07-07T05:11:55.561Z|65a60a45-4df0-470d-aa99-07aab08223d1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T05:11:55.562Z|65a60a45-4df0-470d-aa99-07aab08223d1|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-07-07T05:11:55.562Z|65a60a45-4df0-470d-aa99-07aab08223d1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T05:11:55.562Z|65a60a45-4df0-470d-aa99-07aab08223d1|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-07-07T05:11:55.562Z|65a60a45-4df0-470d-aa99-07aab08223d1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T05:11:55.562Z|65a60a45-4df0-470d-aa99-07aab08223d1|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-07-07T05:11:55.562Z|65a60a45-4df0-470d-aa99-07aab08223d1|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:b9d2536f-96e7-4b06-8c6e-3d8029b0753a Model Version:NULL Model InvariantUuid:2cb2482d-fdb7-4a4f-82d3-382d8e892b3f 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-07-07T05:11:55.570Z|65a60a45-4df0-470d-aa99-07aab08223d1|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: 43d1a6d0-2593-42c2-a6ce-be5c4f0a926a Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-07-07T05:11:55.572Z|65a60a45-4df0-470d-aa99-07aab08223d1|pool-2-thread-2|||||INFO|500||test-pnf 0 2022-07-07T05:11:55.572Z|65a60a45-4df0-470d-aa99-07aab08223d1|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 43d1a6d0-2593-42c2-a6ce-be5c4f0a926a 2022-07-07T05:11:55.573Z|65a60a45-4df0-470d-aa99-07aab08223d1|pool-2-thread-2|||||DEBUG|500||No resources found for Service: b9d2536f-96e7-4b06-8c6e-3d8029b0753a 2022-07-07T05:11:55.573Z|65a60a45-4df0-470d-aa99-07aab08223d1|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: b9d2536f-96e7-4b06-8c6e-3d8029b0753a 2022-07-07T05:11:55.573Z|65a60a45-4df0-470d-aa99-07aab08223d1|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 43d1a6d0-2593-42c2-a6ce-be5c4f0a926a 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-07-07T05:11:55.578Z|65a60a45-4df0-470d-aa99-07aab08223d1|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@56a70dbb, org.onap.sdc.toscaparser.api.parameters.Input@2e1e20ef, org.onap.sdc.toscaparser.api.parameters.Input@48a02d45, org.onap.sdc.toscaparser.api.parameters.Input@485c1f72, org.onap.sdc.toscaparser.api.parameters.Input@26780917] 2022-07-07T05:11:55.578Z|65a60a45-4df0-470d-aa99-07aab08223d1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T05:11:55.578Z|65a60a45-4df0-470d-aa99-07aab08223d1|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-07-07T05:11:55.578Z|65a60a45-4df0-470d-aa99-07aab08223d1|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid b9d2536f-96e7-4b06-8c6e-3d8029b0753a: test-pnf 2022-07-07T05:11:55.578Z|65a60a45-4df0-470d-aa99-07aab08223d1|pool-2-thread-2|||||INFO|500||Processing PNF resource: 43d1a6d0-2593-42c2-a6ce-be5c4f0a926a 2022-07-07T05:11:55.578Z|65a60a45-4df0-470d-aa99-07aab08223d1|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-07T05:11:55.579Z|65a60a45-4df0-470d-aa99-07aab08223d1|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-07-07T05:11:55.579Z|65a60a45-4df0-470d-aa99-07aab08223d1|pool-2-thread-2|||||INFO|500||Resource customization UUID: 236e10fc-4ade-4a6c-8944-dc0a887cce27 is the same as notified resource customizationUUID: 236e10fc-4ade-4a6c-8944-dc0a887cce27 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-07-07T05:11:55.626Z|65a60a45-4df0-470d-aa99-07aab08223d1|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 43d1a6d0-2593-42c2-a6ce-be5c4f0a926a 0 ASDC deployResourceStructure 2022-07-07T05:11:55.627Z|65a60a45-4df0-470d-aa99-07aab08223d1|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-07-07T05:11:55.627Z|65a60a45-4df0-470d-aa99-07aab08223d1|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-07-07T05:11:55.627Z|65a60a45-4df0-470d-aa99-07aab08223d1|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-07T05:11:55.627Z|65a60a45-4df0-470d-aa99-07aab08223d1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-07-07T05:11:55.630Z|65a60a45-4df0-470d-aa99-07aab08223d1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T05:11:55.630Z|65a60a45-4df0-470d-aa99-07aab08223d1|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "65a60a45-4df0-470d-aa99-07aab08223d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657170715627, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-07T05:11:55.730Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-07T05:11:55.731Z||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-07-07T05:11:55.731Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T05:11:55.748Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T05:11:55.748Z||pool-123-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-07-07T05:11:56.632Z|65a60a45-4df0-470d-aa99-07aab08223d1|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 65a60a45-4df0-470d-aa99-07aab08223d1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-07T05:11:56.639Z|65a60a45-4df0-470d-aa99-07aab08223d1|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 65a60a45-4df0-470d-aa99-07aab08223d1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-07-07T05:11:56.641Z|65a60a45-4df0-470d-aa99-07aab08223d1|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-07T05:11:56.642Z|65a60a45-4df0-470d-aa99-07aab08223d1|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-07-07T05:11:56.642Z|65a60a45-4df0-470d-aa99-07aab08223d1|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-07-07T05:11:56.642Z|65a60a45-4df0-470d-aa99-07aab08223d1|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-07-07T05:11:56.642Z|65a60a45-4df0-470d-aa99-07aab08223d1|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-07T05:11:56.642Z|65a60a45-4df0-470d-aa99-07aab08223d1|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-07T05:11:56.642Z|65a60a45-4df0-470d-aa99-07aab08223d1|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-07T05:11:56.643Z|65a60a45-4df0-470d-aa99-07aab08223d1|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-07T05:11:56.643Z|65a60a45-4df0-470d-aa99-07aab08223d1|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-07T05:11:56.643Z|65a60a45-4df0-470d-aa99-07aab08223d1|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-07T05:11:56.643Z|65a60a45-4df0-470d-aa99-07aab08223d1|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-07T05:11:56.643Z|65a60a45-4df0-470d-aa99-07aab08223d1|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-07-07T05:11:56.647Z|65a60a45-4df0-470d-aa99-07aab08223d1|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-07-07T05:11:58.002Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T05:11:58.003Z||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-07-07T05:11:58.003Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T05:11:58.125Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T05:11:58.126Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-07T05:11:58.126Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d592579e-2b0f-4f23-b046-80e3a6779a65", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657170417999, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-07-07T05:11:58.126Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-07T05:12:26.647Z|65a60a45-4df0-470d-aa99-07aab08223d1|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 65a60a45-4df0-470d-aa99-07aab08223d1 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-07-07T05:12:26.654Z|65a60a45-4df0-470d-aa99-07aab08223d1|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 65a60a45-4df0-470d-aa99-07aab08223d1 and serviceModelVersionId: b9d2536f-96e7-4b06-8c6e-3d8029b0753a 2022-07-07T05:12:26.655Z|65a60a45-4df0-470d-aa99-07aab08223d1|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2cb2482d-fdb7-4a4f-82d3-382d8e892b3f 2022-07-07T05:12:26.655Z|65a60a45-4df0-470d-aa99-07aab08223d1|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2cb2482d-fdb7-4a4f-82d3-382d8e892b3f/model-vers/model-ver/b9d2536f-96e7-4b06-8c6e-3d8029b0753a?depth=0 2022-07-07T05:12:26.659Z|65a60a45-4df0-470d-aa99-07aab08223d1|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-07-07T05:12:26.697Z|65a60a45-4df0-470d-aa99-07aab08223d1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cb2482d-fdb7-4a4f-82d3-382d8e892b3f/model-vers/model-ver/b9d2536f-96e7-4b06-8c6e-3d8029b0753a?depth=0|INFO|500||Invoke 2022-07-07T05:12:26.698Z|65a60a45-4df0-470d-aa99-07aab08223d1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cb2482d-fdb7-4a4f-82d3-382d8e892b3f/model-vers/model-ver/b9d2536f-96e7-4b06-8c6e-3d8029b0753a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cb2482d-fdb7-4a4f-82d3-382d8e892b3f/model-vers/model-ver/b9d2536f-96e7-4b06-8c6e-3d8029b0753a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[65a60a45-4df0-470d-aa99-07aab08223d1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6109588b-ccba-4482-8086-ef300ad53666], X-ECOMP-RequestID=[65a60a45-4df0-470d-aa99-07aab08223d1], X-TransactionId=[], X-ONAP-RequestID=[65a60a45-4df0-470d-aa99-07aab08223d1], Content-Type=[application/merge-patch+json]} 2022-07-07T05:12:26.714Z|65a60a45-4df0-470d-aa99-07aab08223d1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cb2482d-fdb7-4a4f-82d3-382d8e892b3f/model-vers/model-ver/b9d2536f-96e7-4b06-8c6e-3d8029b0753a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-07-07T05:12:26.813Z|65a60a45-4df0-470d-aa99-07aab08223d1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cb2482d-fdb7-4a4f-82d3-382d8e892b3f/model-vers/model-ver/b9d2536f-96e7-4b06-8c6e-3d8029b0753a?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/2cb2482d-fdb7-4a4f-82d3-382d8e892b3f/model-vers/model-ver/b9d2536f-96e7-4b06-8c6e-3d8029b0753a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220707-05:12:28:938-82206], vertex-id=[258192], Content-Length=[0], Date=[Thu, 07 Jul 2022 05:12:28 GMT], Content-Type=[application/json]} 2022-07-07T05:12:26.814Z|65a60a45-4df0-470d-aa99-07aab08223d1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cb2482d-fdb7-4a4f-82d3-382d8e892b3f/model-vers/model-ver/b9d2536f-96e7-4b06-8c6e-3d8029b0753a?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-07-07T05:12:26.815Z|65a60a45-4df0-470d-aa99-07aab08223d1|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cb2482d-fdb7-4a4f-82d3-382d8e892b3f/model-vers/model-ver/b9d2536f-96e7-4b06-8c6e-3d8029b0753a?depth=0|INFO|500||InvokeReturn 2022-07-07T05:12:26.816Z|65a60a45-4df0-470d-aa99-07aab08223d1|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-07-07T05:12:26.817Z|65a60a45-4df0-470d-aa99-07aab08223d1|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-07-07T05:12:26.823Z|65a60a45-4df0-470d-aa99-07aab08223d1|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-07-07T05:12:26.823Z|65a60a45-4df0-470d-aa99-07aab08223d1|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 65a60a45-4df0-470d-aa99-07aab08223d1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-07-07T05:12:26.824Z|65a60a45-4df0-470d-aa99-07aab08223d1|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-07-07T05:12:26.824Z|65a60a45-4df0-470d-aa99-07aab08223d1|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-07-07T05:12:26.826Z|65a60a45-4df0-470d-aa99-07aab08223d1|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-07T05:12:26.826Z|65a60a45-4df0-470d-aa99-07aab08223d1|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "65a60a45-4df0-470d-aa99-07aab08223d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657170746823, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-07T05:12:26.926Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-07T05:12:26.928Z||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-07-07T05:12:26.928Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ... 2022-07-07T05:12:26.948Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T05:12:26.949Z||pool-124-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-07-07T05:12:27.837Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T05:12:27.837Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-07T05:12:27.837Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PBDwzCCYkGWqsLGP) ... 2022-07-07T05:12:38.141Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T05:12:38.141Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T05:12:38.142Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-07T05:12:38.142Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PBDwzCCYkGWqsLGP) ... 2022-07-07T05:12:47.687Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T05:12:47.688Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T05:12:47.689Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-07T05:12:47.689Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PBDwzCCYkGWqsLGP) ... 2022-07-07T05:12:57.237Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T05:12:57.238Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T05:12:57.238Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-07T05:12:57.238Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PBDwzCCYkGWqsLGP) ... 2022-07-07T05:12:58.002Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T05:12:58.003Z||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-07-07T05:12:58.003Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T05:12:58.032Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T05:12:58.033Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:12:58.033Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d592579e-2b0f-4f23-b046-80e3a6779a65", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657170417999, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-07T05:12:58.033Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T05:12:58.033Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:12:58.033Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d592579e-2b0f-4f23-b046-80e3a6779a65", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657170417999, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-07T05:12:58.033Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T05:12:58.034Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:12:58.034Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d592579e-2b0f-4f23-b046-80e3a6779a65", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657170417999, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-07-07T05:12:58.034Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T05:12:58.034Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:12:58.034Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d592579e-2b0f-4f23-b046-80e3a6779a65", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657170662895, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-07T05:12:58.034Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T05:12:58.034Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:12:58.034Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d592579e-2b0f-4f23-b046-80e3a6779a65", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657170665420, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-07-07T05:12:58.034Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T05:12:58.034Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:12:58.034Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d592579e-2b0f-4f23-b046-80e3a6779a65", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657170666498, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-07-07T05:12:58.034Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T05:12:58.034Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:12:58.034Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d592579e-2b0f-4f23-b046-80e3a6779a65", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657170667582, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-07-07T05:12:58.035Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T05:12:58.035Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:12:58.035Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d592579e-2b0f-4f23-b046-80e3a6779a65", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657170668719, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-07-07T05:12:58.035Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T05:12:58.035Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:12:58.035Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d592579e-2b0f-4f23-b046-80e3a6779a65", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657170669724, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-07-07T05:12:58.035Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T05:12:58.035Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:12:58.035Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d592579e-2b0f-4f23-b046-80e3a6779a65", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657170670730, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-07-07T05:12:58.035Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T05:12:58.035Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:12:58.035Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d592579e-2b0f-4f23-b046-80e3a6779a65", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657170671733, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-07T05:12:58.036Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T05:12:58.036Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:12:58.036Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d592579e-2b0f-4f23-b046-80e3a6779a65", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657170702956, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-07T05:12:58.036Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T05:12:58.036Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:12:58.036Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a60a45-4df0-470d-aa99-07aab08223d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657170417999, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T05:12:58.036Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T05:12:58.036Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:12:58.036Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a60a45-4df0-470d-aa99-07aab08223d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657170417999, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-07T05:12:58.036Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T05:12:58.036Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:12:58.037Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a60a45-4df0-470d-aa99-07aab08223d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657170417999, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-07T05:12:58.037Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T05:12:58.037Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:12:58.037Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a60a45-4df0-470d-aa99-07aab08223d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657170417999, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-07T05:12:58.037Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T05:12:58.037Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:12:58.037Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a60a45-4df0-470d-aa99-07aab08223d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657170417999, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-07T05:12:58.037Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T05:12:58.037Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:12:58.037Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a60a45-4df0-470d-aa99-07aab08223d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657170417999, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-07T05:12:58.037Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T05:12:58.037Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:12:58.037Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a60a45-4df0-470d-aa99-07aab08223d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657170417999, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-07T05:12:58.038Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T05:12:58.038Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:12:58.038Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a60a45-4df0-470d-aa99-07aab08223d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657170417999, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-07T05:12:58.038Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T05:12:58.038Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:12:58.038Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a60a45-4df0-470d-aa99-07aab08223d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657170417999, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-07-07T05:12:58.038Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-07T05:12:58.038Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:12:58.038Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a60a45-4df0-470d-aa99-07aab08223d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657170713744, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-07T05:12:58.038Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T05:12:58.038Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-07T05:12:58.038Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a60a45-4df0-470d-aa99-07aab08223d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657170715627, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-07T05:12:58.038Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T05:13:06.792Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T05:13:06.792Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T05:13:06.793Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-07T05:13:06.793Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PBDwzCCYkGWqsLGP) ... 2022-07-07T05:13:16.335Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T05:13:16.335Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T05:13:16.336Z||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-07-07T05:13:16.336Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T05:13:25.893Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T05:13:57.999Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T05:13:58.000Z||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-07-07T05:13:58.000Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T05:13:58.002Z|65a60a45-4df0-470d-aa99-07aab08223d1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T05:13:58.002Z|65a60a45-4df0-470d-aa99-07aab08223d1|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-07-07T05:13:58.003Z|65a60a45-4df0-470d-aa99-07aab08223d1|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 PBDwzCCYkGWqsLGP) ... 2022-07-07T05:13:58.527Z|65a60a45-4df0-470d-aa99-07aab08223d1|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T05:13:58.528Z|65a60a45-4df0-470d-aa99-07aab08223d1|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-07T05:13:58.528Z|65a60a45-4df0-470d-aa99-07aab08223d1|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "65a60a45-4df0-470d-aa99-07aab08223d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657170746823, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-07T05:13:58.528Z|65a60a45-4df0-470d-aa99-07aab08223d1|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-07T05:14:07.558Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T05:14:57.999Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T05:14:58.000Z||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-07-07T05:14:58.000Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T05:14:58.002Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T05:14:58.002Z||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-07-07T05:14:58.003Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T05:15:07.561Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T05:15:07.563Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T05:15:57.999Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T05:15:58.000Z||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-07-07T05:15:58.000Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T05:15:58.002Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T05:15:58.002Z||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-07-07T05:15:58.002Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T05:16:07.565Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T05:16:07.568Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T05:16:57.999Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T05:16:58.000Z||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-07-07T05:16:58.000Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T05:16:58.002Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T05:16:58.002Z||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-07-07T05:16:58.002Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T05:17:07.549Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T05:17:07.550Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T05:17:57.999Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T05:17:58.000Z||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-07-07T05:17:58.001Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T05:17:58.002Z|65a60a45-4df0-470d-aa99-07aab08223d1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T05:17:58.003Z|65a60a45-4df0-470d-aa99-07aab08223d1|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-07-07T05:17:58.003Z|65a60a45-4df0-470d-aa99-07aab08223d1|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 PBDwzCCYkGWqsLGP) ... 2022-07-07T05:18:07.548Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T05:18:07.548Z|65a60a45-4df0-470d-aa99-07aab08223d1|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T05:18:57.999Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T05:18:58.001Z||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-07-07T05:18:58.001Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T05:18:58.002Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T05:18:58.002Z||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-07-07T05:18:58.002Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PBDwzCCYkGWqsLGP) ... 2022-07-07T05:19:07.557Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T05:19:07.557Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T05:19:58.000Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T05:19:58.002Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T05:19:58.004Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|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-07-07T05:19:58.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-07-07T05:19:58.004Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|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 PBDwzCCYkGWqsLGP) ... 2022-07-07T05:19:58.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 PBDwzCCYkGWqsLGP) ... 2022-07-07T05:20:07.566Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T05:20:07.571Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T05:20:57.999Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T05:20:58.000Z||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-07-07T05:20:58.000Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T05:20:58.002Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T05:20:58.003Z|702c55d3-15c5-488c-88dd-9e076afda455|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-07-07T05:20:58.003Z|702c55d3-15c5-488c-88dd-9e076afda455|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 PBDwzCCYkGWqsLGP) ... 2022-07-07T05:21:07.546Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T05:21:07.547Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T05:21:57.999Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T05:21:58.000Z||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-07-07T05:21:58.000Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T05:21:58.002Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T05:21:58.002Z||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-07-07T05:21:58.002Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T05:22:07.556Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T05:22:07.558Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T05:22:57.999Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T05:22:58.000Z||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-07-07T05:22:58.000Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T05:22:58.002Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T05:22:58.002Z||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-07-07T05:22:58.002Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T05:23:07.542Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T05:23:07.542Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T05:23:57.999Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T05:23:58.000Z||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-07-07T05:23:58.000Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T05:23:58.002Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T05:23:58.003Z||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-07-07T05:23:58.003Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T05:24:07.552Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T05:24:07.569Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T05:24:57.999Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T05:24:58.000Z||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-07-07T05:24:58.000Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T05:24:58.002Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T05:24:58.002Z||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-07-07T05:24:58.002Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T05:25:07.552Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T05:25:07.552Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T05:25:57.999Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T05:25:58.000Z|702c55d3-15c5-488c-88dd-9e076afda455|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-07-07T05:25:58.000Z|702c55d3-15c5-488c-88dd-9e076afda455|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 PBDwzCCYkGWqsLGP) ... 2022-07-07T05:25:58.002Z|65a60a45-4df0-470d-aa99-07aab08223d1|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T05:25:58.003Z|65a60a45-4df0-470d-aa99-07aab08223d1|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-07-07T05:25:58.003Z|65a60a45-4df0-470d-aa99-07aab08223d1|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 PBDwzCCYkGWqsLGP) ... 2022-07-07T05:26:07.545Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T05:26:07.547Z|65a60a45-4df0-470d-aa99-07aab08223d1|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T05:26:57.999Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T05:26:58.000Z|702c55d3-15c5-488c-88dd-9e076afda455|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-07-07T05:26:58.000Z|702c55d3-15c5-488c-88dd-9e076afda455|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 PBDwzCCYkGWqsLGP) ... 2022-07-07T05:26:58.002Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T05:26:58.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-07-07T05:26:58.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 PBDwzCCYkGWqsLGP) ... 2022-07-07T05:27:07.548Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T05:27:07.549Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T05:27:57.999Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T05:27:58.000Z|702c55d3-15c5-488c-88dd-9e076afda455|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-07-07T05:27:58.000Z|702c55d3-15c5-488c-88dd-9e076afda455|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 PBDwzCCYkGWqsLGP) ... 2022-07-07T05:27:58.002Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T05:27:58.002Z||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-07-07T05:27:58.002Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T05:28:07.542Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T05:28:07.544Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T05:28:57.999Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T05:28:58.001Z|702c55d3-15c5-488c-88dd-9e076afda455|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-07-07T05:28:58.001Z|702c55d3-15c5-488c-88dd-9e076afda455|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 PBDwzCCYkGWqsLGP) ... 2022-07-07T05:28:58.002Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T05:28:58.002Z||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-07-07T05:28:58.002Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T05:29:07.557Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T05:29:07.558Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T05:29:58.000Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T05:29:58.002Z|702c55d3-15c5-488c-88dd-9e076afda455|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-07-07T05:29:58.002Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T05:29:58.002Z|702c55d3-15c5-488c-88dd-9e076afda455|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 PBDwzCCYkGWqsLGP) ... 2022-07-07T05:29:58.002Z||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-07-07T05:29:58.002Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T05:30:07.553Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T05:30:07.553Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T05:30:57.999Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T05:30:58.000Z|702c55d3-15c5-488c-88dd-9e076afda455|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-07-07T05:30:58.000Z|702c55d3-15c5-488c-88dd-9e076afda455|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 PBDwzCCYkGWqsLGP) ... 2022-07-07T05:30:58.002Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T05:30:58.002Z||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-07-07T05:30:58.003Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T05:31:07.547Z|702c55d3-15c5-488c-88dd-9e076afda455|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T05:31:07.548Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T05:31:57.999Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T05:31:58.000Z||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-07-07T05:31:58.000Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T05:31:58.002Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-07T05:31:58.002Z||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-07-07T05:31:58.003Z||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 PBDwzCCYkGWqsLGP) ... 2022-07-07T05:32:07.553Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-07T05:32:07.560Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK