JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.3.7.RELEASE) 2022-06-23T03:31:40.694Z||main|||||INFO|500||The following profiles are active: basic 2022-06-23T03:31:52.214Z||main|||||INFO|500||Starting service [Tomcat] 2022-06-23T03:31:52.215Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-06-23T03:31:52.336Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-06-23T03:31:56.204Z||main|||||INFO|500||catdb-pool - Starting... 2022-06-23T03:31:56.593Z||main|||||INFO|500||catdb-pool - Start completed. 2022-06-23T03:31:57.068Z||main|||||INFO|500||reqdb-pool - Starting... 2022-06-23T03:31:57.075Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-06-23T03:31:57.171Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-06-23T03:31:57.394Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-06-23T03:31:57.981Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-06-23T03:31:59.829Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-06-23T03:32:01.997Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-06-23T03:32:02.058Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-06-23T03:32:02.590Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-06-23T03:32:02.818Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly. 2022-06-23T03:32:03.972Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-06-23T03:32:05.129Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-06-23T03:32:05.148Z||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$$3b0cdf14.deployActivities() at org.onap.so.asdc.Application.deployActivities(Application.java:52) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405) at org.springframework.boot.SpringApplication.run(SpringApplication.java:315) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) at org.onap.so.asdc.Application.main(Application.java:60) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49) at org.springframework.boot.loader.Launcher.launch(Launcher.java:107) at org.springframework.boot.loader.Launcher.launch(Launcher.java:58) at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88) 2022-06-23T03:32:05.149Z||main|||||WARN|500||The sdc end point is not alive 2022-06-23T03:32:07.993Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning 2022-06-23T03:32:11.034Z||main|||||WARN|500||--- 2022-06-23T03:32:11.083Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-06-23T03:32:11.084Z||main|||||WARN|500||--- 2022-06-23T03:32:11.524Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-06-23T03:32:16.150Z||main|||||INFO|500||Started Application in 38.519 seconds (JVM running for 40.702) 2022-06-23T03:32:16.178Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-06-23T03:32:16.179Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-06-23T03:32:16.192Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-06-23T03:32:16.221Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-06-23T03:32:16.264Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 86b0ae1b-1432-4343-a99d-50242c9204bc url= /sdc/v1/artifactTypes 2022-06-23T03:32:16.264Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-06-23T03:32:17.392Z||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.26.244] 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$$610f2d50.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 50 common frames omitted 2022-06-23T03:32:17.396Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3c2af6ad 2022-06-23T03:32:17.397Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-06-23T03:32:17.414Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-06-23T03:32:17.416Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-06-23T03:32:17.419Z||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$$610f2d50.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 33 common frames omitted 2022-06-23T03:33:06.143Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-06-23T03:33:06.145Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-06-23T03:33:06.148Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-06-23T03:33:06.167Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-06-23T03:33:06.183Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5ea99e90-2884-41ff-8c83-bd49a3a89280 url= /sdc/v1/artifactTypes 2022-06-23T03:33:06.183Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-06-23T03:33:07.214Z||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.26.244] 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$$610f2d50.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 50 common frames omitted 2022-06-23T03:33:07.215Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2d9f66ec 2022-06-23T03:33:07.215Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-06-23T03:33:07.215Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-06-23T03:33:07.216Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-06-23T03:33:07.217Z||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$$610f2d50.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 33 common frames omitted 2022-06-23T03:33:56.142Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-06-23T03:33:56.142Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-06-23T03:33:56.143Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-06-23T03:33:56.149Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-06-23T03:33:56.155Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7f34157f-f3c7-4a74-aea4-23544bfe6b31 url= /sdc/v1/artifactTypes 2022-06-23T03:33:56.156Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-06-23T03:33:57.169Z||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.26.244] 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$$610f2d50.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 50 common frames omitted 2022-06-23T03:33:57.171Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@53103bee 2022-06-23T03:33:57.172Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-06-23T03:33:57.172Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-06-23T03:33:57.173Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-06-23T03:33:57.174Z||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$$610f2d50.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 33 common frames omitted 2022-06-23T03:34:46.143Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-06-23T03:34:46.144Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-06-23T03:34:46.145Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-06-23T03:34:46.148Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-06-23T03:34:46.153Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 73d9e648-d51f-4d51-b131-bdca8fbab61b url= /sdc/v1/artifactTypes 2022-06-23T03:34:46.154Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-06-23T03:34:47.183Z||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.26.244] 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$$610f2d50.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 49 common frames omitted 2022-06-23T03:34:47.184Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@53e10ff6 2022-06-23T03:34:47.184Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-06-23T03:34:47.185Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-06-23T03:34:47.186Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-06-23T03:34:47.187Z||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$$610f2d50.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 32 common frames omitted 2022-06-23T03:35:36.143Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-06-23T03:35:36.144Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-06-23T03:35:36.144Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-06-23T03:35:36.147Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-06-23T03:35:36.154Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5cdfe00c-65f5-4a96-9452-579e84d4e685 url= /sdc/v1/artifactTypes 2022-06-23T03:35:36.155Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-06-23T03:35:37.169Z||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.26.244] 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$$610f2d50.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 49 common frames omitted 2022-06-23T03:35:37.170Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7915abd3 2022-06-23T03:35:37.170Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-06-23T03:35:37.171Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-06-23T03:35:37.171Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-06-23T03:35:37.172Z||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$$610f2d50.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 32 common frames omitted 2022-06-23T03:36:26.143Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-06-23T03:36:26.145Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-06-23T03:36:26.146Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-06-23T03:36:26.175Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-06-23T03:36:26.179Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 597f55c2-b0fa-4464-8f11-aaa05ff817ec url= /sdc/v1/artifactTypes 2022-06-23T03:36:26.180Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-06-23T03:36:27.214Z||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.26.244] 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$$610f2d50.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 49 common frames omitted 2022-06-23T03:36:27.216Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@55b75a0c 2022-06-23T03:36:27.216Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-06-23T03:36:27.217Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-06-23T03:36:27.217Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-06-23T03:36:27.218Z||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$$610f2d50.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 32 common frames omitted 2022-06-23T03:37:16.142Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-06-23T03:37:16.142Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-06-23T03:37:16.143Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-06-23T03:37:16.146Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-06-23T03:37:16.159Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 755ab228-b49c-44c5-aba8-ff2f94d538c1 url= /sdc/v1/artifactTypes 2022-06-23T03:37:16.159Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-06-23T03:37:17.197Z||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.26.244] 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$$610f2d50.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 49 common frames omitted 2022-06-23T03:37:17.198Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@48c29819 2022-06-23T03:37:17.199Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-06-23T03:37:17.199Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-06-23T03:37:17.199Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-06-23T03:37:17.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 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$$610f2d50.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 32 common frames omitted 2022-06-23T03:38:06.142Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-06-23T03:38:06.142Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-06-23T03:38:06.143Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-06-23T03:38:06.146Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-06-23T03:38:06.151Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 56d4648d-e345-41bc-9693-a7ab9a724073 url= /sdc/v1/artifactTypes 2022-06-23T03:38:06.151Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-06-23T03:38:06.383Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-06-23T03:38:06.393Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2022-06-23T03:38:06.418Z||scheduling-1|||||DEBUG|500||create keys 2022-06-23T03:38:06.426Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-06-23T03:38:06.454Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T03:38:06.478Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 23ad7591-49bd-4f64-9553-af6cde881e0a url= /sdc/v1/registerForDistribution 2022-06-23T03:38:06.636Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 23ad7591-49bd-4f64-9553-af6cde881e0a url= /sdc/v1/registerForDistribution 2022-06-23T03:38:06.637Z||scheduling-1|||||INFO|500||start DistributionClient 2022-06-23T03:38:06.650Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T03:38:06.651Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T03:38:06.659Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-06-23T03:38:06.661Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T03:38:06.661Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T03:38:06.662Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T03:38:06.662Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T03:38:17.174Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T03:38:17.188Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T03:39:06.645Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T03:39:06.646Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T03:39:06.647Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T03:39:06.648Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T03:39:06.650Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T03:39:06.650Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T03:39:16.228Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T03:39:16.245Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T03:40:06.645Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T03:40:06.648Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T03:40:06.648Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T03:40:06.648Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T03:40:06.649Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T03:40:06.649Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T03:40:16.209Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T03:40:16.220Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T03:41:06.645Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T03:41:06.646Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T03:41:06.646Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T03:41:06.648Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T03:41:06.649Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T03:41:06.649Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T03:41:16.204Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T03:41:16.213Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T03:41:58.029Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-06-23T03:42:06.645Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T03:42:06.646Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T03:42:06.646Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T03:42:06.648Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T03:42:06.649Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T03:42:06.649Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T03:42:16.200Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T03:42:16.202Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T03:43:06.645Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T03:43:06.646Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T03:43:06.646Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T03:43:06.648Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T03:43:06.649Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T03:43:06.650Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T03:43:16.233Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T03:43:16.240Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T03:44:06.645Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T03:44:06.648Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T03:44:06.648Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T03:44:06.648Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T03:44:06.650Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T03:44:06.652Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T03:44:16.208Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T03:44:16.213Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T03:45:06.645Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T03:45:06.647Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T03:45:06.648Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T03:45:06.648Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T03:45:06.652Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T03:45:06.652Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T03:45:16.201Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T03:45:16.222Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T03:46:06.645Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T03:46:06.646Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T03:46:06.646Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T03:46:06.648Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T03:46:06.649Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T03:46:06.650Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T03:46:16.196Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T03:46:16.200Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T03:47:06.645Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T03:47:06.646Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T03:47:06.646Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T03:47:06.648Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T03:47:06.649Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T03:47:06.649Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T03:47:16.239Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T03:47:16.243Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T03:48:06.645Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T03:48:06.646Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T03:48:06.646Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T03:48:06.648Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T03:48:06.649Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T03:48:06.650Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T03:48:16.242Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T03:48:16.243Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T03:49:06.647Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T03:49:06.648Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T03:49:06.649Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T03:49:06.649Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T03:49:06.649Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T03:49:06.649Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T03:49:16.205Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T03:49:16.208Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T03:50:06.645Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T03:50:06.647Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T03:50:06.647Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T03:50:06.648Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T03:50:06.650Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T03:50:06.651Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T03:50:16.201Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T03:50:16.209Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T03:51:06.645Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T03:51:06.647Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T03:51:06.647Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T03:51:06.648Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T03:51:06.649Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T03:51:06.649Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T03:51:16.213Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T03:51:16.247Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T03:52:06.645Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T03:52:06.646Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T03:52:06.646Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T03:52:06.648Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T03:52:06.649Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T03:52:06.649Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T03:52:16.203Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T03:52:16.223Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T03:53:06.646Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T03:53:06.647Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T03:53:06.647Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T03:53:06.648Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T03:53:06.649Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T03:53:06.649Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T03:53:16.202Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T03:53:16.239Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T03:54:06.645Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T03:54:06.646Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T03:54:06.646Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T03:54:06.648Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T03:54:06.649Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T03:54:06.649Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T03:54:16.222Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T03:54:16.222Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T03:55:06.645Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T03:55:06.648Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T03:55:06.648Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as l8eCd2UWFgpYSDN2) ... 2022-06-23T03:55:06.648Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T03:55:06.649Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T03:55:06.649Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T03:55:16.202Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T03:55:16.204Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T03:56:06.645Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T03:56:06.646Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T03:56:06.646Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as l8eCd2UWFgpYSDN2) ... 2022-06-23T03:56:06.648Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T03:56:06.649Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T03:56:06.649Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T03:56:16.204Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T03:56:16.210Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T03:57:06.645Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T03:57:06.646Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T03:57:06.646Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as l8eCd2UWFgpYSDN2) ... 2022-06-23T03:57:06.648Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T03:57:06.649Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T03:57:06.649Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T03:57:16.192Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T03:57:16.205Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T03:58:06.645Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T03:58:06.646Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T03:58:06.646Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as l8eCd2UWFgpYSDN2) ... 2022-06-23T03:58:06.648Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T03:58:06.649Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T03:58:06.649Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T03:58:16.199Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T03:58:16.213Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T03:59:06.645Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T03:59:06.646Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T03:59:06.646Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as l8eCd2UWFgpYSDN2) ... 2022-06-23T03:59:06.648Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T03:59:06.649Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T03:59:06.649Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T03:59:16.196Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T03:59:16.244Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:00:06.645Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:00:06.647Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:00:06.647Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as l8eCd2UWFgpYSDN2) ... 2022-06-23T04:00:06.648Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:00:06.649Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:00:06.649Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T04:00:16.225Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:00:16.247Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:01:06.645Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:01:06.646Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:01:06.646Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as l8eCd2UWFgpYSDN2) ... 2022-06-23T04:01:06.648Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:01:06.649Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:01:06.649Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T04:01:16.199Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:01:16.200Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:02:06.645Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:02:06.646Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:02:06.646Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as l8eCd2UWFgpYSDN2) ... 2022-06-23T04:02:06.648Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:02:06.649Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:02:06.649Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T04:02:16.196Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:02:16.198Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:03:06.645Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:03:06.646Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:03:06.646Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as l8eCd2UWFgpYSDN2) ... 2022-06-23T04:03:06.648Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:03:06.649Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:03:06.649Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T04:03:16.203Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:03:16.206Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:04:06.646Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:04:06.647Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:04:06.647Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as l8eCd2UWFgpYSDN2) ... 2022-06-23T04:04:06.648Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:04:06.649Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:04:06.649Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T04:04:16.231Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:04:16.235Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:05:06.645Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:05:06.648Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:05:06.648Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:05:06.649Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as l8eCd2UWFgpYSDN2) ... 2022-06-23T04:05:06.649Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:05:06.649Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T04:05:16.200Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:05:16.218Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:06:06.647Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:06:06.648Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:06:06.648Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:06:06.649Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as l8eCd2UWFgpYSDN2) ... 2022-06-23T04:06:06.649Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:06:06.650Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T04:06:16.204Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:06:16.222Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:07:06.645Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:07:06.646Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:07:06.646Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as l8eCd2UWFgpYSDN2) ... 2022-06-23T04:07:06.648Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:07:06.649Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:07:06.649Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T04:07:16.213Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:07:16.219Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:08:06.645Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:08:06.646Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:08:06.646Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T04:08:06.654Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:08:06.656Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:08:06.656Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T04:08:16.219Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:08:16.221Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:09:06.645Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:09:06.648Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:09:06.648Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T04:09:06.648Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:09:06.649Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:09:06.650Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T04:09:16.210Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:09:16.214Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:10:06.645Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:10:06.646Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:10:06.646Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T04:10:06.648Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:10:06.649Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:10:06.649Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T04:10:16.192Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:10:16.244Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:11:06.645Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:11:06.646Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:11:06.646Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as l8eCd2UWFgpYSDN2) ... 2022-06-23T04:11:06.648Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:11:06.649Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:11:06.649Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T04:11:16.198Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:11:16.199Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:12:06.645Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:12:06.646Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:12:06.646Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as l8eCd2UWFgpYSDN2) ... 2022-06-23T04:12:06.648Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:12:06.649Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:12:06.649Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T04:12:16.205Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:12:16.206Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:13:06.645Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:13:06.648Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:13:06.648Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as l8eCd2UWFgpYSDN2) ... 2022-06-23T04:13:06.648Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:13:06.649Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:13:06.649Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T04:13:16.203Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:13:16.213Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:14:06.645Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:14:06.646Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:14:06.646Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as l8eCd2UWFgpYSDN2) ... 2022-06-23T04:14:06.648Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:14:06.649Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:14:06.650Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T04:14:16.207Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:14:16.244Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:15:06.645Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:15:06.646Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:15:06.646Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as l8eCd2UWFgpYSDN2) ... 2022-06-23T04:15:06.648Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:15:06.649Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:15:06.649Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T04:15:16.204Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:15:16.208Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:16:06.645Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:16:06.645Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:16:06.646Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as l8eCd2UWFgpYSDN2) ... 2022-06-23T04:16:06.648Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:16:06.649Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:16:06.649Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T04:16:16.200Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:16:16.205Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:17:06.645Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:17:06.646Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:17:06.647Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as l8eCd2UWFgpYSDN2) ... 2022-06-23T04:17:06.648Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:17:06.649Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:17:06.649Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T04:17:16.200Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:17:16.204Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:18:06.645Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:18:06.647Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:18:06.647Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as l8eCd2UWFgpYSDN2) ... 2022-06-23T04:18:06.648Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:18:06.649Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:18:06.649Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T04:18:16.257Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:18:16.258Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:19:06.645Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:19:06.646Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:19:06.646Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as l8eCd2UWFgpYSDN2) ... 2022-06-23T04:19:06.648Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:19:06.649Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:19:06.649Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T04:19:16.194Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:19:16.195Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:20:06.645Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:20:06.646Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:20:06.646Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as l8eCd2UWFgpYSDN2) ... 2022-06-23T04:20:06.648Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:20:06.649Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:20:06.649Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T04:20:16.201Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:20:16.269Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:21:06.645Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:21:06.646Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:21:06.646Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as l8eCd2UWFgpYSDN2) ... 2022-06-23T04:21:06.648Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:21:06.649Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:21:06.649Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T04:21:16.221Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:21:16.253Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:22:06.645Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:22:06.648Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:22:06.648Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as l8eCd2UWFgpYSDN2) ... 2022-06-23T04:22:06.648Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:22:06.649Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:22:06.649Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T04:22:16.245Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:22:16.246Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:23:06.645Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:23:06.646Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:23:06.646Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as l8eCd2UWFgpYSDN2) ... 2022-06-23T04:23:06.648Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:23:06.649Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:23:06.649Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T04:23:16.200Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:23:16.210Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:24:06.645Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:24:06.646Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:24:06.646Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as l8eCd2UWFgpYSDN2) ... 2022-06-23T04:24:06.648Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:24:06.649Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:24:06.649Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T04:24:16.200Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:24:16.207Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:25:06.645Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:25:06.646Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:25:06.647Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as l8eCd2UWFgpYSDN2) ... 2022-06-23T04:25:06.648Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:25:06.649Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:25:06.649Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T04:25:16.203Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:25:16.204Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:26:06.645Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:26:06.646Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:26:06.647Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as l8eCd2UWFgpYSDN2) ... 2022-06-23T04:26:06.648Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:26:06.649Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:26:06.649Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T04:26:16.199Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:26:16.203Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:27:06.645Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:27:06.647Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:27:06.647Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as l8eCd2UWFgpYSDN2) ... 2022-06-23T04:27:06.648Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:27:06.650Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:27:06.650Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T04:27:16.210Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:27:16.210Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:28:06.645Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:28:06.646Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:28:06.646Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T04:28:06.648Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:28:06.649Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:28:06.649Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T04:28:13.202Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:28:13.204Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-23T04:28:13.204Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"58cf1710-2cc7-484b-86d4-aadf486ce4c0","serviceName":"vFW 2022-06-23 04-26-52","serviceVersion":"1.0","serviceUUID":"ccc9d74f-aad1-4fce-9233-393cecdd719c","serviceDescription":"catalog service description","serviceInvariantUUID":"066913b2-161d-4a2e-b436-aa0c3fe9e475","resources":[{"resourceInstanceName":"vFW 21b7988e-55d4 0","resourceName":"vFW 21b7988e-55d4","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"688a31b8-f0a4-4e01-ab9f-497fcad7db47","resourceInvariantUUID":"115d0190-7d06-43da-b2f0-d3b6b2d67a7b","resourceCustomizationUUID":"ee0fb85f-ef8b-4976-93dc-1d9224c26f6d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/vf-license-model.xml","artifactChecksum":"YTViNjhlYTgzNmZkODRhOTZlNDcyODk4OTJiY2E4NWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"04bb7ae2-a4d3-4bdc-9797-d7194efa8129","artifactVersion":"1"},{"artifactName":"vfw21b7988e55d40_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/vfw21b7988e55d40_modules.json","artifactChecksum":"NTQxNjk4NWVmNjQ0Y2QzNGM2YTBlZGE4ZDQxYjc5ZTI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"29318b26-05a8-4609-a257-49e49865dce5","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e22643c9-e685-4854-af3f-794f74bfefb3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/vendor-license-model.xml","artifactChecksum":"MDYzYzI2YmYzYmNjNTgyNzJhNDc2NmFkZTU0ZTQ5YjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"76e00ab1-d029-41c5-8eb9-e83871f28e93","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a0b57afe-ce10-42d9-85fc-3d30b04296cc","artifactVersion":"2","generatedFromUUID":"e22643c9-e685-4854-af3f-794f74bfefb3"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220623042652-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220623042652/1.0/artifacts/service-Vfw20220623042652-template.yml","artifactChecksum":"ZWM3MWQxNjY0Y2M3Y2UyNDVhZGQwYmIxZjk3OTdhMTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3dc8551a-5615-429c-a2a7-c5bbcfc02b40","artifactVersion":"1"},{"artifactName":"service-Vfw20220623042652-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220623042652/1.0/artifacts/service-Vfw20220623042652-csar.csar","artifactChecksum":"ZjFhOTQxYjZjZmQ0MmI0NTFjYmZiZmVmZTcyMzAxOWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"27a27bab-797c-4687-b455-cb265da3174e","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-23T04:28:13.226Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T04:28:13.234Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-23T04:28:13.248Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T04:28:13.248Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655958486645, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T04:28:13.348Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms 2022-06-23T04:28:13.353Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T04:28:13.354Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T04:28:13.371Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:28:13.372Z||pool-3-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-06-23T04:28:13.489Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:28:13.490Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T04:28:13.490Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655958486645, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T04:28:13.515Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T04:28:13.515Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T04:28:13.515Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0", "consumerID": "ves-openapi-manager", "timestamp": 1655958492860, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T04:28:13.516Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T04:28:14.259Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T04:28:14.259Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-23T04:28:14.263Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T04:28:14.263Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655958486645, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/vfw21b7988e55d40_modules.json", "status": "NOTIFIED" } 2022-06-23T04:28:14.362Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-06-23T04:28:14.363Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T04:28:14.363Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T04:28:14.375Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:28:14.375Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-06-23T04:28:15.264Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T04:28:15.265Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-23T04:28:15.267Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T04:28:15.267Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655958486645, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-23T04:28:15.367Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T04:28:15.368Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T04:28:15.368Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T04:28:15.381Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:28:15.382Z||pool-5-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-23T04:28:16.271Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T04:28:16.271Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-23T04:28:16.275Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T04:28:16.275Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655958486645, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T04:28:16.375Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-23T04:28:16.376Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T04:28:16.376Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T04:28:16.409Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:28:16.410Z||pool-6-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1} 2022-06-23T04:28:17.277Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T04:28:17.278Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-23T04:28:17.280Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T04:28:17.281Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655958486645, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-06-23T04:28:17.386Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2022-06-23T04:28:17.387Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T04:28:17.387Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T04:28:17.411Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:28:17.412Z||pool-7-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-06-23T04:28:18.281Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T04:28:18.282Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-23T04:28:18.286Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T04:28:18.286Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655958486645, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/artifacts/service-Vfw20220623042652-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T04:28:18.386Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-23T04:28:18.387Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T04:28:18.387Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T04:28:18.399Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:28:18.400Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-06-23T04:28:19.289Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T04:28:19.292Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-23T04:28:19.296Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T04:28:19.296Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655958486645, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/artifacts/service-Vfw20220623042652-csar.csar", "status": "NOTIFIED" } 2022-06-23T04:28:19.395Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-23T04:28:19.396Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T04:28:19.396Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T04:28:19.411Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:28:19.412Z||pool-9-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-06-23T04:28:20.309Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0", "serviceName": "vFW 2022-06-23 04-26-52", "serviceVersion": "1.0", "serviceUUID": "ccc9d74f-aad1-4fce-9233-393cecdd719c", "serviceDescription": "catalog service description", "serviceInvariantUUID": "066913b2-161d-4a2e-b436-aa0c3fe9e475", "resources": [ { "resourceInstanceName": "vFW 21b7988e-55d4 0", "resourceCustomizationUUID": "ee0fb85f-ef8b-4976-93dc-1d9224c26f6d", "resourceName": "vFW 21b7988e-55d4", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "688a31b8-f0a4-4e01-ab9f-497fcad7db47", "resourceInvariantUUID": "115d0190-7d06-43da-b2f0-d3b6b2d67a7b", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw21b7988e55d40_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/vfw21b7988e55d40_modules.json", "artifactChecksum": "NTQxNjk4NWVmNjQ0Y2QzNGM2YTBlZGE4ZDQxYjc5ZTI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "29318b26-05a8-4609-a257-49e49865dce5", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "e22643c9-e685-4854-af3f-794f74bfefb3", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "a0b57afe-ce10-42d9-85fc-3d30b04296cc", "generatedFromUUID": "e22643c9-e685-4854-af3f-794f74bfefb3" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "a0b57afe-ce10-42d9-85fc-3d30b04296cc", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220623042652-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/artifacts/service-Vfw20220623042652-csar.csar", "artifactChecksum": "ZjFhOTQxYjZjZmQ0MmI0NTFjYmZiZmVmZTcyMzAxOWM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "27a27bab-797c-4687-b455-cb265da3174e" } ], "workloadContext": "Production" } 2022-06-23T04:28:20.311Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-23T04:28:20.312Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ccc9d74f-aad1-4fce-9233-393cecdd719c ASDC 2022-06-23T04:28:20.475Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:58cf1710-2cc7-484b-86d4-aadf486ce4c0 ServiceName:vFW 2022-06-23 04-26-52 ServiceVersion:1.0 ServiceUUID:ccc9d74f-aad1-4fce-9233-393cecdd719c ServiceInvariantUUID:066913b2-161d-4a2e-b436-aa0c3fe9e475 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220623042652-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220623042652/1.0/artifacts/service-Vfw20220623042652-csar.csar ArtifactUUID:27a27bab-797c-4687-b455-cb265da3174e ArtifactChecksum:ZjFhOTQxYjZjZmQ0MmI0NTFjYmZiZmVmZTcyMzAxOWM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 21b7988e-55d4 0 ResourceCustomizationUUID:ee0fb85f-ef8b-4976-93dc-1d9224c26f6d ResourceInvariantUUID:115d0190-7d06-43da-b2f0-d3b6b2d67a7b ResourceName:vFW 21b7988e-55d4 ResourceType:VF ResourceUUID:688a31b8-f0a4-4e01-ab9f-497fcad7db47 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw21b7988e55d40_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/vfw21b7988e55d40_modules.json ArtifactUUID:29318b26-05a8-4609-a257-49e49865dce5 ArtifactChecksum:NTQxNjk4NWVmNjQ0Y2QzNGM2YTBlZGE4ZDQxYjc5ZTI= 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/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/base_vfw.yaml ArtifactUUID:e22643c9-e685-4854-af3f-794f74bfefb3 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/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/base_vfw.env ArtifactUUID:a0b57afe-ce10-42d9-85fc-3d30b04296cc 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/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/base_vfw.env ArtifactUUID:a0b57afe-ce10-42d9-85fc-3d30b04296cc ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-23T04:28:20.476Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ccc9d74f-aad1-4fce-9233-393cecdd719c ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-23T04:28:20.768Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-23T04:28:20.770Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-06-23T04:28:20.771Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-06-23T04:28:20.772Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 27a27bab-797c-4687-b455-cb265da3174e from URL: /sdc/v1/catalog/services/Vfw20220623042652/1.0/artifacts/service-Vfw20220623042652-csar.csar 2022-06-23T04:28:20.772Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-06-23T04:28:20.774Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220623042652/1.0/artifacts/service-Vfw20220623042652-csar.csar 2022-06-23T04:28:21.059Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-06-23T04:28:21.080Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220623042652/1.0/artifacts/service-Vfw20220623042652-csar.csar 27a27bab-797c-4687-b455-cb265da3174e 99016 2022-06-23T04:28:21.081Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220623042652/1.0/artifacts/service-Vfw20220623042652-csar.csar ASDC sendASDCNotification 2022-06-23T04:28:21.081Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220623042652/1.0/artifacts/service-Vfw20220623042652-csar.csar 2022-06-23T04:28:21.083Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-23T04:28:21.084Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-23T04:28:21.086Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T04:28:21.086Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655958501081, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/artifacts/service-Vfw20220623042652-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T04:28:21.186Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T04:28:21.188Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T04:28:21.189Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T04:28:21.207Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:28:21.207Z||pool-10-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-06-23T04:28:22.086Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-23T04:28:22.088Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-06-23T04:28:22.088Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 27a27bab-797c-4687-b455-cb265da3174e, URL: /sdc/v1/catalog/services/Vfw20220623042652/1.0/artifacts/service-Vfw20220623042652-csar.csar to file: /app/ASDC/1/service-Vfw20220623042652-csar.csar 2022-06-23T04:28:22.089Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220623042652-csar.csar 2022-06-23T04:28:22.201Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220623042652-csar.csar 2022-06-23T04:28:22.201Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220623042652-csar.csar 2022-06-23T04:28:23.056Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15658701282746495314/Definitions/service-Vfw20220623042652-template.yml Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided 2022-06-23T04:28:26.283Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-23T04:28:26.288Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-06-23T04:28:26.289Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220623042652-csar.csar 2022-06-23T04:28:26.289Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-06-23T04:28:26.289Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220623042652-csar.csar 2022-06-23T04:28:26.289Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220623042652-csar.csar 2022-06-23T04:28:26.289Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220623042652-csar.csar 2022-06-23T04:28:26.289Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220623042652-csar.csar 2022-06-23T04:28:26.289Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220623042652-csar.csar 2022-06-23T04:28:26.290Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220623042652-csar.csar 2022-06-23T04:28:26.290Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220623042652-csar.csar 2022-06-23T04:28:26.290Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220623042652-csar.csar 2022-06-23T04:28:26.290Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220623042652-csar.csar 2022-06-23T04:28:26.290Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220623042652-csar.csar 2022-06-23T04:28:26.290Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 21b7988e-55d4 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-Vfw20220623042652-csar.csar 2022-06-23T04:28:26.290Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220623042652-csar.csar 2022-06-23T04:28:26.290Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220623042652-csar.csar 2022-06-23T04:28:26.291Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-06-23T04:28:26.297Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:28:26.299Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-23 04-26-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T04:28:26.303Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vFW 21b7988e-55d4 0 is matching search criteria 2022-06-23T04:28:26.303Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-06-23T04:28:26.304Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 21b7988e-55d4 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-23T04:28:26.306Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:28:26.306Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-23 04-26-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T04:28:26.307Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vFW 21b7988e-55d4 0 is matching search criteria 2022-06-23T04:28:26.307Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-06-23T04:28:26.307Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 21b7988e-55d4 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-23T04:28:26.307Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:28:26.307Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-23 04-26-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T04:28:26.311Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:28:26.311Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vFW 21b7988e-55d4 0 is not matching search criteria 2022-06-23T04:28:26.311Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-23T04:28:26.311Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-23T04:28:26.312Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-23T04:28:26.312Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-23T04:28:26.312Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-23T04:28:26.312Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-23T04:28:26.312Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-23T04:28:26.312Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-23T04:28:26.313Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-23T04:28:26.313Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-23T04:28:26.313Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-23T04:28:26.313Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-23T04:28:26.313Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-23T04:28:26.313Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-23T04:28:26.314Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-23T04:28:26.314Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-23T04:28:26.314Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:28:26.314Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-23 04-26-52 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-23T04:28:26.315Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:28:26.316Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vFW 21b7988e-55d4 0 is matching search criteria 2022-06-23T04:28:26.316Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 21b7988e-55d4 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-23T04:28:26.316Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:28:26.316Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vFW 21b7988e-55d4 0 is matching search criteria 2022-06-23T04:28:26.316Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 21b7988e-55d4 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-23T04:28:26.317Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:28:26.317Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vFW 21b7988e-55d4 0 is matching search criteria 2022-06-23T04:28:26.317Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 21b7988e-55d4 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-23T04:28:26.317Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:28:26.317Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vFW 21b7988e-55d4 0 is not matching search criteria 2022-06-23T04:28:26.318Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-23T04:28:26.318Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-23T04:28:26.318Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-06-23T04:28:26.318Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-23T04:28:26.318Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-23T04:28:26.318Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-23T04:28:26.319Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-23T04:28:26.319Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-23T04:28:26.319Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-23T04:28:26.319Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-23T04:28:26.319Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-23T04:28:26.319Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=11f4a8f0-8fa0-4dd9-9c7c-cde4a230801a 2022-06-23T04:28:26.320Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:28:26.320Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vFW 21b7988e-55d4 0 is not matching search criteria 2022-06-23T04:28:26.320Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-23T04:28:26.320Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-23T04:28:26.320Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-23T04:28:26.320Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-23T04:28:26.321Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-23T04:28:26.321Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-23T04:28:26.321Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-23T04:28:26.321Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-06-23T04:28:26.321Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-23T04:28:26.321Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-23T04:28:26.322Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-23T04:28:26.322Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-23T04:28:26.322Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c87d2913-1279-4baa-a83c-79a074427b5d 2022-06-23T04:28:26.322Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:28:26.322Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vFW 21b7988e-55d4 0 is not matching search criteria 2022-06-23T04:28:26.323Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-23T04:28:26.323Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-23T04:28:26.323Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-23T04:28:26.323Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-23T04:28:26.323Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-23T04:28:26.323Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-23T04:28:26.324Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-23T04:28:26.324Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-23T04:28:26.324Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-23T04:28:26.324Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-23T04:28:26.324Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-23T04:28:26.325Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-06-23T04:28:26.325Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=9c15b183-3e6c-4097-80c2-cab85c870855 2022-06-23T04:28:26.325Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:28:26.325Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-23 04-26-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T04:28:26.325Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:28:26.326Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-23 04-26-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T04:28:26.326Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:28:26.326Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-23 04-26-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T04:28:26.326Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:28:26.326Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-23 04-26-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T04:28:26.326Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-06-23 04-26-52 Description:catalog service description Model UUID:ccc9d74f-aad1-4fce-9233-393cecdd719c Model Version:NULL Model InvariantUuid:066913b2-161d-4a2e-b436-aa0c3fe9e475 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 21b7988e-55d4 Model UUID:88c74dd3-d3af-4b00-9d6c-050877a9d6ae Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:115d0190-7d06-43da-b2f0-d3b6b2d67a7b Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:ee0fb85f-ef8b-4976-93dc-1d9224c26f6d NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:cc856a71-b51f-4231-8465-9d7044692dfb ModelName:Vfw21b7988e55d4..base_vfw..module-0 ModelUuid:f5bf7055-8766-42d8-bab1-6c004391657f ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:11f4a8f0-8fa0-4dd9-9c7c-cde4a230801a ModelInvariantUuid:9c06dfc6-73fd-4a77-96f3-331d88d0861b ModelName:vFW 21b7988e-55d4-nodes.vfwCvfc ModelUuid:0c89a0de-3d54-4a88-8805-8539b219e0b7 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:3d6b08cd-3efb-49de-acda-d6e6de9d32ee ModelInvariantUuid:b8661684-8e78-4672-8e4e-2a45c7d37c14 ModelName:Vfw21b7988e55d4.compute.nodes.heat.vfw ModelUuid:98d98307-0423-4451-afc7-5a74e8e7b559 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:c87d2913-1279-4baa-a83c-79a074427b5d ModelInvariantUuid:50d4a3d1-46cf-4246-82b9-b8f6ca1ab8e0 ModelName:vFW 21b7988e-55d4-nodes.vsnCvfc ModelUuid:1ae8d938-4ba8-43f7-b822-27ca7be60faa ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:ea87c93f-c319-447e-bcc0-02af45dd8d1c ModelInvariantUuid:22766f13-aa03-4e35-80f9-a628be467cda ModelName:Vfw21b7988e55d4.compute.nodes.heat.vsn ModelUuid:ddc60455-6a73-4ebc-9341-26c4fee939fd ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:9c15b183-3e6c-4097-80c2-cab85c870855 ModelInvariantUuid:fcb04f8f-e005-4559-b17d-322029e58548 ModelName:vFW 21b7988e-55d4-nodes.vpgCvfc ModelUuid:df937103-a140-4d26-a96c-c3d079653760 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:a2d39494-987f-4677-8287-df305a692898 ModelInvariantUuid:1a7d3d87-da6e-4224-90d0-b8bb42af4f04 ModelName:Vfw21b7988e55d4.compute.nodes.heat.vpg ModelUuid:27112362-1aca-4818-8c85-ba60b7c9be1e ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-06-23T04:28:26.352Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 688a31b8-f0a4-4e01-ab9f-497fcad7db47 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-23T04:28:26.441Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||vFW 21b7988e-55d4 0 2022-06-23T04:28:26.449Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 688a31b8-f0a4-4e01-ab9f-497fcad7db47 2022-06-23T04:28:26.450Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 29318b26-05a8-4609-a257-49e49865dce5 from URL: /sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/vfw21b7988e55d40_modules.json 2022-06-23T04:28:26.450Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-06-23T04:28:26.450Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/vfw21b7988e55d40_modules.json 2022-06-23T04:28:26.515Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-06-23T04:28:26.516Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/vfw21b7988e55d40_modules.json 29318b26-05a8-4609-a257-49e49865dce5 785 2022-06-23T04:28:26.517Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/vfw21b7988e55d40_modules.json ASDC sendASDCNotification 2022-06-23T04:28:26.517Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/vfw21b7988e55d40_modules.json 2022-06-23T04:28:26.517Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-23T04:28:26.517Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-23T04:28:26.520Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T04:28:26.520Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655958506517, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/vfw21b7988e55d40_modules.json", "status": "DOWNLOAD_OK" } 2022-06-23T04:28:26.621Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-23T04:28:26.622Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T04:28:26.622Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T04:28:26.641Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:28:26.641Z||pool-11-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-06-23T04:28:27.522Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw21b7988e55d4..base_vfw..module-0", "vfModuleModelInvariantUUID": "cc856a71-b51f-4231-8465-9d7044692dfb", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f5bf7055-8766-42d8-bab1-6c004391657f", "vfModuleModelCustomizationUUID": "3f8ef8e9-c123-4dce-9481-743507007729", "isBase": true, "artifacts": [ "e22643c9-e685-4854-af3f-794f74bfefb3", "a0b57afe-ce10-42d9-85fc-3d30b04296cc" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-23T04:28:27.537Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw21b7988e55d4..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f5bf7055-8766-42d8-bab1-6c004391657f VfModuleModelInvariantUUID:cc856a71-b51f-4231-8465-9d7044692dfb VfModuleModelDescription:NULL Artifacts UUID List:{ e22643c9-e685-4854-af3f-794f74bfefb3 , a0b57afe-ce10-42d9-85fc-3d30b04296cc } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-06-23T04:28:27.540Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw21b7988e55d4..base_vfw..module-0", "vfModuleModelInvariantUUID": "cc856a71-b51f-4231-8465-9d7044692dfb", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f5bf7055-8766-42d8-bab1-6c004391657f", "vfModuleModelCustomizationUUID": "3f8ef8e9-c123-4dce-9481-743507007729", "isBase": true, "artifacts": [ "e22643c9-e685-4854-af3f-794f74bfefb3", "a0b57afe-ce10-42d9-85fc-3d30b04296cc" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-23T04:28:27.540Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw21b7988e55d4..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f5bf7055-8766-42d8-bab1-6c004391657f VfModuleModelInvariantUUID:cc856a71-b51f-4231-8465-9d7044692dfb VfModuleModelDescription:NULL Artifacts UUID List:{ e22643c9-e685-4854-af3f-794f74bfefb3 , a0b57afe-ce10-42d9-85fc-3d30b04296cc } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-06-23T04:28:27.540Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e22643c9-e685-4854-af3f-794f74bfefb3 from URL: /sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/base_vfw.yaml 2022-06-23T04:28:27.540Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-06-23T04:28:27.541Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/base_vfw.yaml 2022-06-23T04:28:27.676Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-06-23T04:28:27.677Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/base_vfw.yaml e22643c9-e685-4854-af3f-794f74bfefb3 20368 2022-06-23T04:28:27.678Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-06-23T04:28:27.678Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/base_vfw.yaml 2022-06-23T04:28:27.678Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-23T04:28:27.678Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-23T04:28:27.680Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T04:28:27.680Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655958507677, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-06-23T04:28:27.780Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T04:28:27.781Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T04:28:27.782Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T04:28:27.814Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:28:27.815Z||pool-12-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1} 2022-06-23T04:28:28.681Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: a0b57afe-ce10-42d9-85fc-3d30b04296cc from URL: /sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/base_vfw.env 2022-06-23T04:28:28.681Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-06-23T04:28:28.681Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/base_vfw.env 2022-06-23T04:28:28.786Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-06-23T04:28:28.786Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/base_vfw.env a0b57afe-ce10-42d9-85fc-3d30b04296cc 2098 2022-06-23T04:28:28.787Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/base_vfw.env ASDC sendASDCNotification 2022-06-23T04:28:28.787Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/base_vfw.env 2022-06-23T04:28:28.787Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-23T04:28:28.787Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-23T04:28:28.789Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T04:28:28.789Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655958508787, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-06-23T04:28:28.889Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T04:28:28.891Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T04:28:28.891Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T04:28:28.905Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:28:28.905Z||pool-13-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-23T04:28:29.790Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: ccc9d74f-aad1-4fce-9233-393cecdd719c 2022-06-23T04:28:29.791Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 21b7988e-55d4 0 688a31b8-f0a4-4e01-ab9f-497fcad7db47 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-23T04:28:29.828Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@74c8d9a0, org.onap.sdc.toscaparser.api.parameters.Input@55499b0b, org.onap.sdc.toscaparser.api.parameters.Input@3f846f2f, org.onap.sdc.toscaparser.api.parameters.Input@3d31b789, org.onap.sdc.toscaparser.api.parameters.Input@f066c56] 2022-06-23T04:28:29.832Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:28:29.832Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-23 04-26-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T04:28:29.833Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2022-06-23T04:28:29.833Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= ee0fb85f-ef8b-4976-93dc-1d9224c26f6d 2022-06-23T04:28:29.833Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ee0fb85f-ef8b-4976-93dc-1d9224c26f6d matches Tosca VF Customization UUID: ee0fb85f-ef8b-4976-93dc-1d9224c26f6d 2022-06-23T04:28:29.833Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: ee0fb85f-ef8b-4976-93dc-1d9224c26f6d matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-06-23T04:28:29.844Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:28:29.845Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-23 04-26-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T04:28:29.849Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id ee0fb85f-ef8b-4976-93dc-1d9224c26f6d: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"} 2022-06-23T04:28:29.849Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4a0ac8a4 2022-06-23T04:28:29.849Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:28:29.850Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-23 04-26-52 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-23T04:28:29.851Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3f8ef8e9-c123-4dce-9481-743507007729 2022-06-23T04:28:29.852Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3f8ef8e9-c123-4dce-9481-743507007729 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-06-23T04:28:29.860Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:28:29.861Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vFW 21b7988e-55d4 0 is matching search criteria 2022-06-23T04:28:29.861Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 21b7988e-55d4 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-23T04:28:29.862Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:28:29.863Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vFW 21b7988e-55d4 0 is matching search criteria 2022-06-23T04:28:29.863Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 21b7988e-55d4 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-23T04:28:29.863Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:28:29.864Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vFW 21b7988e-55d4 0 is not matching search criteria 2022-06-23T04:28:29.864Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-23T04:28:29.864Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-23T04:28:29.864Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-06-23T04:28:29.864Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-23T04:28:29.865Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-23T04:28:29.865Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-23T04:28:29.865Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-23T04:28:29.865Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-23T04:28:29.866Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-23T04:28:29.866Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-23T04:28:29.866Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-23T04:28:29.866Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=11f4a8f0-8fa0-4dd9-9c7c-cde4a230801a Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-06-23T04:28:29.876Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:28:29.876Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vFW 21b7988e-55d4 0 is matching search criteria 2022-06-23T04:28:29.877Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 21b7988e-55d4 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-23T04:28:29.877Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:28:29.877Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vFW 21b7988e-55d4 0 is not matching search criteria 2022-06-23T04:28:29.877Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-23T04:28:29.878Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-23T04:28:29.878Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-23T04:28:29.878Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-23T04:28:29.878Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-23T04:28:29.879Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-23T04:28:29.879Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-23T04:28:29.879Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-06-23T04:28:29.880Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-23T04:28:29.880Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-23T04:28:29.880Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-23T04:28:29.880Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-23T04:28:29.880Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c87d2913-1279-4baa-a83c-79a074427b5d Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-06-23T04:28:29.883Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:28:29.884Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vFW 21b7988e-55d4 0 is matching search criteria 2022-06-23T04:28:29.884Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 21b7988e-55d4 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-23T04:28:29.888Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:28:29.888Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vFW 21b7988e-55d4 0 is not matching search criteria 2022-06-23T04:28:29.888Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-23T04:28:29.888Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-23T04:28:29.889Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-23T04:28:29.889Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-23T04:28:29.889Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-23T04:28:29.890Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-23T04:28:29.890Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-23T04:28:29.890Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-23T04:28:29.890Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-23T04:28:29.891Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-23T04:28:29.891Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-23T04:28:29.891Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-06-23T04:28:29.892Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=9c15b183-3e6c-4097-80c2-cab85c870855 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-06-23T04:28:29.895Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:28:29.895Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vFW 21b7988e-55d4 0 is matching search criteria 2022-06-23T04:28:29.895Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 21b7988e-55d4 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-23T04:28:29.896Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:28:29.896Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Node template vFW 21b7988e-55d4 0 is matching search criteria 2022-06-23T04:28:29.897Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 21b7988e-55d4 0] matching following query criteria: sdcType=VF, customizationUUID=ee0fb85f-ef8b-4976-93dc-1d9224c26f6d Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-23T04:28:29.899Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:28:29.899Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-23 04-26-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T04:28:29.899Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid ccc9d74f-aad1-4fce-9233-393cecdd719c: vFW 21b7988e-55d4 2022-06-23T04:28:29.900Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:28:29.900Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-23 04-26-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T04:28:29.900Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:28:29.901Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-23 04-26-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T04:28:29.901Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:28:29.901Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-23 04-26-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T04:28:29.902Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:28:29.902Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-23 04-26-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T04:28:29.902Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:28:29.902Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-23 04-26-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T04:28:29.903Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2022-06-23 04-26-52 Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-23T04:28:30.186Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 21b7988e-55d4 688a31b8-f0a4-4e01-ab9f-497fcad7db47 1 ASDC deployResourceStructure 2022-06-23T04:28:30.186Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/vfw21b7988e55d40_modules.json ASDC sendASDCNotification 2022-06-23T04:28:30.187Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/vfw21b7988e55d40_modules.json 2022-06-23T04:28:30.187Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-23T04:28:30.187Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-23T04:28:30.189Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T04:28:30.189Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655958510186, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/vfw21b7988e55d40_modules.json", "status": "DEPLOY_OK" } 2022-06-23T04:28:30.289Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T04:28:30.290Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T04:28:30.291Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T04:28:30.305Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:28:30.306Z||pool-14-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-06-23T04:28:31.191Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-06-23T04:28:31.191Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/base_vfw.yaml 2022-06-23T04:28:31.191Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-23T04:28:31.192Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-23T04:28:31.194Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T04:28:31.194Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655958511191, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-06-23T04:28:31.294Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T04:28:31.295Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T04:28:31.296Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T04:28:31.311Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:28:31.312Z||pool-15-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-23T04:28:32.195Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/base_vfw.env ASDC sendASDCNotification 2022-06-23T04:28:32.195Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/base_vfw.env 2022-06-23T04:28:32.196Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-23T04:28:32.196Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-23T04:28:32.198Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T04:28:32.198Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655958512195, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-06-23T04:28:32.299Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-23T04:28:32.300Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T04:28:32.300Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T04:28:32.319Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:28:32.320Z||pool-16-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-06-23T04:28:33.199Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220623042652/1.0/artifacts/service-Vfw20220623042652-csar.csar ASDC sendASDCNotification 2022-06-23T04:28:33.199Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220623042652/1.0/artifacts/service-Vfw20220623042652-csar.csar 2022-06-23T04:28:33.200Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-23T04:28:33.200Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-23T04:28:33.202Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T04:28:33.203Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655958513199, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/artifacts/service-Vfw20220623042652-csar.csar", "status": "DEPLOY_OK" } 2022-06-23T04:28:33.303Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T04:28:33.304Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T04:28:33.304Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T04:28:33.318Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:28:33.319Z||pool-17-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-23T04:28:34.204Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 58cf1710-2cc7-484b-86d4-aadf486ce4c0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-23T04:28:34.230Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 58cf1710-2cc7-484b-86d4-aadf486ce4c0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-23T04:28:34.232Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-23T04:28:34.232Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-23T04:28:34.233Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-23T04:29:04.233Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 58cf1710-2cc7-484b-86d4-aadf486ce4c0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-23T04:29:04.245Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 58cf1710-2cc7-484b-86d4-aadf486ce4c0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-23T04:29:04.247Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-23T04:29:04.247Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-23T04:29:04.247Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-23T04:29:06.648Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:29:06.649Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:29:06.649Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T04:29:06.677Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:29:06.677Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:29:06.677Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0", "consumerID": "multicloud-k8s-id", "timestamp": 1655958488736, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T04:29:06.678Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-23T04:29:34.248Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 58cf1710-2cc7-484b-86d4-aadf486ce4c0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-23T04:29:34.262Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 58cf1710-2cc7-484b-86d4-aadf486ce4c0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-23T04:29:34.265Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-23T04:29:34.265Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-23T04:29:34.265Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-23T04:30:04.266Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 58cf1710-2cc7-484b-86d4-aadf486ce4c0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-23T04:30:04.280Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 58cf1710-2cc7-484b-86d4-aadf486ce4c0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-23T04:30:04.282Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-23T04:30:04.284Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-23T04:30:04.285Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-23T04:30:06.649Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:30:06.650Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:30:06.650Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T04:30:06.687Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:30:06.688Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:30:06.688Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0", "consumerID": "aai-ml", "timestamp": 1655958493053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T04:30:06.690Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-23T04:30:34.285Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 58cf1710-2cc7-484b-86d4-aadf486ce4c0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-23T04:30:34.299Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 58cf1710-2cc7-484b-86d4-aadf486ce4c0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-23T04:30:34.301Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-23T04:30:34.302Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-23T04:30:34.302Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-23T04:31:04.303Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 58cf1710-2cc7-484b-86d4-aadf486ce4c0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-23T04:31:04.320Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 58cf1710-2cc7-484b-86d4-aadf486ce4c0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-23T04:31:04.323Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-23T04:31:04.323Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-23T04:31:04.323Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-23T04:31:06.649Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:31:06.651Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:31:06.651Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T04:31:06.681Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:31:06.700Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.701Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0", "consumerID": "policy-id", "timestamp": 1655958494261, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T04:31:06.703Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-23T04:31:06.704Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.704Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0", "consumerID": "ves-openapi-manager", "timestamp": 1655958492860, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/vfw21b7988e55d40_modules.json", "status": "NOT_NOTIFIED" } 2022-06-23T04:31:06.705Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-23T04:31:06.705Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.705Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655958486645, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/vfw21b7988e55d40_modules.json", "status": "NOTIFIED" } 2022-06-23T04:31:06.706Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-23T04:31:06.706Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.707Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0", "consumerID": "multicloud-k8s-id", "timestamp": 1655958488736, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/vfw21b7988e55d40_modules.json", "status": "NOTIFIED" } 2022-06-23T04:31:06.707Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-23T04:31:06.707Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.709Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0", "consumerID": "aai-ml", "timestamp": 1655958493053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/vfw21b7988e55d40_modules.json", "status": "NOT_NOTIFIED" } 2022-06-23T04:31:06.710Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-23T04:31:06.710Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.711Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0", "consumerID": "policy-id", "timestamp": 1655958494261, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/vfw21b7988e55d40_modules.json", "status": "NOT_NOTIFIED" } 2022-06-23T04:31:06.711Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-23T04:31:06.712Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.712Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0", "consumerID": "ves-openapi-manager", "timestamp": 1655958492860, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T04:31:06.713Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-23T04:31:06.713Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.713Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655958486645, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-23T04:31:06.714Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-23T04:31:06.714Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.714Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0", "consumerID": "multicloud-k8s-id", "timestamp": 1655958488736, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-23T04:31:06.715Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-23T04:31:06.715Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.715Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0", "consumerID": "aai-ml", "timestamp": 1655958493053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T04:31:06.716Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-23T04:31:06.716Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.716Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0", "consumerID": "policy-id", "timestamp": 1655958494261, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-23T04:31:06.717Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-23T04:31:06.717Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.717Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0", "consumerID": "ves-openapi-manager", "timestamp": 1655958492860, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T04:31:06.723Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-23T04:31:06.723Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.723Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655958486645, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T04:31:06.724Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-23T04:31:06.724Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.724Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0", "consumerID": "multicloud-k8s-id", "timestamp": 1655958488736, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T04:31:06.725Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-23T04:31:06.725Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.725Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0", "consumerID": "aai-ml", "timestamp": 1655958493053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T04:31:06.726Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-23T04:31:06.726Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.726Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0", "consumerID": "cds", "timestamp": 1655958497765, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T04:31:06.727Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-23T04:31:06.727Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.727Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0", "consumerID": "policy-id", "timestamp": 1655958494261, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T04:31:06.727Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-23T04:31:06.728Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.728Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0", "consumerID": "ves-openapi-manager", "timestamp": 1655958492860, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-23T04:31:06.729Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-23T04:31:06.729Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.729Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655958486645, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-06-23T04:31:06.729Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-23T04:31:06.730Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.730Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0", "consumerID": "multicloud-k8s-id", "timestamp": 1655958488736, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-06-23T04:31:06.730Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-23T04:31:06.730Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.731Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0", "consumerID": "aai-ml", "timestamp": 1655958493053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-23T04:31:06.731Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-23T04:31:06.731Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.732Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0", "consumerID": "cds", "timestamp": 1655958497765, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/vfw21b7988e55d40_modules.json", "status": "NOT_NOTIFIED" } 2022-06-23T04:31:06.732Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-23T04:31:06.732Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.732Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0", "consumerID": "policy-id", "timestamp": 1655958494261, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-23T04:31:06.733Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-23T04:31:06.733Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.733Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0", "consumerID": "ves-openapi-manager", "timestamp": 1655958492860, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/artifacts/service-Vfw20220623042652-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T04:31:06.733Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-23T04:31:06.734Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.734Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655958486645, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/artifacts/service-Vfw20220623042652-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T04:31:06.734Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-23T04:31:06.734Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.734Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0", "consumerID": "multicloud-k8s-id", "timestamp": 1655958488736, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/artifacts/service-Vfw20220623042652-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T04:31:06.735Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-23T04:31:06.735Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.735Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0", "consumerID": "aai-ml", "timestamp": 1655958493053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/artifacts/service-Vfw20220623042652-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T04:31:06.735Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-23T04:31:06.735Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.735Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0", "consumerID": "clamp", "timestamp": 1655958499079, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T04:31:06.736Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-23T04:31:06.736Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.736Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0", "consumerID": "cds", "timestamp": 1655958497765, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T04:31:06.736Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-23T04:31:06.736Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.736Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655958499310, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T04:31:06.737Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-23T04:31:06.737Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.737Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0", "consumerID": "policy-id", "timestamp": 1655958494261, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/artifacts/service-Vfw20220623042652-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T04:31:06.737Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-23T04:31:06.737Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.737Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0", "consumerID": "ves-openapi-manager", "timestamp": 1655958492860, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/artifacts/service-Vfw20220623042652-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-23T04:31:06.738Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-23T04:31:06.738Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.739Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655958486645, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/artifacts/service-Vfw20220623042652-csar.csar", "status": "NOTIFIED" } 2022-06-23T04:31:06.739Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-23T04:31:06.739Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.739Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0", "consumerID": "multicloud-k8s-id", "timestamp": 1655958488736, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/artifacts/service-Vfw20220623042652-csar.csar", "status": "NOTIFIED" } 2022-06-23T04:31:06.740Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-23T04:31:06.740Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.740Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0", "consumerID": "clamp", "timestamp": 1655958499079, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/vfw21b7988e55d40_modules.json", "status": "NOTIFIED" } 2022-06-23T04:31:06.740Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-23T04:31:06.740Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.741Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0", "consumerID": "aai-ml", "timestamp": 1655958493053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/artifacts/service-Vfw20220623042652-csar.csar", "status": "NOTIFIED" } 2022-06-23T04:31:06.741Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-23T04:31:06.741Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.741Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655958499310, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/vfw21b7988e55d40_modules.json", "status": "NOT_NOTIFIED" } 2022-06-23T04:31:06.741Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-23T04:31:06.741Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.742Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0", "consumerID": "cds", "timestamp": 1655958497765, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T04:31:06.742Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-23T04:31:06.742Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.742Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0", "consumerID": "policy-id", "timestamp": 1655958494261, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/artifacts/service-Vfw20220623042652-csar.csar", "status": "NOTIFIED" } 2022-06-23T04:31:06.742Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-23T04:31:06.742Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.742Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0", "consumerID": "multicloud-k8s-id", "timestamp": 1655958501460, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/vfw21b7988e55d40_modules.json", "status": "DOWNLOAD_OK" } 2022-06-23T04:31:06.743Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:31:06.743Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.743Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0", "consumerID": "clamp", "timestamp": 1655958499079, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T04:31:06.743Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-23T04:31:06.743Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.743Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655958499310, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T04:31:06.744Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-23T04:31:06.744Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.744Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655958501081, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/artifacts/service-Vfw20220623042652-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T04:31:06.744Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:31:06.744Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.745Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0", "consumerID": "cds", "timestamp": 1655958497765, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-23T04:31:06.745Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-23T04:31:06.745Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.745Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0", "consumerID": "aai-ml", "timestamp": 1655958501108, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/artifacts/service-Vfw20220623042652-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T04:31:06.745Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:31:06.745Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.745Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0", "consumerID": "policy-id", "timestamp": 1655958502200, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/artifacts/service-Vfw20220623042652-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T04:31:06.746Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:31:06.746Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.746Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0", "consumerID": "multicloud-k8s-id", "timestamp": 1655958502616, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-06-23T04:31:06.746Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:31:06.746Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.746Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0", "consumerID": "clamp", "timestamp": 1655958499079, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T04:31:06.747Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-23T04:31:06.747Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.747Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655958499310, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T04:31:06.747Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-23T04:31:06.748Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.748Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0", "consumerID": "cds", "timestamp": 1655958497765, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/artifacts/service-Vfw20220623042652-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T04:31:06.748Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-23T04:31:06.748Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.748Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0", "consumerID": "policy-id", "timestamp": 1655958503220, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/artifacts/service-Vfw20220623042652-csar.csar", "status": "DEPLOY_OK" } 2022-06-23T04:31:06.749Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:31:06.749Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.749Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0", "consumerID": "multicloud-k8s-id", "timestamp": 1655958503702, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-06-23T04:31:06.749Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:31:06.749Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.750Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0", "consumerID": "clamp", "timestamp": 1655958499079, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-23T04:31:06.750Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-23T04:31:06.750Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.750Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655958499310, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-23T04:31:06.751Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-23T04:31:06.751Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.751Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0", "consumerID": "cds", "timestamp": 1655958497765, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/artifacts/service-Vfw20220623042652-csar.csar", "status": "NOTIFIED" } 2022-06-23T04:31:06.751Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-23T04:31:06.752Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.752Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0", "consumerID": "policy-id", "timestamp": 1655958504228, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-23T04:31:06.764Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 58cf1710-2cc7-484b-86d4-aadf486ce4c0 2022-06-23T04:31:06.765Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 58cf1710-2cc7-484b-86d4-aadf486ce4c0 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-23T04:31:06.777Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.777Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0", "consumerID": "clamp", "timestamp": 1655958499079, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/artifacts/service-Vfw20220623042652-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T04:31:06.778Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-23T04:31:06.778Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.778Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0", "consumerID": "multicloud-k8s-id", "timestamp": 1655958504811, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-23T04:31:06.783Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 58cf1710-2cc7-484b-86d4-aadf486ce4c0 2022-06-23T04:31:06.783Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 58cf1710-2cc7-484b-86d4-aadf486ce4c0 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-06-23T04:31:06.792Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.792Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655958499310, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/artifacts/service-Vfw20220623042652-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T04:31:06.792Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-23T04:31:06.792Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.793Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0", "consumerID": "cds", "timestamp": 1655958505631, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/artifacts/service-Vfw20220623042652-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T04:31:06.793Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:31:06.793Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.793Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0", "consumerID": "clamp", "timestamp": 1655958499079, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/artifacts/service-Vfw20220623042652-csar.csar", "status": "NOTIFIED" } 2022-06-23T04:31:06.793Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-23T04:31:06.793Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.793Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0", "consumerID": "multicloud-k8s-id", "timestamp": 1655958505816, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/vfw21b7988e55d40_modules.json", "status": "DEPLOY_OK" } 2022-06-23T04:31:06.794Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:31:06.794Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.794Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655958499310, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/artifacts/service-Vfw20220623042652-csar.csar", "status": "NOTIFIED" } 2022-06-23T04:31:06.794Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-23T04:31:06.794Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.794Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0", "consumerID": "cds", "timestamp": 1655958506657, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/artifacts/service-Vfw20220623042652-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-23T04:31:06.799Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 58cf1710-2cc7-484b-86d4-aadf486ce4c0 2022-06-23T04:31:06.799Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 58cf1710-2cc7-484b-86d4-aadf486ce4c0 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-23T04:31:06.809Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.810Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655958507179, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/artifacts/service-Vfw20220623042652-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T04:31:06.810Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:31:06.810Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.810Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655958506517, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/vfw21b7988e55d40_modules.json", "status": "DOWNLOAD_OK" } 2022-06-23T04:31:06.811Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:31:06.811Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.811Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655958507677, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-06-23T04:31:06.811Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:31:06.811Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.811Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655958508787, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-06-23T04:31:06.812Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:31:06.812Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.812Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655958510186, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/vfw21b7988e55d40_modules.json", "status": "DEPLOY_OK" } 2022-06-23T04:31:06.812Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:31:06.812Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.812Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655958511191, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-06-23T04:31:06.813Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:31:06.813Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.813Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0", "consumerID": "clamp", "timestamp": 1655958513052, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/artifacts/service-Vfw20220623042652-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T04:31:06.814Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:31:06.814Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.814Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655958512195, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/resourceInstances/vfw21b7988e55d40/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-06-23T04:31:06.814Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:31:06.815Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.815Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655958513151, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/artifacts/service-Vfw20220623042652-csar.csar", "status": "DEPLOY_OK" } 2022-06-23T04:31:06.815Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:31:06.815Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.815Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655958513199, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/artifacts/service-Vfw20220623042652-csar.csar", "status": "DEPLOY_OK" } 2022-06-23T04:31:06.816Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:31:06.816Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.816Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655958514162, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-23T04:31:06.823Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 58cf1710-2cc7-484b-86d4-aadf486ce4c0 2022-06-23T04:31:06.823Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 58cf1710-2cc7-484b-86d4-aadf486ce4c0 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-23T04:31:06.832Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.833Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0", "consumerID": "clamp", "timestamp": 1655958515067, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/artifacts/service-Vfw20220623042652-csar.csar", "status": "DEPLOY_OK" } 2022-06-23T04:31:06.833Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:31:06.833Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.833Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0", "consumerID": "clamp", "timestamp": 1655958516073, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-23T04:31:06.843Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 58cf1710-2cc7-484b-86d4-aadf486ce4c0 2022-06-23T04:31:06.843Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 58cf1710-2cc7-484b-86d4-aadf486ce4c0 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-23T04:31:06.853Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.853Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e0980e-4f33-4066-907a-93bd375b7011", "consumerID": "ves-openapi-manager", "timestamp": 1655958512860, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T04:31:06.853Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-23T04:31:06.854Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.854Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e0980e-4f33-4066-907a-93bd375b7011", "consumerID": "cds", "timestamp": 1655958512766, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T04:31:06.854Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-23T04:31:06.854Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.854Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e0980e-4f33-4066-907a-93bd375b7011", "consumerID": "policy-id", "timestamp": 1655958514261, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T04:31:06.855Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-23T04:31:06.855Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.855Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e0980e-4f33-4066-907a-93bd375b7011", "consumerID": "ves-openapi-manager", "timestamp": 1655958512860, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/basic_onboard_ostddm0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-23T04:31:06.856Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-23T04:31:06.856Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.856Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e0980e-4f33-4066-907a-93bd375b7011", "consumerID": "cds", "timestamp": 1655958512766, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/basic_onboard_ostddm0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-23T04:31:06.856Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-23T04:31:06.856Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.856Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e0980e-4f33-4066-907a-93bd375b7011", "consumerID": "policy-id", "timestamp": 1655958514261, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/basic_onboard_ostddm0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-23T04:31:06.857Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-23T04:31:06.857Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.857Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e0980e-4f33-4066-907a-93bd375b7011", "consumerID": "ves-openapi-manager", "timestamp": 1655958512860, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T04:31:06.857Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-23T04:31:06.858Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.858Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e0980e-4f33-4066-907a-93bd375b7011", "consumerID": "cds", "timestamp": 1655958512766, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T04:31:06.858Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-23T04:31:06.858Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.858Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e0980e-4f33-4066-907a-93bd375b7011", "consumerID": "policy-id", "timestamp": 1655958514261, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-06-23T04:31:06.859Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-23T04:31:06.859Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.859Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e0980e-4f33-4066-907a-93bd375b7011", "consumerID": "ves-openapi-manager", "timestamp": 1655958512860, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T04:31:06.859Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-23T04:31:06.859Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.860Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e0980e-4f33-4066-907a-93bd375b7011", "consumerID": "cds", "timestamp": 1655958512766, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T04:31:06.860Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-23T04:31:06.860Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.860Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e0980e-4f33-4066-907a-93bd375b7011", "consumerID": "policy-id", "timestamp": 1655958514261, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T04:31:06.861Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-23T04:31:06.861Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.861Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e0980e-4f33-4066-907a-93bd375b7011", "consumerID": "ves-openapi-manager", "timestamp": 1655958512860, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-23T04:31:06.861Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-23T04:31:06.861Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.861Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e0980e-4f33-4066-907a-93bd375b7011", "consumerID": "cds", "timestamp": 1655958512766, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-23T04:31:06.862Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-23T04:31:06.862Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.862Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e0980e-4f33-4066-907a-93bd375b7011", "consumerID": "policy-id", "timestamp": 1655958514261, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-23T04:31:06.863Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-23T04:31:06.863Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.863Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e0980e-4f33-4066-907a-93bd375b7011", "consumerID": "ves-openapi-manager", "timestamp": 1655958512860, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/artifacts/service-BasicOnboardOstddm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T04:31:06.863Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-23T04:31:06.863Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.863Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e0980e-4f33-4066-907a-93bd375b7011", "consumerID": "cds", "timestamp": 1655958512766, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/artifacts/service-BasicOnboardOstddm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T04:31:06.864Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-23T04:31:06.864Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.864Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e0980e-4f33-4066-907a-93bd375b7011", "consumerID": "policy-id", "timestamp": 1655958514261, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/artifacts/service-BasicOnboardOstddm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T04:31:06.864Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-23T04:31:06.864Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.865Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e0980e-4f33-4066-907a-93bd375b7011", "consumerID": "ves-openapi-manager", "timestamp": 1655958512860, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/artifacts/service-BasicOnboardOstddm-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-23T04:31:06.865Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-23T04:31:06.865Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.865Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e0980e-4f33-4066-907a-93bd375b7011", "consumerID": "cds", "timestamp": 1655958512766, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/artifacts/service-BasicOnboardOstddm-csar.csar", "status": "NOTIFIED" } 2022-06-23T04:31:06.865Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-23T04:31:06.866Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.866Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e0980e-4f33-4066-907a-93bd375b7011", "consumerID": "policy-id", "timestamp": 1655958514261, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/artifacts/service-BasicOnboardOstddm-csar.csar", "status": "NOTIFIED" } 2022-06-23T04:31:06.866Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-23T04:31:06.866Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.866Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e0980e-4f33-4066-907a-93bd375b7011", "consumerID": "cds", "timestamp": 1655958528559, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/artifacts/service-BasicOnboardOstddm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T04:31:06.867Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:31:06.867Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.867Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e0980e-4f33-4066-907a-93bd375b7011", "consumerID": "policy-id", "timestamp": 1655958528070, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/artifacts/service-BasicOnboardOstddm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T04:31:06.868Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:31:06.868Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.868Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e0980e-4f33-4066-907a-93bd375b7011", "consumerID": "cds", "timestamp": 1655958529568, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/artifacts/service-BasicOnboardOstddm-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-23T04:31:06.886Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 67e0980e-4f33-4066-907a-93bd375b7011 2022-06-23T04:31:06.886Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 67e0980e-4f33-4066-907a-93bd375b7011 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-23T04:31:06.895Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.895Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e0980e-4f33-4066-907a-93bd375b7011", "consumerID": "policy-id", "timestamp": 1655958529079, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/artifacts/service-BasicOnboardOstddm-csar.csar", "status": "DEPLOY_OK" } 2022-06-23T04:31:06.895Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:31:06.896Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.896Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e0980e-4f33-4066-907a-93bd375b7011", "consumerID": "multicloud-k8s-id", "timestamp": 1655958528736, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T04:31:06.896Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-23T04:31:06.896Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.896Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e0980e-4f33-4066-907a-93bd375b7011", "consumerID": "clamp", "timestamp": 1655958529079, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T04:31:06.897Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-23T04:31:06.897Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.897Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e0980e-4f33-4066-907a-93bd375b7011", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655958529311, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T04:31:06.898Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-23T04:31:06.898Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.898Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e0980e-4f33-4066-907a-93bd375b7011", "consumerID": "policy-id", "timestamp": 1655958530093, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-23T04:31:06.903Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 67e0980e-4f33-4066-907a-93bd375b7011 2022-06-23T04:31:06.903Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 67e0980e-4f33-4066-907a-93bd375b7011 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-23T04:31:06.913Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.913Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e0980e-4f33-4066-907a-93bd375b7011", "consumerID": "multicloud-k8s-id", "timestamp": 1655958528736, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/basic_onboard_ostddm0_modules.json", "status": "NOTIFIED" } 2022-06-23T04:31:06.914Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-23T04:31:06.915Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.915Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e0980e-4f33-4066-907a-93bd375b7011", "consumerID": "clamp", "timestamp": 1655958529079, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/basic_onboard_ostddm0_modules.json", "status": "NOTIFIED" } 2022-06-23T04:31:06.915Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-23T04:31:06.916Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.917Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0", "consumerID": "aai-ml", "timestamp": 1655958529989, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623042652/1.0/artifacts/service-Vfw20220623042652-csar.csar", "status": "DEPLOY_OK" } 2022-06-23T04:31:06.918Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:31:06.918Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.919Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e0980e-4f33-4066-907a-93bd375b7011", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655958529311, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/basic_onboard_ostddm0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-23T04:31:06.919Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-23T04:31:06.920Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.921Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e0980e-4f33-4066-907a-93bd375b7011", "consumerID": "multicloud-k8s-id", "timestamp": 1655958528736, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-06-23T04:31:06.924Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-23T04:31:06.925Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.925Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e0980e-4f33-4066-907a-93bd375b7011", "consumerID": "clamp", "timestamp": 1655958529079, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T04:31:06.926Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-23T04:31:06.926Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.926Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0", "consumerID": "aai-ml", "timestamp": 1655958530995, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-23T04:31:06.938Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 58cf1710-2cc7-484b-86d4-aadf486ce4c0 2022-06-23T04:31:06.939Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 58cf1710-2cc7-484b-86d4-aadf486ce4c0 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-23T04:31:06.951Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.951Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e0980e-4f33-4066-907a-93bd375b7011", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655958529311, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T04:31:06.953Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-23T04:31:06.953Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.953Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e0980e-4f33-4066-907a-93bd375b7011", "consumerID": "multicloud-k8s-id", "timestamp": 1655958528736, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T04:31:06.953Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-23T04:31:06.954Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.954Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e0980e-4f33-4066-907a-93bd375b7011", "consumerID": "clamp", "timestamp": 1655958529079, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T04:31:06.954Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-23T04:31:06.954Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.954Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e0980e-4f33-4066-907a-93bd375b7011", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655958529311, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T04:31:06.954Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-23T04:31:06.954Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.955Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e0980e-4f33-4066-907a-93bd375b7011", "consumerID": "multicloud-k8s-id", "timestamp": 1655958528736, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-06-23T04:31:06.955Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-23T04:31:06.955Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.955Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e0980e-4f33-4066-907a-93bd375b7011", "consumerID": "aai-ml", "timestamp": 1655958531999, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T04:31:06.955Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-23T04:31:06.955Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.956Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e0980e-4f33-4066-907a-93bd375b7011", "consumerID": "clamp", "timestamp": 1655958529079, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-23T04:31:06.956Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-23T04:31:06.956Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.956Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e0980e-4f33-4066-907a-93bd375b7011", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655958529311, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-23T04:31:06.956Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-23T04:31:06.956Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.956Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e0980e-4f33-4066-907a-93bd375b7011", "consumerID": "multicloud-k8s-id", "timestamp": 1655958528736, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/artifacts/service-BasicOnboardOstddm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T04:31:06.957Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-23T04:31:06.957Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.957Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e0980e-4f33-4066-907a-93bd375b7011", "consumerID": "aai-ml", "timestamp": 1655958531999, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/basic_onboard_ostddm0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-23T04:31:06.957Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-23T04:31:06.958Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.958Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e0980e-4f33-4066-907a-93bd375b7011", "consumerID": "clamp", "timestamp": 1655958529079, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/artifacts/service-BasicOnboardOstddm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T04:31:06.958Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-23T04:31:06.958Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.958Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e0980e-4f33-4066-907a-93bd375b7011", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655958529311, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/artifacts/service-BasicOnboardOstddm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T04:31:06.958Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-23T04:31:06.959Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.959Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e0980e-4f33-4066-907a-93bd375b7011", "consumerID": "multicloud-k8s-id", "timestamp": 1655958528736, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/artifacts/service-BasicOnboardOstddm-csar.csar", "status": "NOTIFIED" } 2022-06-23T04:31:06.959Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-23T04:31:06.959Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.959Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e0980e-4f33-4066-907a-93bd375b7011", "consumerID": "aai-ml", "timestamp": 1655958531999, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T04:31:06.959Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-23T04:31:06.959Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.959Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e0980e-4f33-4066-907a-93bd375b7011", "consumerID": "clamp", "timestamp": 1655958529079, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/artifacts/service-BasicOnboardOstddm-csar.csar", "status": "NOTIFIED" } 2022-06-23T04:31:06.959Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-23T04:31:06.960Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.960Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e0980e-4f33-4066-907a-93bd375b7011", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655958529311, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/artifacts/service-BasicOnboardOstddm-csar.csar", "status": "NOTIFIED" } 2022-06-23T04:31:06.960Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-23T04:31:06.960Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.960Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e0980e-4f33-4066-907a-93bd375b7011", "consumerID": "multicloud-k8s-id", "timestamp": 1655958536565, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/basic_onboard_ostddm0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-23T04:31:06.960Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:31:06.960Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.960Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e0980e-4f33-4066-907a-93bd375b7011", "consumerID": "aai-ml", "timestamp": 1655958531999, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T04:31:06.960Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-23T04:31:06.961Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.961Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e0980e-4f33-4066-907a-93bd375b7011", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655958537056, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/artifacts/service-BasicOnboardOstddm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T04:31:06.961Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:31:06.961Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.961Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e0980e-4f33-4066-907a-93bd375b7011", "consumerID": "multicloud-k8s-id", "timestamp": 1655958537626, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-06-23T04:31:06.961Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:31:06.961Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.961Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e0980e-4f33-4066-907a-93bd375b7011", "consumerID": "aai-ml", "timestamp": 1655958531999, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-23T04:31:06.962Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-23T04:31:06.962Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.962Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e0980e-4f33-4066-907a-93bd375b7011", "consumerID": "aai-ml", "timestamp": 1655958531999, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/artifacts/service-BasicOnboardOstddm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T04:31:06.962Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-23T04:31:06.963Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.964Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e0980e-4f33-4066-907a-93bd375b7011", "consumerID": "multicloud-k8s-id", "timestamp": 1655958538679, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-06-23T04:31:06.964Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:31:06.964Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.964Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e0980e-4f33-4066-907a-93bd375b7011", "consumerID": "aai-ml", "timestamp": 1655958531999, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/artifacts/service-BasicOnboardOstddm-csar.csar", "status": "NOTIFIED" } 2022-06-23T04:31:06.965Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-23T04:31:06.965Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.965Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e0980e-4f33-4066-907a-93bd375b7011", "consumerID": "multicloud-k8s-id", "timestamp": 1655958539706, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-23T04:31:06.970Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 67e0980e-4f33-4066-907a-93bd375b7011 2022-06-23T04:31:06.970Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 67e0980e-4f33-4066-907a-93bd375b7011 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-06-23T04:31:06.977Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.977Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e0980e-4f33-4066-907a-93bd375b7011", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655958540324, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/artifacts/service-BasicOnboardOstddm-csar.csar", "status": "DEPLOY_OK" } 2022-06-23T04:31:06.977Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:31:06.977Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.978Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e0980e-4f33-4066-907a-93bd375b7011", "consumerID": "multicloud-k8s-id", "timestamp": 1655958540711, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/basic_onboard_ostddm0_modules.json", "status": "DEPLOY_OK" } 2022-06-23T04:31:06.978Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:31:06.978Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.978Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e0980e-4f33-4066-907a-93bd375b7011", "consumerID": "aai-ml", "timestamp": 1655958539800, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/artifacts/service-BasicOnboardOstddm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T04:31:06.978Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:31:06.978Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.979Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e0980e-4f33-4066-907a-93bd375b7011", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655958541330, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-23T04:31:06.983Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 67e0980e-4f33-4066-907a-93bd375b7011 2022-06-23T04:31:06.983Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 67e0980e-4f33-4066-907a-93bd375b7011 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-23T04:31:06.991Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:31:06.992Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e0980e-4f33-4066-907a-93bd375b7011", "consumerID": "clamp", "timestamp": 1655958547050, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/artifacts/service-BasicOnboardOstddm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T04:31:06.992Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:31:34.324Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 58cf1710-2cc7-484b-86d4-aadf486ce4c0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-23T04:31:34.339Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 58cf1710-2cc7-484b-86d4-aadf486ce4c0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-23T04:31:34.342Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-23T04:31:34.342Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-23T04:31:34.343Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-23T04:31:34.343Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-23T04:31:34.343Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-23T04:31:34.343Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-23T04:31:34.343Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-23T04:31:34.343Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-23T04:31:34.344Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-23T04:31:34.344Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-23T04:31:34.344Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-23T04:31:34.349Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-23T04:32:04.350Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 58cf1710-2cc7-484b-86d4-aadf486ce4c0 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-06-23T04:32:04.363Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 58cf1710-2cc7-484b-86d4-aadf486ce4c0 and serviceModelVersionId: ccc9d74f-aad1-4fce-9233-393cecdd719c 2022-06-23T04:32:04.363Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 066913b2-161d-4a2e-b436-aa0c3fe9e475 2022-06-23T04:32:06.648Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:32:06.649Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:32:06.649Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T04:32:07.182Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:32:07.182Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:32:07.183Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e0980e-4f33-4066-907a-93bd375b7011", "consumerID": "clamp", "timestamp": 1655958549058, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/artifacts/service-BasicOnboardOstddm-csar.csar", "status": "DEPLOY_OK" } 2022-06-23T04:32:07.183Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:32:07.183Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:32:07.184Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e0980e-4f33-4066-907a-93bd375b7011", "consumerID": "clamp", "timestamp": 1655958550061, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-23T04:32:07.192Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 67e0980e-4f33-4066-907a-93bd375b7011 2022-06-23T04:32:07.192Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 67e0980e-4f33-4066-907a-93bd375b7011 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-23T04:32:07.200Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:32:07.200Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e0980e-4f33-4066-907a-93bd375b7011", "consumerID": "aai-ml", "timestamp": 1655958552086, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/artifacts/service-BasicOnboardOstddm-csar.csar", "status": "DEPLOY_OK" } 2022-06-23T04:32:07.200Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:32:07.200Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:32:07.200Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e0980e-4f33-4066-907a-93bd375b7011", "consumerID": "aai-ml", "timestamp": 1655958553091, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-23T04:32:07.205Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 67e0980e-4f33-4066-907a-93bd375b7011 2022-06-23T04:32:07.205Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 67e0980e-4f33-4066-907a-93bd375b7011 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-23T04:32:19.861Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/066913b2-161d-4a2e-b436-aa0c3fe9e475/model-vers/model-ver/ccc9d74f-aad1-4fce-9233-393cecdd719c?depth=0 2022-06-23T04:32:19.982Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-06-23T04:32:20.519Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/066913b2-161d-4a2e-b436-aa0c3fe9e475/model-vers/model-ver/ccc9d74f-aad1-4fce-9233-393cecdd719c?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-06-23T04:32:20.526Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/066913b2-161d-4a2e-b436-aa0c3fe9e475/model-vers/model-ver/ccc9d74f-aad1-4fce-9233-393cecdd719c?depth=0|INFO|500||Invoke 2022-06-23T04:32:20.648Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/066913b2-161d-4a2e-b436-aa0c3fe9e475/model-vers/model-ver/ccc9d74f-aad1-4fce-9233-393cecdd719c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-23T04:32:21.068Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/066913b2-161d-4a2e-b436-aa0c3fe9e475/model-vers/model-ver/ccc9d74f-aad1-4fce-9233-393cecdd719c?depth=0|INFO|500||InvokeReturn 2022-06-23T04:32:21.069Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/066913b2-161d-4a2e-b436-aa0c3fe9e475/model-vers/model-ver/ccc9d74f-aad1-4fce-9233-393cecdd719c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220623-04:32:20:659-12445], vertex-id=[209080], Content-Length=[0], Date=[Thu, 23 Jun 2022 04:32:20 GMT], Content-Type=[application/json]} 2022-06-23T04:32:21.070Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2022-06-23T04:32:21.073Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-23T04:32:21.073Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-23T04:32:21.078Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-23T04:32:21.079Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 58cf1710-2cc7-484b-86d4-aadf486ce4c0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-23T04:32:21.080Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-23T04:32:21.081Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-23T04:32:21.083Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T04:32:21.083Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655958741080, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-23T04:32:21.183Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-23T04:32:21.184Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T04:32:21.185Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T04:32:21.206Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:32:21.207Z||pool-18-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-23T04:32:22.100Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:32:22.100Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:32:22.100Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|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 l8eCd2UWFgpYSDN2) ... 2022-06-23T04:32:26.579Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:32:26.580Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-23T04:32:26.580Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"67e0980e-4f33-4066-907a-93bd375b7011","serviceName":"basic_onboard_OsTddM","serviceVersion":"1.0","serviceUUID":"50ae4875-a9dd-42ce-a4ed-8285600e9e4d","serviceDescription":"service","serviceInvariantUUID":"09804e48-ff5b-4d56-9480-f02779044b2d","resources":[{"resourceInstanceName":"basic_onboard_OsTddM 0","resourceName":"basic_onboard_OsTddM","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3a3aa2a7-423b-4e3f-8c74-6580890804ac","resourceInvariantUUID":"607bcc13-8b56-4ec5-b7b8-9c30345d9968","resourceCustomizationUUID":"a8f1e73f-2f0d-49af-ad0b-4648f855c71d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/vf-license-model.xml","artifactChecksum":"YjFlMDA1MTkzZGZhYmFkYzJjODY4NTFmMTNmNTQ0Nzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ec29d5cb-d70c-400c-a453-7da87c76e00d","artifactVersion":"1"},{"artifactName":"basic_onboard_ostddm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/basic_onboard_ostddm0_modules.json","artifactChecksum":"ZGY1NTRiNDg3YWY5OWZkODljOTIwYWE1YTM0YTM3MGU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"fcfd43f7-ccc8-49cc-8873-29faf40d5a41","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c87aaa5b-9df5-4d3e-8ab9-149701bb33d8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c25d4487-7d59-4fef-89f1-6a7266699e37","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d9cb893a-0e1f-4b10-a520-3ade1367b8fa","artifactVersion":"2","generatedFromUUID":"c87aaa5b-9df5-4d3e-8ab9-149701bb33d8"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardOstddm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/artifacts/service-BasicOnboardOstddm-template.yml","artifactChecksum":"MzcxYjBiNmE0NjNmOTU4ZGMwOTMzZGZhMzc3NjgyOTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a3d950ad-fa4b-497f-bc9d-e88a93e059be","artifactVersion":"1"},{"artifactName":"service-BasicOnboardOstddm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/artifacts/service-BasicOnboardOstddm-csar.csar","artifactChecksum":"MThiOGEzZjA1MzkxN2VlY2ZiODNkOTk5Y2E3ZmFjYTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dad637b9-a180-469a-928f-8eff3ccc0cbc","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-23T04:32:26.582Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T04:32:26.583Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-23T04:32:26.584Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T04:32:26.584Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "67e0980e-4f33-4066-907a-93bd375b7011", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655958742099, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T04:32:26.685Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T04:32:26.686Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T04:32:26.686Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T04:32:26.700Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:32:26.701Z||pool-19-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-23T04:32:27.585Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T04:32:27.586Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-23T04:32:27.588Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T04:32:27.589Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "67e0980e-4f33-4066-907a-93bd375b7011", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655958742099, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/basic_onboard_ostddm0_modules.json", "status": "NOTIFIED" } 2022-06-23T04:32:27.689Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T04:32:27.689Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T04:32:27.690Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T04:32:27.705Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:32:27.706Z||pool-20-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-23T04:32:28.589Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T04:32:28.590Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-23T04:32:28.592Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T04:32:28.592Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "67e0980e-4f33-4066-907a-93bd375b7011", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655958742099, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-06-23T04:32:28.692Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T04:32:28.693Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T04:32:28.693Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T04:32:28.707Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:32:28.707Z||pool-21-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-23T04:32:29.593Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T04:32:29.594Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-23T04:32:29.599Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T04:32:29.600Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "67e0980e-4f33-4066-907a-93bd375b7011", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655958742099, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T04:32:29.697Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-06-23T04:32:29.698Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T04:32:29.699Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T04:32:29.713Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:32:29.714Z||pool-22-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-06-23T04:32:30.601Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T04:32:30.602Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-23T04:32:30.604Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T04:32:30.604Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "67e0980e-4f33-4066-907a-93bd375b7011", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655958742099, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-06-23T04:32:30.709Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2022-06-23T04:32:30.709Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T04:32:30.710Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T04:32:30.729Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:32:30.730Z||pool-23-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-06-23T04:32:31.605Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T04:32:31.606Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-23T04:32:31.608Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T04:32:31.608Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "67e0980e-4f33-4066-907a-93bd375b7011", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655958742099, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/artifacts/service-BasicOnboardOstddm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T04:32:31.708Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T04:32:31.709Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T04:32:31.709Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T04:32:31.724Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:32:31.724Z||pool-24-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-23T04:32:32.608Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T04:32:32.609Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-23T04:32:32.611Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T04:32:32.611Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "67e0980e-4f33-4066-907a-93bd375b7011", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655958742099, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/artifacts/service-BasicOnboardOstddm-csar.csar", "status": "NOTIFIED" } 2022-06-23T04:32:32.711Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T04:32:32.712Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T04:32:32.712Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T04:32:32.735Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:32:32.735Z||pool-25-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2022-06-23T04:32:33.613Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "67e0980e-4f33-4066-907a-93bd375b7011", "serviceName": "basic_onboard_OsTddM", "serviceVersion": "1.0", "serviceUUID": "50ae4875-a9dd-42ce-a4ed-8285600e9e4d", "serviceDescription": "service", "serviceInvariantUUID": "09804e48-ff5b-4d56-9480-f02779044b2d", "resources": [ { "resourceInstanceName": "basic_onboard_OsTddM 0", "resourceCustomizationUUID": "a8f1e73f-2f0d-49af-ad0b-4648f855c71d", "resourceName": "basic_onboard_OsTddM", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "3a3aa2a7-423b-4e3f-8c74-6580890804ac", "resourceInvariantUUID": "607bcc13-8b56-4ec5-b7b8-9c30345d9968", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_ostddm0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/basic_onboard_ostddm0_modules.json", "artifactChecksum": "ZGY1NTRiNDg3YWY5OWZkODljOTIwYWE1YTM0YTM3MGU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "fcfd43f7-ccc8-49cc-8873-29faf40d5a41", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "c87aaa5b-9df5-4d3e-8ab9-149701bb33d8", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d9cb893a-0e1f-4b10-a520-3ade1367b8fa", "generatedFromUUID": "c87aaa5b-9df5-4d3e-8ab9-149701bb33d8" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d9cb893a-0e1f-4b10-a520-3ade1367b8fa", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardOstddm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/artifacts/service-BasicOnboardOstddm-csar.csar", "artifactChecksum": "MThiOGEzZjA1MzkxN2VlY2ZiODNkOTk5Y2E3ZmFjYTk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "dad637b9-a180-469a-928f-8eff3ccc0cbc" } ], "workloadContext": "Production" } 2022-06-23T04:32:33.613Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-23T04:32:33.613Z|58cf1710-2cc7-484b-86d4-aadf486ce4c0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 50ae4875-a9dd-42ce-a4ed-8285600e9e4d ASDC 2022-06-23T04:32:33.614Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:67e0980e-4f33-4066-907a-93bd375b7011 ServiceName:basic_onboard_OsTddM ServiceVersion:1.0 ServiceUUID:50ae4875-a9dd-42ce-a4ed-8285600e9e4d ServiceInvariantUUID:09804e48-ff5b-4d56-9480-f02779044b2d ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardOstddm-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/artifacts/service-BasicOnboardOstddm-csar.csar ArtifactUUID:dad637b9-a180-469a-928f-8eff3ccc0cbc ArtifactChecksum:MThiOGEzZjA1MzkxN2VlY2ZiODNkOTk5Y2E3ZmFjYTk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_OsTddM 0 ResourceCustomizationUUID:a8f1e73f-2f0d-49af-ad0b-4648f855c71d ResourceInvariantUUID:607bcc13-8b56-4ec5-b7b8-9c30345d9968 ResourceName:basic_onboard_OsTddM ResourceType:VF ResourceUUID:3a3aa2a7-423b-4e3f-8c74-6580890804ac ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_ostddm0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/basic_onboard_ostddm0_modules.json ArtifactUUID:fcfd43f7-ccc8-49cc-8873-29faf40d5a41 ArtifactChecksum:ZGY1NTRiNDg3YWY5OWZkODljOTIwYWE1YTM0YTM3MGU= 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/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/base_ubuntu18.yaml ArtifactUUID:c87aaa5b-9df5-4d3e-8ab9-149701bb33d8 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/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/base_ubuntu18.env ArtifactUUID:d9cb893a-0e1f-4b10-a520-3ade1367b8fa 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/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/base_ubuntu18.env ArtifactUUID:d9cb893a-0e1f-4b10-a520-3ade1367b8fa ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-23T04:32:33.614Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 50ae4875-a9dd-42ce-a4ed-8285600e9e4d ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-23T04:32:33.648Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-23T04:32:33.649Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-06-23T04:32:33.649Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-06-23T04:32:33.649Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: dad637b9-a180-469a-928f-8eff3ccc0cbc from URL: /sdc/v1/catalog/services/BasicOnboardOstddm/1.0/artifacts/service-BasicOnboardOstddm-csar.csar 2022-06-23T04:32:33.650Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-06-23T04:32:33.650Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/artifacts/service-BasicOnboardOstddm-csar.csar 2022-06-23T04:32:33.966Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-06-23T04:32:33.970Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOstddm/1.0/artifacts/service-BasicOnboardOstddm-csar.csar dad637b9-a180-469a-928f-8eff3ccc0cbc 71583 2022-06-23T04:32:33.971Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOstddm/1.0/artifacts/service-BasicOnboardOstddm-csar.csar ASDC sendASDCNotification 2022-06-23T04:32:33.971Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/artifacts/service-BasicOnboardOstddm-csar.csar 2022-06-23T04:32:33.971Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-23T04:32:33.971Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-23T04:32:33.973Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T04:32:33.973Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "67e0980e-4f33-4066-907a-93bd375b7011", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655958753971, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/artifacts/service-BasicOnboardOstddm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T04:32:34.073Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T04:32:34.075Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T04:32:34.075Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T04:32:34.088Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:32:34.089Z||pool-26-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-23T04:32:34.974Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-23T04:32:34.975Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-06-23T04:32:34.975Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: dad637b9-a180-469a-928f-8eff3ccc0cbc, URL: /sdc/v1/catalog/services/BasicOnboardOstddm/1.0/artifacts/service-BasicOnboardOstddm-csar.csar to file: /app/ASDC/1/service-BasicOnboardOstddm-csar.csar 2022-06-23T04:32:34.976Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardOstddm-csar.csar 2022-06-23T04:32:34.977Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardOstddm-csar.csar 2022-06-23T04:32:34.977Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardOstddm-csar.csar 2022-06-23T04:32:35.125Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3325378181042089812/Definitions/service-BasicOnboardOstddm-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided 2022-06-23T04:32:36.439Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-23T04:32:36.440Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-06-23T04:32:36.440Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardOstddm-csar.csar 2022-06-23T04:32:36.440Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-06-23T04:32:36.441Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_OsTddM 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-BasicOnboardOstddm-csar.csar 2022-06-23T04:32:36.441Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardOstddm-csar.csar 2022-06-23T04:32:36.441Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardOstddm-csar.csar 2022-06-23T04:32:36.441Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardOstddm-csar.csar 2022-06-23T04:32:36.441Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardOstddm-csar.csar 2022-06-23T04:32:36.441Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardOstddm-csar.csar 2022-06-23T04:32:36.442Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardOstddm-csar.csar 2022-06-23T04:32:36.442Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardOstddm-csar.csar 2022-06-23T04:32:36.442Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardOstddm-csar.csar 2022-06-23T04:32:36.442Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-06-23T04:32:36.442Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:32:36.443Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_OsTddM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T04:32:36.443Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_OsTddM 0 is matching search criteria 2022-06-23T04:32:36.443Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-06-23T04:32:36.443Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_OsTddM 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-23T04:32:36.444Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:32:36.444Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_OsTddM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T04:32:36.444Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_OsTddM 0 is matching search criteria 2022-06-23T04:32:36.444Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-06-23T04:32:36.444Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_OsTddM 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-23T04:32:36.445Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:32:36.445Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_OsTddM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T04:32:36.445Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:32:36.445Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_OsTddM 0 is not matching search criteria 2022-06-23T04:32:36.445Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-06-23T04:32:36.446Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-06-23T04:32:36.446Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-06-23T04:32:36.446Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-06-23T04:32:36.446Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-23T04:32:36.446Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:32:36.447Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_OsTddM is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-23T04:32:36.447Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:32:36.447Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_OsTddM 0 is matching search criteria 2022-06-23T04:32:36.447Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_OsTddM 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-23T04:32:36.448Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:32:36.448Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_OsTddM 0 is matching search criteria 2022-06-23T04:32:36.448Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_OsTddM 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-23T04:32:36.448Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:32:36.448Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_OsTddM 0 is matching search criteria 2022-06-23T04:32:36.449Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_OsTddM 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-23T04:32:36.449Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:32:36.449Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_OsTddM 0 is not matching search criteria 2022-06-23T04:32:36.449Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-06-23T04:32:36.449Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-06-23T04:32:36.450Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=5d2d327c-29e5-4c8b-9ab1-5f4b355157a3 2022-06-23T04:32:36.450Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:32:36.450Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_OsTddM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T04:32:36.450Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:32:36.451Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_OsTddM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T04:32:36.451Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:32:36.451Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_OsTddM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T04:32:36.451Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:32:36.451Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_OsTddM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T04:32:36.451Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_OsTddM Description:service Model UUID:50ae4875-a9dd-42ce-a4ed-8285600e9e4d Model Version:NULL Model InvariantUuid:09804e48-ff5b-4d56-9480-f02779044b2d Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_OsTddM Model UUID:fc0faeac-3cd2-4175-b10c-0ff56ccaab07 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:607bcc13-8b56-4ec5-b7b8-9c30345d9968 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:a8f1e73f-2f0d-49af-ad0b-4648f855c71d NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:da1e0e31-1903-4c82-9e5b-81817ada93c7 ModelName:BasicOnboardOstddm..base_ubuntu18..module-0 ModelUuid:087863ab-7aed-4137-a2d0-bc42079bb811 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:5d2d327c-29e5-4c8b-9ab1-5f4b355157a3 ModelInvariantUuid:d44833d8-632b-4bb4-97e5-35b718a26220 ModelName:basic_onboard_OsTddM-nodes.ubuntu18Cvfc ModelUuid:102d71fd-679a-4816-bf0e-d02e654b2880 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:7c8f4c81-1575-428b-a0e3-bed45ff003a1 ModelInvariantUuid:0baeb541-492f-4e92-bce6-02c94febf0b1 ModelName:BasicOnboardOstddm.compute.nodes.heat.ubuntu18 ModelUuid:b8ce7638-cf15-4219-8d26-7ca71a030c03 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-06-23T04:32:36.459Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 3a3aa2a7-423b-4e3f-8c74-6580890804ac Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-23T04:32:36.462Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||basic_onboard_OsTddM 0 2022-06-23T04:32:36.462Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3a3aa2a7-423b-4e3f-8c74-6580890804ac 2022-06-23T04:32:36.462Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: fcfd43f7-ccc8-49cc-8873-29faf40d5a41 from URL: /sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/basic_onboard_ostddm0_modules.json 2022-06-23T04:32:36.462Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-06-23T04:32:36.462Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/basic_onboard_ostddm0_modules.json 2022-06-23T04:32:36.526Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-06-23T04:32:36.527Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/basic_onboard_ostddm0_modules.json fcfd43f7-ccc8-49cc-8873-29faf40d5a41 798 2022-06-23T04:32:36.527Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/basic_onboard_ostddm0_modules.json ASDC sendASDCNotification 2022-06-23T04:32:36.527Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/basic_onboard_ostddm0_modules.json 2022-06-23T04:32:36.528Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-23T04:32:36.528Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-23T04:32:36.530Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T04:32:36.530Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "67e0980e-4f33-4066-907a-93bd375b7011", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655958756527, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/basic_onboard_ostddm0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-23T04:32:36.630Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-23T04:32:36.631Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T04:32:36.632Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T04:32:36.646Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:32:36.646Z||pool-27-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-23T04:32:37.531Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardOstddm..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "da1e0e31-1903-4c82-9e5b-81817ada93c7", "vfModuleModelVersion": "1", "vfModuleModelUUID": "087863ab-7aed-4137-a2d0-bc42079bb811", "vfModuleModelCustomizationUUID": "4aa0e607-69c9-4db6-8330-aa83c683c452", "isBase": true, "artifacts": [ "c87aaa5b-9df5-4d3e-8ab9-149701bb33d8", "d9cb893a-0e1f-4b10-a520-3ade1367b8fa" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-23T04:32:37.536Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardOstddm..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:087863ab-7aed-4137-a2d0-bc42079bb811 VfModuleModelInvariantUUID:da1e0e31-1903-4c82-9e5b-81817ada93c7 VfModuleModelDescription:NULL Artifacts UUID List:{ c87aaa5b-9df5-4d3e-8ab9-149701bb33d8 , d9cb893a-0e1f-4b10-a520-3ade1367b8fa } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-06-23T04:32:37.538Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardOstddm..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "da1e0e31-1903-4c82-9e5b-81817ada93c7", "vfModuleModelVersion": "1", "vfModuleModelUUID": "087863ab-7aed-4137-a2d0-bc42079bb811", "vfModuleModelCustomizationUUID": "4aa0e607-69c9-4db6-8330-aa83c683c452", "isBase": true, "artifacts": [ "c87aaa5b-9df5-4d3e-8ab9-149701bb33d8", "d9cb893a-0e1f-4b10-a520-3ade1367b8fa" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-23T04:32:37.538Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardOstddm..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:087863ab-7aed-4137-a2d0-bc42079bb811 VfModuleModelInvariantUUID:da1e0e31-1903-4c82-9e5b-81817ada93c7 VfModuleModelDescription:NULL Artifacts UUID List:{ c87aaa5b-9df5-4d3e-8ab9-149701bb33d8 , d9cb893a-0e1f-4b10-a520-3ade1367b8fa } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-06-23T04:32:37.538Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: c87aaa5b-9df5-4d3e-8ab9-149701bb33d8 from URL: /sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/base_ubuntu18.yaml 2022-06-23T04:32:37.538Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-06-23T04:32:37.539Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/base_ubuntu18.yaml 2022-06-23T04:32:37.592Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-06-23T04:32:37.593Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/base_ubuntu18.yaml c87aaa5b-9df5-4d3e-8ab9-149701bb33d8 5033 2022-06-23T04:32:37.593Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-06-23T04:32:37.593Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/base_ubuntu18.yaml 2022-06-23T04:32:37.593Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-23T04:32:37.594Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-23T04:32:37.596Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T04:32:37.596Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "67e0980e-4f33-4066-907a-93bd375b7011", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655958757593, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-06-23T04:32:37.696Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T04:32:37.697Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T04:32:37.697Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T04:32:37.714Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:32:37.714Z||pool-28-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-23T04:32:38.597Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d9cb893a-0e1f-4b10-a520-3ade1367b8fa from URL: /sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/base_ubuntu18.env 2022-06-23T04:32:38.598Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-06-23T04:32:38.598Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/base_ubuntu18.env 2022-06-23T04:32:38.686Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-06-23T04:32:38.687Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/base_ubuntu18.env d9cb893a-0e1f-4b10-a520-3ade1367b8fa 909 2022-06-23T04:32:38.687Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-06-23T04:32:38.687Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/base_ubuntu18.env 2022-06-23T04:32:38.688Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-23T04:32:38.688Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-23T04:32:38.690Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T04:32:38.690Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "67e0980e-4f33-4066-907a-93bd375b7011", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655958758687, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-06-23T04:32:38.790Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T04:32:38.791Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T04:32:38.791Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T04:32:38.809Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:32:38.810Z||pool-29-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-06-23T04:32:39.690Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 50ae4875-a9dd-42ce-a4ed-8285600e9e4d 2022-06-23T04:32:39.691Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_OsTddM 0 3a3aa2a7-423b-4e3f-8c74-6580890804ac ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-23T04:32:39.705Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@50bd3510, org.onap.sdc.toscaparser.api.parameters.Input@5420942b, org.onap.sdc.toscaparser.api.parameters.Input@36d0f348, org.onap.sdc.toscaparser.api.parameters.Input@1fde5c33, org.onap.sdc.toscaparser.api.parameters.Input@26f2ef6d] 2022-06-23T04:32:39.708Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:32:39.708Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_OsTddM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T04:32:39.708Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2022-06-23T04:32:39.709Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= a8f1e73f-2f0d-49af-ad0b-4648f855c71d 2022-06-23T04:32:39.709Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a8f1e73f-2f0d-49af-ad0b-4648f855c71d matches Tosca VF Customization UUID: a8f1e73f-2f0d-49af-ad0b-4648f855c71d 2022-06-23T04:32:39.709Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: a8f1e73f-2f0d-49af-ad0b-4648f855c71d matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-06-23T04:32:39.712Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:32:39.712Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_OsTddM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T04:32:39.713Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id a8f1e73f-2f0d-49af-ad0b-4648f855c71d: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"} 2022-06-23T04:32:39.713Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2a0aa267 2022-06-23T04:32:39.713Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:32:39.714Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_OsTddM is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-23T04:32:39.714Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4aa0e607-69c9-4db6-8330-aa83c683c452 2022-06-23T04:32:39.714Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4aa0e607-69c9-4db6-8330-aa83c683c452 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-06-23T04:32:39.716Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:32:39.717Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_OsTddM 0 is matching search criteria 2022-06-23T04:32:39.717Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_OsTddM 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-23T04:32:39.718Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:32:39.718Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_OsTddM 0 is matching search criteria 2022-06-23T04:32:39.718Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_OsTddM 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-23T04:32:39.719Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:32:39.719Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_OsTddM 0 is not matching search criteria 2022-06-23T04:32:39.719Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-06-23T04:32:39.719Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-06-23T04:32:39.720Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=5d2d327c-29e5-4c8b-9ab1-5f4b355157a3 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-06-23T04:32:39.722Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:32:39.723Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_OsTddM 0 is matching search criteria 2022-06-23T04:32:39.723Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_OsTddM 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-23T04:32:39.723Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:32:39.724Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_OsTddM 0 is matching search criteria 2022-06-23T04:32:39.724Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_OsTddM 0] matching following query criteria: sdcType=VF, customizationUUID=a8f1e73f-2f0d-49af-ad0b-4648f855c71d Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-23T04:32:39.725Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:32:39.726Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_OsTddM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T04:32:39.726Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 50ae4875-a9dd-42ce-a4ed-8285600e9e4d: basic_onboard_OsTddM 2022-06-23T04:32:39.726Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:32:39.727Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_OsTddM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T04:32:39.727Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:32:39.728Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_OsTddM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T04:32:39.728Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:32:39.728Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_OsTddM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T04:32:39.729Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:32:39.729Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_OsTddM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T04:32:39.729Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:32:39.730Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_OsTddM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T04:32:39.730Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||Saving Service: basic_onboard_OsTddM Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-23T04:32:39.820Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_OsTddM 3a3aa2a7-423b-4e3f-8c74-6580890804ac 1 ASDC deployResourceStructure 2022-06-23T04:32:39.820Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/basic_onboard_ostddm0_modules.json ASDC sendASDCNotification 2022-06-23T04:32:39.821Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/basic_onboard_ostddm0_modules.json 2022-06-23T04:32:39.821Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-23T04:32:39.821Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-23T04:32:39.823Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T04:32:39.823Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "67e0980e-4f33-4066-907a-93bd375b7011", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655958759820, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/basic_onboard_ostddm0_modules.json", "status": "DEPLOY_OK" } 2022-06-23T04:32:39.923Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T04:32:39.925Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T04:32:39.925Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T04:32:39.940Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:32:39.940Z||pool-30-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-23T04:32:40.824Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-06-23T04:32:40.825Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/base_ubuntu18.yaml 2022-06-23T04:32:40.825Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-23T04:32:40.825Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-23T04:32:40.828Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T04:32:40.828Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "67e0980e-4f33-4066-907a-93bd375b7011", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655958760824, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-06-23T04:32:40.928Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T04:32:40.929Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T04:32:40.929Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T04:32:40.956Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:32:40.956Z||pool-31-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-06-23T04:32:41.829Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-06-23T04:32:41.829Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/base_ubuntu18.env 2022-06-23T04:32:41.830Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-23T04:32:41.830Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-23T04:32:41.832Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T04:32:41.832Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "67e0980e-4f33-4066-907a-93bd375b7011", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655958761829, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-06-23T04:32:41.933Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T04:32:41.933Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T04:32:41.934Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T04:32:41.960Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:32:41.962Z||pool-32-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-06-23T04:32:42.833Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOstddm/1.0/artifacts/service-BasicOnboardOstddm-csar.csar ASDC sendASDCNotification 2022-06-23T04:32:42.834Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/artifacts/service-BasicOnboardOstddm-csar.csar 2022-06-23T04:32:42.834Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-23T04:32:42.834Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-23T04:32:42.836Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T04:32:42.837Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "67e0980e-4f33-4066-907a-93bd375b7011", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655958762833, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/artifacts/service-BasicOnboardOstddm-csar.csar", "status": "DEPLOY_OK" } 2022-06-23T04:32:42.937Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T04:32:42.938Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T04:32:42.938Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T04:32:42.960Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:32:42.961Z||pool-33-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-06-23T04:32:43.837Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67e0980e-4f33-4066-907a-93bd375b7011 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-23T04:32:43.849Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67e0980e-4f33-4066-907a-93bd375b7011 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-23T04:32:43.853Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-23T04:32:43.853Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-23T04:32:43.853Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-23T04:32:43.853Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-23T04:32:43.853Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-23T04:32:43.853Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-23T04:32:43.853Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-23T04:32:43.853Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-23T04:32:43.854Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-23T04:32:43.854Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-23T04:32:43.854Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-23T04:32:43.859Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-23T04:33:06.648Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:33:06.649Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:33:06.649Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T04:33:07.280Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:33:07.282Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:33:07.282Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "58cf1710-2cc7-484b-86d4-aadf486ce4c0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655958741080, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-23T04:33:07.284Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:33:07.284Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:33:07.285Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e0980e-4f33-4066-907a-93bd375b7011", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655958742099, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T04:33:07.285Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:33:07.285Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:33:07.285Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e0980e-4f33-4066-907a-93bd375b7011", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655958742099, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/basic_onboard_ostddm0_modules.json", "status": "NOTIFIED" } 2022-06-23T04:33:07.286Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:33:07.286Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:33:07.286Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e0980e-4f33-4066-907a-93bd375b7011", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655958742099, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-06-23T04:33:07.287Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:33:07.287Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:33:07.288Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e0980e-4f33-4066-907a-93bd375b7011", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655958742099, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T04:33:07.288Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:33:07.288Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:33:07.288Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e0980e-4f33-4066-907a-93bd375b7011", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655958742099, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-06-23T04:33:07.288Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:33:07.289Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:33:07.289Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e0980e-4f33-4066-907a-93bd375b7011", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655958742099, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/artifacts/service-BasicOnboardOstddm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T04:33:07.289Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:33:07.289Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:33:07.290Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e0980e-4f33-4066-907a-93bd375b7011", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655958742099, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/artifacts/service-BasicOnboardOstddm-csar.csar", "status": "NOTIFIED" } 2022-06-23T04:33:07.290Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:33:07.290Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:33:07.290Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e0980e-4f33-4066-907a-93bd375b7011", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655958753971, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/artifacts/service-BasicOnboardOstddm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T04:33:07.291Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:33:07.291Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:33:07.291Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e0980e-4f33-4066-907a-93bd375b7011", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655958756527, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/basic_onboard_ostddm0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-23T04:33:07.291Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:33:07.291Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:33:07.292Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e0980e-4f33-4066-907a-93bd375b7011", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655958757593, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-06-23T04:33:07.292Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:33:07.292Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:33:07.292Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e0980e-4f33-4066-907a-93bd375b7011", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655958758687, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-06-23T04:33:07.293Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:33:07.293Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:33:07.293Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e0980e-4f33-4066-907a-93bd375b7011", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655958759820, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/basic_onboard_ostddm0_modules.json", "status": "DEPLOY_OK" } 2022-06-23T04:33:07.293Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:33:07.294Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:33:07.294Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e0980e-4f33-4066-907a-93bd375b7011", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655958760824, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-06-23T04:33:07.294Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:33:07.295Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:33:07.295Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e0980e-4f33-4066-907a-93bd375b7011", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655958761829, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/resourceInstances/basic_onboard_ostddm0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-06-23T04:33:07.296Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:33:07.296Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:33:07.296Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e0980e-4f33-4066-907a-93bd375b7011", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655958762833, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOstddm/1.0/artifacts/service-BasicOnboardOstddm-csar.csar", "status": "DEPLOY_OK" } 2022-06-23T04:33:07.296Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:33:13.859Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 67e0980e-4f33-4066-907a-93bd375b7011 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-06-23T04:33:13.866Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 67e0980e-4f33-4066-907a-93bd375b7011 and serviceModelVersionId: 50ae4875-a9dd-42ce-a4ed-8285600e9e4d 2022-06-23T04:33:13.866Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 09804e48-ff5b-4d56-9480-f02779044b2d 2022-06-23T04:33:13.866Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/09804e48-ff5b-4d56-9480-f02779044b2d/model-vers/model-ver/50ae4875-a9dd-42ce-a4ed-8285600e9e4d?depth=0 2022-06-23T04:33:13.870Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-06-23T04:33:13.920Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/09804e48-ff5b-4d56-9480-f02779044b2d/model-vers/model-ver/50ae4875-a9dd-42ce-a4ed-8285600e9e4d?depth=0|INFO|500||Invoke 2022-06-23T04:33:13.921Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/09804e48-ff5b-4d56-9480-f02779044b2d/model-vers/model-ver/50ae4875-a9dd-42ce-a4ed-8285600e9e4d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/09804e48-ff5b-4d56-9480-f02779044b2d/model-vers/model-ver/50ae4875-a9dd-42ce-a4ed-8285600e9e4d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[67e0980e-4f33-4066-907a-93bd375b7011], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0adb8546-a720-4c77-b70b-932918919887], X-ECOMP-RequestID=[67e0980e-4f33-4066-907a-93bd375b7011], X-TransactionId=[], X-ONAP-RequestID=[67e0980e-4f33-4066-907a-93bd375b7011], Content-Type=[application/merge-patch+json]} 2022-06-23T04:33:13.951Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/09804e48-ff5b-4d56-9480-f02779044b2d/model-vers/model-ver/50ae4875-a9dd-42ce-a4ed-8285600e9e4d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-23T04:33:14.108Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/09804e48-ff5b-4d56-9480-f02779044b2d/model-vers/model-ver/50ae4875-a9dd-42ce-a4ed-8285600e9e4d?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/09804e48-ff5b-4d56-9480-f02779044b2d/model-vers/model-ver/50ae4875-a9dd-42ce-a4ed-8285600e9e4d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220623-04:33:13:959-95450], vertex-id=[188512], Content-Length=[0], Date=[Thu, 23 Jun 2022 04:33:13 GMT], Content-Type=[application/json]} 2022-06-23T04:33:14.108Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/09804e48-ff5b-4d56-9480-f02779044b2d/model-vers/model-ver/50ae4875-a9dd-42ce-a4ed-8285600e9e4d?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-23T04:33:14.115Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/09804e48-ff5b-4d56-9480-f02779044b2d/model-vers/model-ver/50ae4875-a9dd-42ce-a4ed-8285600e9e4d?depth=0|INFO|500||InvokeReturn 2022-06-23T04:33:14.118Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-23T04:33:14.118Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-23T04:33:14.124Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-23T04:33:14.124Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 67e0980e-4f33-4066-907a-93bd375b7011 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-23T04:33:14.124Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-23T04:33:14.125Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-23T04:33:14.131Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T04:33:14.132Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "67e0980e-4f33-4066-907a-93bd375b7011", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655958794124, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-23T04:33:14.227Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2022-06-23T04:33:14.228Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T04:33:14.229Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T04:33:14.255Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:33:14.256Z||pool-34-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-23T04:33:15.143Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:33:15.144Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:33:15.144Z|67e0980e-4f33-4066-907a-93bd375b7011|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 l8eCd2UWFgpYSDN2) ... 2022-06-23T04:33:24.702Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:33:24.703Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:33:24.704Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:33:24.704Z|67e0980e-4f33-4066-907a-93bd375b7011|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 l8eCd2UWFgpYSDN2) ... 2022-06-23T04:33:34.259Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:33:34.260Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:33:34.261Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:33:34.261Z|67e0980e-4f33-4066-907a-93bd375b7011|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 l8eCd2UWFgpYSDN2) ... 2022-06-23T04:33:43.824Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:33:43.825Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:33:43.826Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:33:43.826Z|67e0980e-4f33-4066-907a-93bd375b7011|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 l8eCd2UWFgpYSDN2) ... 2022-06-23T04:33:53.374Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:34:06.645Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:34:06.645Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:34:06.645Z|67e0980e-4f33-4066-907a-93bd375b7011|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 l8eCd2UWFgpYSDN2) ... 2022-06-23T04:34:06.648Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:34:06.649Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:34:06.649Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T04:34:07.282Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:34:07.283Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-23T04:34:07.283Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e0980e-4f33-4066-907a-93bd375b7011", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655958794124, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-23T04:34:07.285Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:34:16.253Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:35:06.645Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:35:06.646Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:35:06.646Z|67e0980e-4f33-4066-907a-93bd375b7011|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 l8eCd2UWFgpYSDN2) ... 2022-06-23T04:35:06.648Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:35:06.649Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:35:06.649Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T04:35:16.199Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:35:16.199Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:36:06.645Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:36:06.648Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:36:06.648Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as l8eCd2UWFgpYSDN2) ... 2022-06-23T04:36:06.648Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:36:06.649Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:36:06.649Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T04:36:16.207Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:36:16.208Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:37:06.645Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:37:06.646Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:37:06.646Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as l8eCd2UWFgpYSDN2) ... 2022-06-23T04:37:06.648Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:37:06.649Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:37:06.649Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T04:37:16.194Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:37:16.211Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:38:06.645Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:38:06.646Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:38:06.646Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T04:38:06.648Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:38:06.649Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:38:06.649Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T04:38:16.224Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:38:16.404Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:39:06.645Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:39:06.646Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:39:06.646Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T04:39:06.648Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:39:06.649Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:39:06.649Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T04:39:16.193Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:39:16.201Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:40:06.645Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:40:06.646Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:40:06.646Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T04:40:06.648Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:40:06.649Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:40:06.649Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T04:40:16.207Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:40:16.212Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:41:06.645Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:41:06.648Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:41:06.648Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T04:41:06.648Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:41:06.649Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:41:06.649Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T04:41:16.245Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:41:16.246Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:42:06.645Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:42:06.645Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:42:06.646Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T04:42:06.648Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:42:06.649Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:42:06.649Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T04:42:16.197Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:42:16.199Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:43:06.645Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:43:06.645Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:43:06.646Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T04:43:06.648Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:43:06.649Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:43:06.649Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T04:43:07.290Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:43:07.290Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:43:07.291Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:43:07.292Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T04:43:07.292Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "73d1c12e-59f4-4861-814c-a27be959aeff", "consumerID": "clamp", "timestamp": 1655959369079, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T04:43:07.292Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"73d1c12e-59f4-4861-814c-a27be959aeff","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"1ea08e4e-867a-46a7-a5e6-e2d3fe3cf65e","serviceDescription":"service","serviceInvariantUUID":"1a7a5677-a9b0-4ab8-b2d7-97015e1dee1b","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"eb5dc8cb-ff8d-4d2d-b382-1f4a251337d8","resourceInvariantUUID":"ce05f8a2-5e75-4a2e-a194-4685ef9dbd31","resourceCustomizationUUID":"9b4c815b-0321-4fd5-8c84-8fd215d9105f","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":"MjEyYjFmYjFjMTA3MzBjNjczZThhZmVmMWZhNzIyMjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"992d1805-803b-450a-bb8e-7d26deac223d","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MTA1NzU2NWE4ZGYwMDFhZDMwNWM0YjdmOWJlNjJiYjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9f05882f-7f42-41d8-b918-8f5f2e5aca95","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-23T04:43:07.293Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-23T04:43:07.293Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T04:43:07.294Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "73d1c12e-59f4-4861-814c-a27be959aeff", "consumerID": "ves-openapi-manager", "timestamp": 1655959372860, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T04:43:07.294Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-23T04:43:07.294Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T04:43:07.294Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "73d1c12e-59f4-4861-814c-a27be959aeff", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655959369311, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T04:43:07.295Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-23T04:43:07.295Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T04:43:07.295Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "73d1c12e-59f4-4861-814c-a27be959aeff", "consumerID": "multicloud-k8s-id", "timestamp": 1655959368736, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T04:43:07.296Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-23T04:43:07.296Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T04:43:07.296Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "73d1c12e-59f4-4861-814c-a27be959aeff", "consumerID": "policy-id", "timestamp": 1655959374261, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T04:43:07.296Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-23T04:43:07.296Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T04:43:07.296Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "73d1c12e-59f4-4861-814c-a27be959aeff", "consumerID": "clamp", "timestamp": 1655959369079, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-23T04:43:07.297Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-23T04:43:07.297Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T04:43:07.297Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "73d1c12e-59f4-4861-814c-a27be959aeff", "consumerID": "ves-openapi-manager", "timestamp": 1655959372860, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-23T04:43:07.297Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-23T04:43:07.297Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T04:43:07.298Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "73d1c12e-59f4-4861-814c-a27be959aeff", "consumerID": "multicloud-k8s-id", "timestamp": 1655959368736, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-23T04:43:07.298Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-23T04:43:07.298Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T04:43:07.298Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "73d1c12e-59f4-4861-814c-a27be959aeff", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655959369311, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-23T04:43:07.298Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-23T04:43:07.299Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T04:43:07.299Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "73d1c12e-59f4-4861-814c-a27be959aeff", "consumerID": "policy-id", "timestamp": 1655959374261, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-23T04:43:07.299Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T04:43:07.299Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-23T04:43:07.299Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T04:43:07.299Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "73d1c12e-59f4-4861-814c-a27be959aeff", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655959380159, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T04:43:07.300Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:43:07.300Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-23T04:43:07.300Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T04:43:07.300Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "73d1c12e-59f4-4861-814c-a27be959aeff", "consumerID": "policy-id", "timestamp": 1655959380019, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T04:43:07.300Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:43:07.300Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T04:43:07.300Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "73d1c12e-59f4-4861-814c-a27be959aeff", "consumerID": "policy-id", "timestamp": 1655959381048, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-23T04:43:07.301Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:43:07.301Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T04:43:07.301Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "73d1c12e-59f4-4861-814c-a27be959aeff", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655959382126, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-23T04:43:07.301Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:43:07.301Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T04:43:07.302Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "73d1c12e-59f4-4861-814c-a27be959aeff", "consumerID": "policy-id", "timestamp": 1655959382055, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } 2022-06-23T04:43:07.305Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T04:43:07.305Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "73d1c12e-59f4-4861-814c-a27be959aeff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655959386645, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-23T04:43:07.319Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 73d1c12e-59f4-4861-814c-a27be959aeff 2022-06-23T04:43:07.320Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 73d1c12e-59f4-4861-814c-a27be959aeff and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-23T04:43:07.328Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T04:43:07.328Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "73d1c12e-59f4-4861-814c-a27be959aeff", "consumerID": "cds", "timestamp": 1655959382765, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T04:43:07.328Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-23T04:43:07.329Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T04:43:07.329Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "73d1c12e-59f4-4861-814c-a27be959aeff", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655959383131, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-23T04:43:07.333Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 73d1c12e-59f4-4861-814c-a27be959aeff 2022-06-23T04:43:07.334Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 73d1c12e-59f4-4861-814c-a27be959aeff and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-23T04:43:07.344Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T04:43:07.345Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "73d1c12e-59f4-4861-814c-a27be959aeff", "consumerID": "cds", "timestamp": 1655959382765, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-23T04:43:07.345Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-23T04:43:07.346Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T04:43:07.346Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "73d1c12e-59f4-4861-814c-a27be959aeff", "consumerID": "cds", "timestamp": 1655959385558, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T04:43:07.346Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:43:07.347Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T04:43:07.347Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "73d1c12e-59f4-4861-814c-a27be959aeff", "consumerID": "cds", "timestamp": 1655959386564, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-23T04:43:07.351Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 73d1c12e-59f4-4861-814c-a27be959aeff 2022-06-23T04:43:07.352Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 73d1c12e-59f4-4861-814c-a27be959aeff and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-23T04:43:07.404Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-06-23T04:43:07.405Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T04:43:07.406Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T04:43:07.424Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:43:07.425Z||pool-35-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-06-23T04:43:08.306Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T04:43:08.307Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-23T04:43:08.309Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T04:43:08.309Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "73d1c12e-59f4-4861-814c-a27be959aeff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655959386645, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-23T04:43:08.410Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T04:43:08.411Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T04:43:08.411Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T04:43:08.424Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:43:08.425Z||pool-36-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-23T04:43:09.310Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "73d1c12e-59f4-4861-814c-a27be959aeff", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "1ea08e4e-867a-46a7-a5e6-e2d3fe3cf65e", "serviceDescription": "service", "serviceInvariantUUID": "1a7a5677-a9b0-4ab8-b2d7-97015e1dee1b", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "9b4c815b-0321-4fd5-8c84-8fd215d9105f", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "eb5dc8cb-ff8d-4d2d-b382-1f4a251337d8", "resourceInvariantUUID": "ce05f8a2-5e75-4a2e-a194-4685ef9dbd31", "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": "MTA1NzU2NWE4ZGYwMDFhZDMwNWM0YjdmOWJlNjJiYjI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9f05882f-7f42-41d8-b918-8f5f2e5aca95" } ], "workloadContext": "Production" } 2022-06-23T04:43:09.311Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-23T04:43:09.311Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 1ea08e4e-867a-46a7-a5e6-e2d3fe3cf65e ASDC 2022-06-23T04:43:09.312Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:73d1c12e-59f4-4861-814c-a27be959aeff ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:1ea08e4e-867a-46a7-a5e6-e2d3fe3cf65e ServiceInvariantUUID:1a7a5677-a9b0-4ab8-b2d7-97015e1dee1b 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:9f05882f-7f42-41d8-b918-8f5f2e5aca95 ArtifactChecksum:MTA1NzU2NWE4ZGYwMDFhZDMwNWM0YjdmOWJlNjJiYjI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:9b4c815b-0321-4fd5-8c84-8fd215d9105f ResourceInvariantUUID:ce05f8a2-5e75-4a2e-a194-4685ef9dbd31 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:eb5dc8cb-ff8d-4d2d-b382-1f4a251337d8 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-06-23T04:43:09.312Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1ea08e4e-867a-46a7-a5e6-e2d3fe3cf65e ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-23T04:43:09.351Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-23T04:43:09.353Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-06-23T04:43:09.353Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-06-23T04:43:09.353Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 9f05882f-7f42-41d8-b918-8f5f2e5aca95 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-06-23T04:43:09.353Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-06-23T04:43:09.354Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-06-23T04:43:09.469Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-06-23T04:43:09.472Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 9f05882f-7f42-41d8-b918-8f5f2e5aca95 52507 2022-06-23T04:43:09.472Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-06-23T04:43:09.473Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-06-23T04:43:09.473Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-23T04:43:09.473Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-23T04:43:09.476Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T04:43:09.476Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "73d1c12e-59f4-4861-814c-a27be959aeff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655959389472, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T04:43:09.576Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T04:43:09.577Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T04:43:09.577Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T04:43:09.591Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:43:09.591Z||pool-37-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-23T04:43:10.476Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-23T04:43:10.478Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-06-23T04:43:10.478Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 9f05882f-7f42-41d8-b918-8f5f2e5aca95, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-23T04:43:10.479Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-06-23T04:43:10.479Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-23T04:43:10.479Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-23T04:43:10.724Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2008774756261276886/Definitions/service-BasicNetwork-template.yml 2022-06-23T04:43:11.281Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-23T04:43:11.281Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-06-23T04:43:11.282Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-23T04:43:11.282Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-06-23T04:43:11.282Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-23T04:43:11.282Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-23T04:43:11.282Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-23T04:43:11.283Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-23T04:43:11.283Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-23T04:43:11.283Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-23T04:43:11.283Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-23T04:43:11.283Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-23T04:43:11.283Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-06-23T04:43:11.284Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:43:11.284Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T04:43:11.284Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-06-23T04:43:11.285Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-06-23T04:43:11.285Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-23T04:43:11.285Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:43:11.285Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T04:43:11.286Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-06-23T04:43:11.286Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-06-23T04:43:11.286Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-23T04:43:11.286Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:43:11.287Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T04:43:11.287Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:43:11.287Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T04:43:11.287Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:43:11.288Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T04:43:11.288Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:43:11.288Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T04:43:11.288Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:43:11.289Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T04:43:11.289Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:1ea08e4e-867a-46a7-a5e6-e2d3fe3cf65e Model Version:NULL Model InvariantUuid:1a7a5677-a9b0-4ab8-b2d7-97015e1dee1b Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:ce05f8a2-5e75-4a2e-a194-4685ef9dbd31 Model UUID:a364f2e2-cb83-48c4-acb1-cc5cff69a19b Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:9b4c815b-0321-4fd5-8c84-8fd215d9105f Network Technology:NEUTRON Network Type:NEUTRON Network Role:null Network Scope:null VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-06-23T04:43:11.295Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||INFO|500||Processing Resource Type: VL, Model UUID: eb5dc8cb-ff8d-4d2d-b382-1f4a251337d8 2022-06-23T04:43:11.295Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||INFO|500||No resources found for Service: 1ea08e4e-867a-46a7-a5e6-e2d3fe3cf65e Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-23T04:43:11.300Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||INFO|500|| 2022-06-23T04:43:11.300Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-06-23T04:43:11.301Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 1ea08e4e-867a-46a7-a5e6-e2d3fe3cf65e 2022-06-23T04:43:11.302Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 1ea08e4e-867a-46a7-a5e6-e2d3fe3cf65e 2022-06-23T04:43:11.302Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-06-23T04:43:11.302Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-23T04:43:11.307Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2917f676, org.onap.sdc.toscaparser.api.parameters.Input@5292886f, org.onap.sdc.toscaparser.api.parameters.Input@1042a59d, org.onap.sdc.toscaparser.api.parameters.Input@33645d9c, org.onap.sdc.toscaparser.api.parameters.Input@25d6b9c0] 2022-06-23T04:43:11.308Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:43:11.308Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T04:43:11.309Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:43:11.309Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T04:43:11.309Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 1ea08e4e-867a-46a7-a5e6-e2d3fe3cf65e: Generic NeutronNet 2022-06-23T04:43:11.310Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:43:11.310Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T04:43:11.310Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:43:11.310Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2022-06-23T04:43:11.342Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:43:11.342Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T04:43:11.343Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:43:11.343Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T04:43:11.343Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:43:11.344Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T04:43:11.344Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-06-23T04:43:11.388Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-06-23T04:43:11.389Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-06-23T04:43:11.389Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-06-23T04:43:11.389Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-23T04:43:11.389Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-23T04:43:11.391Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T04:43:11.391Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "73d1c12e-59f4-4861-814c-a27be959aeff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655959391389, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-23T04:43:11.491Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T04:43:11.492Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T04:43:11.492Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T04:43:11.516Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:43:11.517Z||pool-38-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-06-23T04:43:12.398Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 73d1c12e-59f4-4861-814c-a27be959aeff Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-23T04:43:12.409Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 73d1c12e-59f4-4861-814c-a27be959aeff Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-23T04:43:12.412Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-23T04:43:12.412Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-23T04:43:12.412Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-23T04:43:42.412Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 73d1c12e-59f4-4861-814c-a27be959aeff Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-23T04:43:42.428Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 73d1c12e-59f4-4861-814c-a27be959aeff Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-23T04:43:42.431Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-23T04:43:42.432Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-23T04:43:42.432Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-23T04:44:06.649Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:44:06.650Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:44:06.650Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T04:44:06.789Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:44:06.790Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T04:44:06.791Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "73d1c12e-59f4-4861-814c-a27be959aeff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655959386645, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T04:44:06.792Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-23T04:44:12.432Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 73d1c12e-59f4-4861-814c-a27be959aeff Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-23T04:44:12.444Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 73d1c12e-59f4-4861-814c-a27be959aeff Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-23T04:44:12.452Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-23T04:44:12.452Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-23T04:44:12.452Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-23T04:44:42.452Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 73d1c12e-59f4-4861-814c-a27be959aeff Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-23T04:44:42.464Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 73d1c12e-59f4-4861-814c-a27be959aeff Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-23T04:44:42.467Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-23T04:44:42.467Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-23T04:44:42.467Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-23T04:45:06.649Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:45:06.652Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:45:06.652Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T04:45:06.691Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:45:06.694Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T04:45:06.695Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "73d1c12e-59f4-4861-814c-a27be959aeff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655959386645, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-23T04:45:06.697Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-23T04:45:06.697Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T04:45:06.698Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "73d1c12e-59f4-4861-814c-a27be959aeff", "consumerID": "clamp", "timestamp": 1655959390178, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T04:45:06.698Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:45:06.698Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T04:45:06.698Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "73d1c12e-59f4-4861-814c-a27be959aeff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655959389472, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T04:45:06.699Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:45:06.699Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T04:45:06.699Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "73d1c12e-59f4-4861-814c-a27be959aeff", "consumerID": "clamp", "timestamp": 1655959392187, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-23T04:45:06.700Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:45:06.700Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T04:45:06.700Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "73d1c12e-59f4-4861-814c-a27be959aeff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655959391389, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-23T04:45:06.700Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:45:06.700Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T04:45:06.701Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "73d1c12e-59f4-4861-814c-a27be959aeff", "consumerID": "clamp", "timestamp": 1655959393189, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-23T04:45:06.714Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 73d1c12e-59f4-4861-814c-a27be959aeff 2022-06-23T04:45:06.714Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 73d1c12e-59f4-4861-814c-a27be959aeff and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-23T04:45:06.728Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T04:45:06.728Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "73d1c12e-59f4-4861-814c-a27be959aeff", "consumerID": "aai-ml", "timestamp": 1655959393053, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T04:45:06.729Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-23T04:45:06.729Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T04:45:06.729Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "73d1c12e-59f4-4861-814c-a27be959aeff", "consumerID": "aai-ml", "timestamp": 1655959393053, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-23T04:45:06.729Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-23T04:45:06.729Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T04:45:06.730Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "73d1c12e-59f4-4861-814c-a27be959aeff", "consumerID": "aai-ml", "timestamp": 1655959395809, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T04:45:06.730Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:45:06.730Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T04:45:06.730Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "73d1c12e-59f4-4861-814c-a27be959aeff", "consumerID": "aai-ml", "timestamp": 1655959402401, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-23T04:45:06.731Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:45:06.731Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T04:45:06.731Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "73d1c12e-59f4-4861-814c-a27be959aeff", "consumerID": "aai-ml", "timestamp": 1655959403405, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-23T04:45:06.736Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 73d1c12e-59f4-4861-814c-a27be959aeff 2022-06-23T04:45:06.736Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 73d1c12e-59f4-4861-814c-a27be959aeff and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-23T04:45:06.744Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T04:45:06.744Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78a65eb4-76e4-4bda-a746-ddfc702430b0", "consumerID": "policy-id", "timestamp": 1655959414261, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUe18ky1omayibpa5suxr/1.0/resourceInstances/pnfb0573fd1dae60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T04:45:06.744Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-23T04:45:06.744Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T04:45:06.744Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78a65eb4-76e4-4bda-a746-ddfc702430b0", "consumerID": "aai-ml", "timestamp": 1655959423053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUe18ky1omayibpa5suxr/1.0/resourceInstances/pnfb0573fd1dae60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T04:45:06.745Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-23T04:45:06.745Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T04:45:06.745Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78a65eb4-76e4-4bda-a746-ddfc702430b0", "consumerID": "policy-id", "timestamp": 1655959414261, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUe18ky1omayibpa5suxr/1.0/resourceInstances/pnfb0573fd1dae60/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-23T04:45:06.745Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-23T04:45:06.745Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T04:45:06.745Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78a65eb4-76e4-4bda-a746-ddfc702430b0", "consumerID": "aai-ml", "timestamp": 1655959423053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUe18ky1omayibpa5suxr/1.0/resourceInstances/pnfb0573fd1dae60/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-23T04:45:06.746Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-23T04:45:06.746Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T04:45:06.746Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78a65eb4-76e4-4bda-a746-ddfc702430b0", "consumerID": "policy-id", "timestamp": 1655959414261, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUe18ky1omayibpa5suxr/1.0/resourceInstances/pnfb0573fd1dae60/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-23T04:45:06.746Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-23T04:45:06.746Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T04:45:06.746Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78a65eb4-76e4-4bda-a746-ddfc702430b0", "consumerID": "aai-ml", "timestamp": 1655959423053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUe18ky1omayibpa5suxr/1.0/resourceInstances/pnfb0573fd1dae60/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-23T04:45:06.747Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-23T04:45:06.747Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T04:45:06.747Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78a65eb4-76e4-4bda-a746-ddfc702430b0", "consumerID": "policy-id", "timestamp": 1655959414261, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUe18ky1omayibpa5suxr/1.0/resourceInstances/pnfb0573fd1dae60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T04:45:06.747Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-23T04:45:06.747Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T04:45:06.748Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78a65eb4-76e4-4bda-a746-ddfc702430b0", "consumerID": "aai-ml", "timestamp": 1655959423053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUe18ky1omayibpa5suxr/1.0/resourceInstances/pnfb0573fd1dae60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T04:45:06.748Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-23T04:45:06.748Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T04:45:06.748Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78a65eb4-76e4-4bda-a746-ddfc702430b0", "consumerID": "cds", "timestamp": 1655959427766, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUe18ky1omayibpa5suxr/1.0/resourceInstances/pnfb0573fd1dae60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T04:45:06.748Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-23T04:45:06.748Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T04:45:06.749Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78a65eb4-76e4-4bda-a746-ddfc702430b0", "consumerID": "policy-id", "timestamp": 1655959414261, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUe18ky1omayibpa5suxr/1.0/resourceInstances/pnfb0573fd1dae60/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T04:45:06.749Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-23T04:45:06.749Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T04:45:06.749Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78a65eb4-76e4-4bda-a746-ddfc702430b0", "consumerID": "aai-ml", "timestamp": 1655959423053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUe18ky1omayibpa5suxr/1.0/resourceInstances/pnfb0573fd1dae60/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T04:45:06.749Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-23T04:45:06.750Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T04:45:06.750Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78a65eb4-76e4-4bda-a746-ddfc702430b0", "consumerID": "cds", "timestamp": 1655959427766, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUe18ky1omayibpa5suxr/1.0/resourceInstances/pnfb0573fd1dae60/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-23T04:45:06.750Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-23T04:45:06.750Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T04:45:06.750Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78a65eb4-76e4-4bda-a746-ddfc702430b0", "consumerID": "policy-id", "timestamp": 1655959414261, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUe18ky1omayibpa5suxr/1.0/resourceInstances/pnfb0573fd1dae60/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T04:45:06.751Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-23T04:45:06.751Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T04:45:06.751Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78a65eb4-76e4-4bda-a746-ddfc702430b0", "consumerID": "multicloud-k8s-id", "timestamp": 1655959428736, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUe18ky1omayibpa5suxr/1.0/resourceInstances/pnfb0573fd1dae60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T04:45:06.751Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-23T04:45:06.751Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T04:45:06.751Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78a65eb4-76e4-4bda-a746-ddfc702430b0", "consumerID": "aai-ml", "timestamp": 1655959423053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUe18ky1omayibpa5suxr/1.0/resourceInstances/pnfb0573fd1dae60/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T04:45:06.752Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-23T04:45:06.752Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T04:45:06.752Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78a65eb4-76e4-4bda-a746-ddfc702430b0", "consumerID": "clamp", "timestamp": 1655959429079, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUe18ky1omayibpa5suxr/1.0/resourceInstances/pnfb0573fd1dae60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T04:45:06.752Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-23T04:45:06.752Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T04:45:06.752Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78a65eb4-76e4-4bda-a746-ddfc702430b0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655959429311, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUe18ky1omayibpa5suxr/1.0/resourceInstances/pnfb0573fd1dae60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T04:45:06.753Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-23T04:45:06.753Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T04:45:06.753Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78a65eb4-76e4-4bda-a746-ddfc702430b0", "consumerID": "cds", "timestamp": 1655959427766, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUe18ky1omayibpa5suxr/1.0/resourceInstances/pnfb0573fd1dae60/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-23T04:45:06.753Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-23T04:45:06.753Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T04:45:06.753Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78a65eb4-76e4-4bda-a746-ddfc702430b0", "consumerID": "multicloud-k8s-id", "timestamp": 1655959428736, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUe18ky1omayibpa5suxr/1.0/resourceInstances/pnfb0573fd1dae60/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-23T04:45:06.754Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-23T04:45:06.754Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T04:45:06.754Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78a65eb4-76e4-4bda-a746-ddfc702430b0", "consumerID": "policy-id", "timestamp": 1655959414261, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUe18ky1omayibpa5suxr/1.0/artifacts/service-DemoPnfUe18ky1omayibpa5suxr-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T04:45:06.754Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-23T04:45:06.754Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T04:45:06.754Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78a65eb4-76e4-4bda-a746-ddfc702430b0", "consumerID": "aai-ml", "timestamp": 1655959423053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUe18ky1omayibpa5suxr/1.0/artifacts/service-DemoPnfUe18ky1omayibpa5suxr-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T04:45:06.755Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-23T04:45:06.755Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T04:45:06.755Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78a65eb4-76e4-4bda-a746-ddfc702430b0", "consumerID": "clamp", "timestamp": 1655959429079, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUe18ky1omayibpa5suxr/1.0/resourceInstances/pnfb0573fd1dae60/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-23T04:45:06.755Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-23T04:45:06.755Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T04:45:06.755Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78a65eb4-76e4-4bda-a746-ddfc702430b0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655959429311, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUe18ky1omayibpa5suxr/1.0/resourceInstances/pnfb0573fd1dae60/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-23T04:45:06.756Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-23T04:45:06.756Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T04:45:06.756Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78a65eb4-76e4-4bda-a746-ddfc702430b0", "consumerID": "cds", "timestamp": 1655959427766, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUe18ky1omayibpa5suxr/1.0/resourceInstances/pnfb0573fd1dae60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T04:45:06.756Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-23T04:45:06.756Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T04:45:06.756Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78a65eb4-76e4-4bda-a746-ddfc702430b0", "consumerID": "multicloud-k8s-id", "timestamp": 1655959428736, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUe18ky1omayibpa5suxr/1.0/resourceInstances/pnfb0573fd1dae60/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-23T04:45:06.756Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-23T04:45:06.756Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T04:45:06.757Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78a65eb4-76e4-4bda-a746-ddfc702430b0", "consumerID": "policy-id", "timestamp": 1655959414261, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUe18ky1omayibpa5suxr/1.0/artifacts/service-DemoPnfUe18ky1omayibpa5suxr-csar.csar", "status": "NOTIFIED" } 2022-06-23T04:45:06.757Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-23T04:45:06.757Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T04:45:06.757Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78a65eb4-76e4-4bda-a746-ddfc702430b0", "consumerID": "aai-ml", "timestamp": 1655959423053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUe18ky1omayibpa5suxr/1.0/artifacts/service-DemoPnfUe18ky1omayibpa5suxr-csar.csar", "status": "NOTIFIED" } 2022-06-23T04:45:06.757Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-23T04:45:06.757Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T04:45:06.758Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78a65eb4-76e4-4bda-a746-ddfc702430b0", "consumerID": "clamp", "timestamp": 1655959429079, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUe18ky1omayibpa5suxr/1.0/resourceInstances/pnfb0573fd1dae60/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-23T04:45:06.758Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-23T04:45:06.758Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T04:45:06.758Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78a65eb4-76e4-4bda-a746-ddfc702430b0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655959429311, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUe18ky1omayibpa5suxr/1.0/resourceInstances/pnfb0573fd1dae60/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-23T04:45:06.758Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-23T04:45:06.758Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T04:45:06.759Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78a65eb4-76e4-4bda-a746-ddfc702430b0", "consumerID": "cds", "timestamp": 1655959427766, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUe18ky1omayibpa5suxr/1.0/resourceInstances/pnfb0573fd1dae60/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T04:45:06.759Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-23T04:45:06.759Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T04:45:06.759Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78a65eb4-76e4-4bda-a746-ddfc702430b0", "consumerID": "multicloud-k8s-id", "timestamp": 1655959428736, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUe18ky1omayibpa5suxr/1.0/resourceInstances/pnfb0573fd1dae60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T04:45:06.759Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-23T04:45:06.759Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T04:45:06.760Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78a65eb4-76e4-4bda-a746-ddfc702430b0", "consumerID": "policy-id", "timestamp": 1655959432358, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUe18ky1omayibpa5suxr/1.0/artifacts/service-DemoPnfUe18ky1omayibpa5suxr-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T04:45:06.760Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:45:06.761Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T04:45:06.761Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78a65eb4-76e4-4bda-a746-ddfc702430b0", "consumerID": "clamp", "timestamp": 1655959429079, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUe18ky1omayibpa5suxr/1.0/resourceInstances/pnfb0573fd1dae60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T04:45:06.761Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-23T04:45:06.762Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T04:45:06.762Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78a65eb4-76e4-4bda-a746-ddfc702430b0", "consumerID": "aai-ml", "timestamp": 1655959431839, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUe18ky1omayibpa5suxr/1.0/artifacts/service-DemoPnfUe18ky1omayibpa5suxr-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T04:45:06.762Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:45:06.763Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T04:45:06.763Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78a65eb4-76e4-4bda-a746-ddfc702430b0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655959429311, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUe18ky1omayibpa5suxr/1.0/resourceInstances/pnfb0573fd1dae60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T04:45:06.763Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-23T04:45:06.764Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T04:45:06.764Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78a65eb4-76e4-4bda-a746-ddfc702430b0", "consumerID": "cds", "timestamp": 1655959427766, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUe18ky1omayibpa5suxr/1.0/resourceInstances/pnfb0573fd1dae60/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T04:45:06.764Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-23T04:45:06.764Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T04:45:06.765Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78a65eb4-76e4-4bda-a746-ddfc702430b0", "consumerID": "multicloud-k8s-id", "timestamp": 1655959428736, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUe18ky1omayibpa5suxr/1.0/resourceInstances/pnfb0573fd1dae60/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T04:45:06.765Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-23T04:45:06.765Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T04:45:06.765Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78a65eb4-76e4-4bda-a746-ddfc702430b0", "consumerID": "policy-id", "timestamp": 1655959433372, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUe18ky1omayibpa5suxr/1.0/artifacts/service-DemoPnfUe18ky1omayibpa5suxr-csar.csar", "status": "DEPLOY_OK" } 2022-06-23T04:45:06.766Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:45:06.766Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T04:45:06.766Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78a65eb4-76e4-4bda-a746-ddfc702430b0", "consumerID": "ves-openapi-manager", "timestamp": 1655959432860, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUe18ky1omayibpa5suxr/1.0/resourceInstances/pnfb0573fd1dae60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T04:45:06.767Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-23T04:45:06.767Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T04:45:06.767Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78a65eb4-76e4-4bda-a746-ddfc702430b0", "consumerID": "clamp", "timestamp": 1655959429079, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUe18ky1omayibpa5suxr/1.0/resourceInstances/pnfb0573fd1dae60/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T04:45:06.767Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-23T04:45:06.767Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T04:45:06.768Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78a65eb4-76e4-4bda-a746-ddfc702430b0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655959429311, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUe18ky1omayibpa5suxr/1.0/resourceInstances/pnfb0573fd1dae60/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T04:45:06.768Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-23T04:45:06.768Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T04:45:06.768Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78a65eb4-76e4-4bda-a746-ddfc702430b0", "consumerID": "cds", "timestamp": 1655959427766, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUe18ky1omayibpa5suxr/1.0/artifacts/service-DemoPnfUe18ky1omayibpa5suxr-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T04:45:06.768Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-23T04:45:06.769Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T04:45:06.769Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78a65eb4-76e4-4bda-a746-ddfc702430b0", "consumerID": "multicloud-k8s-id", "timestamp": 1655959428736, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUe18ky1omayibpa5suxr/1.0/resourceInstances/pnfb0573fd1dae60/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T04:45:06.769Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-23T04:45:06.769Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T04:45:06.769Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78a65eb4-76e4-4bda-a746-ddfc702430b0", "consumerID": "ves-openapi-manager", "timestamp": 1655959432860, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUe18ky1omayibpa5suxr/1.0/resourceInstances/pnfb0573fd1dae60/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-23T04:45:06.770Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-23T04:45:06.770Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T04:45:06.770Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78a65eb4-76e4-4bda-a746-ddfc702430b0", "consumerID": "policy-id", "timestamp": 1655959434376, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-23T04:45:06.784Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 78a65eb4-76e4-4bda-a746-ddfc702430b0 2022-06-23T04:45:06.784Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 78a65eb4-76e4-4bda-a746-ddfc702430b0 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-23T04:45:06.792Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T04:45:06.792Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78a65eb4-76e4-4bda-a746-ddfc702430b0", "consumerID": "clamp", "timestamp": 1655959429079, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUe18ky1omayibpa5suxr/1.0/resourceInstances/pnfb0573fd1dae60/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T04:45:06.792Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-23T04:45:06.793Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T04:45:06.793Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78a65eb4-76e4-4bda-a746-ddfc702430b0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655959429311, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUe18ky1omayibpa5suxr/1.0/resourceInstances/pnfb0573fd1dae60/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T04:45:06.793Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-23T04:45:06.793Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T04:45:06.793Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78a65eb4-76e4-4bda-a746-ddfc702430b0", "consumerID": "cds", "timestamp": 1655959427766, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUe18ky1omayibpa5suxr/1.0/artifacts/service-DemoPnfUe18ky1omayibpa5suxr-csar.csar", "status": "NOTIFIED" } 2022-06-23T04:45:06.794Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-23T04:45:06.794Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T04:45:06.794Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78a65eb4-76e4-4bda-a746-ddfc702430b0", "consumerID": "multicloud-k8s-id", "timestamp": 1655959428736, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUe18ky1omayibpa5suxr/1.0/artifacts/service-DemoPnfUe18ky1omayibpa5suxr-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T04:45:06.794Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-23T04:45:06.794Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T04:45:06.795Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78a65eb4-76e4-4bda-a746-ddfc702430b0", "consumerID": "ves-openapi-manager", "timestamp": 1655959432860, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUe18ky1omayibpa5suxr/1.0/resourceInstances/pnfb0573fd1dae60/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-23T04:45:06.795Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-23T04:45:06.795Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T04:45:06.796Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78a65eb4-76e4-4bda-a746-ddfc702430b0", "consumerID": "clamp", "timestamp": 1655959429079, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUe18ky1omayibpa5suxr/1.0/artifacts/service-DemoPnfUe18ky1omayibpa5suxr-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T04:45:06.796Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-23T04:45:06.796Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T04:45:06.796Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78a65eb4-76e4-4bda-a746-ddfc702430b0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655959429311, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUe18ky1omayibpa5suxr/1.0/artifacts/service-DemoPnfUe18ky1omayibpa5suxr-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T04:45:06.797Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-23T04:45:06.797Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T04:45:06.797Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78a65eb4-76e4-4bda-a746-ddfc702430b0", "consumerID": "cds", "timestamp": 1655959436605, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUe18ky1omayibpa5suxr/1.0/artifacts/service-DemoPnfUe18ky1omayibpa5suxr-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T04:45:06.798Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:45:06.798Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T04:45:06.798Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78a65eb4-76e4-4bda-a746-ddfc702430b0", "consumerID": "multicloud-k8s-id", "timestamp": 1655959428736, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUe18ky1omayibpa5suxr/1.0/artifacts/service-DemoPnfUe18ky1omayibpa5suxr-csar.csar", "status": "NOTIFIED" } 2022-06-23T04:45:06.798Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-23T04:45:06.799Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T04:45:06.799Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78a65eb4-76e4-4bda-a746-ddfc702430b0", "consumerID": "ves-openapi-manager", "timestamp": 1655959432860, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUe18ky1omayibpa5suxr/1.0/resourceInstances/pnfb0573fd1dae60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T04:45:06.799Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-23T04:45:06.800Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T04:45:06.800Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78a65eb4-76e4-4bda-a746-ddfc702430b0", "consumerID": "clamp", "timestamp": 1655959429079, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUe18ky1omayibpa5suxr/1.0/artifacts/service-DemoPnfUe18ky1omayibpa5suxr-csar.csar", "status": "NOTIFIED" } 2022-06-23T04:45:06.800Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-23T04:45:06.800Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T04:45:06.801Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78a65eb4-76e4-4bda-a746-ddfc702430b0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655959429311, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUe18ky1omayibpa5suxr/1.0/artifacts/service-DemoPnfUe18ky1omayibpa5suxr-csar.csar", "status": "NOTIFIED" } 2022-06-23T04:45:06.801Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-23T04:45:06.801Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T04:45:06.802Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78a65eb4-76e4-4bda-a746-ddfc702430b0", "consumerID": "cds", "timestamp": 1655959437615, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUe18ky1omayibpa5suxr/1.0/artifacts/service-DemoPnfUe18ky1omayibpa5suxr-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-23T04:45:06.807Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 78a65eb4-76e4-4bda-a746-ddfc702430b0 2022-06-23T04:45:06.807Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 78a65eb4-76e4-4bda-a746-ddfc702430b0 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-23T04:45:06.816Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T04:45:06.817Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78a65eb4-76e4-4bda-a746-ddfc702430b0", "consumerID": "ves-openapi-manager", "timestamp": 1655959432860, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUe18ky1omayibpa5suxr/1.0/resourceInstances/pnfb0573fd1dae60/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T04:45:06.817Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-23T04:45:06.817Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T04:45:06.818Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78a65eb4-76e4-4bda-a746-ddfc702430b0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655959438161, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUe18ky1omayibpa5suxr/1.0/artifacts/service-DemoPnfUe18ky1omayibpa5suxr-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T04:45:06.818Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:45:06.818Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T04:45:06.819Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78a65eb4-76e4-4bda-a746-ddfc702430b0", "consumerID": "ves-openapi-manager", "timestamp": 1655959432860, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUe18ky1omayibpa5suxr/1.0/resourceInstances/pnfb0573fd1dae60/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-06-23T04:45:06.819Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-23T04:45:06.819Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T04:45:06.819Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78a65eb4-76e4-4bda-a746-ddfc702430b0", "consumerID": "ves-openapi-manager", "timestamp": 1655959432860, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUe18ky1omayibpa5suxr/1.0/artifacts/service-DemoPnfUe18ky1omayibpa5suxr-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T04:45:06.820Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-23T04:45:06.820Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T04:45:06.820Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78a65eb4-76e4-4bda-a746-ddfc702430b0", "consumerID": "clamp", "timestamp": 1655959439601, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUe18ky1omayibpa5suxr/1.0/artifacts/service-DemoPnfUe18ky1omayibpa5suxr-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T04:45:06.821Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:45:06.821Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T04:45:06.821Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78a65eb4-76e4-4bda-a746-ddfc702430b0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655959440239, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUe18ky1omayibpa5suxr/1.0/artifacts/service-DemoPnfUe18ky1omayibpa5suxr-csar.csar", "status": "DEPLOY_OK" } 2022-06-23T04:45:06.821Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:45:06.822Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T04:45:06.822Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78a65eb4-76e4-4bda-a746-ddfc702430b0", "consumerID": "ves-openapi-manager", "timestamp": 1655959432860, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUe18ky1omayibpa5suxr/1.0/artifacts/service-DemoPnfUe18ky1omayibpa5suxr-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-23T04:45:06.823Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-23T04:45:06.823Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T04:45:06.823Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78a65eb4-76e4-4bda-a746-ddfc702430b0", "consumerID": "aai-ml", "timestamp": 1655959439750, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUe18ky1omayibpa5suxr/1.0/artifacts/service-DemoPnfUe18ky1omayibpa5suxr-csar.csar", "status": "DEPLOY_OK" } 2022-06-23T04:45:06.823Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:45:06.823Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T04:45:06.824Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78a65eb4-76e4-4bda-a746-ddfc702430b0", "consumerID": "clamp", "timestamp": 1655959441191, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUe18ky1omayibpa5suxr/1.0/artifacts/service-DemoPnfUe18ky1omayibpa5suxr-csar.csar", "status": "DEPLOY_OK" } 2022-06-23T04:45:06.824Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:45:06.824Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T04:45:06.825Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78a65eb4-76e4-4bda-a746-ddfc702430b0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655959441243, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-23T04:45:06.830Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 78a65eb4-76e4-4bda-a746-ddfc702430b0 2022-06-23T04:45:06.830Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 78a65eb4-76e4-4bda-a746-ddfc702430b0 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-23T04:45:06.838Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T04:45:06.838Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78a65eb4-76e4-4bda-a746-ddfc702430b0", "consumerID": "aai-ml", "timestamp": 1655959440755, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-23T04:45:06.842Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 78a65eb4-76e4-4bda-a746-ddfc702430b0 2022-06-23T04:45:06.843Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 78a65eb4-76e4-4bda-a746-ddfc702430b0 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-23T04:45:06.850Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T04:45:06.850Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78a65eb4-76e4-4bda-a746-ddfc702430b0", "consumerID": "ves-openapi-manager", "timestamp": 1655959441746, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUe18ky1omayibpa5suxr/1.0/resourceInstances/pnfb0573fd1dae60/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-06-23T04:45:06.850Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:45:06.851Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T04:45:06.851Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78a65eb4-76e4-4bda-a746-ddfc702430b0", "consumerID": "clamp", "timestamp": 1655959442195, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-23T04:45:06.855Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 78a65eb4-76e4-4bda-a746-ddfc702430b0 2022-06-23T04:45:06.855Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 78a65eb4-76e4-4bda-a746-ddfc702430b0 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-23T04:45:06.864Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T04:45:06.864Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78a65eb4-76e4-4bda-a746-ddfc702430b0", "consumerID": "ves-openapi-manager", "timestamp": 1655959442935, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUe18ky1omayibpa5suxr/1.0/resourceInstances/pnfb0573fd1dae60/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-06-23T04:45:06.864Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:45:06.865Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T04:45:06.865Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "78a65eb4-76e4-4bda-a746-ddfc702430b0", "consumerID": "ves-openapi-manager", "timestamp": 1655959443939, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-23T04:45:06.869Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 78a65eb4-76e4-4bda-a746-ddfc702430b0 2022-06-23T04:45:06.869Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 78a65eb4-76e4-4bda-a746-ddfc702430b0 and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-23T04:45:12.468Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 73d1c12e-59f4-4861-814c-a27be959aeff Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-23T04:45:12.481Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 73d1c12e-59f4-4861-814c-a27be959aeff Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-23T04:45:12.483Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-23T04:45:12.483Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-23T04:45:12.484Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-23T04:45:12.484Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-23T04:45:12.484Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-23T04:45:12.484Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-23T04:45:12.484Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-23T04:45:12.484Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-23T04:45:12.484Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-23T04:45:12.484Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-23T04:45:12.484Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-23T04:45:12.489Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-23T04:45:42.489Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 73d1c12e-59f4-4861-814c-a27be959aeff and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-06-23T04:45:42.496Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 73d1c12e-59f4-4861-814c-a27be959aeff and serviceModelVersionId: 1ea08e4e-867a-46a7-a5e6-e2d3fe3cf65e 2022-06-23T04:45:42.496Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1a7a5677-a9b0-4ab8-b2d7-97015e1dee1b 2022-06-23T04:45:42.498Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1a7a5677-a9b0-4ab8-b2d7-97015e1dee1b/model-vers/model-ver/1ea08e4e-867a-46a7-a5e6-e2d3fe3cf65e?depth=0 2022-06-23T04:45:42.511Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-06-23T04:45:42.600Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1a7a5677-a9b0-4ab8-b2d7-97015e1dee1b/model-vers/model-ver/1ea08e4e-867a-46a7-a5e6-e2d3fe3cf65e?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-06-23T04:45:42.602Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1a7a5677-a9b0-4ab8-b2d7-97015e1dee1b/model-vers/model-ver/1ea08e4e-867a-46a7-a5e6-e2d3fe3cf65e?depth=0|INFO|500||Invoke 2022-06-23T04:45:42.630Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1a7a5677-a9b0-4ab8-b2d7-97015e1dee1b/model-vers/model-ver/1ea08e4e-867a-46a7-a5e6-e2d3fe3cf65e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-23T04:45:42.750Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1a7a5677-a9b0-4ab8-b2d7-97015e1dee1b/model-vers/model-ver/1ea08e4e-867a-46a7-a5e6-e2d3fe3cf65e?depth=0|INFO|500||InvokeReturn 2022-06-23T04:45:42.753Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1a7a5677-a9b0-4ab8-b2d7-97015e1dee1b/model-vers/model-ver/1ea08e4e-867a-46a7-a5e6-e2d3fe3cf65e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220623-04:45:42:645-58539], vertex-id=[327920], Content-Length=[0], Date=[Thu, 23 Jun 2022 04:45:42 GMT], Content-Type=[application/json]} 2022-06-23T04:45:42.755Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2022-06-23T04:45:42.756Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-23T04:45:42.756Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-23T04:45:42.761Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-23T04:45:42.761Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 73d1c12e-59f4-4861-814c-a27be959aeff and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-23T04:45:42.761Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-23T04:45:42.762Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-23T04:45:42.765Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T04:45:42.765Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "73d1c12e-59f4-4861-814c-a27be959aeff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655959542761, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-23T04:45:42.865Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-23T04:45:42.866Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T04:45:42.866Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T04:45:42.889Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:45:42.889Z||pool-39-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-23T04:45:43.778Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:45:43.779Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:45:43.779Z|73d1c12e-59f4-4861-814c-a27be959aeff|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 l8eCd2UWFgpYSDN2) ... 2022-06-23T04:45:48.370Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:45:48.372Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:45:48.372Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"78a65eb4-76e4-4bda-a746-ddfc702430b0","serviceName":"Demo_pNF_uE18KY1OMayIBPa5SUXr","serviceVersion":"1.0","serviceUUID":"4cf26714-1426-4dba-80cb-adf597a503c6","serviceDescription":"catalog service description","serviceInvariantUUID":"a20da873-9f07-4e70-beb7-022edc3ea678","resources":[{"resourceInstanceName":"pNF b0573fd1-dae6 0","resourceName":"pNF b0573fd1-dae6","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d83f9567-01fc-4557-a076-17446ebdaa38","resourceInvariantUUID":"fe55910e-cf02-4f35-9154-c69be25feee7","resourceCustomizationUUID":"2bd2d10d-1bbf-4f1e-a921-ee93af95a3f8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUe18ky1omayibpa5suxr/1.0/resourceInstances/pnfb0573fd1dae60/artifacts/vf-license-model.xml","artifactChecksum":"NDI2NDNiZTEzZGM2NjgyMWQ1NDI0MDE0Y2UxNDMwYjc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"77ec4f83-a87e-4cb6-b7d7-08cff6f14786","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUe18ky1omayibpa5suxr/1.0/resourceInstances/pnfb0573fd1dae60/artifacts/pNF.csar","artifactChecksum":"YmI4MTg1Yjk3NjI3YTY1NDgzOTdiNzBkYTg2ZTRhOTU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3d2b0714-01df-4250-9d60-ac6fdbf6bb42","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUe18ky1omayibpa5suxr/1.0/resourceInstances/pnfb0573fd1dae60/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9263925a-d0b5-4c5a-8362-f89bc3fa92ff","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUe18ky1omayibpa5suxr/1.0/resourceInstances/pnfb0573fd1dae60/artifacts/vendor-license-model.xml","artifactChecksum":"NTk0NzZkOWUxNzBmMTk5MWViYjRiZThkMzU0Njk5ODQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a7eb0543-a2fa-4cb9-97a9-f9c573fb88f6","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfUe18ky1omayibpa5suxr/1.0/resourceInstances/pnfb0573fd1dae60/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4bc46009-aa8f-48bc-a710-24b51ae2cefb","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfUe18ky1omayibpa5suxr/1.0/resourceInstances/pnfb0573fd1dae60/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7319f0a4-f54f-4b0a-9eca-9ab29f24b245","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfUe18ky1omayibpa5suxr-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUe18ky1omayibpa5suxr/1.0/artifacts/service-DemoPnfUe18ky1omayibpa5suxr-template.yml","artifactChecksum":"NDliN2RkNDk1YjViY2VhYmM0MGVmMmM5NzlhN2RjZmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cc56dc2d-a76a-4df4-b564-147cecbc9594","artifactVersion":"1"},{"artifactName":"service-DemoPnfUe18ky1omayibpa5suxr-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfUe18ky1omayibpa5suxr/1.0/artifacts/service-DemoPnfUe18ky1omayibpa5suxr-csar.csar","artifactChecksum":"YTBkODE5YjNmYWU2ZDRmMTcyMWJlZWViNGJiNDJiMDg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e7c485b2-e105-4b93-a557-c06ea445fca6","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-23T04:45:48.376Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T04:45:48.377Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-23T04:45:48.380Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T04:45:48.380Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "78a65eb4-76e4-4bda-a746-ddfc702430b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655959543778, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUe18ky1omayibpa5suxr/1.0/resourceInstances/pnfb0573fd1dae60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T04:45:48.482Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-06-23T04:45:48.483Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T04:45:48.483Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T04:45:48.500Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:45:48.501Z||pool-40-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-06-23T04:45:49.381Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T04:45:49.382Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-23T04:45:49.384Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T04:45:49.384Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "78a65eb4-76e4-4bda-a746-ddfc702430b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655959543778, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUe18ky1omayibpa5suxr/1.0/resourceInstances/pnfb0573fd1dae60/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-23T04:45:49.484Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-23T04:45:49.485Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T04:45:49.485Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T04:45:49.502Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:45:49.502Z||pool-41-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-23T04:45:50.385Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T04:45:50.386Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-23T04:45:50.388Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T04:45:50.388Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "78a65eb4-76e4-4bda-a746-ddfc702430b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655959543778, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUe18ky1omayibpa5suxr/1.0/resourceInstances/pnfb0573fd1dae60/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-23T04:45:50.489Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T04:45:50.490Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T04:45:50.490Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T04:45:50.508Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:45:50.508Z||pool-42-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-23T04:45:51.389Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T04:45:51.390Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-23T04:45:51.392Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T04:45:51.392Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "78a65eb4-76e4-4bda-a746-ddfc702430b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655959543778, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUe18ky1omayibpa5suxr/1.0/resourceInstances/pnfb0573fd1dae60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T04:45:51.492Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-23T04:45:51.494Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T04:45:51.494Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T04:45:51.510Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:45:51.511Z||pool-43-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-23T04:45:52.393Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T04:45:52.394Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-23T04:45:52.396Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T04:45:52.397Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "78a65eb4-76e4-4bda-a746-ddfc702430b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655959543778, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUe18ky1omayibpa5suxr/1.0/resourceInstances/pnfb0573fd1dae60/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T04:45:52.497Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T04:45:52.498Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T04:45:52.498Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T04:45:52.515Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:45:52.515Z||pool-44-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-23T04:45:53.398Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T04:45:53.398Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-23T04:45:53.401Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T04:45:53.401Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "78a65eb4-76e4-4bda-a746-ddfc702430b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655959543778, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUe18ky1omayibpa5suxr/1.0/resourceInstances/pnfb0573fd1dae60/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T04:45:53.501Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-23T04:45:53.503Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T04:45:53.503Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T04:45:53.517Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:45:53.518Z||pool-45-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-23T04:45:54.402Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T04:45:54.403Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-23T04:45:54.405Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T04:45:54.406Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "78a65eb4-76e4-4bda-a746-ddfc702430b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655959543778, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUe18ky1omayibpa5suxr/1.0/artifacts/service-DemoPnfUe18ky1omayibpa5suxr-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T04:45:54.506Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T04:45:54.507Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T04:45:54.507Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T04:45:54.525Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:45:54.525Z||pool-46-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-06-23T04:45:55.406Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T04:45:55.407Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-23T04:45:55.410Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T04:45:55.410Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "78a65eb4-76e4-4bda-a746-ddfc702430b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655959543778, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUe18ky1omayibpa5suxr/1.0/artifacts/service-DemoPnfUe18ky1omayibpa5suxr-csar.csar", "status": "NOTIFIED" } 2022-06-23T04:45:55.510Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T04:45:55.511Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T04:45:55.511Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T04:45:55.525Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:45:55.525Z||pool-47-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-23T04:45:56.411Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "78a65eb4-76e4-4bda-a746-ddfc702430b0", "serviceName": "Demo_pNF_uE18KY1OMayIBPa5SUXr", "serviceVersion": "1.0", "serviceUUID": "4cf26714-1426-4dba-80cb-adf597a503c6", "serviceDescription": "catalog service description", "serviceInvariantUUID": "a20da873-9f07-4e70-beb7-022edc3ea678", "resources": [ { "resourceInstanceName": "pNF b0573fd1-dae6 0", "resourceCustomizationUUID": "2bd2d10d-1bbf-4f1e-a921-ee93af95a3f8", "resourceName": "pNF b0573fd1-dae6", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "d83f9567-01fc-4557-a076-17446ebdaa38", "resourceInvariantUUID": "fe55910e-cf02-4f35-9154-c69be25feee7", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfUe18ky1omayibpa5suxr-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfUe18ky1omayibpa5suxr/1.0/artifacts/service-DemoPnfUe18ky1omayibpa5suxr-csar.csar", "artifactChecksum": "YTBkODE5YjNmYWU2ZDRmMTcyMWJlZWViNGJiNDJiMDg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e7c485b2-e105-4b93-a557-c06ea445fca6" } ], "workloadContext": "Production" } 2022-06-23T04:45:56.411Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-23T04:45:56.411Z|73d1c12e-59f4-4861-814c-a27be959aeff|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 4cf26714-1426-4dba-80cb-adf597a503c6 ASDC 2022-06-23T04:45:56.412Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:78a65eb4-76e4-4bda-a746-ddfc702430b0 ServiceName:Demo_pNF_uE18KY1OMayIBPa5SUXr ServiceVersion:1.0 ServiceUUID:4cf26714-1426-4dba-80cb-adf597a503c6 ServiceInvariantUUID:a20da873-9f07-4e70-beb7-022edc3ea678 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfUe18ky1omayibpa5suxr-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfUe18ky1omayibpa5suxr/1.0/artifacts/service-DemoPnfUe18ky1omayibpa5suxr-csar.csar ArtifactUUID:e7c485b2-e105-4b93-a557-c06ea445fca6 ArtifactChecksum:YTBkODE5YjNmYWU2ZDRmMTcyMWJlZWViNGJiNDJiMDg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF b0573fd1-dae6 0 ResourceCustomizationUUID:2bd2d10d-1bbf-4f1e-a921-ee93af95a3f8 ResourceInvariantUUID:fe55910e-cf02-4f35-9154-c69be25feee7 ResourceName:pNF b0573fd1-dae6 ResourceType:PNF ResourceUUID:d83f9567-01fc-4557-a076-17446ebdaa38 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-06-23T04:45:56.412Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4cf26714-1426-4dba-80cb-adf597a503c6 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-23T04:45:56.441Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-23T04:45:56.441Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-06-23T04:45:56.442Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-06-23T04:45:56.442Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: e7c485b2-e105-4b93-a557-c06ea445fca6 from URL: /sdc/v1/catalog/services/DemoPnfUe18ky1omayibpa5suxr/1.0/artifacts/service-DemoPnfUe18ky1omayibpa5suxr-csar.csar 2022-06-23T04:45:56.442Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-06-23T04:45:56.442Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfUe18ky1omayibpa5suxr/1.0/artifacts/service-DemoPnfUe18ky1omayibpa5suxr-csar.csar 2022-06-23T04:45:56.522Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-06-23T04:45:56.531Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfUe18ky1omayibpa5suxr/1.0/artifacts/service-DemoPnfUe18ky1omayibpa5suxr-csar.csar e7c485b2-e105-4b93-a557-c06ea445fca6 82648 2022-06-23T04:45:56.531Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfUe18ky1omayibpa5suxr/1.0/artifacts/service-DemoPnfUe18ky1omayibpa5suxr-csar.csar ASDC sendASDCNotification 2022-06-23T04:45:56.532Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUe18ky1omayibpa5suxr/1.0/artifacts/service-DemoPnfUe18ky1omayibpa5suxr-csar.csar 2022-06-23T04:45:56.532Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-23T04:45:56.532Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-23T04:45:56.534Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T04:45:56.534Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "78a65eb4-76e4-4bda-a746-ddfc702430b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655959556531, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUe18ky1omayibpa5suxr/1.0/artifacts/service-DemoPnfUe18ky1omayibpa5suxr-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T04:45:56.634Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T04:45:56.635Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T04:45:56.635Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T04:45:56.650Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:45:56.650Z||pool-48-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-23T04:45:57.535Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-23T04:45:57.536Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-06-23T04:45:57.536Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: e7c485b2-e105-4b93-a557-c06ea445fca6, URL: /sdc/v1/catalog/services/DemoPnfUe18ky1omayibpa5suxr/1.0/artifacts/service-DemoPnfUe18ky1omayibpa5suxr-csar.csar to file: /app/ASDC/1/service-DemoPnfUe18ky1omayibpa5suxr-csar.csar 2022-06-23T04:45:57.536Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfUe18ky1omayibpa5suxr-csar.csar 2022-06-23T04:45:57.537Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfUe18ky1omayibpa5suxr-csar.csar 2022-06-23T04:45:57.537Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfUe18ky1omayibpa5suxr-csar.csar 2022-06-23T04:45:57.700Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10560665719319057906/Definitions/service-DemoPnfUe18ky1omayibpa5suxr-template.yml 2022-06-23T04:45:58.685Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-23T04:45:58.686Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-06-23T04:45:58.686Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfUe18ky1omayibpa5suxr-csar.csar 2022-06-23T04:45:58.686Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-06-23T04:45:58.686Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF b0573fd1-dae6 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-DemoPnfUe18ky1omayibpa5suxr-csar.csar 2022-06-23T04:45:58.686Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||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-DemoPnfUe18ky1omayibpa5suxr-csar.csar 2022-06-23T04:45:58.686Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfUe18ky1omayibpa5suxr-csar.csar 2022-06-23T04:45:58.686Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||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-DemoPnfUe18ky1omayibpa5suxr-csar.csar 2022-06-23T04:45:58.686Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||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-DemoPnfUe18ky1omayibpa5suxr-csar.csar 2022-06-23T04:45:58.686Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||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-DemoPnfUe18ky1omayibpa5suxr-csar.csar 2022-06-23T04:45:58.687Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||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-DemoPnfUe18ky1omayibpa5suxr-csar.csar 2022-06-23T04:45:58.687Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-06-23T04:45:58.687Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:45:58.687Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_uE18KY1OMayIBPa5SUXr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T04:45:58.687Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||DEBUG|500||Node template pNF b0573fd1-dae6 0 is matching search criteria 2022-06-23T04:45:58.688Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-06-23T04:45:58.688Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF b0573fd1-dae6 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-23T04:45:58.688Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:45:58.688Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_uE18KY1OMayIBPa5SUXr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T04:45:58.688Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||DEBUG|500||Node template pNF b0573fd1-dae6 0 is matching search criteria 2022-06-23T04:45:58.688Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-06-23T04:45:58.691Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF b0573fd1-dae6 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-23T04:45:58.691Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:45:58.691Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_uE18KY1OMayIBPa5SUXr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T04:45:58.691Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:45:58.692Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_uE18KY1OMayIBPa5SUXr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T04:45:58.692Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:45:58.692Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_uE18KY1OMayIBPa5SUXr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T04:45:58.692Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:45:58.692Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_uE18KY1OMayIBPa5SUXr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T04:45:58.693Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:45:58.693Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_uE18KY1OMayIBPa5SUXr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T04:45:58.693Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_uE18KY1OMayIBPa5SUXr Description:catalog service description Model UUID:4cf26714-1426-4dba-80cb-adf597a503c6 Model Version:NULL Model InvariantUuid:a20da873-9f07-4e70-beb7-022edc3ea678 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-06-23T04:45:58.700Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: d83f9567-01fc-4557-a076-17446ebdaa38 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-23T04:45:58.703Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||INFO|500||pNF b0573fd1-dae6 0 2022-06-23T04:45:58.703Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: d83f9567-01fc-4557-a076-17446ebdaa38 2022-06-23T04:45:58.703Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 4cf26714-1426-4dba-80cb-adf597a503c6 2022-06-23T04:45:58.703Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 4cf26714-1426-4dba-80cb-adf597a503c6 2022-06-23T04:45:58.703Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF b0573fd1-dae6 0 d83f9567-01fc-4557-a076-17446ebdaa38 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-23T04:45:58.707Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4384094b, org.onap.sdc.toscaparser.api.parameters.Input@50601dae, org.onap.sdc.toscaparser.api.parameters.Input@2af6bd94, org.onap.sdc.toscaparser.api.parameters.Input@3e024851, org.onap.sdc.toscaparser.api.parameters.Input@5d2fc08b] 2022-06-23T04:45:58.707Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:45:58.708Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_uE18KY1OMayIBPa5SUXr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T04:45:58.708Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 4cf26714-1426-4dba-80cb-adf597a503c6: pNF b0573fd1-dae6 2022-06-23T04:45:58.708Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||INFO|500||Processing PNF resource: d83f9567-01fc-4557-a076-17446ebdaa38 2022-06-23T04:45:58.708Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:45:58.709Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_uE18KY1OMayIBPa5SUXr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T04:45:58.709Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||INFO|500||Resource customization UUID: 2bd2d10d-1bbf-4f1e-a921-ee93af95a3f8 is the same as notified resource customizationUUID: 2bd2d10d-1bbf-4f1e-a921-ee93af95a3f8 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-06-23T04:45:58.749Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF b0573fd1-dae6 d83f9567-01fc-4557-a076-17446ebdaa38 0 ASDC deployResourceStructure 2022-06-23T04:45:58.749Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfUe18ky1omayibpa5suxr/1.0/artifacts/service-DemoPnfUe18ky1omayibpa5suxr-csar.csar ASDC sendASDCNotification 2022-06-23T04:45:58.749Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUe18ky1omayibpa5suxr/1.0/artifacts/service-DemoPnfUe18ky1omayibpa5suxr-csar.csar 2022-06-23T04:45:58.749Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-23T04:45:58.749Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-23T04:45:58.752Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T04:45:58.752Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "78a65eb4-76e4-4bda-a746-ddfc702430b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655959558749, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUe18ky1omayibpa5suxr/1.0/artifacts/service-DemoPnfUe18ky1omayibpa5suxr-csar.csar", "status": "DEPLOY_OK" } 2022-06-23T04:45:58.852Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T04:45:58.853Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T04:45:58.853Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T04:45:58.871Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:45:58.871Z||pool-49-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-23T04:45:59.753Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 78a65eb4-76e4-4bda-a746-ddfc702430b0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-23T04:45:59.764Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 78a65eb4-76e4-4bda-a746-ddfc702430b0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-23T04:45:59.766Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-23T04:45:59.766Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-23T04:45:59.767Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-23T04:45:59.767Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-23T04:45:59.767Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-23T04:45:59.767Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-23T04:45:59.767Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-23T04:45:59.767Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-23T04:45:59.767Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-23T04:45:59.767Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-23T04:45:59.767Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-23T04:45:59.767Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-23T04:45:59.772Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-23T04:46:06.649Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:46:06.649Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:46:06.650Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T04:46:06.676Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:46:06.697Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.697Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b312d24f-6063-4ab4-a8e4-a9ad7ade465f", "consumerID": "multicloud-k8s-id", "timestamp": 1655959448736, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T04:46:06.698Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:46:06.698Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.698Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b312d24f-6063-4ab4-a8e4-a9ad7ade465f", "consumerID": "cds", "timestamp": 1655959442765, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T04:46:06.699Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:46:06.699Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.699Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b312d24f-6063-4ab4-a8e4-a9ad7ade465f", "consumerID": "multicloud-k8s-id", "timestamp": 1655959448736, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-06-23T04:46:06.699Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:46:06.699Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.699Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b312d24f-6063-4ab4-a8e4-a9ad7ade465f", "consumerID": "cds", "timestamp": 1655959442765, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-23T04:46:06.700Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:46:06.700Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.700Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b312d24f-6063-4ab4-a8e4-a9ad7ade465f", "consumerID": "multicloud-k8s-id", "timestamp": 1655959448736, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-23T04:46:06.700Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:46:06.700Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.700Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b312d24f-6063-4ab4-a8e4-a9ad7ade465f", "consumerID": "cds", "timestamp": 1655959442765, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T04:46:06.701Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:46:06.701Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.701Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b312d24f-6063-4ab4-a8e4-a9ad7ade465f", "consumerID": "multicloud-k8s-id", "timestamp": 1655959448736, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T04:46:06.701Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:46:06.701Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.701Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b312d24f-6063-4ab4-a8e4-a9ad7ade465f", "consumerID": "cds", "timestamp": 1655959442765, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T04:46:06.701Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:46:06.701Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.701Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b312d24f-6063-4ab4-a8e4-a9ad7ade465f", "consumerID": "ves-openapi-manager", "timestamp": 1655959452860, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T04:46:06.702Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:46:06.702Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.702Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b312d24f-6063-4ab4-a8e4-a9ad7ade465f", "consumerID": "multicloud-k8s-id", "timestamp": 1655959448736, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-23T04:46:06.702Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:46:06.702Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.702Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b312d24f-6063-4ab4-a8e4-a9ad7ade465f", "consumerID": "cds", "timestamp": 1655959442765, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-23T04:46:06.703Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:46:06.703Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.703Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b312d24f-6063-4ab4-a8e4-a9ad7ade465f", "consumerID": "ves-openapi-manager", "timestamp": 1655959452860, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-23T04:46:06.703Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:46:06.703Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.703Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b312d24f-6063-4ab4-a8e4-a9ad7ade465f", "consumerID": "aai-ml", "timestamp": 1655959453053, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T04:46:06.704Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:46:06.704Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.704Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b312d24f-6063-4ab4-a8e4-a9ad7ade465f", "consumerID": "policy-id", "timestamp": 1655959454271, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T04:46:06.704Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:46:06.704Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.704Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b312d24f-6063-4ab4-a8e4-a9ad7ade465f", "consumerID": "multicloud-k8s-id", "timestamp": 1655959448736, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T04:46:06.704Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:46:06.704Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.704Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b312d24f-6063-4ab4-a8e4-a9ad7ade465f", "consumerID": "cds", "timestamp": 1655959442765, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T04:46:06.705Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:46:06.705Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.705Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b312d24f-6063-4ab4-a8e4-a9ad7ade465f", "consumerID": "ves-openapi-manager", "timestamp": 1655959452860, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T04:46:06.705Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:46:06.705Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.705Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b312d24f-6063-4ab4-a8e4-a9ad7ade465f", "consumerID": "aai-ml", "timestamp": 1655959453053, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-23T04:46:06.705Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:46:06.706Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.706Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b312d24f-6063-4ab4-a8e4-a9ad7ade465f", "consumerID": "policy-id", "timestamp": 1655959454271, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-23T04:46:06.706Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:46:06.706Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.706Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b312d24f-6063-4ab4-a8e4-a9ad7ade465f", "consumerID": "multicloud-k8s-id", "timestamp": 1655959448736, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-23T04:46:06.706Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:46:06.706Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.706Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b312d24f-6063-4ab4-a8e4-a9ad7ade465f", "consumerID": "cds", "timestamp": 1655959442765, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-23T04:46:06.707Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:46:06.707Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.707Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b312d24f-6063-4ab4-a8e4-a9ad7ade465f", "consumerID": "ves-openapi-manager", "timestamp": 1655959452860, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T04:46:06.707Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:46:06.707Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.716Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b312d24f-6063-4ab4-a8e4-a9ad7ade465f", "consumerID": "aai-ml", "timestamp": 1655959453053, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T04:46:06.716Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:46:06.716Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.716Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b312d24f-6063-4ab4-a8e4-a9ad7ade465f", "consumerID": "policy-id", "timestamp": 1655959454271, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-23T04:46:06.716Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:46:06.716Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.716Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b312d24f-6063-4ab4-a8e4-a9ad7ade465f", "consumerID": "multicloud-k8s-id", "timestamp": 1655959457344, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-23T04:46:06.717Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:46:06.717Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.717Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b312d24f-6063-4ab4-a8e4-a9ad7ade465f", "consumerID": "cds", "timestamp": 1655959457865, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T04:46:06.717Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:46:06.717Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.717Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b312d24f-6063-4ab4-a8e4-a9ad7ade465f", "consumerID": "ves-openapi-manager", "timestamp": 1655959452860, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-23T04:46:06.717Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:46:06.717Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.718Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b312d24f-6063-4ab4-a8e4-a9ad7ade465f", "consumerID": "aai-ml", "timestamp": 1655959453053, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T04:46:06.718Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:46:06.718Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.718Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b312d24f-6063-4ab4-a8e4-a9ad7ade465f", "consumerID": "policy-id", "timestamp": 1655959454271, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T04:46:06.719Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:46:06.719Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.719Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b312d24f-6063-4ab4-a8e4-a9ad7ade465f", "consumerID": "multicloud-k8s-id", "timestamp": 1655959458407, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-23T04:46:06.719Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:46:06.719Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.719Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b312d24f-6063-4ab4-a8e4-a9ad7ade465f", "consumerID": "cds", "timestamp": 1655959458871, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-23T04:46:06.735Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b312d24f-6063-4ab4-a8e4-a9ad7ade465f 2022-06-23T04:46:06.736Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b312d24f-6063-4ab4-a8e4-a9ad7ade465f and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-23T04:46:06.744Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.744Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b312d24f-6063-4ab4-a8e4-a9ad7ade465f", "consumerID": "ves-openapi-manager", "timestamp": 1655959452860, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T04:46:06.745Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:46:06.745Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.745Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b312d24f-6063-4ab4-a8e4-a9ad7ade465f", "consumerID": "aai-ml", "timestamp": 1655959453053, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-23T04:46:06.746Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:46:06.746Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.746Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b312d24f-6063-4ab4-a8e4-a9ad7ade465f", "consumerID": "policy-id", "timestamp": 1655959454271, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-23T04:46:06.746Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:46:06.747Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.747Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b312d24f-6063-4ab4-a8e4-a9ad7ade465f", "consumerID": "multicloud-k8s-id", "timestamp": 1655959459554, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-23T04:46:06.747Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:46:06.747Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.747Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b312d24f-6063-4ab4-a8e4-a9ad7ade465f", "consumerID": "ves-openapi-manager", "timestamp": 1655959452860, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-23T04:46:06.748Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:46:06.748Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.748Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b312d24f-6063-4ab4-a8e4-a9ad7ade465f", "consumerID": "aai-ml", "timestamp": 1655959453053, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T04:46:06.749Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:46:06.749Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.749Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b312d24f-6063-4ab4-a8e4-a9ad7ade465f", "consumerID": "clamp", "timestamp": 1655959459079, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T04:46:06.750Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:46:06.750Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.750Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b312d24f-6063-4ab4-a8e4-a9ad7ade465f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655959459310, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T04:46:06.751Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:46:06.751Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.751Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b312d24f-6063-4ab4-a8e4-a9ad7ade465f", "consumerID": "policy-id", "timestamp": 1655959454271, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T04:46:06.752Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:46:06.752Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.752Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b312d24f-6063-4ab4-a8e4-a9ad7ade465f", "consumerID": "multicloud-k8s-id", "timestamp": 1655959460590, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-23T04:46:06.768Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b312d24f-6063-4ab4-a8e4-a9ad7ade465f 2022-06-23T04:46:06.768Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b312d24f-6063-4ab4-a8e4-a9ad7ade465f and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-23T04:46:06.779Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.779Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b312d24f-6063-4ab4-a8e4-a9ad7ade465f", "consumerID": "clamp", "timestamp": 1655959459079, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-06-23T04:46:06.779Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:46:06.779Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.779Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b312d24f-6063-4ab4-a8e4-a9ad7ade465f", "consumerID": "aai-ml", "timestamp": 1655959453053, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-23T04:46:06.779Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:46:06.779Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.779Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b312d24f-6063-4ab4-a8e4-a9ad7ade465f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655959459310, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-23T04:46:06.780Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:46:06.780Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.780Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b312d24f-6063-4ab4-a8e4-a9ad7ade465f", "consumerID": "policy-id", "timestamp": 1655959454271, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-23T04:46:06.780Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:46:06.780Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.780Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b312d24f-6063-4ab4-a8e4-a9ad7ade465f", "consumerID": "multicloud-k8s-id", "timestamp": 1655959461595, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-06-23T04:46:06.780Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:46:06.780Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.780Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b312d24f-6063-4ab4-a8e4-a9ad7ade465f", "consumerID": "clamp", "timestamp": 1655959459079, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T04:46:06.780Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:46:06.780Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.780Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b312d24f-6063-4ab4-a8e4-a9ad7ade465f", "consumerID": "aai-ml", "timestamp": 1655959460897, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T04:46:06.780Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:46:06.780Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.780Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b312d24f-6063-4ab4-a8e4-a9ad7ade465f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655959459310, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T04:46:06.781Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:46:06.781Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.781Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b312d24f-6063-4ab4-a8e4-a9ad7ade465f", "consumerID": "policy-id", "timestamp": 1655959462208, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T04:46:06.781Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:46:06.781Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.781Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b312d24f-6063-4ab4-a8e4-a9ad7ade465f", "consumerID": "clamp", "timestamp": 1655959459079, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T04:46:06.781Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:46:06.781Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.781Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b312d24f-6063-4ab4-a8e4-a9ad7ade465f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655959459310, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T04:46:06.781Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:46:06.781Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.781Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b312d24f-6063-4ab4-a8e4-a9ad7ade465f", "consumerID": "policy-id", "timestamp": 1655959463215, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-23T04:46:06.781Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:46:06.782Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.782Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b312d24f-6063-4ab4-a8e4-a9ad7ade465f", "consumerID": "clamp", "timestamp": 1655959459079, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-23T04:46:06.782Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:46:06.782Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.782Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b312d24f-6063-4ab4-a8e4-a9ad7ade465f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655959459310, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-23T04:46:06.782Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:46:06.782Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.782Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b312d24f-6063-4ab4-a8e4-a9ad7ade465f", "consumerID": "policy-id", "timestamp": 1655959464230, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-23T04:46:06.787Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b312d24f-6063-4ab4-a8e4-a9ad7ade465f 2022-06-23T04:46:06.787Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b312d24f-6063-4ab4-a8e4-a9ad7ade465f and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-06-23T04:46:06.794Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.795Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b312d24f-6063-4ab4-a8e4-a9ad7ade465f", "consumerID": "clamp", "timestamp": 1655959459079, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T04:46:06.795Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:46:06.795Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.796Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b312d24f-6063-4ab4-a8e4-a9ad7ade465f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655959459310, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T04:46:06.796Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:46:06.796Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.796Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b312d24f-6063-4ab4-a8e4-a9ad7ade465f", "consumerID": "clamp", "timestamp": 1655959459079, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-23T04:46:06.796Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:46:06.797Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.797Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b312d24f-6063-4ab4-a8e4-a9ad7ade465f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655959459310, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-23T04:46:06.797Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:46:06.797Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.797Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b312d24f-6063-4ab4-a8e4-a9ad7ade465f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655959467080, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T04:46:06.798Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:46:06.798Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.798Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b312d24f-6063-4ab4-a8e4-a9ad7ade465f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655959469646, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-23T04:46:06.798Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:46:06.798Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.798Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b312d24f-6063-4ab4-a8e4-a9ad7ade465f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655959470650, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-23T04:46:06.803Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b312d24f-6063-4ab4-a8e4-a9ad7ade465f 2022-06-23T04:46:06.803Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b312d24f-6063-4ab4-a8e4-a9ad7ade465f and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-23T04:46:06.811Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.811Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "multicloud-k8s-id", "timestamp": 1655959468736, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T04:46:06.812Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:46:06.812Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.812Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b312d24f-6063-4ab4-a8e4-a9ad7ade465f", "consumerID": "clamp", "timestamp": 1655959471190, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T04:46:06.812Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:46:06.812Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.812Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "multicloud-k8s-id", "timestamp": 1655959468736, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-06-23T04:46:06.813Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:46:06.813Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.813Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "multicloud-k8s-id", "timestamp": 1655959468736, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-06-23T04:46:06.813Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:46:06.813Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.813Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "cds", "timestamp": 1655959472765, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T04:46:06.813Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:46:06.814Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.814Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b312d24f-6063-4ab4-a8e4-a9ad7ade465f", "consumerID": "clamp", "timestamp": 1655959473198, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-23T04:46:06.814Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:46:06.814Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.814Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "ves-openapi-manager", "timestamp": 1655959472860, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T04:46:06.814Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:46:06.815Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.815Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "multicloud-k8s-id", "timestamp": 1655959468736, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-06-23T04:46:06.815Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:46:06.815Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.815Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "cds", "timestamp": 1655959472765, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-23T04:46:06.816Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:46:06.816Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.816Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b312d24f-6063-4ab4-a8e4-a9ad7ade465f", "consumerID": "clamp", "timestamp": 1655959474201, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-23T04:46:06.822Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b312d24f-6063-4ab4-a8e4-a9ad7ade465f 2022-06-23T04:46:06.822Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b312d24f-6063-4ab4-a8e4-a9ad7ade465f and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-23T04:46:06.830Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.831Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "ves-openapi-manager", "timestamp": 1655959472860, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-23T04:46:06.831Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:46:06.831Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.831Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "multicloud-k8s-id", "timestamp": 1655959468736, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-06-23T04:46:06.831Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:46:06.831Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.832Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b312d24f-6063-4ab4-a8e4-a9ad7ade465f", "consumerID": "aai-ml", "timestamp": 1655959473769, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-23T04:46:06.832Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:46:06.832Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.832Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "cds", "timestamp": 1655959472765, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-23T04:46:06.832Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:46:06.832Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.833Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "policy-id", "timestamp": 1655959474265, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T04:46:06.833Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:46:06.833Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.833Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "ves-openapi-manager", "timestamp": 1655959472860, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-23T04:46:06.833Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:46:06.833Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.833Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "multicloud-k8s-id", "timestamp": 1655959468736, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T04:46:06.834Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:46:06.834Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.834Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b312d24f-6063-4ab4-a8e4-a9ad7ade465f", "consumerID": "aai-ml", "timestamp": 1655959474774, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-23T04:46:06.838Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b312d24f-6063-4ab4-a8e4-a9ad7ade465f 2022-06-23T04:46:06.839Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b312d24f-6063-4ab4-a8e4-a9ad7ade465f and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-23T04:46:06.846Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.847Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "cds", "timestamp": 1655959472765, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-23T04:46:06.847Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:46:06.847Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.847Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "policy-id", "timestamp": 1655959474265, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-23T04:46:06.847Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:46:06.847Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.848Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "ves-openapi-manager", "timestamp": 1655959472860, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-23T04:46:06.848Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:46:06.848Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.848Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "multicloud-k8s-id", "timestamp": 1655959468736, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-06-23T04:46:06.848Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:46:06.849Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.849Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "cds", "timestamp": 1655959472765, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T04:46:06.849Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:46:06.849Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.849Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "policy-id", "timestamp": 1655959474265, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-23T04:46:06.849Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:46:06.849Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.850Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "ves-openapi-manager", "timestamp": 1655959472860, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T04:46:06.850Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:46:06.850Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.850Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "multicloud-k8s-id", "timestamp": 1655959468736, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T04:46:06.850Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:46:06.851Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.851Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "cds", "timestamp": 1655959472765, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T04:46:06.851Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:46:06.851Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.851Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "policy-id", "timestamp": 1655959474265, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-23T04:46:06.851Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:46:06.852Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.852Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "ves-openapi-manager", "timestamp": 1655959472860, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T04:46:06.852Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:46:06.852Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.852Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "multicloud-k8s-id", "timestamp": 1655959468736, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-23T04:46:06.852Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:46:06.853Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.853Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "cds", "timestamp": 1655959472765, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-23T04:46:06.853Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:46:06.853Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.853Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "policy-id", "timestamp": 1655959474265, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-06-23T04:46:06.853Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:46:06.854Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.854Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "ves-openapi-manager", "timestamp": 1655959472860, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-23T04:46:06.854Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:46:06.854Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.854Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "cds", "timestamp": 1655959472765, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T04:46:06.854Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:46:06.855Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.855Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "multicloud-k8s-id", "timestamp": 1655959480081, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-23T04:46:06.855Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:46:06.855Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.855Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "policy-id", "timestamp": 1655959474265, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T04:46:06.855Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:46:06.855Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.856Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "ves-openapi-manager", "timestamp": 1655959472860, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T04:46:06.856Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:46:06.856Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.856Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "cds", "timestamp": 1655959472765, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-23T04:46:06.856Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:46:06.856Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.857Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "policy-id", "timestamp": 1655959474265, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-23T04:46:06.857Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:46:06.857Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.857Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "multicloud-k8s-id", "timestamp": 1655959481192, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-06-23T04:46:06.857Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:46:06.857Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.858Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "ves-openapi-manager", "timestamp": 1655959472860, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-23T04:46:06.858Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:46:06.858Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.858Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "cds", "timestamp": 1655959482591, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T04:46:06.859Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:46:06.859Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.859Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "policy-id", "timestamp": 1655959474265, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T04:46:06.859Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:46:06.859Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.859Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "multicloud-k8s-id", "timestamp": 1655959482289, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-06-23T04:46:06.860Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:46:06.860Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.860Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "cds", "timestamp": 1655959483598, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-23T04:46:06.873Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d3d0d05a-aa34-4f7c-88ca-c74cf3387da3 2022-06-23T04:46:06.874Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d3d0d05a-aa34-4f7c-88ca-c74cf3387da3 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-23T04:46:06.882Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.882Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "policy-id", "timestamp": 1655959474265, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-23T04:46:06.883Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:46:06.883Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.883Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "multicloud-k8s-id", "timestamp": 1655959483352, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-06-23T04:46:06.883Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:46:06.883Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.884Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "policy-id", "timestamp": 1655959484118, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T04:46:06.884Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:46:06.884Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.884Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "multicloud-k8s-id", "timestamp": 1655959484424, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-23T04:46:06.889Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d3d0d05a-aa34-4f7c-88ca-c74cf3387da3 2022-06-23T04:46:06.889Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d3d0d05a-aa34-4f7c-88ca-c74cf3387da3 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-23T04:46:06.898Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.898Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "aai-ml", "timestamp": 1655959483053, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T04:46:06.899Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:46:06.899Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.899Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "policy-id", "timestamp": 1655959485124, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-23T04:46:06.899Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:46:06.899Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.899Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "multicloud-k8s-id", "timestamp": 1655959485429, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-06-23T04:46:06.900Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:46:06.900Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.900Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "aai-ml", "timestamp": 1655959483053, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-23T04:46:06.900Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:46:06.900Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.900Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "policy-id", "timestamp": 1655959486134, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-23T04:46:06.905Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d3d0d05a-aa34-4f7c-88ca-c74cf3387da3 2022-06-23T04:46:06.905Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d3d0d05a-aa34-4f7c-88ca-c74cf3387da3 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-06-23T04:46:06.911Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.911Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "aai-ml", "timestamp": 1655959483053, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-23T04:46:06.911Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:46:06.911Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.912Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "aai-ml", "timestamp": 1655959483053, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-23T04:46:06.912Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:46:06.912Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.912Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "aai-ml", "timestamp": 1655959483053, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T04:46:06.912Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:46:06.913Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.913Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "aai-ml", "timestamp": 1655959483053, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T04:46:06.913Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:46:06.913Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.913Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "clamp", "timestamp": 1655959489079, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T04:46:06.913Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:46:06.913Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.914Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655959489311, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T04:46:06.914Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:46:06.914Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.914Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "aai-ml", "timestamp": 1655959483053, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-23T04:46:06.914Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:46:06.914Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.915Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "clamp", "timestamp": 1655959489079, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-23T04:46:06.915Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:46:06.915Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.915Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655959489311, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-23T04:46:06.915Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:46:06.915Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.915Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "aai-ml", "timestamp": 1655959483053, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T04:46:06.916Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:46:06.916Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.916Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "clamp", "timestamp": 1655959489079, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-23T04:46:06.917Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:46:06.918Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.918Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655959489311, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-23T04:46:06.918Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:46:06.918Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.918Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "aai-ml", "timestamp": 1655959483053, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-23T04:46:06.918Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:46:06.919Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.919Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "clamp", "timestamp": 1655959489079, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-06-23T04:46:06.919Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:46:06.919Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.919Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655959489311, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-23T04:46:06.919Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:46:06.920Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.920Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "clamp", "timestamp": 1655959489079, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T04:46:06.920Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:46:06.920Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.920Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "aai-ml", "timestamp": 1655959492824, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T04:46:06.920Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:46:06.921Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.921Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655959489311, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T04:46:06.923Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:46:06.923Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.923Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "clamp", "timestamp": 1655959489079, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T04:46:06.925Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:46:06.925Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.926Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655959489311, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T04:46:06.926Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:46:06.927Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.927Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "clamp", "timestamp": 1655959489079, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-23T04:46:06.927Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:46:06.928Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.928Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655959489311, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-23T04:46:06.928Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:46:06.928Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.928Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "clamp", "timestamp": 1655959489079, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T04:46:06.928Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:46:06.929Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.930Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655959489311, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T04:46:06.930Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:46:06.931Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.931Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "clamp", "timestamp": 1655959489079, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-23T04:46:06.931Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:46:06.932Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.932Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655959489311, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-23T04:46:06.932Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:46:06.932Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.932Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655959499180, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T04:46:06.933Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:46:06.933Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.933Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655959501727, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-23T04:46:06.933Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:46:06.933Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.933Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "clamp", "timestamp": 1655959502195, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T04:46:06.933Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:46:06.934Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.934Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655959502735, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-23T04:46:06.940Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d3d0d05a-aa34-4f7c-88ca-c74cf3387da3 2022-06-23T04:46:06.940Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d3d0d05a-aa34-4f7c-88ca-c74cf3387da3 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-23T04:46:06.950Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.950Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "clamp", "timestamp": 1655959504203, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-23T04:46:06.950Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:46:06.950Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.951Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "clamp", "timestamp": 1655959505206, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-23T04:46:06.955Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d3d0d05a-aa34-4f7c-88ca-c74cf3387da3 2022-06-23T04:46:06.955Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d3d0d05a-aa34-4f7c-88ca-c74cf3387da3 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-23T04:46:06.963Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.964Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "aai-ml", "timestamp": 1655959504854, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-23T04:46:06.965Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:46:06.966Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:46:06.967Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "aai-ml", "timestamp": 1655959505858, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-23T04:46:06.973Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d3d0d05a-aa34-4f7c-88ca-c74cf3387da3 2022-06-23T04:46:06.974Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d3d0d05a-aa34-4f7c-88ca-c74cf3387da3 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-23T04:46:29.772Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 78a65eb4-76e4-4bda-a746-ddfc702430b0 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-06-23T04:46:29.778Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 78a65eb4-76e4-4bda-a746-ddfc702430b0 and serviceModelVersionId: 4cf26714-1426-4dba-80cb-adf597a503c6 2022-06-23T04:46:29.778Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a20da873-9f07-4e70-beb7-022edc3ea678 2022-06-23T04:46:29.779Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a20da873-9f07-4e70-beb7-022edc3ea678/model-vers/model-ver/4cf26714-1426-4dba-80cb-adf597a503c6?depth=0 2022-06-23T04:46:29.782Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-06-23T04:46:29.828Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a20da873-9f07-4e70-beb7-022edc3ea678/model-vers/model-ver/4cf26714-1426-4dba-80cb-adf597a503c6?depth=0|INFO|500||Invoke 2022-06-23T04:46:29.828Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a20da873-9f07-4e70-beb7-022edc3ea678/model-vers/model-ver/4cf26714-1426-4dba-80cb-adf597a503c6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a20da873-9f07-4e70-beb7-022edc3ea678/model-vers/model-ver/4cf26714-1426-4dba-80cb-adf597a503c6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[78a65eb4-76e4-4bda-a746-ddfc702430b0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ec1be2f5-2570-4787-9f96-560a6da8e68d], X-ECOMP-RequestID=[78a65eb4-76e4-4bda-a746-ddfc702430b0], X-TransactionId=[], X-ONAP-RequestID=[78a65eb4-76e4-4bda-a746-ddfc702430b0], Content-Type=[application/merge-patch+json]} 2022-06-23T04:46:29.879Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a20da873-9f07-4e70-beb7-022edc3ea678/model-vers/model-ver/4cf26714-1426-4dba-80cb-adf597a503c6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-23T04:46:30.019Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a20da873-9f07-4e70-beb7-022edc3ea678/model-vers/model-ver/4cf26714-1426-4dba-80cb-adf597a503c6?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/a20da873-9f07-4e70-beb7-022edc3ea678/model-vers/model-ver/4cf26714-1426-4dba-80cb-adf597a503c6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220623-04:46:29:887-29870], vertex-id=[221368], Content-Length=[0], Date=[Thu, 23 Jun 2022 04:46:29 GMT], Content-Type=[application/json]} 2022-06-23T04:46:30.020Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a20da873-9f07-4e70-beb7-022edc3ea678/model-vers/model-ver/4cf26714-1426-4dba-80cb-adf597a503c6?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-23T04:46:30.021Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a20da873-9f07-4e70-beb7-022edc3ea678/model-vers/model-ver/4cf26714-1426-4dba-80cb-adf597a503c6?depth=0|INFO|500||InvokeReturn 2022-06-23T04:46:30.021Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-23T04:46:30.021Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-23T04:46:30.026Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-23T04:46:30.026Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 78a65eb4-76e4-4bda-a746-ddfc702430b0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-23T04:46:30.026Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-23T04:46:30.027Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-23T04:46:30.028Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T04:46:30.028Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "78a65eb4-76e4-4bda-a746-ddfc702430b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655959590026, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-23T04:46:30.129Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-23T04:46:30.130Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T04:46:30.130Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T04:46:30.158Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:46:30.159Z||pool-50-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-23T04:46:31.041Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:46:31.041Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"b312d24f-6063-4ab4-a8e4-a9ad7ade465f","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"d3928b9b-5143-4ff2-b3c1-0d4e27e01787","serviceDescription":"service","serviceInvariantUUID":"4bd84d4e-2d9e-4af2-9b34-33d81c56b2f5","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6a20c0f2-119c-44a9-aef4-d85d906c2c39","resourceInvariantUUID":"2b56c554-29ac-44e3-9c0d-d2c320bd4387","resourceCustomizationUUID":"2c9b4872-085b-4fbb-9f9c-32877ca098bb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"MmZkZmZkZDljODRkMGUzYjIyYmY5MWZmNGVmZGUwZDQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ebeaa650-825b-451e-918a-01f0fbb8c941","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"M2M5YjljYWFlMjRjMGNiMWE4MzkyNGRmMmYyN2RmNjU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"16cd1125-0861-48a9-99b2-3be1936968ad","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8d87f932-a3c9-4caf-b8ea-03b9e67dc8e2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"452f8bb1-f93d-40fd-a7f4-870156c66fa1","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"536da0af-dd19-49d8-89b8-da70d8f21706","artifactVersion":"2","generatedFromUUID":"8d87f932-a3c9-4caf-b8ea-03b9e67dc8e2"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MzUwYWI2MzFkNmY1OWJmYzA2NTkxMzQ2MTA5NmU5MWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"75b81ead-bd90-45ba-a0f7-2bc31e92cb2e","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZDRkOWU2ODMxYjNkZDhkMjA0OTE3ZDFhYThiZGM2MWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8c3c49af-d86a-4e66-9316-3b73b197ec6a","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-23T04:46:31.041Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T04:46:31.042Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-23T04:46:31.044Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T04:46:31.044Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b312d24f-6063-4ab4-a8e4-a9ad7ade465f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655959543778, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T04:46:31.150Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms 2022-06-23T04:46:31.151Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T04:46:31.151Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T04:46:31.199Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:46:31.200Z||pool-51-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1} 2022-06-23T04:46:32.044Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T04:46:32.046Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-23T04:46:32.048Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T04:46:32.048Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b312d24f-6063-4ab4-a8e4-a9ad7ade465f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655959543778, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-06-23T04:46:32.148Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T04:46:32.149Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T04:46:32.149Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T04:46:32.162Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:46:32.162Z||pool-52-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-06-23T04:46:33.048Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T04:46:33.049Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-23T04:46:33.051Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T04:46:33.053Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b312d24f-6063-4ab4-a8e4-a9ad7ade465f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655959543778, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-23T04:46:33.153Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T04:46:33.154Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T04:46:33.154Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T04:46:33.168Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:46:33.168Z||pool-53-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-06-23T04:46:34.054Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T04:46:34.055Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-23T04:46:34.056Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T04:46:34.056Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b312d24f-6063-4ab4-a8e4-a9ad7ade465f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655959543778, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T04:46:34.157Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T04:46:34.157Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T04:46:34.158Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T04:46:34.178Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:46:34.178Z||pool-54-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-06-23T04:46:35.057Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T04:46:35.058Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-23T04:46:35.060Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T04:46:35.060Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b312d24f-6063-4ab4-a8e4-a9ad7ade465f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655959543778, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-23T04:46:35.160Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T04:46:35.161Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T04:46:35.161Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T04:46:35.187Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:46:35.188Z||pool-55-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-06-23T04:46:36.060Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T04:46:36.061Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-23T04:46:36.063Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T04:46:36.063Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b312d24f-6063-4ab4-a8e4-a9ad7ade465f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655959543778, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T04:46:36.163Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T04:46:36.164Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T04:46:36.164Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T04:46:36.180Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:46:36.180Z||pool-56-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-23T04:46:37.065Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T04:46:37.067Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-23T04:46:37.069Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T04:46:37.069Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b312d24f-6063-4ab4-a8e4-a9ad7ade465f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655959543778, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-23T04:46:37.169Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-23T04:46:37.170Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T04:46:37.170Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T04:46:37.183Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:46:37.183Z||pool-57-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-06-23T04:46:38.072Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "b312d24f-6063-4ab4-a8e4-a9ad7ade465f", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "d3928b9b-5143-4ff2-b3c1-0d4e27e01787", "serviceDescription": "service", "serviceInvariantUUID": "4bd84d4e-2d9e-4af2-9b34-33d81c56b2f5", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "2c9b4872-085b-4fbb-9f9c-32877ca098bb", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "6a20c0f2-119c-44a9-aef4-d85d906c2c39", "resourceInvariantUUID": "2b56c554-29ac-44e3-9c0d-d2c320bd4387", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_vm0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "artifactChecksum": "M2M5YjljYWFlMjRjMGNiMWE4MzkyNGRmMmYyN2RmNjU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "16cd1125-0861-48a9-99b2-3be1936968ad", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "8d87f932-a3c9-4caf-b8ea-03b9e67dc8e2", "generatedArtifact": { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "536da0af-dd19-49d8-89b8-da70d8f21706", "generatedFromUUID": "8d87f932-a3c9-4caf-b8ea-03b9e67dc8e2" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "536da0af-dd19-49d8-89b8-da70d8f21706", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "ZDRkOWU2ODMxYjNkZDhkMjA0OTE3ZDFhYThiZGM2MWE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8c3c49af-d86a-4e66-9316-3b73b197ec6a" } ], "workloadContext": "Production" } 2022-06-23T04:46:38.073Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-23T04:46:38.073Z|78a65eb4-76e4-4bda-a746-ddfc702430b0|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d3928b9b-5143-4ff2-b3c1-0d4e27e01787 ASDC 2022-06-23T04:46:38.074Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:b312d24f-6063-4ab4-a8e4-a9ad7ade465f ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:d3928b9b-5143-4ff2-b3c1-0d4e27e01787 ServiceInvariantUUID:4bd84d4e-2d9e-4af2-9b34-33d81c56b2f5 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicVm-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ArtifactUUID:8c3c49af-d86a-4e66-9316-3b73b197ec6a ArtifactChecksum:ZDRkOWU2ODMxYjNkZDhkMjA0OTE3ZDFhYThiZGM2MWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:2c9b4872-085b-4fbb-9f9c-32877ca098bb ResourceInvariantUUID:2b56c554-29ac-44e3-9c0d-d2c320bd4387 ResourceName:basic_vm ResourceType:VF ResourceUUID:6a20c0f2-119c-44a9-aef4-d85d906c2c39 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_vm0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ArtifactUUID:16cd1125-0861-48a9-99b2-3be1936968ad ArtifactChecksum:M2M5YjljYWFlMjRjMGNiMWE4MzkyNGRmMmYyN2RmNjU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ArtifactUUID:8d87f932-a3c9-4caf-b8ea-03b9e67dc8e2 ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ArtifactUUID:536da0af-dd19-49d8-89b8-da70d8f21706 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ArtifactUUID:536da0af-dd19-49d8-89b8-da70d8f21706 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-23T04:46:38.075Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d3928b9b-5143-4ff2-b3c1-0d4e27e01787 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-23T04:46:38.130Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-23T04:46:38.131Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-06-23T04:46:38.131Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-06-23T04:46:38.131Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 8c3c49af-d86a-4e66-9316-3b73b197ec6a from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-06-23T04:46:38.131Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-06-23T04:46:38.132Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-06-23T04:46:38.203Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-06-23T04:46:38.206Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 8c3c49af-d86a-4e66-9316-3b73b197ec6a 71067 2022-06-23T04:46:38.206Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-06-23T04:46:38.207Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-06-23T04:46:38.207Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-23T04:46:38.207Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-23T04:46:38.209Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T04:46:38.209Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b312d24f-6063-4ab4-a8e4-a9ad7ade465f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655959598206, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T04:46:38.309Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-23T04:46:38.311Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T04:46:38.311Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T04:46:38.324Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:46:38.324Z||pool-58-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-06-23T04:46:39.210Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-23T04:46:39.214Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-06-23T04:46:39.214Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 8c3c49af-d86a-4e66-9316-3b73b197ec6a, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-06-23T04:46:39.214Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-06-23T04:46:39.215Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-06-23T04:46:39.215Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-06-23T04:46:39.324Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11280560129977198014/Definitions/service-BasicVm-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-06-23T04:46:40.456Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-23T04:46:40.456Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-06-23T04:46:40.456Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-23T04:46:40.456Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-06-23T04:46:40.457Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-23T04:46:40.457Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-23T04:46:40.457Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-23T04:46:40.457Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-23T04:46:40.457Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-23T04:46:40.457Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-23T04:46:40.457Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-23T04:46:40.457Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-23T04:46:40.458Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-23T04:46:40.458Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-06-23T04:46:40.458Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:46:40.458Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T04:46:40.458Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-23T04:46:40.458Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-06-23T04:46:40.459Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-23T04:46:40.459Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:46:40.459Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T04:46:40.459Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-23T04:46:40.459Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-06-23T04:46:40.459Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-23T04:46:40.460Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:46:40.460Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T04:46:40.460Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:46:40.460Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-06-23T04:46:40.460Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-06-23T04:46:40.460Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-06-23T04:46:40.461Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-06-23T04:46:40.461Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-23T04:46:40.461Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-23T04:46:40.461Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:46:40.461Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-23T04:46:40.461Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:46:40.461Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-23T04:46:40.462Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-23T04:46:40.462Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:46:40.462Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-23T04:46:40.462Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-23T04:46:40.462Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:46:40.462Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-23T04:46:40.462Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-23T04:46:40.463Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:46:40.463Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-06-23T04:46:40.463Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-06-23T04:46:40.463Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-23T04:46:40.463Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=d32f2ba0-d79c-4b5a-805c-7f427431a730 2022-06-23T04:46:40.463Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:46:40.464Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T04:46:40.464Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:46:40.464Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T04:46:40.464Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:46:40.464Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T04:46:40.465Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:46:40.465Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T04:46:40.465Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:d3928b9b-5143-4ff2-b3c1-0d4e27e01787 Model Version:NULL Model InvariantUuid:4bd84d4e-2d9e-4af2-9b34-33d81c56b2f5 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:b6d88d82-fa94-4a3f-be87-88b485dd52eb Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:2b56c554-29ac-44e3-9c0d-d2c320bd4387 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:2c9b4872-085b-4fbb-9f9c-32877ca098bb NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:76358386-e0a0-4270-89b5-85fb32932501 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:e0400773-413a-4b09-98bb-90d1ac7b78e9 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:d32f2ba0-d79c-4b5a-805c-7f427431a730 ModelInvariantUuid:c00ba67c-1dcf-4079-9049-747da96aa818 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:739922d8-aad7-4d00-b24e-f452b774b28a ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:6edde84b-e78a-4cc5-91b9-0360f2535a49 ModelInvariantUuid:aead158e-3cca-4091-80d6-9f2e3e2d2118 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:99091bd0-6fec-400a-ae57-512e68ffb4ff ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-06-23T04:46:40.471Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 6a20c0f2-119c-44a9-aef4-d85d906c2c39 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-23T04:46:40.474Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||INFO|500||basic_vm 0 2022-06-23T04:46:40.474Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6a20c0f2-119c-44a9-aef4-d85d906c2c39 2022-06-23T04:46:40.474Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 16cd1125-0861-48a9-99b2-3be1936968ad from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-06-23T04:46:40.474Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-06-23T04:46:40.474Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-06-23T04:46:40.567Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-06-23T04:46:40.567Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 16cd1125-0861-48a9-99b2-3be1936968ad 787 2022-06-23T04:46:40.567Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-06-23T04:46:40.568Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-06-23T04:46:40.568Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-23T04:46:40.568Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-23T04:46:40.570Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T04:46:40.570Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b312d24f-6063-4ab4-a8e4-a9ad7ade465f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655959600567, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-23T04:46:40.670Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T04:46:40.671Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T04:46:40.671Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T04:46:40.687Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:46:40.688Z||pool-59-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-23T04:46:41.570Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "76358386-e0a0-4270-89b5-85fb32932501", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e0400773-413a-4b09-98bb-90d1ac7b78e9", "vfModuleModelCustomizationUUID": "de1e5f18-f801-4225-b59e-4d92ebd51790", "isBase": true, "artifacts": [ "8d87f932-a3c9-4caf-b8ea-03b9e67dc8e2", "536da0af-dd19-49d8-89b8-da70d8f21706" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-23T04:46:41.575Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e0400773-413a-4b09-98bb-90d1ac7b78e9 VfModuleModelInvariantUUID:76358386-e0a0-4270-89b5-85fb32932501 VfModuleModelDescription:NULL Artifacts UUID List:{ 8d87f932-a3c9-4caf-b8ea-03b9e67dc8e2 , 536da0af-dd19-49d8-89b8-da70d8f21706 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-06-23T04:46:41.577Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "76358386-e0a0-4270-89b5-85fb32932501", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e0400773-413a-4b09-98bb-90d1ac7b78e9", "vfModuleModelCustomizationUUID": "de1e5f18-f801-4225-b59e-4d92ebd51790", "isBase": true, "artifacts": [ "8d87f932-a3c9-4caf-b8ea-03b9e67dc8e2", "536da0af-dd19-49d8-89b8-da70d8f21706" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-23T04:46:41.578Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e0400773-413a-4b09-98bb-90d1ac7b78e9 VfModuleModelInvariantUUID:76358386-e0a0-4270-89b5-85fb32932501 VfModuleModelDescription:NULL Artifacts UUID List:{ 8d87f932-a3c9-4caf-b8ea-03b9e67dc8e2 , 536da0af-dd19-49d8-89b8-da70d8f21706 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-06-23T04:46:41.578Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 8d87f932-a3c9-4caf-b8ea-03b9e67dc8e2 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-06-23T04:46:41.578Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-06-23T04:46:41.579Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-06-23T04:46:41.641Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-06-23T04:46:41.641Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 8d87f932-a3c9-4caf-b8ea-03b9e67dc8e2 5033 2022-06-23T04:46:41.641Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-06-23T04:46:41.642Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-06-23T04:46:41.642Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-23T04:46:41.642Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-23T04:46:41.644Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T04:46:41.644Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b312d24f-6063-4ab4-a8e4-a9ad7ade465f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655959601641, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-23T04:46:41.746Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T04:46:41.747Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T04:46:41.747Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T04:46:41.760Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:46:41.760Z||pool-60-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-23T04:46:42.644Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 536da0af-dd19-49d8-89b8-da70d8f21706 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-06-23T04:46:42.645Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-06-23T04:46:42.645Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-06-23T04:46:42.707Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-06-23T04:46:42.707Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 536da0af-dd19-49d8-89b8-da70d8f21706 903 2022-06-23T04:46:42.707Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-06-23T04:46:42.707Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-06-23T04:46:42.708Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-23T04:46:42.708Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-23T04:46:42.709Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T04:46:42.710Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b312d24f-6063-4ab4-a8e4-a9ad7ade465f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655959602707, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-23T04:46:42.810Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T04:46:42.810Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T04:46:42.811Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T04:46:42.824Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:46:42.824Z||pool-61-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-23T04:46:43.710Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: d3928b9b-5143-4ff2-b3c1-0d4e27e01787 2022-06-23T04:46:43.711Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 6a20c0f2-119c-44a9-aef4-d85d906c2c39 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-23T04:46:43.724Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@168fcf94, org.onap.sdc.toscaparser.api.parameters.Input@616f0ec2, org.onap.sdc.toscaparser.api.parameters.Input@64b6b9a8, org.onap.sdc.toscaparser.api.parameters.Input@4a2492e3, org.onap.sdc.toscaparser.api.parameters.Input@22bf075c] 2022-06-23T04:46:43.725Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:46:43.725Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T04:46:43.726Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2022-06-23T04:46:43.726Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 2c9b4872-085b-4fbb-9f9c-32877ca098bb 2022-06-23T04:46:43.726Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2c9b4872-085b-4fbb-9f9c-32877ca098bb matches Tosca VF Customization UUID: 2c9b4872-085b-4fbb-9f9c-32877ca098bb 2022-06-23T04:46:43.726Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 2c9b4872-085b-4fbb-9f9c-32877ca098bb matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-06-23T04:46:43.728Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:46:43.728Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T04:46:43.729Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 2c9b4872-085b-4fbb-9f9c-32877ca098bb: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"} 2022-06-23T04:46:43.729Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@448b5ca 2022-06-23T04:46:43.729Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:46:43.729Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-23T04:46:43.729Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : de1e5f18-f801-4225-b59e-4d92ebd51790 2022-06-23T04:46:43.730Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID de1e5f18-f801-4225-b59e-4d92ebd51790 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-06-23T04:46:43.732Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:46:43.732Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-23T04:46:43.732Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-23T04:46:43.732Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:46:43.732Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-23T04:46:43.732Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-23T04:46:43.733Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:46:43.733Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-06-23T04:46:43.733Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-06-23T04:46:43.733Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-23T04:46:43.733Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=d32f2ba0-d79c-4b5a-805c-7f427431a730 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-06-23T04:46:43.735Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:46:43.735Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-23T04:46:43.736Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-23T04:46:43.736Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:46:43.736Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-23T04:46:43.736Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=2c9b4872-085b-4fbb-9f9c-32877ca098bb Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-23T04:46:43.738Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:46:43.738Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T04:46:43.738Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid d3928b9b-5143-4ff2-b3c1-0d4e27e01787: basic_vm 2022-06-23T04:46:43.738Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:46:43.738Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T04:46:43.739Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:46:43.739Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T04:46:43.739Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:46:43.739Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T04:46:43.739Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:46:43.739Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T04:46:43.739Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:46:43.740Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T04:46:43.740Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||INFO|500||Saving Service: basic_vm Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-23T04:46:43.807Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 6a20c0f2-119c-44a9-aef4-d85d906c2c39 1 ASDC deployResourceStructure 2022-06-23T04:46:43.807Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-06-23T04:46:43.807Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-06-23T04:46:43.807Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-23T04:46:43.807Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-23T04:46:43.809Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T04:46:43.809Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b312d24f-6063-4ab4-a8e4-a9ad7ade465f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655959603807, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-06-23T04:46:43.910Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T04:46:43.911Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T04:46:43.911Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T04:46:43.927Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:46:43.927Z||pool-62-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-23T04:46:44.810Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-06-23T04:46:44.811Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-06-23T04:46:44.811Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-23T04:46:44.811Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-23T04:46:44.813Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T04:46:44.813Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b312d24f-6063-4ab4-a8e4-a9ad7ade465f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655959604810, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-06-23T04:46:44.913Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T04:46:44.914Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T04:46:44.914Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T04:46:44.928Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:46:44.929Z||pool-63-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-23T04:46:45.814Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-06-23T04:46:45.814Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-06-23T04:46:45.814Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-23T04:46:45.815Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-23T04:46:45.817Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T04:46:45.817Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b312d24f-6063-4ab4-a8e4-a9ad7ade465f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655959605814, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-06-23T04:46:45.917Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T04:46:45.918Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T04:46:45.918Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T04:46:45.931Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:46:45.932Z||pool-64-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-23T04:46:46.818Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-06-23T04:46:46.819Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-06-23T04:46:46.819Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-23T04:46:46.819Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-23T04:46:46.822Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T04:46:46.822Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b312d24f-6063-4ab4-a8e4-a9ad7ade465f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655959606818, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-23T04:46:46.922Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T04:46:46.923Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T04:46:46.923Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T04:46:46.938Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:46:46.939Z||pool-65-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-06-23T04:46:47.822Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b312d24f-6063-4ab4-a8e4-a9ad7ade465f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-23T04:46:47.834Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b312d24f-6063-4ab4-a8e4-a9ad7ade465f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-23T04:46:47.837Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-23T04:46:47.837Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-23T04:46:47.837Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-23T04:46:47.838Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-23T04:46:47.838Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-23T04:46:47.838Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-23T04:46:47.838Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-23T04:46:47.838Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-23T04:46:47.838Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-23T04:46:47.838Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-23T04:46:47.838Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-23T04:46:47.843Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-23T04:47:06.648Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:47:06.649Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:47:06.649Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T04:47:06.696Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:47:06.697Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:47:06.697Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "73d1c12e-59f4-4861-814c-a27be959aeff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655959542761, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-23T04:47:06.698Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:47:06.698Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:47:06.698Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "78a65eb4-76e4-4bda-a746-ddfc702430b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655959543778, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUe18ky1omayibpa5suxr/1.0/resourceInstances/pnfb0573fd1dae60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T04:47:06.698Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:47:06.698Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:47:06.698Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "78a65eb4-76e4-4bda-a746-ddfc702430b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655959543778, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUe18ky1omayibpa5suxr/1.0/resourceInstances/pnfb0573fd1dae60/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-23T04:47:06.699Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:47:06.699Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:47:06.699Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "78a65eb4-76e4-4bda-a746-ddfc702430b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655959543778, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUe18ky1omayibpa5suxr/1.0/resourceInstances/pnfb0573fd1dae60/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-23T04:47:06.699Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:47:06.699Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:47:06.699Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "78a65eb4-76e4-4bda-a746-ddfc702430b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655959543778, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUe18ky1omayibpa5suxr/1.0/resourceInstances/pnfb0573fd1dae60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T04:47:06.699Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:47:06.699Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:47:06.700Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "78a65eb4-76e4-4bda-a746-ddfc702430b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655959543778, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUe18ky1omayibpa5suxr/1.0/resourceInstances/pnfb0573fd1dae60/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T04:47:06.700Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:47:06.700Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:47:06.700Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "78a65eb4-76e4-4bda-a746-ddfc702430b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655959543778, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUe18ky1omayibpa5suxr/1.0/resourceInstances/pnfb0573fd1dae60/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T04:47:06.700Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:47:06.701Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:47:06.701Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "78a65eb4-76e4-4bda-a746-ddfc702430b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655959543778, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUe18ky1omayibpa5suxr/1.0/artifacts/service-DemoPnfUe18ky1omayibpa5suxr-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T04:47:06.701Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:47:06.701Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:47:06.701Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "78a65eb4-76e4-4bda-a746-ddfc702430b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655959543778, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUe18ky1omayibpa5suxr/1.0/artifacts/service-DemoPnfUe18ky1omayibpa5suxr-csar.csar", "status": "NOTIFIED" } 2022-06-23T04:47:06.702Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:47:06.702Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:47:06.702Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "78a65eb4-76e4-4bda-a746-ddfc702430b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655959556531, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUe18ky1omayibpa5suxr/1.0/artifacts/service-DemoPnfUe18ky1omayibpa5suxr-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T04:47:06.702Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:47:06.703Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:47:06.703Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "78a65eb4-76e4-4bda-a746-ddfc702430b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655959558749, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUe18ky1omayibpa5suxr/1.0/artifacts/service-DemoPnfUe18ky1omayibpa5suxr-csar.csar", "status": "DEPLOY_OK" } 2022-06-23T04:47:06.703Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:47:17.843Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b312d24f-6063-4ab4-a8e4-a9ad7ade465f and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-06-23T04:47:17.849Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b312d24f-6063-4ab4-a8e4-a9ad7ade465f and serviceModelVersionId: d3928b9b-5143-4ff2-b3c1-0d4e27e01787 2022-06-23T04:47:17.849Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4bd84d4e-2d9e-4af2-9b34-33d81c56b2f5 2022-06-23T04:47:17.850Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4bd84d4e-2d9e-4af2-9b34-33d81c56b2f5/model-vers/model-ver/d3928b9b-5143-4ff2-b3c1-0d4e27e01787?depth=0 2022-06-23T04:47:17.855Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-06-23T04:47:17.911Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4bd84d4e-2d9e-4af2-9b34-33d81c56b2f5/model-vers/model-ver/d3928b9b-5143-4ff2-b3c1-0d4e27e01787?depth=0|INFO|500||Invoke 2022-06-23T04:47:17.911Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4bd84d4e-2d9e-4af2-9b34-33d81c56b2f5/model-vers/model-ver/d3928b9b-5143-4ff2-b3c1-0d4e27e01787?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4bd84d4e-2d9e-4af2-9b34-33d81c56b2f5/model-vers/model-ver/d3928b9b-5143-4ff2-b3c1-0d4e27e01787?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b312d24f-6063-4ab4-a8e4-a9ad7ade465f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c9a651ca-9ca0-4c3b-8fdf-b00dfebbb137], X-ECOMP-RequestID=[b312d24f-6063-4ab4-a8e4-a9ad7ade465f], X-TransactionId=[], X-ONAP-RequestID=[b312d24f-6063-4ab4-a8e4-a9ad7ade465f], Content-Type=[application/merge-patch+json]} 2022-06-23T04:47:17.935Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4bd84d4e-2d9e-4af2-9b34-33d81c56b2f5/model-vers/model-ver/d3928b9b-5143-4ff2-b3c1-0d4e27e01787?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-23T04:47:18.066Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4bd84d4e-2d9e-4af2-9b34-33d81c56b2f5/model-vers/model-ver/d3928b9b-5143-4ff2-b3c1-0d4e27e01787?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/4bd84d4e-2d9e-4af2-9b34-33d81c56b2f5/model-vers/model-ver/d3928b9b-5143-4ff2-b3c1-0d4e27e01787?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220623-04:47:17:955-65991], vertex-id=[356592], Content-Length=[0], Date=[Thu, 23 Jun 2022 04:47:17 GMT], Content-Type=[application/json]} 2022-06-23T04:47:18.066Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4bd84d4e-2d9e-4af2-9b34-33d81c56b2f5/model-vers/model-ver/d3928b9b-5143-4ff2-b3c1-0d4e27e01787?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-23T04:47:18.067Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4bd84d4e-2d9e-4af2-9b34-33d81c56b2f5/model-vers/model-ver/d3928b9b-5143-4ff2-b3c1-0d4e27e01787?depth=0|INFO|500||InvokeReturn 2022-06-23T04:47:18.070Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-23T04:47:18.070Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-23T04:47:18.076Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-23T04:47:18.076Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b312d24f-6063-4ab4-a8e4-a9ad7ade465f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-23T04:47:18.076Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-23T04:47:18.077Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-23T04:47:18.079Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T04:47:18.079Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b312d24f-6063-4ab4-a8e4-a9ad7ade465f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655959638076, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-23T04:47:18.179Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T04:47:18.180Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T04:47:18.180Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T04:47:18.232Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:47:18.233Z||pool-66-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-23T04:47:19.091Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T04:47:19.091Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"d3d0d05a-aa34-4f7c-88ca-c74cf3387da3","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"2d146543-3ecc-491e-bf4f-68f0d7496ce9","serviceDescription":"service","serviceInvariantUUID":"e7c9618e-fbcb-4535-a3bf-a070c196bb81","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3ab7b673-8de0-4850-a74d-9cade8b75d9f","resourceInvariantUUID":"2b20b50b-c111-4074-b760-af10d549f9b2","resourceCustomizationUUID":"6d3b11c0-b941-41d6-99f6-60177d1db179","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":"OTFiNzY3ZTI2ZWExNjhjZTA4ZGZjZTNhYjI5MzY2OGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3e75d9a4-7bab-4638-93e5-81ee3e6cfdac","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":"e0946174-95da-4d2e-99ba-1b80f50fab80","artifactVersion":"2","generatedFromUUID":"06e69cd2-38f4-4a84-93a9-280f5f1d4990"},{"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":"06e69cd2-38f4-4a84-93a9-280f5f1d4990","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":"YzI3YjYyNzFlNjNlMzA4ZTE4YmZkMGUxYjJkYzA5Yjg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"fbf17c15-e7e0-4b14-8dca-f5da04c0b934","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":"b0a89620-4e5f-42cd-903f-7d7c8f39e78b","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":"260b6187-596a-4e86-bb57-9dfb0b367343","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":"41818bab-5f12-42b9-9afe-88bf77f8801a","artifactVersion":"2","generatedFromUUID":"b0a89620-4e5f-42cd-903f-7d7c8f39e78b"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MzZhMzQxYzM3MmQ1ZDA3OTE3YTlmMzZlOTM1OTMwYzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d3ecff0f-c0d4-46fd-ad36-a1df3dd86f37","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NGQzZjRjOTcyMzRhMjJiNmVkOWEwOTk3YzhjMzdjMWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f99cdb3f-5dd0-4147-97ef-e81129519465","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-23T04:47:19.091Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T04:47:19.092Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-23T04:47:19.093Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T04:47:19.093Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655959543778, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T04:47:19.193Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T04:47:19.194Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T04:47:19.194Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T04:47:19.209Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:47:19.209Z||pool-67-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-23T04:47:20.094Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T04:47:20.094Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-23T04:47:20.096Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T04:47:20.096Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655959543778, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-06-23T04:47:20.196Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T04:47:20.197Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T04:47:20.197Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T04:47:20.213Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:47:20.213Z||pool-68-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-23T04:47:21.096Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T04:47:21.097Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-23T04:47:21.099Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T04:47:21.099Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655959543778, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-06-23T04:47:21.199Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T04:47:21.200Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T04:47:21.201Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T04:47:21.220Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:47:21.221Z||pool-69-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-06-23T04:47:22.100Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T04:47:22.100Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-23T04:47:22.106Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T04:47:22.106Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655959543778, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-06-23T04:47:22.217Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 111 ms 2022-06-23T04:47:22.218Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T04:47:22.218Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T04:47:22.242Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:47:22.242Z||pool-70-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-06-23T04:47:23.106Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T04:47:23.107Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-23T04:47:23.109Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T04:47:23.109Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655959543778, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-06-23T04:47:23.209Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T04:47:23.210Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T04:47:23.210Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T04:47:23.246Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:47:23.246Z||pool-71-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1} 2022-06-23T04:47:24.109Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T04:47:24.109Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-23T04:47:24.112Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T04:47:24.112Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655959543778, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T04:47:24.212Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T04:47:24.213Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T04:47:24.213Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T04:47:24.227Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:47:24.227Z||pool-72-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-06-23T04:47:25.112Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T04:47:25.113Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-23T04:47:25.115Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T04:47:25.115Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655959543778, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-06-23T04:47:25.215Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-23T04:47:25.217Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T04:47:25.217Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T04:47:25.231Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:47:25.232Z||pool-73-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-23T04:47:26.116Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T04:47:26.117Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-23T04:47:26.119Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T04:47:26.119Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655959543778, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T04:47:26.219Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T04:47:26.220Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T04:47:26.220Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T04:47:26.234Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:47:26.234Z||pool-74-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-23T04:47:27.119Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T04:47:27.120Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-23T04:47:27.122Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T04:47:27.122Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655959543778, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-23T04:47:27.222Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T04:47:27.223Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T04:47:27.223Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T04:47:27.235Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:47:27.235Z||pool-75-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-06-23T04:47:28.123Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "2d146543-3ecc-491e-bf4f-68f0d7496ce9", "serviceDescription": "service", "serviceInvariantUUID": "e7c9618e-fbcb-4535-a3bf-a070c196bb81", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "6d3b11c0-b941-41d6-99f6-60177d1db179", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "3ab7b673-8de0-4850-a74d-9cade8b75d9f", "resourceInvariantUUID": "2b20b50b-c111-4074-b760-af10d549f9b2", "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": "e0946174-95da-4d2e-99ba-1b80f50fab80", "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": "06e69cd2-38f4-4a84-93a9-280f5f1d4990", "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": "YzI3YjYyNzFlNjNlMzA4ZTE4YmZkMGUxYjJkYzA5Yjg\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "fbf17c15-e7e0-4b14-8dca-f5da04c0b934", "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": "b0a89620-4e5f-42cd-903f-7d7c8f39e78b", "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": "41818bab-5f12-42b9-9afe-88bf77f8801a", "generatedFromUUID": "b0a89620-4e5f-42cd-903f-7d7c8f39e78b" }, "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": "41818bab-5f12-42b9-9afe-88bf77f8801a", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "NGQzZjRjOTcyMzRhMjJiNmVkOWEwOTk3YzhjMzdjMWM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f99cdb3f-5dd0-4147-97ef-e81129519465" } ], "workloadContext": "Production" } 2022-06-23T04:47:28.124Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-23T04:47:28.124Z|b312d24f-6063-4ab4-a8e4-a9ad7ade465f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 2d146543-3ecc-491e-bf4f-68f0d7496ce9 ASDC 2022-06-23T04:47:28.124Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:d3d0d05a-aa34-4f7c-88ca-c74cf3387da3 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:2d146543-3ecc-491e-bf4f-68f0d7496ce9 ServiceInvariantUUID:e7c9618e-fbcb-4535-a3bf-a070c196bb81 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:f99cdb3f-5dd0-4147-97ef-e81129519465 ArtifactChecksum:NGQzZjRjOTcyMzRhMjJiNmVkOWEwOTk3YzhjMzdjMWM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:6d3b11c0-b941-41d6-99f6-60177d1db179 ResourceInvariantUUID:2b20b50b-c111-4074-b760-af10d549f9b2 ResourceName:basic_cnf ResourceType:VF ResourceUUID:3ab7b673-8de0-4850-a74d-9cade8b75d9f 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:e0946174-95da-4d2e-99ba-1b80f50fab80 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:06e69cd2-38f4-4a84-93a9-280f5f1d4990 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:fbf17c15-e7e0-4b14-8dca-f5da04c0b934 ArtifactChecksum:YzI3YjYyNzFlNjNlMzA4ZTE4YmZkMGUxYjJkYzA5Yjg= 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:b0a89620-4e5f-42cd-903f-7d7c8f39e78b 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:41818bab-5f12-42b9-9afe-88bf77f8801a 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:41818bab-5f12-42b9-9afe-88bf77f8801a ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-23T04:47:28.125Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2d146543-3ecc-491e-bf4f-68f0d7496ce9 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-23T04:47:28.425Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-23T04:47:28.425Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-06-23T04:47:28.426Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-06-23T04:47:28.426Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: f99cdb3f-5dd0-4147-97ef-e81129519465 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-06-23T04:47:28.426Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-06-23T04:47:28.426Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-06-23T04:47:28.538Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-06-23T04:47:28.541Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar f99cdb3f-5dd0-4147-97ef-e81129519465 68960 2022-06-23T04:47:28.541Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-06-23T04:47:28.541Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-06-23T04:47:28.541Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-23T04:47:28.542Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-23T04:47:28.543Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T04:47:28.544Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655959648541, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T04:47:28.644Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T04:47:28.644Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T04:47:28.645Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T04:47:28.657Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:47:28.658Z||pool-76-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-23T04:47:29.544Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-23T04:47:29.545Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-06-23T04:47:29.545Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: f99cdb3f-5dd0-4147-97ef-e81129519465, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-23T04:47:29.583Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-06-23T04:47:29.583Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-23T04:47:29.583Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-23T04:47:29.707Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3529283976203251997/Definitions/service-BasicCnf-template.yml 2022-06-23T04:47:31.021Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-23T04:47:31.022Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-06-23T04:47:31.022Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-23T04:47:31.022Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-06-23T04:47:31.022Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-23T04:47:31.022Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-23T04:47:31.022Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-23T04:47:31.022Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-23T04:47:31.022Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-06-23T04:47:31.023Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:47:31.023Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T04:47:31.023Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-23T04:47:31.023Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-06-23T04:47:31.023Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-23T04:47:31.023Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:47:31.023Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T04:47:31.024Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-23T04:47:31.024Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-06-23T04:47:31.024Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-23T04:47:31.024Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:47:31.024Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T04:47:31.024Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:47:31.025Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-06-23T04:47:31.025Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-06-23T04:47:31.025Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||Node template dummy is not matching search criteria 2022-06-23T04:47:31.025Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-23T04:47:31.025Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:47:31.025Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-23T04:47:31.025Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:47:31.025Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-23T04:47:31.026Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-23T04:47:31.026Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:47:31.026Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-23T04:47:31.026Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-23T04:47:31.026Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:47:31.026Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-23T04:47:31.026Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-23T04:47:31.027Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:47:31.027Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-06-23T04:47:31.027Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-06-23T04:47:31.027Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=42f12794-a0da-4e90-93b6-f7a8362a56dc 2022-06-23T04:47:31.027Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:47:31.027Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T04:47:31.028Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:47:31.028Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T04:47:31.028Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:47:31.028Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T04:47:31.028Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:47:31.028Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T04:47:31.028Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:2d146543-3ecc-491e-bf4f-68f0d7496ce9 Model Version:NULL Model InvariantUuid:e7c9618e-fbcb-4535-a3bf-a070c196bb81 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:d5781aa1-351b-40e1-b44c-b212bb90aa02 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:2b20b50b-c111-4074-b760-af10d549f9b2 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:6d3b11c0-b941-41d6-99f6-60177d1db179 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:5639f610-7de8-4a66-9b79-f871a9c381ab ModelName:BasicCnf..base_dummy..module-0 ModelUuid:868d1d45-3a22-4bc7-ae80-25477b57d5c6 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:42f12794-a0da-4e90-93b6-f7a8362a56dc ModelInvariantUuid:f120a781-b450-40a7-b214-e6630aa12e39 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:3706369c-4f89-4396-89c0-3aa5c3209121 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:ff070a6d-6640-4a46-a02b-9947fec865aa ModelInvariantUuid:f3ae6661-ead5-40bd-a647-4685742cc5dd ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:1150f1e8-1b14-49cb-8c23-5b41d83773da ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-06-23T04:47:31.041Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 3ab7b673-8de0-4850-a74d-9cade8b75d9f Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-23T04:47:31.044Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500||basic_cnf 0 2022-06-23T04:47:31.044Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3ab7b673-8de0-4850-a74d-9cade8b75d9f 2022-06-23T04:47:31.045Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: e0946174-95da-4d2e-99ba-1b80f50fab80 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-06-23T04:47:31.045Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-06-23T04:47:31.045Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-06-23T04:47:31.123Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-06-23T04:47:31.124Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env e0946174-95da-4d2e-99ba-1b80f50fab80 12 2022-06-23T04:47:31.124Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-06-23T04:47:31.124Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-06-23T04:47:31.125Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-23T04:47:31.125Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-23T04:47:31.127Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T04:47:31.127Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655959651124, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-06-23T04:47:31.228Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T04:47:31.228Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T04:47:31.228Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T04:47:31.252Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:47:31.252Z||pool-77-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-06-23T04:47:32.128Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 06e69cd2-38f4-4a84-93a9-280f5f1d4990 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-06-23T04:47:32.129Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-06-23T04:47:32.129Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-06-23T04:47:32.187Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-06-23T04:47:32.187Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 06e69cd2-38f4-4a84-93a9-280f5f1d4990 2688 2022-06-23T04:47:32.188Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-06-23T04:47:32.188Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-06-23T04:47:32.188Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-23T04:47:32.188Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-23T04:47:32.190Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T04:47:32.190Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655959652188, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-06-23T04:47:32.290Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T04:47:32.291Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T04:47:32.291Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T04:47:32.304Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:47:32.304Z||pool-78-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-06-23T04:47:33.191Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: fbf17c15-e7e0-4b14-8dca-f5da04c0b934 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-06-23T04:47:33.192Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-06-23T04:47:33.192Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-06-23T04:47:33.307Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-06-23T04:47:33.307Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json fbf17c15-e7e0-4b14-8dca-f5da04c0b934 828 2022-06-23T04:47:33.308Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-06-23T04:47:33.308Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-06-23T04:47:33.308Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-23T04:47:33.308Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-23T04:47:33.310Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T04:47:33.310Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655959653308, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-23T04:47:33.410Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T04:47:33.412Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T04:47:33.412Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T04:47:33.428Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:47:33.428Z||pool-79-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-23T04:47:34.311Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "5639f610-7de8-4a66-9b79-f871a9c381ab", "vfModuleModelVersion": "1", "vfModuleModelUUID": "868d1d45-3a22-4bc7-ae80-25477b57d5c6", "vfModuleModelCustomizationUUID": "1e434687-e57b-4b9a-900d-c5f1f1b81bea", "isBase": true, "artifacts": [ "b0a89620-4e5f-42cd-903f-7d7c8f39e78b", "06e69cd2-38f4-4a84-93a9-280f5f1d4990", "41818bab-5f12-42b9-9afe-88bf77f8801a" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-23T04:47:34.314Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:868d1d45-3a22-4bc7-ae80-25477b57d5c6 VfModuleModelInvariantUUID:5639f610-7de8-4a66-9b79-f871a9c381ab VfModuleModelDescription:NULL Artifacts UUID List:{ b0a89620-4e5f-42cd-903f-7d7c8f39e78b , 06e69cd2-38f4-4a84-93a9-280f5f1d4990 , 41818bab-5f12-42b9-9afe-88bf77f8801a } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-06-23T04:47:34.316Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "5639f610-7de8-4a66-9b79-f871a9c381ab", "vfModuleModelVersion": "1", "vfModuleModelUUID": "868d1d45-3a22-4bc7-ae80-25477b57d5c6", "vfModuleModelCustomizationUUID": "1e434687-e57b-4b9a-900d-c5f1f1b81bea", "isBase": true, "artifacts": [ "b0a89620-4e5f-42cd-903f-7d7c8f39e78b", "06e69cd2-38f4-4a84-93a9-280f5f1d4990", "41818bab-5f12-42b9-9afe-88bf77f8801a" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-23T04:47:34.316Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:868d1d45-3a22-4bc7-ae80-25477b57d5c6 VfModuleModelInvariantUUID:5639f610-7de8-4a66-9b79-f871a9c381ab VfModuleModelDescription:NULL Artifacts UUID List:{ b0a89620-4e5f-42cd-903f-7d7c8f39e78b , 06e69cd2-38f4-4a84-93a9-280f5f1d4990 , 41818bab-5f12-42b9-9afe-88bf77f8801a } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-06-23T04:47:34.316Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: b0a89620-4e5f-42cd-903f-7d7c8f39e78b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-06-23T04:47:34.316Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-06-23T04:47:34.316Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-06-23T04:47:34.394Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-06-23T04:47:34.395Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml b0a89620-4e5f-42cd-903f-7d7c8f39e78b 1164 2022-06-23T04:47:34.395Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-06-23T04:47:34.400Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-06-23T04:47:34.400Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-23T04:47:34.401Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-23T04:47:34.402Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T04:47:34.403Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655959654395, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-06-23T04:47:34.503Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T04:47:34.503Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T04:47:34.504Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T04:47:34.519Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:47:34.519Z||pool-80-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-23T04:47:35.403Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 41818bab-5f12-42b9-9afe-88bf77f8801a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-06-23T04:47:35.404Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-06-23T04:47:35.404Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-06-23T04:47:35.518Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-06-23T04:47:35.519Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 41818bab-5f12-42b9-9afe-88bf77f8801a 200 2022-06-23T04:47:35.519Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-06-23T04:47:35.519Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-06-23T04:47:35.519Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-23T04:47:35.520Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-23T04:47:35.521Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T04:47:35.522Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655959655519, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-06-23T04:47:35.623Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-23T04:47:35.623Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T04:47:35.624Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T04:47:35.638Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:47:35.638Z||pool-81-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-23T04:47:36.522Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 2d146543-3ecc-491e-bf4f-68f0d7496ce9 2022-06-23T04:47:36.523Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 3ab7b673-8de0-4850-a74d-9cade8b75d9f ASDC 2022-06-23T04:47:36.532Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-23T04:47:36.547Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6ddf0a27, org.onap.sdc.toscaparser.api.parameters.Input@98fc42a, org.onap.sdc.toscaparser.api.parameters.Input@3f9c8fff, org.onap.sdc.toscaparser.api.parameters.Input@6540ed27, org.onap.sdc.toscaparser.api.parameters.Input@70db5d9a] 2022-06-23T04:47:36.548Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:47:36.548Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T04:47:36.548Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2022-06-23T04:47:36.548Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 6d3b11c0-b941-41d6-99f6-60177d1db179 2022-06-23T04:47:36.548Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6d3b11c0-b941-41d6-99f6-60177d1db179 matches Tosca VF Customization UUID: 6d3b11c0-b941-41d6-99f6-60177d1db179 2022-06-23T04:47:36.548Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 6d3b11c0-b941-41d6-99f6-60177d1db179 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-06-23T04:47:36.550Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:47:36.550Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T04:47:36.551Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 6d3b11c0-b941-41d6-99f6-60177d1db179: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"} 2022-06-23T04:47:36.551Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3e711a22 2022-06-23T04:47:36.551Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:47:36.551Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-23T04:47:36.551Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1e434687-e57b-4b9a-900d-c5f1f1b81bea 2022-06-23T04:47:36.551Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1e434687-e57b-4b9a-900d-c5f1f1b81bea Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-06-23T04:47:36.553Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:47:36.553Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-23T04:47:36.553Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-23T04:47:36.554Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:47:36.554Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-23T04:47:36.554Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-23T04:47:36.554Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:47:36.554Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-06-23T04:47:36.554Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-06-23T04:47:36.555Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=42f12794-a0da-4e90-93b6-f7a8362a56dc Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-06-23T04:47:36.556Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:47:36.561Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-23T04:47:36.561Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-23T04:47:36.563Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:47:36.563Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-23T04:47:36.563Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=6d3b11c0-b941-41d6-99f6-60177d1db179 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-23T04:47:36.567Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:47:36.568Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T04:47:36.568Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 2d146543-3ecc-491e-bf4f-68f0d7496ce9: basic_cnf 2022-06-23T04:47:36.569Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:47:36.569Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T04:47:36.570Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:47:36.570Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T04:47:36.571Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:47:36.572Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T04:47:36.572Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:47:36.572Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T04:47:36.573Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T04:47:36.573Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T04:47:36.573Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500||Saving Service: basic_cnf Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-23T04:47:36.647Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 3ab7b673-8de0-4850-a74d-9cade8b75d9f 1 ASDC deployResourceStructure 2022-06-23T04:47:36.648Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-06-23T04:47:36.648Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource) 2022-06-23T04:47:36.649Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-06-23T04:47:36.649Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-23T04:47:36.652Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T04:47:36.652Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655959656648, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-06-23T04:47:36.752Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-23T04:47:36.753Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T04:47:36.753Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T04:47:36.775Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:47:36.775Z||pool-82-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2022-06-23T04:47:37.653Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-06-23T04:47:37.654Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource) 2022-06-23T04:47:37.654Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-06-23T04:47:37.654Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-23T04:47:37.657Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T04:47:37.657Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655959657653, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-06-23T04:47:37.757Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T04:47:37.758Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T04:47:37.758Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T04:47:37.789Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:47:37.789Z||pool-83-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-06-23T04:47:38.658Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-06-23T04:47:38.659Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-06-23T04:47:38.659Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-23T04:47:38.659Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-23T04:47:38.661Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T04:47:38.661Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655959658658, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-06-23T04:47:38.761Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T04:47:38.762Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T04:47:38.762Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T04:47:38.817Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:47:38.817Z||pool-84-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":1,"count":1} 2022-06-23T04:47:39.663Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-06-23T04:47:39.663Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-06-23T04:47:39.664Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-23T04:47:39.664Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-23T04:47:39.665Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T04:47:39.665Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655959659663, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-06-23T04:47:39.766Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T04:47:39.767Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T04:47:39.768Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T04:47:39.796Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:47:39.797Z||pool-85-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-06-23T04:47:40.667Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-06-23T04:47:40.667Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-06-23T04:47:40.667Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-23T04:47:40.667Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-23T04:47:40.669Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T04:47:40.669Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655959660666, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-06-23T04:47:40.769Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T04:47:40.771Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T04:47:40.772Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T04:47:40.812Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:47:40.812Z||pool-86-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1} 2022-06-23T04:47:41.670Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-06-23T04:47:41.670Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-06-23T04:47:41.670Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-23T04:47:41.670Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-23T04:47:41.675Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T04:47:41.675Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655959661670, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-23T04:47:41.775Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T04:47:41.776Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T04:47:41.776Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T04:47:41.796Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:47:41.797Z||pool-87-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2022-06-23T04:47:42.677Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d3d0d05a-aa34-4f7c-88ca-c74cf3387da3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-23T04:47:42.686Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d3d0d05a-aa34-4f7c-88ca-c74cf3387da3 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-23T04:47:42.689Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-23T04:47:42.689Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-23T04:47:42.689Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-23T04:47:42.689Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-23T04:47:42.689Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-23T04:47:42.689Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-23T04:47:42.690Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-23T04:47:42.690Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-23T04:47:42.690Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-23T04:47:42.690Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-23T04:47:42.690Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-23T04:47:42.695Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-23T04:48:06.648Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:48:06.650Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:48:06.650Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T04:48:06.679Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:48:06.680Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:48:06.680Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "78a65eb4-76e4-4bda-a746-ddfc702430b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655959590026, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-23T04:48:06.682Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:48:06.682Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:48:06.682Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b312d24f-6063-4ab4-a8e4-a9ad7ade465f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655959543778, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T04:48:06.682Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:48:06.682Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:48:06.682Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b312d24f-6063-4ab4-a8e4-a9ad7ade465f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655959543778, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-06-23T04:48:06.682Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:48:06.682Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:48:06.683Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b312d24f-6063-4ab4-a8e4-a9ad7ade465f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655959543778, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-23T04:48:06.683Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:48:06.683Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:48:06.683Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b312d24f-6063-4ab4-a8e4-a9ad7ade465f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655959543778, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T04:48:06.683Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:48:06.683Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:48:06.683Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b312d24f-6063-4ab4-a8e4-a9ad7ade465f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655959543778, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-23T04:48:06.683Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:48:06.683Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:48:06.683Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b312d24f-6063-4ab4-a8e4-a9ad7ade465f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655959543778, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T04:48:06.683Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:48:06.683Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:48:06.684Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b312d24f-6063-4ab4-a8e4-a9ad7ade465f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655959543778, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-23T04:48:06.684Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T04:48:06.684Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:48:06.684Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b312d24f-6063-4ab4-a8e4-a9ad7ade465f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655959598206, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T04:48:06.684Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:48:06.684Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:48:06.684Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b312d24f-6063-4ab4-a8e4-a9ad7ade465f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655959600567, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-23T04:48:06.684Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:48:06.684Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:48:06.684Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b312d24f-6063-4ab4-a8e4-a9ad7ade465f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655959601641, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-23T04:48:06.685Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:48:06.685Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:48:06.685Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b312d24f-6063-4ab4-a8e4-a9ad7ade465f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655959602707, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-23T04:48:06.685Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:48:06.685Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:48:06.685Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b312d24f-6063-4ab4-a8e4-a9ad7ade465f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655959603807, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-06-23T04:48:06.685Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:48:06.685Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:48:06.685Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b312d24f-6063-4ab4-a8e4-a9ad7ade465f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655959604810, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-06-23T04:48:06.685Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:48:06.685Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:48:06.685Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b312d24f-6063-4ab4-a8e4-a9ad7ade465f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655959605814, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-06-23T04:48:06.686Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:48:06.686Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T04:48:06.686Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b312d24f-6063-4ab4-a8e4-a9ad7ade465f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655959606818, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-23T04:48:06.686Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:48:12.696Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d3d0d05a-aa34-4f7c-88ca-c74cf3387da3 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-06-23T04:48:12.705Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d3d0d05a-aa34-4f7c-88ca-c74cf3387da3 and serviceModelVersionId: 2d146543-3ecc-491e-bf4f-68f0d7496ce9 2022-06-23T04:48:12.705Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e7c9618e-fbcb-4535-a3bf-a070c196bb81 2022-06-23T04:48:12.706Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e7c9618e-fbcb-4535-a3bf-a070c196bb81/model-vers/model-ver/2d146543-3ecc-491e-bf4f-68f0d7496ce9?depth=0 2022-06-23T04:48:12.711Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-06-23T04:48:12.770Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e7c9618e-fbcb-4535-a3bf-a070c196bb81/model-vers/model-ver/2d146543-3ecc-491e-bf4f-68f0d7496ce9?depth=0|INFO|500||Invoke 2022-06-23T04:48:12.770Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e7c9618e-fbcb-4535-a3bf-a070c196bb81/model-vers/model-ver/2d146543-3ecc-491e-bf4f-68f0d7496ce9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e7c9618e-fbcb-4535-a3bf-a070c196bb81/model-vers/model-ver/2d146543-3ecc-491e-bf4f-68f0d7496ce9?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d3d0d05a-aa34-4f7c-88ca-c74cf3387da3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[cdb15f1e-0687-4133-b41b-0786abc26136], X-ECOMP-RequestID=[d3d0d05a-aa34-4f7c-88ca-c74cf3387da3], X-TransactionId=[], X-ONAP-RequestID=[d3d0d05a-aa34-4f7c-88ca-c74cf3387da3], Content-Type=[application/merge-patch+json]} 2022-06-23T04:48:12.794Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e7c9618e-fbcb-4535-a3bf-a070c196bb81/model-vers/model-ver/2d146543-3ecc-491e-bf4f-68f0d7496ce9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-23T04:48:12.904Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e7c9618e-fbcb-4535-a3bf-a070c196bb81/model-vers/model-ver/2d146543-3ecc-491e-bf4f-68f0d7496ce9?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/e7c9618e-fbcb-4535-a3bf-a070c196bb81/model-vers/model-ver/2d146543-3ecc-491e-bf4f-68f0d7496ce9?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220623-04:48:12:809-76925], vertex-id=[241880], Content-Length=[0], Date=[Thu, 23 Jun 2022 04:48:12 GMT], Content-Type=[application/json]} 2022-06-23T04:48:12.904Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e7c9618e-fbcb-4535-a3bf-a070c196bb81/model-vers/model-ver/2d146543-3ecc-491e-bf4f-68f0d7496ce9?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-23T04:48:12.905Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e7c9618e-fbcb-4535-a3bf-a070c196bb81/model-vers/model-ver/2d146543-3ecc-491e-bf4f-68f0d7496ce9?depth=0|INFO|500||InvokeReturn 2022-06-23T04:48:12.905Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-23T04:48:12.906Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-23T04:48:12.913Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-23T04:48:12.914Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d3d0d05a-aa34-4f7c-88ca-c74cf3387da3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-23T04:48:12.914Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-23T04:48:12.914Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-23T04:48:12.916Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T04:48:12.917Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655959692914, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-23T04:48:13.017Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T04:48:13.018Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T04:48:13.019Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T04:48:13.036Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:48:13.036Z||pool-88-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-23T04:48:13.932Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:48:13.932Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:48:13.932Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|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 l8eCd2UWFgpYSDN2) ... 2022-06-23T04:48:24.287Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:48:24.288Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:48:24.288Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:48:24.289Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|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 l8eCd2UWFgpYSDN2) ... 2022-06-23T04:48:33.855Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:48:33.856Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:48:33.857Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:48:33.857Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|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 l8eCd2UWFgpYSDN2) ... 2022-06-23T04:48:43.427Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:48:43.428Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:48:43.428Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:48:43.428Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|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 l8eCd2UWFgpYSDN2) ... 2022-06-23T04:48:53.041Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:49:06.645Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:49:06.647Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:49:06.647Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|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 l8eCd2UWFgpYSDN2) ... 2022-06-23T04:49:06.648Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:49:06.649Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:49:06.649Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T04:49:06.685Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:49:06.686Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T04:49:06.686Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b312d24f-6063-4ab4-a8e4-a9ad7ade465f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655959638076, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-23T04:49:06.687Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:49:06.687Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T04:49:06.687Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655959543778, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T04:49:06.688Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T04:49:06.688Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T04:49:06.688Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655959543778, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-06-23T04:49:06.688Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T04:49:06.688Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T04:49:06.688Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655959543778, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-06-23T04:49:06.688Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T04:49:06.688Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T04:49:06.688Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655959543778, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-06-23T04:49:06.688Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T04:49:06.689Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T04:49:06.689Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655959543778, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-06-23T04:49:06.689Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T04:49:06.689Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T04:49:06.689Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655959543778, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T04:49:06.689Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T04:49:06.689Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T04:49:06.689Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655959543778, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-06-23T04:49:06.689Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T04:49:06.690Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T04:49:06.690Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655959543778, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T04:49:06.690Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T04:49:06.690Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T04:49:06.690Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655959543778, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-23T04:49:06.690Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T04:49:06.691Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T04:49:06.691Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655959648541, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T04:49:06.691Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:49:06.691Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T04:49:06.691Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655959651124, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-06-23T04:49:06.691Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:49:06.692Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T04:49:06.692Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655959652188, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-06-23T04:49:06.692Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:49:06.692Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T04:49:06.692Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655959653308, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-23T04:49:06.692Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:49:06.692Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T04:49:06.693Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655959654395, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-06-23T04:49:06.693Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:49:06.693Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T04:49:06.693Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655959655519, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-06-23T04:49:06.693Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:49:06.693Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T04:49:06.693Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655959656648, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-06-23T04:49:06.694Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:49:06.694Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T04:49:06.694Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655959657653, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-06-23T04:49:06.694Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:49:06.694Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T04:49:06.694Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655959658658, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-06-23T04:49:06.694Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:49:06.695Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T04:49:06.695Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655959659663, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-06-23T04:49:06.695Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:49:06.695Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T04:49:06.695Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655959660666, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-06-23T04:49:06.695Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:49:06.695Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T04:49:06.695Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655959661670, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-23T04:49:06.695Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:49:16.215Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:50:06.645Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:50:06.646Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:50:06.647Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|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 l8eCd2UWFgpYSDN2) ... 2022-06-23T04:50:06.648Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:50:06.649Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:50:06.649Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T04:50:07.181Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:50:07.181Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T04:50:07.182Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3d0d05a-aa34-4f7c-88ca-c74cf3387da3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655959692914, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-23T04:50:07.183Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T04:50:16.275Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:51:06.645Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:51:06.645Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:51:06.646Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|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 l8eCd2UWFgpYSDN2) ... 2022-06-23T04:51:06.648Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:51:06.649Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:51:06.649Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T04:51:16.193Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:51:16.199Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:52:06.645Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:52:06.646Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:52:06.646Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|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 l8eCd2UWFgpYSDN2) ... 2022-06-23T04:52:06.648Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:52:06.649Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:52:06.649Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T04:52:16.210Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:52:16.229Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:53:06.645Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:53:06.646Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:53:06.646Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|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 l8eCd2UWFgpYSDN2) ... 2022-06-23T04:53:06.648Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:53:06.649Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:53:06.649Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T04:53:16.278Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:53:16.295Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:54:06.645Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:54:06.647Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:54:06.648Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|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 l8eCd2UWFgpYSDN2) ... 2022-06-23T04:54:06.648Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:54:06.649Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:54:06.649Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T04:54:16.200Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:54:16.202Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:55:06.645Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:55:06.645Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:55:06.646Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|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 l8eCd2UWFgpYSDN2) ... 2022-06-23T04:55:06.648Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:55:06.649Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:55:06.649Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T04:55:16.200Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:55:16.225Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:56:06.645Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:56:06.646Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:56:06.646Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|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 l8eCd2UWFgpYSDN2) ... 2022-06-23T04:56:06.648Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:56:06.649Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:56:06.649Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T04:56:16.198Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:56:16.203Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:57:06.645Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:57:06.646Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:57:06.646Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|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 l8eCd2UWFgpYSDN2) ... 2022-06-23T04:57:06.649Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:57:06.650Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:57:06.650Z|67e0980e-4f33-4066-907a-93bd375b7011|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 l8eCd2UWFgpYSDN2) ... 2022-06-23T04:57:16.197Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:57:16.197Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:58:06.645Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:58:06.647Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:58:06.647Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|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 l8eCd2UWFgpYSDN2) ... 2022-06-23T04:58:06.648Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:58:06.649Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:58:06.649Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T04:58:16.219Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:58:16.263Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:59:06.645Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:59:06.646Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:59:06.646Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|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 l8eCd2UWFgpYSDN2) ... 2022-06-23T04:59:06.648Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T04:59:06.649Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T04:59:06.649Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T04:59:16.203Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T04:59:16.275Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:00:06.645Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:00:06.645Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:00:06.646Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|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 l8eCd2UWFgpYSDN2) ... 2022-06-23T05:00:06.648Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:00:06.649Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:00:06.649Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T05:00:16.195Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:00:16.232Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:01:06.646Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:01:06.647Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:01:06.647Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|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 l8eCd2UWFgpYSDN2) ... 2022-06-23T05:01:06.648Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:01:06.649Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:01:06.649Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T05:01:16.203Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:01:16.203Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:02:06.645Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:02:06.646Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:02:06.646Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|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 l8eCd2UWFgpYSDN2) ... 2022-06-23T05:02:06.648Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:02:06.649Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:02:06.649Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T05:02:16.222Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:02:16.259Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:03:06.645Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:03:06.647Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:03:06.647Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|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 l8eCd2UWFgpYSDN2) ... 2022-06-23T05:03:06.648Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:03:06.649Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:03:06.649Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T05:03:16.204Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:03:16.210Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:04:06.645Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:04:06.646Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:04:06.646Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|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 l8eCd2UWFgpYSDN2) ... 2022-06-23T05:04:06.648Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:04:06.648Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:04:06.649Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T05:04:16.280Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:04:16.285Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:05:06.645Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:05:06.645Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:05:06.645Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|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 l8eCd2UWFgpYSDN2) ... 2022-06-23T05:05:06.648Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:05:06.649Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:05:06.649Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T05:05:16.206Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:05:16.244Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:06:06.645Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:06:06.646Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:06:06.646Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|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 l8eCd2UWFgpYSDN2) ... 2022-06-23T05:06:06.648Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:06:06.649Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:06:06.649Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T05:06:07.317Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:06:07.319Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:06:07.320Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "ves-openapi-manager", "timestamp": 1655960732860, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T05:06:07.321Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:06:07.322Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:06:07.322Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "cds", "timestamp": 1655960732765, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T05:06:07.322Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:06:07.322Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:06:07.323Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "policy-id", "timestamp": 1655960734261, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T05:06:07.323Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:06:07.323Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:06:07.323Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "ves-openapi-manager", "timestamp": 1655960732860, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-23T05:06:07.324Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:06:07.324Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:06:07.324Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "cds", "timestamp": 1655960732765, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-23T05:06:07.324Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:06:07.325Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:06:07.325Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "policy-id", "timestamp": 1655960734261, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-23T05:06:07.325Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:06:07.326Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:06:07.326Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "ves-openapi-manager", "timestamp": 1655960732860, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T05:06:07.326Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:06:07.326Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:06:07.327Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "cds", "timestamp": 1655960732765, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T05:06:07.327Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:06:07.327Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:06:07.327Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "policy-id", "timestamp": 1655960734261, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-06-23T05:06:07.328Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:06:07.328Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:06:07.328Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "ves-openapi-manager", "timestamp": 1655960732860, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T05:06:07.328Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:06:07.328Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:06:07.329Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "cds", "timestamp": 1655960732765, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T05:06:07.329Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:06:07.329Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:06:07.329Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "policy-id", "timestamp": 1655960734261, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T05:06:07.330Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:06:07.330Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:06:07.330Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "aai-ml", "timestamp": 1655960743053, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T05:06:07.331Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:06:07.331Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:06:07.331Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "ves-openapi-manager", "timestamp": 1655960732860, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-23T05:06:07.332Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:06:07.332Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:06:07.332Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "cds", "timestamp": 1655960732765, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-23T05:06:07.332Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:06:07.332Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:06:07.333Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "policy-id", "timestamp": 1655960734261, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-23T05:06:07.333Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:06:07.333Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:06:07.334Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "aai-ml", "timestamp": 1655960743053, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-23T05:06:07.334Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:06:07.334Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:06:07.334Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "ves-openapi-manager", "timestamp": 1655960732860, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-23T05:06:07.335Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:06:07.335Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:06:07.335Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "cds", "timestamp": 1655960732765, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-23T05:06:07.335Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:06:07.336Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:06:07.336Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "policy-id", "timestamp": 1655960734261, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-23T05:06:07.336Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:06:07.336Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:06:07.337Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "aai-ml", "timestamp": 1655960743053, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T05:06:07.337Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:06:07.337Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:06:07.337Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "ves-openapi-manager", "timestamp": 1655960732860, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-23T05:06:07.338Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:06:07.338Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:06:07.338Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "cds", "timestamp": 1655960732765, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-23T05:06:07.338Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:06:07.339Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:06:07.339Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "policy-id", "timestamp": 1655960734261, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-23T05:06:07.339Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:06:07.339Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:06:07.339Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "aai-ml", "timestamp": 1655960743053, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T05:06:07.340Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:06:07.340Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:06:07.340Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "ves-openapi-manager", "timestamp": 1655960732860, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-23T05:06:07.341Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:06:07.341Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:06:07.341Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "cds", "timestamp": 1655960732765, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-23T05:06:07.342Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:06:07.342Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:06:07.342Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "policy-id", "timestamp": 1655960734261, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-23T05:06:07.342Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:06:07.342Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:06:07.343Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "aai-ml", "timestamp": 1655960743053, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-23T05:06:07.343Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:06:07.343Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:06:07.344Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "multicloud-k8s-id", "timestamp": 1655960748737, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T05:06:07.344Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:06:07.344Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:06:07.344Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "ves-openapi-manager", "timestamp": 1655960732860, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T05:06:07.345Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:06:07.345Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:06:07.345Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "cds", "timestamp": 1655960732765, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T05:06:07.346Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:06:07.346Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:06:07.346Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "clamp", "timestamp": 1655960749079, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T05:06:07.347Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:06:07.347Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:06:07.347Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "aai-ml", "timestamp": 1655960743053, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-23T05:06:07.347Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:06:07.347Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:06:07.348Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "policy-id", "timestamp": 1655960734261, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T05:06:07.348Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:06:07.348Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:06:07.348Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655960749311, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T05:06:07.348Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:06:07.348Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:06:07.348Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "multicloud-k8s-id", "timestamp": 1655960748737, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-06-23T05:06:07.349Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:06:07.349Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:06:07.349Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "ves-openapi-manager", "timestamp": 1655960732860, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-23T05:06:07.349Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:06:07.349Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:06:07.359Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "cds", "timestamp": 1655960732765, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-23T05:06:07.359Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:06:07.359Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:06:07.359Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "clamp", "timestamp": 1655960749079, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-06-23T05:06:07.361Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:06:07.363Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:06:07.363Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "aai-ml", "timestamp": 1655960743053, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-23T05:06:07.363Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:06:07.363Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:06:07.363Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "policy-id", "timestamp": 1655960734261, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-23T05:06:07.364Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:06:07.364Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:06:07.364Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655960749311, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-23T05:06:07.364Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:06:07.364Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:06:07.367Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "multicloud-k8s-id", "timestamp": 1655960748737, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-06-23T05:06:07.367Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:06:07.367Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:06:07.369Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "clamp", "timestamp": 1655960749079, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T05:06:07.369Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:06:07.369Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:06:07.369Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "aai-ml", "timestamp": 1655960743053, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-23T05:06:07.370Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:06:07.370Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:06:07.370Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "cds", "timestamp": 1655960752393, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T05:06:07.370Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T05:06:07.371Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:06:07.371Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655960749311, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T05:06:07.371Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:06:07.371Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:06:07.371Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "policy-id", "timestamp": 1655960751865, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T05:06:07.372Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T05:06:07.372Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:06:07.372Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "multicloud-k8s-id", "timestamp": 1655960748737, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T05:06:07.372Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:06:07.372Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:06:07.372Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "clamp", "timestamp": 1655960749079, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T05:06:07.373Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:06:07.373Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:06:07.373Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "aai-ml", "timestamp": 1655960743053, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T05:06:07.373Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:06:07.373Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:06:07.373Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655960749311, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T05:06:07.374Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:06:07.374Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:06:07.374Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "policy-id", "timestamp": 1655960752873, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-23T05:06:07.374Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T05:06:07.374Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:06:07.374Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "multicloud-k8s-id", "timestamp": 1655960748737, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-06-23T05:06:07.374Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:06:07.375Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:06:07.375Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:06:07.375Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "clamp", "timestamp": 1655960749079, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-23T05:06:07.375Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:06:07.375Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:06:07.375Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T05:06:07.375Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "aai-ml", "timestamp": 1655960743053, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-23T05:06:07.375Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"4d17e9af-fa9d-465d-a56c-252575862a0f","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"1c3fde90-dbde-4aec-92f2-f18deab86fed","serviceDescription":"service","serviceInvariantUUID":"4779cb9a-6ed8-4acf-8029-c21d2e2638e3","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"31c5bb45-568a-4e65-b168-395ce20e4fd4","resourceInvariantUUID":"3840198e-0d60-484c-abc2-0048479792fa","resourceCustomizationUUID":"67eaef40-dce8-4333-bcca-c89a5d965ee2","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":"YzRmNWI2MTRlZDcwZDU4MGQyZGIxZDcyYWMzYWZlMWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cf3ae8f7-e999-4191-8904-993f5df2fff2","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":"MDFhYjZmNThmZWViMjYzNGUxZTkxOTcxYWRlZjBjMWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8fc8a081-cf49-4c62-bcdc-e621083d8a2a","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":"b1b0dec8-6545-4212-9f46-ebd1d8dbd4a8","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":"125a9680-226b-42bf-9a91-1303faaad942","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":"b9ed824b-ff0b-41ad-abca-a486eee87deb","artifactVersion":"2","generatedFromUUID":"8d5ee3d2-4be4-474a-926c-43a98742a5cd"},{"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":"1e0aec48-871b-4bfb-aa02-760eeb4788fe","artifactVersion":"2","generatedFromUUID":"b1b0dec8-6545-4212-9f46-ebd1d8dbd4a8"},{"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":"8d5ee3d2-4be4-474a-926c-43a98742a5cd","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":"2af374f4-8c4f-430d-b3b3-a282074d65ac","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":"ZDE1YzY0NWZiMDIwZmY1ZGVjODZiNjBiOGUzYjliMjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c0d4bcf2-1081-44f2-90c6-2da5e7deb5e3","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"NzIxOWJjZjQ3MGZkYmY4ZTIwZmQ3OTRlMjczNzNjNmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b29f92f9-5a48-44fd-9dc4-ac0501f85a63","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-23T05:06:07.376Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:06:07.376Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:06:07.376Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655960749311, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-23T05:06:07.376Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:06:07.377Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:06:07.377Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "policy-id", "timestamp": 1655960753886, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-23T05:06:07.384Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T05:06:07.385Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-23T05:06:07.397Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T05:06:07.397Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655960766645, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T05:06:07.403Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4d17e9af-fa9d-465d-a56c-252575862a0f 2022-06-23T05:06:07.403Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4d17e9af-fa9d-465d-a56c-252575862a0f and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-23T05:06:07.417Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:06:07.417Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "multicloud-k8s-id", "timestamp": 1655960748737, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-06-23T05:06:07.418Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:06:07.418Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:06:07.418Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "cds", "timestamp": 1655960755065, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-23T05:06:07.426Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4d17e9af-fa9d-465d-a56c-252575862a0f 2022-06-23T05:06:07.426Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4d17e9af-fa9d-465d-a56c-252575862a0f and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-23T05:06:07.443Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:06:07.443Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "clamp", "timestamp": 1655960749079, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-23T05:06:07.443Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:06:07.443Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:06:07.444Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655960749311, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-23T05:06:07.444Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:06:07.444Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:06:07.444Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "aai-ml", "timestamp": 1655960753980, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T05:06:07.444Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T05:06:07.445Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:06:07.445Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "multicloud-k8s-id", "timestamp": 1655960748737, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-06-23T05:06:07.445Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:06:07.445Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:06:07.445Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "clamp", "timestamp": 1655960749079, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-23T05:06:07.445Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:06:07.446Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:06:07.446Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655960749311, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-23T05:06:07.446Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:06:07.446Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:06:07.446Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "multicloud-k8s-id", "timestamp": 1655960748737, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-23T05:06:07.447Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:06:07.447Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:06:07.447Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "clamp", "timestamp": 1655960749079, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-23T05:06:07.447Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:06:07.447Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:06:07.447Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655960749311, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-23T05:06:07.447Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:06:07.448Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:06:07.448Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "multicloud-k8s-id", "timestamp": 1655960748737, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T05:06:07.448Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:06:07.448Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:06:07.448Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "clamp", "timestamp": 1655960749079, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T05:06:07.448Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:06:07.449Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:06:07.449Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655960749311, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T05:06:07.449Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:06:07.449Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:06:07.450Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "multicloud-k8s-id", "timestamp": 1655960748737, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-23T05:06:07.450Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:06:07.450Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:06:07.450Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "clamp", "timestamp": 1655960749079, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-23T05:06:07.451Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:06:07.451Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:06:07.451Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655960749311, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-23T05:06:07.451Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:06:07.452Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:06:07.452Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "multicloud-k8s-id", "timestamp": 1655960759651, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-23T05:06:07.452Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T05:06:07.453Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:06:07.453Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655960760152, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T05:06:07.453Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T05:06:07.453Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:06:07.454Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "multicloud-k8s-id", "timestamp": 1655960760733, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-06-23T05:06:07.454Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T05:06:07.454Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:06:07.455Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "multicloud-k8s-id", "timestamp": 1655960761830, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-06-23T05:06:07.455Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T05:06:07.455Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:06:07.455Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655960762781, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-23T05:06:07.456Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T05:06:07.456Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:06:07.456Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "multicloud-k8s-id", "timestamp": 1655960762904, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-06-23T05:06:07.456Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T05:06:07.457Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:06:07.457Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655960763793, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-23T05:06:07.464Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4d17e9af-fa9d-465d-a56c-252575862a0f 2022-06-23T05:06:07.464Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4d17e9af-fa9d-465d-a56c-252575862a0f and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-23T05:06:07.480Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:06:07.480Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "multicloud-k8s-id", "timestamp": 1655960764030, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-23T05:06:07.485Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4d17e9af-fa9d-465d-a56c-252575862a0f 2022-06-23T05:06:07.485Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4d17e9af-fa9d-465d-a56c-252575862a0f and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-06-23T05:06:07.493Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:06:07.493Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657436e6-402f-498a-a37a-3f67c4f87341", "consumerID": "cds", "timestamp": 1655960756069, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T05:06:07.493Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:06:07.493Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:06:07.493Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657436e6-402f-498a-a37a-3f67c4f87341", "consumerID": "policy-id", "timestamp": 1655960754931, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T05:06:07.493Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:06:07.494Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:06:07.494Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "multicloud-k8s-id", "timestamp": 1655960765034, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-23T05:06:07.494Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T05:06:07.494Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:06:07.494Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657436e6-402f-498a-a37a-3f67c4f87341", "consumerID": "cds", "timestamp": 1655960756069, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-23T05:06:07.495Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:06:07.495Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:06:07.495Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657436e6-402f-498a-a37a-3f67c4f87341", "consumerID": "policy-id", "timestamp": 1655960754931, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-23T05:06:07.496Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:06:07.496Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:06:07.496Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657436e6-402f-498a-a37a-3f67c4f87341", "consumerID": "cds", "timestamp": 1655960756069, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T05:06:07.496Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:06:07.496Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:06:07.496Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657436e6-402f-498a-a37a-3f67c4f87341", "consumerID": "policy-id", "timestamp": 1655960754931, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-23T05:06:07.496Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:06:07.496Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:06:07.497Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657436e6-402f-498a-a37a-3f67c4f87341", "consumerID": "cds", "timestamp": 1655960756069, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T05:06:07.497Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:06:07.497Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:06:07.497Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657436e6-402f-498a-a37a-3f67c4f87341", "consumerID": "policy-id", "timestamp": 1655960754931, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T05:06:07.498Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:06:07.510Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 112 ms 2022-06-23T05:06:07.511Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T05:06:07.511Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T05:06:07.525Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:06:07.527Z||pool-89-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-23T05:06:08.398Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T05:06:08.399Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-23T05:06:08.401Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T05:06:08.401Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655960766645, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-06-23T05:06:08.501Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T05:06:08.502Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T05:06:08.502Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T05:06:08.519Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:06:08.519Z||pool-90-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-23T05:06:09.401Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T05:06:09.402Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-23T05:06:09.404Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T05:06:09.404Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655960766645, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-06-23T05:06:09.505Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-23T05:06:09.505Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T05:06:09.506Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T05:06:09.519Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:06:09.519Z||pool-91-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-23T05:06:10.405Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T05:06:10.406Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-23T05:06:10.408Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T05:06:10.408Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655960766645, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T05:06:10.509Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T05:06:10.510Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T05:06:10.510Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T05:06:10.529Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:06:10.529Z||pool-92-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-06-23T05:06:11.409Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T05:06:11.409Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-23T05:06:11.413Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T05:06:11.413Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655960766645, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-06-23T05:06:11.513Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T05:06:11.514Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T05:06:11.514Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T05:06:11.528Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:06:11.529Z||pool-93-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-23T05:06:12.415Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T05:06:12.415Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-23T05:06:12.418Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T05:06:12.418Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655960766645, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-06-23T05:06:12.518Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T05:06:12.524Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T05:06:12.524Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T05:06:12.539Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:06:12.539Z||pool-94-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-06-23T05:06:13.418Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T05:06:13.419Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-23T05:06:13.421Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T05:06:13.421Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655960766645, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-06-23T05:06:13.521Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T05:06:13.522Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T05:06:13.522Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T05:06:13.534Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:06:13.534Z||pool-95-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-06-23T05:06:14.422Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T05:06:14.423Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-23T05:06:14.425Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T05:06:14.425Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655960766645, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-23T05:06:14.525Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T05:06:14.526Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T05:06:14.526Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T05:06:14.541Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:06:14.541Z||pool-96-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-06-23T05:06:15.425Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T05:06:15.426Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-23T05:06:15.428Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T05:06:15.428Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655960766645, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T05:06:15.529Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T05:06:15.530Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T05:06:15.530Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T05:06:15.544Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:06:15.544Z||pool-97-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-23T05:06:16.430Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T05:06:16.430Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-23T05:06:16.433Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T05:06:16.433Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655960766645, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-23T05:06:16.533Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T05:06:16.534Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T05:06:16.534Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T05:06:16.548Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:06:16.549Z||pool-98-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-23T05:06:17.435Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "1c3fde90-dbde-4aec-92f2-f18deab86fed", "serviceDescription": "service", "serviceInvariantUUID": "4779cb9a-6ed8-4acf-8029-c21d2e2638e3", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "67eaef40-dce8-4333-bcca-c89a5d965ee2", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "31c5bb45-568a-4e65-b168-395ce20e4fd4", "resourceInvariantUUID": "3840198e-0d60-484c-abc2-0048479792fa", "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": "MDFhYjZmNThmZWViMjYzNGUxZTkxOTcxYWRlZjBjMWI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8fc8a081-cf49-4c62-bcdc-e621083d8a2a", "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": "b1b0dec8-6545-4212-9f46-ebd1d8dbd4a8", "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": "1e0aec48-871b-4bfb-aa02-760eeb4788fe", "generatedFromUUID": "b1b0dec8-6545-4212-9f46-ebd1d8dbd4a8" }, "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": "b9ed824b-ff0b-41ad-abca-a486eee87deb", "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": "1e0aec48-871b-4bfb-aa02-760eeb4788fe", "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": "8d5ee3d2-4be4-474a-926c-43a98742a5cd", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "NzIxOWJjZjQ3MGZkYmY4ZTIwZmQ3OTRlMjczNzNjNmY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b29f92f9-5a48-44fd-9dc4-ac0501f85a63" } ], "workloadContext": "Production" } 2022-06-23T05:06:17.435Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-23T05:06:17.435Z|d3d0d05a-aa34-4f7c-88ca-c74cf3387da3|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 1c3fde90-dbde-4aec-92f2-f18deab86fed ASDC 2022-06-23T05:06:17.436Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:4d17e9af-fa9d-465d-a56c-252575862a0f ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:1c3fde90-dbde-4aec-92f2-f18deab86fed ServiceInvariantUUID:4779cb9a-6ed8-4acf-8029-c21d2e2638e3 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:b29f92f9-5a48-44fd-9dc4-ac0501f85a63 ArtifactChecksum:NzIxOWJjZjQ3MGZkYmY4ZTIwZmQ3OTRlMjczNzNjNmY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:67eaef40-dce8-4333-bcca-c89a5d965ee2 ResourceInvariantUUID:3840198e-0d60-484c-abc2-0048479792fa ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:31c5bb45-568a-4e65-b168-395ce20e4fd4 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:8fc8a081-cf49-4c62-bcdc-e621083d8a2a ArtifactChecksum:MDFhYjZmNThmZWViMjYzNGUxZTkxOTcxYWRlZjBjMWI= 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:b1b0dec8-6545-4212-9f46-ebd1d8dbd4a8 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:1e0aec48-871b-4bfb-aa02-760eeb4788fe 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:b9ed824b-ff0b-41ad-abca-a486eee87deb 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:1e0aec48-871b-4bfb-aa02-760eeb4788fe 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:8d5ee3d2-4be4-474a-926c-43a98742a5cd ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-23T05:06:17.436Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1c3fde90-dbde-4aec-92f2-f18deab86fed ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-23T05:06:17.472Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-23T05:06:17.474Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-06-23T05:06:17.474Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-06-23T05:06:17.474Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: b29f92f9-5a48-44fd-9dc4-ac0501f85a63 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-06-23T05:06:17.475Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-06-23T05:06:17.475Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-06-23T05:06:17.551Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-06-23T05:06:17.560Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar b29f92f9-5a48-44fd-9dc4-ac0501f85a63 158212 2022-06-23T05:06:17.560Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-06-23T05:06:17.560Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-06-23T05:06:17.560Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-23T05:06:17.561Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-23T05:06:17.563Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T05:06:17.563Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655960777560, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T05:06:17.663Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T05:06:17.664Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T05:06:17.664Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T05:06:17.677Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:06:17.678Z||pool-99-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-23T05:06:18.564Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-23T05:06:18.565Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-06-23T05:06:18.566Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: b29f92f9-5a48-44fd-9dc4-ac0501f85a63, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-23T05:06:18.566Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2022-06-23T05:06:18.567Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-23T05:06:18.567Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-23T05:06:18.749Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14893630812568155740/Definitions/service-BasicCnfMacro-template.yml 2022-06-23T05:06:20.192Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-23T05:06:20.192Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-06-23T05:06:20.193Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-23T05:06:20.193Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-06-23T05:06:20.193Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-23T05:06:20.193Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-23T05:06:20.193Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-23T05:06:20.193Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-23T05:06:20.193Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-06-23T05:06:20.193Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T05:06:20.194Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T05:06:20.194Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-23T05:06:20.194Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-06-23T05:06:20.194Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-23T05:06:20.195Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T05:06:20.195Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T05:06:20.195Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-23T05:06:20.195Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-06-23T05:06:20.195Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-23T05:06:20.195Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T05:06:20.196Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T05:06:20.196Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T05:06:20.196Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-06-23T05:06:20.196Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2022-06-23T05:06:20.197Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||Node template dummy_base is not matching search criteria 2022-06-23T05:06:20.197Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-23T05:06:20.197Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T05:06:20.197Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-23T05:06:20.197Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T05:06:20.197Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-23T05:06:20.198Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-23T05:06:20.198Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T05:06:20.198Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-23T05:06:20.198Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-23T05:06:20.199Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T05:06:20.199Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-23T05:06:20.199Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-23T05:06:20.199Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T05:06:20.199Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-23T05:06:20.200Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-23T05:06:20.200Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T05:06:20.200Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-06-23T05:06:20.200Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2022-06-23T05:06:20.200Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=225efec6-6241-4dc7-a80c-88614ddac352 2022-06-23T05:06:20.200Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T05:06:20.201Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T05:06:20.201Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T05:06:20.201Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T05:06:20.201Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T05:06:20.201Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T05:06:20.201Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T05:06:20.202Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T05:06:20.202Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:1c3fde90-dbde-4aec-92f2-f18deab86fed Model Version:NULL Model InvariantUuid:4779cb9a-6ed8-4acf-8029-c21d2e2638e3 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:6564d941-bc10-4477-881a-cda6eff2c4d4 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:3840198e-0d60-484c-abc2-0048479792fa Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:67eaef40-dce8-4333-bcca-c89a5d965ee2 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:8511bb56-4516-4fb7-99df-7077bfac6245 ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:fc2d75f7-3836-4381-9977-0d245853c03c ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:e09600ad-37aa-4012-bf61-7f6e112c066d ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:a045a411-aabf-49e5-b6d8-050037c6c9c5 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:225efec6-6241-4dc7-a80c-88614ddac352 ModelInvariantUuid:bf3deb3e-9bf3-441c-9e4f-dc50c3638a25 ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:dbfc373b-0a08-49b9-bcc9-4aea9d1aa613 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:9b5106d9-f47f-42cd-a4dc-7d34e1a43008 ModelInvariantUuid:e28ea037-d7ab-4977-9003-f4c54899fb58 ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:22e010e3-9239-4327-a63c-1cc36cf00070 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-06-23T05:06:20.211Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 31c5bb45-568a-4e65-b168-395ce20e4fd4 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-23T05:06:20.216Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||INFO|500||basic_cnf_macro 0 2022-06-23T05:06:20.216Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 31c5bb45-568a-4e65-b168-395ce20e4fd4 2022-06-23T05:06:20.216Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 8fc8a081-cf49-4c62-bcdc-e621083d8a2a from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-06-23T05:06:20.216Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-06-23T05:06:20.216Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-06-23T05:06:20.351Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-06-23T05:06:20.351Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 8fc8a081-cf49-4c62-bcdc-e621083d8a2a 1565 2022-06-23T05:06:20.351Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2022-06-23T05:06:20.352Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-06-23T05:06:20.352Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-23T05:06:20.352Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-23T05:06:20.354Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T05:06:20.354Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655960780351, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-23T05:06:20.454Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T05:06:20.455Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T05:06:20.456Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T05:06:20.470Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:06:20.471Z||pool-100-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-23T05:06:21.355Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "e09600ad-37aa-4012-bf61-7f6e112c066d", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a045a411-aabf-49e5-b6d8-050037c6c9c5", "vfModuleModelCustomizationUUID": "f2a247fb-0db0-4703-a109-cd3ffa1124e5", "isBase": true, "artifacts": [ "b1b0dec8-6545-4212-9f46-ebd1d8dbd4a8", "1e0aec48-871b-4bfb-aa02-760eeb4788fe" ], "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": "8511bb56-4516-4fb7-99df-7077bfac6245", "vfModuleModelVersion": "1", "vfModuleModelUUID": "fc2d75f7-3836-4381-9977-0d245853c03c", "vfModuleModelCustomizationUUID": "a81e7288-4682-4fc0-93c8-f9ffae4f0cbc", "isBase": false, "artifacts": [ "8d5ee3d2-4be4-474a-926c-43a98742a5cd" ], "properties": { "min_vf_module_instances": "0", "vf_module_label": "helm_apache", "max_vf_module_instances": "", "vfc_list": "", "vf_module_type": "Expansion", "vf_module_description": "", "initial_count": "0", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-23T05:06:21.360Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:a045a411-aabf-49e5-b6d8-050037c6c9c5 VfModuleModelInvariantUUID:e09600ad-37aa-4012-bf61-7f6e112c066d VfModuleModelDescription:NULL Artifacts UUID List:{ b1b0dec8-6545-4212-9f46-ebd1d8dbd4a8 , 1e0aec48-871b-4bfb-aa02-760eeb4788fe } 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:fc2d75f7-3836-4381-9977-0d245853c03c VfModuleModelInvariantUUID:8511bb56-4516-4fb7-99df-7077bfac6245 VfModuleModelDescription:NULL Artifacts UUID List:{ 8d5ee3d2-4be4-474a-926c-43a98742a5cd } Properties List:{ min_vf_module_instances : 0 vf_module_label : helm_apache max_vf_module_instances : vfc_list : vf_module_type : Expansion vf_module_description : initial_count : 0 volume_group : false availability_zone_count : } isBase:false } 2022-06-23T05:06:21.363Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "e09600ad-37aa-4012-bf61-7f6e112c066d", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a045a411-aabf-49e5-b6d8-050037c6c9c5", "vfModuleModelCustomizationUUID": "f2a247fb-0db0-4703-a109-cd3ffa1124e5", "isBase": true, "artifacts": [ "b1b0dec8-6545-4212-9f46-ebd1d8dbd4a8", "1e0aec48-871b-4bfb-aa02-760eeb4788fe" ], "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": "8511bb56-4516-4fb7-99df-7077bfac6245", "vfModuleModelVersion": "1", "vfModuleModelUUID": "fc2d75f7-3836-4381-9977-0d245853c03c", "vfModuleModelCustomizationUUID": "a81e7288-4682-4fc0-93c8-f9ffae4f0cbc", "isBase": false, "artifacts": [ "8d5ee3d2-4be4-474a-926c-43a98742a5cd" ], "properties": { "min_vf_module_instances": "0", "vf_module_label": "helm_apache", "max_vf_module_instances": "", "vfc_list": "", "vf_module_type": "Expansion", "vf_module_description": "", "initial_count": "0", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-23T05:06:21.364Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:a045a411-aabf-49e5-b6d8-050037c6c9c5 VfModuleModelInvariantUUID:e09600ad-37aa-4012-bf61-7f6e112c066d VfModuleModelDescription:NULL Artifacts UUID List:{ b1b0dec8-6545-4212-9f46-ebd1d8dbd4a8 , 1e0aec48-871b-4bfb-aa02-760eeb4788fe } 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:fc2d75f7-3836-4381-9977-0d245853c03c VfModuleModelInvariantUUID:8511bb56-4516-4fb7-99df-7077bfac6245 VfModuleModelDescription:NULL Artifacts UUID List:{ 8d5ee3d2-4be4-474a-926c-43a98742a5cd } Properties List:{ min_vf_module_instances : 0 vf_module_label : helm_apache max_vf_module_instances : vfc_list : vf_module_type : Expansion vf_module_description : initial_count : 0 volume_group : false availability_zone_count : } isBase:false } 2022-06-23T05:06:21.364Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: b1b0dec8-6545-4212-9f46-ebd1d8dbd4a8 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-06-23T05:06:21.364Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-06-23T05:06:21.364Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-06-23T05:06:21.430Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-06-23T05:06:21.430Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml b1b0dec8-6545-4212-9f46-ebd1d8dbd4a8 914 2022-06-23T05:06:21.430Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2022-06-23T05:06:21.431Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-06-23T05:06:21.431Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-23T05:06:21.431Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-23T05:06:21.433Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T05:06:21.433Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655960781430, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-06-23T05:06:21.533Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T05:06:21.534Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T05:06:21.534Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T05:06:21.549Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:06:21.550Z||pool-101-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-23T05:06:22.433Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: b9ed824b-ff0b-41ad-abca-a486eee87deb from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-06-23T05:06:22.434Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-06-23T05:06:22.434Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-06-23T05:06:22.486Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-06-23T05:06:22.487Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env b9ed824b-ff0b-41ad-abca-a486eee87deb 12 2022-06-23T05:06:22.487Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2022-06-23T05:06:22.487Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-06-23T05:06:22.487Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-23T05:06:22.487Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-23T05:06:22.489Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T05:06:22.489Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655960782487, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-06-23T05:06:22.590Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-23T05:06:22.597Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T05:06:22.597Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T05:06:22.610Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:06:22.611Z||pool-102-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-23T05:06:23.490Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 1e0aec48-871b-4bfb-aa02-760eeb4788fe from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-06-23T05:06:23.491Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-06-23T05:06:23.492Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-06-23T05:06:23.573Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-06-23T05:06:23.573Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 1e0aec48-871b-4bfb-aa02-760eeb4788fe 96 2022-06-23T05:06:23.574Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2022-06-23T05:06:23.574Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-06-23T05:06:23.574Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-23T05:06:23.574Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-23T05:06:23.576Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T05:06:23.576Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655960783573, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-06-23T05:06:23.676Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T05:06:23.677Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T05:06:23.677Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T05:06:23.692Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:06:23.693Z||pool-103-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-23T05:06:24.576Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 8d5ee3d2-4be4-474a-926c-43a98742a5cd from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-06-23T05:06:24.577Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-06-23T05:06:24.577Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-06-23T05:06:24.662Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-06-23T05:06:24.663Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 8d5ee3d2-4be4-474a-926c-43a98742a5cd 20206 2022-06-23T05:06:24.663Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2022-06-23T05:06:24.664Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-06-23T05:06:24.664Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-23T05:06:24.664Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-23T05:06:24.666Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T05:06:24.666Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655960784663, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-06-23T05:06:24.766Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T05:06:24.767Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T05:06:24.767Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T05:06:24.780Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:06:24.781Z||pool-104-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-23T05:06:25.670Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 1c3fde90-dbde-4aec-92f2-f18deab86fed 2022-06-23T05:06:25.670Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 31c5bb45-568a-4e65-b168-395ce20e4fd4 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-23T05:06:25.681Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6045436d, org.onap.sdc.toscaparser.api.parameters.Input@1cd4b846, org.onap.sdc.toscaparser.api.parameters.Input@5dd1fa4, org.onap.sdc.toscaparser.api.parameters.Input@4c7dc546, org.onap.sdc.toscaparser.api.parameters.Input@669b98f] 2022-06-23T05:06:25.682Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T05:06:25.682Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T05:06:25.683Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2022-06-23T05:06:25.683Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 67eaef40-dce8-4333-bcca-c89a5d965ee2 2022-06-23T05:06:25.683Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 67eaef40-dce8-4333-bcca-c89a5d965ee2 matches Tosca VF Customization UUID: 67eaef40-dce8-4333-bcca-c89a5d965ee2 2022-06-23T05:06:25.683Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 67eaef40-dce8-4333-bcca-c89a5d965ee2 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-06-23T05:06:25.685Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T05:06:25.685Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T05:06:25.685Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 67eaef40-dce8-4333-bcca-c89a5d965ee2: {\"vf_module_id\":\"demo_module_id\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"demo_app\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"demo_vnf_ignore\",\"sdnc_model_name\":\"APACHE\"} 2022-06-23T05:06:25.686Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@707e970d 2022-06-23T05:06:25.686Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T05:06:25.686Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-23T05:06:25.686Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a81e7288-4682-4fc0-93c8-f9ffae4f0cbc 2022-06-23T05:06:25.686Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a81e7288-4682-4fc0-93c8-f9ffae4f0cbc Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-06-23T05:06:25.689Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T05:06:25.689Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-23T05:06:25.689Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-23T05:06:25.690Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T05:06:25.690Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-23T05:06:25.690Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-23T05:06:25.690Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T05:06:25.690Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-23T05:06:25.690Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=67eaef40-dce8-4333-bcca-c89a5d965ee2 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-23T05:06:25.692Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T05:06:25.692Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T05:06:25.692Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 1c3fde90-dbde-4aec-92f2-f18deab86fed: basic_cnf_macro 2022-06-23T05:06:25.692Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T05:06:25.692Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T05:06:25.693Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T05:06:25.693Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T05:06:25.693Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T05:06:25.693Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T05:06:25.693Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T05:06:25.693Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T05:06:25.693Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T05:06:25.694Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T05:06:25.694Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||INFO|500||Saving Service: basic_cnf_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-23T05:06:25.739Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 31c5bb45-568a-4e65-b168-395ce20e4fd4 2 ASDC deployResourceStructure 2022-06-23T05:06:25.739Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2022-06-23T05:06:25.739Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-06-23T05:06:25.739Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-23T05:06:25.739Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-23T05:06:25.741Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T05:06:25.741Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655960785739, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-23T05:06:25.841Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T05:06:25.842Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T05:06:25.842Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T05:06:25.854Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:06:25.855Z||pool-105-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-06-23T05:06:26.742Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2022-06-23T05:06:26.742Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-06-23T05:06:26.742Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-23T05:06:26.743Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-23T05:06:26.744Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T05:06:26.744Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655960786742, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-06-23T05:06:26.847Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-06-23T05:06:26.848Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T05:06:26.849Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T05:06:26.863Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:06:26.864Z||pool-106-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-06-23T05:06:27.745Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2022-06-23T05:06:27.745Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource) 2022-06-23T05:06:27.746Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-06-23T05:06:27.746Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-23T05:06:27.748Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T05:06:27.748Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655960787745, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-06-23T05:06:27.852Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2022-06-23T05:06:27.853Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T05:06:27.853Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T05:06:27.866Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:06:27.866Z||pool-107-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-23T05:06:28.749Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2022-06-23T05:06:28.749Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-06-23T05:06:28.749Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-23T05:06:28.750Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-23T05:06:28.751Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T05:06:28.751Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655960788749, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-06-23T05:06:28.852Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T05:06:28.853Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T05:06:28.853Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T05:06:28.867Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:06:28.868Z||pool-108-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-23T05:06:29.752Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2022-06-23T05:06:29.753Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource) 2022-06-23T05:06:29.753Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-06-23T05:06:29.753Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-23T05:06:29.755Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T05:06:29.755Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655960789752, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-06-23T05:06:29.855Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T05:06:29.856Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T05:06:29.856Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T05:06:29.869Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:06:29.870Z||pool-109-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-23T05:06:30.756Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-06-23T05:06:30.756Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-06-23T05:06:30.756Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-23T05:06:30.757Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-23T05:06:30.758Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T05:06:30.758Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655960790756, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-23T05:06:30.859Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-23T05:06:30.859Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T05:06:30.860Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T05:06:30.873Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:06:30.873Z||pool-110-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-23T05:06:31.759Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4d17e9af-fa9d-465d-a56c-252575862a0f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-23T05:06:31.779Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4d17e9af-fa9d-465d-a56c-252575862a0f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-23T05:06:31.782Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-23T05:06:31.783Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-23T05:06:31.783Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-23T05:07:01.783Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4d17e9af-fa9d-465d-a56c-252575862a0f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-23T05:07:01.818Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4d17e9af-fa9d-465d-a56c-252575862a0f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-23T05:07:01.823Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-23T05:07:01.823Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-23T05:07:01.823Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-23T05:07:06.649Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:07:06.652Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:07:06.652Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T05:07:06.797Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:07:06.798Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:07:06.798Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657436e6-402f-498a-a37a-3f67c4f87341", "consumerID": "cds", "timestamp": 1655960756069, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-23T05:07:06.800Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:07:31.824Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4d17e9af-fa9d-465d-a56c-252575862a0f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-23T05:07:31.848Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4d17e9af-fa9d-465d-a56c-252575862a0f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-23T05:07:31.852Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-23T05:07:31.853Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-23T05:07:31.853Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-23T05:08:01.853Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4d17e9af-fa9d-465d-a56c-252575862a0f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-23T05:08:01.866Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4d17e9af-fa9d-465d-a56c-252575862a0f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-23T05:08:01.869Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-23T05:08:01.869Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-23T05:08:01.869Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-23T05:08:06.648Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:08:06.649Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:08:06.649Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T05:08:06.698Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:08:06.700Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:08:06.700Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655960766645, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T05:08:06.700Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:08:06.701Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:08:06.701Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657436e6-402f-498a-a37a-3f67c4f87341", "consumerID": "policy-id", "timestamp": 1655960754931, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-23T05:08:06.701Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:08:06.701Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:08:06.701Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "aai-ml", "timestamp": 1655960767953, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-23T05:08:06.701Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T05:08:06.701Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:08:06.701Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657436e6-402f-498a-a37a-3f67c4f87341", "consumerID": "multicloud-k8s-id", "timestamp": 1655960768736, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T05:08:06.701Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:08:06.701Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:08:06.702Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657436e6-402f-498a-a37a-3f67c4f87341", "consumerID": "cds", "timestamp": 1655960756069, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-23T05:08:06.702Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:08:06.702Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:08:06.702Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655960766645, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-06-23T05:08:06.702Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:08:06.702Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:08:06.702Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657436e6-402f-498a-a37a-3f67c4f87341", "consumerID": "policy-id", "timestamp": 1655960754931, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-23T05:08:06.702Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:08:06.702Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:08:06.702Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "aai-ml", "timestamp": 1655960768957, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-23T05:08:06.715Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4d17e9af-fa9d-465d-a56c-252575862a0f 2022-06-23T05:08:06.715Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4d17e9af-fa9d-465d-a56c-252575862a0f and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-23T05:08:06.726Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:08:06.726Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657436e6-402f-498a-a37a-3f67c4f87341", "consumerID": "multicloud-k8s-id", "timestamp": 1655960768736, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-06-23T05:08:06.726Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:08:06.727Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:08:06.727Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657436e6-402f-498a-a37a-3f67c4f87341", "consumerID": "cds", "timestamp": 1655960756069, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T05:08:06.727Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:08:06.727Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:08:06.727Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655960766645, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-06-23T05:08:06.728Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:08:06.728Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:08:06.728Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "clamp", "timestamp": 1655960770398, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T05:08:06.728Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T05:08:06.729Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:08:06.729Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657436e6-402f-498a-a37a-3f67c4f87341", "consumerID": "policy-id", "timestamp": 1655960754931, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T05:08:06.729Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:08:06.729Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:08:06.730Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657436e6-402f-498a-a37a-3f67c4f87341", "consumerID": "multicloud-k8s-id", "timestamp": 1655960768736, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-23T05:08:06.730Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:08:06.730Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:08:06.731Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657436e6-402f-498a-a37a-3f67c4f87341", "consumerID": "cds", "timestamp": 1655960756069, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-23T05:08:06.731Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:08:06.731Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:08:06.732Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655960766645, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T05:08:06.735Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:08:06.735Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:08:06.736Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657436e6-402f-498a-a37a-3f67c4f87341", "consumerID": "policy-id", "timestamp": 1655960754931, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-23T05:08:06.736Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:08:06.736Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:08:06.736Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657436e6-402f-498a-a37a-3f67c4f87341", "consumerID": "multicloud-k8s-id", "timestamp": 1655960768736, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T05:08:06.737Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:08:06.737Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:08:06.737Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655960766645, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-06-23T05:08:06.738Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:08:06.738Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:08:06.738Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657436e6-402f-498a-a37a-3f67c4f87341", "consumerID": "cds", "timestamp": 1655960773083, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T05:08:06.739Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T05:08:06.739Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:08:06.739Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657436e6-402f-498a-a37a-3f67c4f87341", "consumerID": "policy-id", "timestamp": 1655960772526, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T05:08:06.740Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T05:08:06.740Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:08:06.740Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657436e6-402f-498a-a37a-3f67c4f87341", "consumerID": "multicloud-k8s-id", "timestamp": 1655960768736, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-23T05:08:06.741Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:08:06.741Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:08:06.741Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655960766645, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-06-23T05:08:06.742Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:08:06.742Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:08:06.742Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657436e6-402f-498a-a37a-3f67c4f87341", "consumerID": "ves-openapi-manager", "timestamp": 1655960772860, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T05:08:06.742Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:08:06.742Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:08:06.743Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657436e6-402f-498a-a37a-3f67c4f87341", "consumerID": "policy-id", "timestamp": 1655960773535, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-23T05:08:06.743Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T05:08:06.743Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:08:06.743Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657436e6-402f-498a-a37a-3f67c4f87341", "consumerID": "cds", "timestamp": 1655960774326, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-23T05:08:06.764Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 657436e6-402f-498a-a37a-3f67c4f87341 2022-06-23T05:08:06.764Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 657436e6-402f-498a-a37a-3f67c4f87341 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-23T05:08:06.807Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:08:06.807Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657436e6-402f-498a-a37a-3f67c4f87341", "consumerID": "multicloud-k8s-id", "timestamp": 1655960768736, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-23T05:08:06.808Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:08:06.808Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:08:06.808Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655960766645, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-06-23T05:08:06.808Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:08:06.809Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:08:06.809Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657436e6-402f-498a-a37a-3f67c4f87341", "consumerID": "ves-openapi-manager", "timestamp": 1655960772860, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-23T05:08:06.809Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:08:06.809Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:08:06.810Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657436e6-402f-498a-a37a-3f67c4f87341", "consumerID": "policy-id", "timestamp": 1655960774546, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-23T05:08:06.819Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 657436e6-402f-498a-a37a-3f67c4f87341 2022-06-23T05:08:06.819Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 657436e6-402f-498a-a37a-3f67c4f87341 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-23T05:08:06.830Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:08:06.830Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657436e6-402f-498a-a37a-3f67c4f87341", "consumerID": "aai-ml", "timestamp": 1655960773054, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T05:08:06.830Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:08:06.830Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:08:06.830Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657436e6-402f-498a-a37a-3f67c4f87341", "consumerID": "multicloud-k8s-id", "timestamp": 1655960768736, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T05:08:06.830Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:08:06.830Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:08:06.831Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655960766645, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-23T05:08:06.831Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:08:06.831Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:08:06.831Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "clamp", "timestamp": 1655960775405, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-23T05:08:06.831Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T05:08:06.831Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:08:06.831Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657436e6-402f-498a-a37a-3f67c4f87341", "consumerID": "ves-openapi-manager", "timestamp": 1655960772860, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T05:08:06.831Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:08:06.831Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:08:06.831Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657436e6-402f-498a-a37a-3f67c4f87341", "consumerID": "aai-ml", "timestamp": 1655960773054, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-23T05:08:06.831Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:08:06.831Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:08:06.831Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657436e6-402f-498a-a37a-3f67c4f87341", "consumerID": "multicloud-k8s-id", "timestamp": 1655960768736, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-23T05:08:06.831Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:08:06.832Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:08:06.832Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655960766645, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T05:08:06.832Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:08:06.832Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:08:06.832Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "clamp", "timestamp": 1655960776408, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-23T05:08:06.839Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4d17e9af-fa9d-465d-a56c-252575862a0f 2022-06-23T05:08:06.839Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4d17e9af-fa9d-465d-a56c-252575862a0f and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-23T05:08:06.846Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:08:06.846Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657436e6-402f-498a-a37a-3f67c4f87341", "consumerID": "ves-openapi-manager", "timestamp": 1655960772860, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T05:08:06.847Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:08:06.847Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:08:06.847Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657436e6-402f-498a-a37a-3f67c4f87341", "consumerID": "aai-ml", "timestamp": 1655960773054, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T05:08:06.847Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:08:06.847Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:08:06.847Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655960766645, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-23T05:08:06.847Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:08:06.847Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:08:06.847Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657436e6-402f-498a-a37a-3f67c4f87341", "consumerID": "multicloud-k8s-id", "timestamp": 1655960777495, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-23T05:08:06.847Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T05:08:06.847Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:08:06.847Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657436e6-402f-498a-a37a-3f67c4f87341", "consumerID": "ves-openapi-manager", "timestamp": 1655960772860, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-23T05:08:06.848Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:08:06.848Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:08:06.848Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657436e6-402f-498a-a37a-3f67c4f87341", "consumerID": "aai-ml", "timestamp": 1655960773054, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T05:08:06.848Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:08:06.848Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:08:06.848Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657436e6-402f-498a-a37a-3f67c4f87341", "consumerID": "multicloud-k8s-id", "timestamp": 1655960778578, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-23T05:08:06.848Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T05:08:06.848Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:08:06.848Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657436e6-402f-498a-a37a-3f67c4f87341", "consumerID": "ves-openapi-manager", "timestamp": 1655960772860, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-23T05:08:06.848Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:08:06.848Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:08:06.849Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655960777560, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T05:08:06.849Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T05:08:06.849Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:08:06.849Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657436e6-402f-498a-a37a-3f67c4f87341", "consumerID": "aai-ml", "timestamp": 1655960773054, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-23T05:08:06.849Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:08:06.849Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:08:06.849Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657436e6-402f-498a-a37a-3f67c4f87341", "consumerID": "ves-openapi-manager", "timestamp": 1655960772860, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T05:08:06.849Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:08:06.849Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:08:06.849Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657436e6-402f-498a-a37a-3f67c4f87341", "consumerID": "multicloud-k8s-id", "timestamp": 1655960779647, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-23T05:08:06.849Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T05:08:06.850Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:08:06.850Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657436e6-402f-498a-a37a-3f67c4f87341", "consumerID": "aai-ml", "timestamp": 1655960773054, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-23T05:08:06.850Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:08:06.850Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:08:06.850Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657436e6-402f-498a-a37a-3f67c4f87341", "consumerID": "clamp", "timestamp": 1655960779079, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T05:08:06.850Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:08:06.850Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:08:06.850Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657436e6-402f-498a-a37a-3f67c4f87341", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655960779310, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T05:08:06.850Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:08:06.850Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:08:06.851Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657436e6-402f-498a-a37a-3f67c4f87341", "consumerID": "ves-openapi-manager", "timestamp": 1655960772860, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-23T05:08:06.851Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:08:06.851Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:08:06.851Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657436e6-402f-498a-a37a-3f67c4f87341", "consumerID": "multicloud-k8s-id", "timestamp": 1655960780687, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-23T05:08:06.856Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 657436e6-402f-498a-a37a-3f67c4f87341 2022-06-23T05:08:06.856Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 657436e6-402f-498a-a37a-3f67c4f87341 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-06-23T05:08:06.863Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:08:06.863Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657436e6-402f-498a-a37a-3f67c4f87341", "consumerID": "aai-ml", "timestamp": 1655960773054, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T05:08:06.863Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:08:06.863Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:08:06.863Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657436e6-402f-498a-a37a-3f67c4f87341", "consumerID": "clamp", "timestamp": 1655960779079, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-06-23T05:08:06.864Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:08:06.864Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:08:06.864Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657436e6-402f-498a-a37a-3f67c4f87341", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655960779310, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-23T05:08:06.864Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:08:06.864Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:08:06.864Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655960780351, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-23T05:08:06.865Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T05:08:06.865Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:08:06.865Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657436e6-402f-498a-a37a-3f67c4f87341", "consumerID": "multicloud-k8s-id", "timestamp": 1655960781691, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-23T05:08:06.865Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T05:08:06.865Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:08:06.865Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657436e6-402f-498a-a37a-3f67c4f87341", "consumerID": "aai-ml", "timestamp": 1655960773054, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-23T05:08:06.866Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:08:06.866Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:08:06.866Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657436e6-402f-498a-a37a-3f67c4f87341", "consumerID": "clamp", "timestamp": 1655960779079, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T05:08:06.866Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:08:06.866Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:08:06.867Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657436e6-402f-498a-a37a-3f67c4f87341", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655960779310, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T05:08:06.867Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:08:06.867Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:08:06.867Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655960781430, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-06-23T05:08:06.867Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T05:08:06.868Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:08:06.868Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657436e6-402f-498a-a37a-3f67c4f87341", "consumerID": "clamp", "timestamp": 1655960779079, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T05:08:06.868Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:08:06.868Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:08:06.868Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657436e6-402f-498a-a37a-3f67c4f87341", "consumerID": "aai-ml", "timestamp": 1655960781806, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T05:08:06.869Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T05:08:06.869Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:08:06.869Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657436e6-402f-498a-a37a-3f67c4f87341", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655960779310, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T05:08:06.869Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:08:06.869Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:08:06.869Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655960782487, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-06-23T05:08:06.870Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T05:08:06.870Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:08:06.870Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657436e6-402f-498a-a37a-3f67c4f87341", "consumerID": "clamp", "timestamp": 1655960779079, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-23T05:08:06.870Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:08:06.870Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:08:06.871Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657436e6-402f-498a-a37a-3f67c4f87341", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655960779310, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-23T05:08:06.871Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:08:06.871Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:08:06.871Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655960783573, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-06-23T05:08:06.872Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T05:08:06.872Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:08:06.872Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657436e6-402f-498a-a37a-3f67c4f87341", "consumerID": "clamp", "timestamp": 1655960779079, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-23T05:08:06.872Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:08:06.872Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:08:06.872Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657436e6-402f-498a-a37a-3f67c4f87341", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655960779310, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-23T05:08:06.873Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:08:06.873Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:08:06.873Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655960784663, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-06-23T05:08:06.873Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T05:08:06.874Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:08:06.874Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657436e6-402f-498a-a37a-3f67c4f87341", "consumerID": "clamp", "timestamp": 1655960779079, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T05:08:06.874Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:08:06.874Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:08:06.874Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657436e6-402f-498a-a37a-3f67c4f87341", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655960779310, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T05:08:06.874Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:08:06.875Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:08:06.875Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655960785739, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-23T05:08:06.875Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T05:08:06.875Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:08:06.875Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657436e6-402f-498a-a37a-3f67c4f87341", "consumerID": "clamp", "timestamp": 1655960779079, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-23T05:08:06.875Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:08:06.876Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:08:06.876Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657436e6-402f-498a-a37a-3f67c4f87341", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655960779310, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-23T05:08:06.876Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:08:06.876Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:08:06.876Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655960786742, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-06-23T05:08:06.877Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T05:08:06.877Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:08:06.877Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657436e6-402f-498a-a37a-3f67c4f87341", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655960788130, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T05:08:06.877Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T05:08:06.877Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:08:06.878Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655960787745, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-06-23T05:08:06.878Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T05:08:06.878Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:08:06.878Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655960788749, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-06-23T05:08:06.878Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T05:08:06.879Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:08:06.879Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657436e6-402f-498a-a37a-3f67c4f87341", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655960790757, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-23T05:08:06.879Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T05:08:06.879Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:08:06.879Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655960789752, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-06-23T05:08:06.880Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T05:08:06.880Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:08:06.880Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657436e6-402f-498a-a37a-3f67c4f87341", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655960791774, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-23T05:08:06.886Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 657436e6-402f-498a-a37a-3f67c4f87341 2022-06-23T05:08:06.886Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 657436e6-402f-498a-a37a-3f67c4f87341 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-23T05:08:06.896Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:08:06.896Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655960790756, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-23T05:08:06.897Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T05:08:06.897Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:08:06.897Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657436e6-402f-498a-a37a-3f67c4f87341", "consumerID": "clamp", "timestamp": 1655960792401, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T05:08:06.897Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T05:08:06.897Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:08:06.898Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657436e6-402f-498a-a37a-3f67c4f87341", "consumerID": "clamp", "timestamp": 1655960795407, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-23T05:08:06.898Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T05:08:06.898Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:08:06.898Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657436e6-402f-498a-a37a-3f67c4f87341", "consumerID": "aai-ml", "timestamp": 1655960794898, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-23T05:08:06.899Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T05:08:06.899Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:08:06.899Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657436e6-402f-498a-a37a-3f67c4f87341", "consumerID": "clamp", "timestamp": 1655960796411, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-23T05:08:06.905Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 657436e6-402f-498a-a37a-3f67c4f87341 2022-06-23T05:08:06.906Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 657436e6-402f-498a-a37a-3f67c4f87341 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-23T05:08:06.916Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:08:06.916Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657436e6-402f-498a-a37a-3f67c4f87341", "consumerID": "aai-ml", "timestamp": 1655960795902, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-23T05:08:06.922Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 657436e6-402f-498a-a37a-3f67c4f87341 2022-06-23T05:08:06.922Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 657436e6-402f-498a-a37a-3f67c4f87341 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-23T05:08:31.870Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4d17e9af-fa9d-465d-a56c-252575862a0f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-23T05:08:31.880Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4d17e9af-fa9d-465d-a56c-252575862a0f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-23T05:08:31.882Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-23T05:08:31.882Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-23T05:08:31.883Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-23T05:08:31.883Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-23T05:08:31.883Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-23T05:08:31.883Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-23T05:08:31.883Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-23T05:08:31.883Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-23T05:08:31.883Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-23T05:08:31.883Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-23T05:08:31.883Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-23T05:08:31.888Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-23T05:09:01.889Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4d17e9af-fa9d-465d-a56c-252575862a0f and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-06-23T05:09:01.895Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4d17e9af-fa9d-465d-a56c-252575862a0f and serviceModelVersionId: 1c3fde90-dbde-4aec-92f2-f18deab86fed 2022-06-23T05:09:01.895Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4779cb9a-6ed8-4acf-8029-c21d2e2638e3 2022-06-23T05:09:01.897Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4779cb9a-6ed8-4acf-8029-c21d2e2638e3/model-vers/model-ver/1c3fde90-dbde-4aec-92f2-f18deab86fed?depth=0 2022-06-23T05:09:01.908Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-06-23T05:09:01.959Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4779cb9a-6ed8-4acf-8029-c21d2e2638e3/model-vers/model-ver/1c3fde90-dbde-4aec-92f2-f18deab86fed?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-06-23T05:09:01.962Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4779cb9a-6ed8-4acf-8029-c21d2e2638e3/model-vers/model-ver/1c3fde90-dbde-4aec-92f2-f18deab86fed?depth=0|INFO|500||Invoke 2022-06-23T05:09:01.984Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4779cb9a-6ed8-4acf-8029-c21d2e2638e3/model-vers/model-ver/1c3fde90-dbde-4aec-92f2-f18deab86fed?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-23T05:09:02.092Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4779cb9a-6ed8-4acf-8029-c21d2e2638e3/model-vers/model-ver/1c3fde90-dbde-4aec-92f2-f18deab86fed?depth=0|INFO|500||InvokeReturn 2022-06-23T05:09:02.093Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4779cb9a-6ed8-4acf-8029-c21d2e2638e3/model-vers/model-ver/1c3fde90-dbde-4aec-92f2-f18deab86fed?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220623-05:09:01:992-32468], vertex-id=[254200], Content-Length=[0], Date=[Thu, 23 Jun 2022 05:09:01 GMT], Content-Type=[application/json]} 2022-06-23T05:09:02.093Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2022-06-23T05:09:02.094Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-23T05:09:02.094Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-23T05:09:02.101Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-23T05:09:02.101Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4d17e9af-fa9d-465d-a56c-252575862a0f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-23T05:09:02.101Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-23T05:09:02.102Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-23T05:09:02.104Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T05:09:02.104Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655960942101, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-23T05:09:02.205Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-23T05:09:02.206Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T05:09:02.206Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T05:09:02.224Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:09:02.225Z||pool-111-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-23T05:09:03.117Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T05:09:03.117Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"657436e6-402f-498a-a37a-3f67c4f87341","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"5352c93e-64c0-450f-b98d-2d9e9f39bad1","serviceDescription":"service","serviceInvariantUUID":"06f66f00-12fd-4717-832e-de83cabb8069","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"107a9241-8a3b-408a-a047-17cbecfe7667","resourceInvariantUUID":"5911f305-a387-4e8a-92ad-8f1fe78a1f92","resourceCustomizationUUID":"1750a4c1-8232-4da1-9106-6c4e40b70a21","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":"YTZiOTNlZDQyZDc4NzVkODUzYzU5ZjQyZmRhOTgxNmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4348a56b-4fc3-4c4c-b96e-cd17bafc3c7a","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":"ZmRiYzU1YWI0OWMyODE5Y2EzYmIxNTM4Y2JlODhmMTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f07e9e98-aa52-4200-81ad-df38ff6afee1","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":"8b7dc2cc-ea64-46bb-ac21-9c1eef40ea29","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":"e22ab10f-d589-4e27-a805-94e9856ccca0","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":"9cffd74c-ec4e-4ce6-8a2e-39f0b65cc7d0","artifactVersion":"2","generatedFromUUID":"8b7dc2cc-ea64-46bb-ac21-9c1eef40ea29"},{"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":"Njc0YWYyMzcwNjFjZTY5NDcwYThiMjcyYThlZjc2NGM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"4e16aaa3-c43c-4a67-84c1-4905b237842b","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":"YzdlMjY2MDg5MWMxYmQ2ZTQ5N2JhZDk3ZDY3N2ViNmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e35a443a-e29f-4ec2-9030-49b9cdf2fc13","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ZTY5YTI3NDg3Njg5YmJlYjI4ZGU5ZDcyNmQ2NWQyYWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5c2a0049-e9e3-44e2-8b07-0654b525c051","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-23T05:09:03.118Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T05:09:03.118Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-23T05:09:03.120Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T05:09:03.120Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "657436e6-402f-498a-a37a-3f67c4f87341", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655960766645, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T05:09:03.220Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-23T05:09:03.221Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T05:09:03.221Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T05:09:03.237Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:09:03.238Z||pool-112-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-23T05:09:04.121Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T05:09:04.122Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-23T05:09:04.124Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T05:09:04.124Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "657436e6-402f-498a-a37a-3f67c4f87341", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655960766645, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-06-23T05:09:04.226Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-06-23T05:09:04.227Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T05:09:04.227Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T05:09:04.271Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:09:04.272Z||pool-113-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1} 2022-06-23T05:09:05.125Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T05:09:05.126Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-23T05:09:05.128Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T05:09:05.129Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "657436e6-402f-498a-a37a-3f67c4f87341", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655960766645, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-23T05:09:05.228Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-23T05:09:05.229Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T05:09:05.229Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T05:09:05.243Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:09:05.243Z||pool-114-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-23T05:09:06.130Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T05:09:06.131Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-23T05:09:06.134Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T05:09:06.134Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "657436e6-402f-498a-a37a-3f67c4f87341", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655960766645, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T05:09:06.234Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T05:09:06.235Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T05:09:06.235Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T05:09:06.256Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:09:06.256Z||pool-115-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-06-23T05:09:06.648Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:09:06.649Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:09:06.649Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T05:09:06.680Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:09:06.682Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:09:06.682Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac5e5ed5-8d38-454a-9036-e1cba6c48c14", "consumerID": "multicloud-k8s-id", "timestamp": 1655960848736, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T05:09:06.682Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:09:06.683Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:09:06.683Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac5e5ed5-8d38-454a-9036-e1cba6c48c14", "consumerID": "cds", "timestamp": 1655960852766, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T05:09:06.683Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:09:06.683Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:09:06.683Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac5e5ed5-8d38-454a-9036-e1cba6c48c14", "consumerID": "ves-openapi-manager", "timestamp": 1655960852860, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T05:09:06.683Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:09:06.683Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:09:06.684Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac5e5ed5-8d38-454a-9036-e1cba6c48c14", "consumerID": "multicloud-k8s-id", "timestamp": 1655960848736, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-23T05:09:06.684Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:09:06.684Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:09:06.684Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac5e5ed5-8d38-454a-9036-e1cba6c48c14", "consumerID": "cds", "timestamp": 1655960852766, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-23T05:09:06.684Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:09:06.684Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:09:06.685Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac5e5ed5-8d38-454a-9036-e1cba6c48c14", "consumerID": "ves-openapi-manager", "timestamp": 1655960852860, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-23T05:09:06.685Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:09:06.685Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:09:06.685Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac5e5ed5-8d38-454a-9036-e1cba6c48c14", "consumerID": "multicloud-k8s-id", "timestamp": 1655960848736, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-23T05:09:06.685Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:09:06.686Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:09:06.686Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac5e5ed5-8d38-454a-9036-e1cba6c48c14", "consumerID": "cds", "timestamp": 1655960852766, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-23T05:09:06.686Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:09:06.686Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:09:06.686Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac5e5ed5-8d38-454a-9036-e1cba6c48c14", "consumerID": "policy-id", "timestamp": 1655960854263, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T05:09:06.686Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:09:06.687Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:09:06.687Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac5e5ed5-8d38-454a-9036-e1cba6c48c14", "consumerID": "ves-openapi-manager", "timestamp": 1655960852860, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-23T05:09:06.687Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:09:06.687Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:09:06.688Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac5e5ed5-8d38-454a-9036-e1cba6c48c14", "consumerID": "multicloud-k8s-id", "timestamp": 1655960848736, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-23T05:09:06.688Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:09:06.688Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:09:06.688Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac5e5ed5-8d38-454a-9036-e1cba6c48c14", "consumerID": "cds", "timestamp": 1655960852766, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-23T05:09:06.688Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:09:06.689Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:09:06.689Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac5e5ed5-8d38-454a-9036-e1cba6c48c14", "consumerID": "policy-id", "timestamp": 1655960854263, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-23T05:09:06.689Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:09:06.689Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:09:06.689Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac5e5ed5-8d38-454a-9036-e1cba6c48c14", "consumerID": "ves-openapi-manager", "timestamp": 1655960852860, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-23T05:09:06.690Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:09:06.690Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:09:06.690Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac5e5ed5-8d38-454a-9036-e1cba6c48c14", "consumerID": "multicloud-k8s-id", "timestamp": 1655960848736, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T05:09:06.690Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:09:06.690Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:09:06.691Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac5e5ed5-8d38-454a-9036-e1cba6c48c14", "consumerID": "cds", "timestamp": 1655960852766, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T05:09:06.691Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:09:06.691Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:09:06.691Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac5e5ed5-8d38-454a-9036-e1cba6c48c14", "consumerID": "policy-id", "timestamp": 1655960854263, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-23T05:09:06.691Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:09:06.692Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:09:06.692Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac5e5ed5-8d38-454a-9036-e1cba6c48c14", "consumerID": "ves-openapi-manager", "timestamp": 1655960852860, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T05:09:06.692Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:09:06.692Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:09:06.692Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac5e5ed5-8d38-454a-9036-e1cba6c48c14", "consumerID": "multicloud-k8s-id", "timestamp": 1655960848736, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T05:09:06.693Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:09:06.693Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:09:06.693Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac5e5ed5-8d38-454a-9036-e1cba6c48c14", "consumerID": "cds", "timestamp": 1655960852766, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T05:09:06.693Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:09:06.693Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:09:06.693Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac5e5ed5-8d38-454a-9036-e1cba6c48c14", "consumerID": "policy-id", "timestamp": 1655960854263, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-23T05:09:06.694Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:09:06.694Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:09:06.694Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac5e5ed5-8d38-454a-9036-e1cba6c48c14", "consumerID": "ves-openapi-manager", "timestamp": 1655960852860, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T05:09:06.694Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:09:06.694Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:09:06.694Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac5e5ed5-8d38-454a-9036-e1cba6c48c14", "consumerID": "multicloud-k8s-id", "timestamp": 1655960848736, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T05:09:06.695Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:09:06.695Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:09:06.695Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac5e5ed5-8d38-454a-9036-e1cba6c48c14", "consumerID": "cds", "timestamp": 1655960852766, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T05:09:06.695Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:09:06.695Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:09:06.695Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac5e5ed5-8d38-454a-9036-e1cba6c48c14", "consumerID": "policy-id", "timestamp": 1655960854263, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T05:09:06.696Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:09:06.696Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:09:06.696Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac5e5ed5-8d38-454a-9036-e1cba6c48c14", "consumerID": "ves-openapi-manager", "timestamp": 1655960852860, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-06-23T05:09:06.696Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:09:06.697Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:09:06.697Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac5e5ed5-8d38-454a-9036-e1cba6c48c14", "consumerID": "multicloud-k8s-id", "timestamp": 1655960848736, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T05:09:06.697Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:09:06.697Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:09:06.697Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac5e5ed5-8d38-454a-9036-e1cba6c48c14", "consumerID": "cds", "timestamp": 1655960852766, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T05:09:06.698Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:09:06.698Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:09:06.698Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac5e5ed5-8d38-454a-9036-e1cba6c48c14", "consumerID": "policy-id", "timestamp": 1655960854263, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T05:09:06.698Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:09:06.698Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:09:06.699Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac5e5ed5-8d38-454a-9036-e1cba6c48c14", "consumerID": "ves-openapi-manager", "timestamp": 1655960852860, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T05:09:06.699Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:09:06.699Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:09:06.699Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac5e5ed5-8d38-454a-9036-e1cba6c48c14", "consumerID": "multicloud-k8s-id", "timestamp": 1655960848736, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-23T05:09:06.699Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:09:06.699Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:09:06.700Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac5e5ed5-8d38-454a-9036-e1cba6c48c14", "consumerID": "cds", "timestamp": 1655960852766, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-23T05:09:06.700Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:09:06.700Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:09:06.700Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac5e5ed5-8d38-454a-9036-e1cba6c48c14", "consumerID": "policy-id", "timestamp": 1655960854263, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T05:09:06.700Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:09:06.700Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:09:06.701Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac5e5ed5-8d38-454a-9036-e1cba6c48c14", "consumerID": "ves-openapi-manager", "timestamp": 1655960852860, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-23T05:09:06.701Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:09:06.701Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:09:06.701Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac5e5ed5-8d38-454a-9036-e1cba6c48c14", "consumerID": "policy-id", "timestamp": 1655960854263, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T05:09:06.701Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:09:06.702Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:09:06.702Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac5e5ed5-8d38-454a-9036-e1cba6c48c14", "consumerID": "cds", "timestamp": 1655960862740, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T05:09:06.702Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T05:09:06.702Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:09:06.702Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac5e5ed5-8d38-454a-9036-e1cba6c48c14", "consumerID": "ves-openapi-manager", "timestamp": 1655960862613, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-06-23T05:09:06.703Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T05:09:06.703Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:09:06.703Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac5e5ed5-8d38-454a-9036-e1cba6c48c14", "consumerID": "policy-id", "timestamp": 1655960854263, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-23T05:09:06.703Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:09:06.703Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:09:06.703Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac5e5ed5-8d38-454a-9036-e1cba6c48c14", "consumerID": "cds", "timestamp": 1655960863990, "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-06-23T05:09:06.722Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ac5e5ed5-8d38-454a-9036-e1cba6c48c14 2022-06-23T05:09:06.723Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ac5e5ed5-8d38-454a-9036-e1cba6c48c14 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-23T05:09:06.733Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:09:06.733Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac5e5ed5-8d38-454a-9036-e1cba6c48c14", "consumerID": "ves-openapi-manager", "timestamp": 1655960863643, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-06-23T05:09:06.733Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T05:09:06.734Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:09:06.734Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac5e5ed5-8d38-454a-9036-e1cba6c48c14", "consumerID": "policy-id", "timestamp": 1655960864209, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T05:09:06.734Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T05:09:06.734Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:09:06.735Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac5e5ed5-8d38-454a-9036-e1cba6c48c14", "consumerID": "ves-openapi-manager", "timestamp": 1655960864645, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-23T05:09:06.742Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of ac5e5ed5-8d38-454a-9036-e1cba6c48c14 2022-06-23T05:09:06.742Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ac5e5ed5-8d38-454a-9036-e1cba6c48c14 and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-23T05:09:06.752Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:09:06.753Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac5e5ed5-8d38-454a-9036-e1cba6c48c14", "consumerID": "aai-ml", "timestamp": 1655960863054, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T05:09:06.753Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:09:06.753Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:09:06.754Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac5e5ed5-8d38-454a-9036-e1cba6c48c14", "consumerID": "policy-id", "timestamp": 1655960865228, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-23T05:09:06.754Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T05:09:06.754Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:09:06.754Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac5e5ed5-8d38-454a-9036-e1cba6c48c14", "consumerID": "aai-ml", "timestamp": 1655960863054, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-23T05:09:06.755Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:09:06.755Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:09:06.755Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac5e5ed5-8d38-454a-9036-e1cba6c48c14", "consumerID": "policy-id", "timestamp": 1655960866239, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-23T05:09:06.761Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ac5e5ed5-8d38-454a-9036-e1cba6c48c14 2022-06-23T05:09:06.762Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ac5e5ed5-8d38-454a-9036-e1cba6c48c14 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-23T05:09:06.782Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:09:06.782Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac5e5ed5-8d38-454a-9036-e1cba6c48c14", "consumerID": "aai-ml", "timestamp": 1655960863054, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-23T05:09:06.782Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:09:06.782Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:09:06.782Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac5e5ed5-8d38-454a-9036-e1cba6c48c14", "consumerID": "aai-ml", "timestamp": 1655960863054, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-23T05:09:06.782Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:09:06.783Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:09:06.783Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac5e5ed5-8d38-454a-9036-e1cba6c48c14", "consumerID": "aai-ml", "timestamp": 1655960863054, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T05:09:06.783Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:09:06.783Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:09:06.783Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac5e5ed5-8d38-454a-9036-e1cba6c48c14", "consumerID": "clamp", "timestamp": 1655960869079, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T05:09:06.783Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:09:06.783Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:09:06.783Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac5e5ed5-8d38-454a-9036-e1cba6c48c14", "consumerID": "aai-ml", "timestamp": 1655960863054, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T05:09:06.783Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:09:06.783Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:09:06.783Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac5e5ed5-8d38-454a-9036-e1cba6c48c14", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655960869310, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T05:09:06.784Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:09:06.784Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:09:06.784Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac5e5ed5-8d38-454a-9036-e1cba6c48c14", "consumerID": "clamp", "timestamp": 1655960869079, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-23T05:09:06.784Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:09:06.784Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:09:06.784Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac5e5ed5-8d38-454a-9036-e1cba6c48c14", "consumerID": "aai-ml", "timestamp": 1655960863054, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T05:09:06.784Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:09:06.784Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:09:06.784Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac5e5ed5-8d38-454a-9036-e1cba6c48c14", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655960869310, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-23T05:09:06.784Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:09:06.785Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:09:06.785Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac5e5ed5-8d38-454a-9036-e1cba6c48c14", "consumerID": "clamp", "timestamp": 1655960869079, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-23T05:09:06.785Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:09:06.785Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:09:06.785Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac5e5ed5-8d38-454a-9036-e1cba6c48c14", "consumerID": "aai-ml", "timestamp": 1655960863054, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T05:09:06.785Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:09:06.785Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:09:06.785Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac5e5ed5-8d38-454a-9036-e1cba6c48c14", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655960869310, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-23T05:09:06.785Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:09:06.785Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:09:06.786Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac5e5ed5-8d38-454a-9036-e1cba6c48c14", "consumerID": "clamp", "timestamp": 1655960869079, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-23T05:09:06.786Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:09:06.786Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:09:06.786Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac5e5ed5-8d38-454a-9036-e1cba6c48c14", "consumerID": "aai-ml", "timestamp": 1655960863054, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-23T05:09:06.787Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:09:06.787Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:09:06.787Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac5e5ed5-8d38-454a-9036-e1cba6c48c14", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655960869310, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-23T05:09:06.788Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:09:06.789Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:09:06.789Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac5e5ed5-8d38-454a-9036-e1cba6c48c14", "consumerID": "clamp", "timestamp": 1655960869079, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T05:09:06.789Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:09:06.789Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:09:06.789Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac5e5ed5-8d38-454a-9036-e1cba6c48c14", "consumerID": "aai-ml", "timestamp": 1655960872888, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T05:09:06.789Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T05:09:06.789Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:09:06.789Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac5e5ed5-8d38-454a-9036-e1cba6c48c14", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655960869310, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T05:09:06.790Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:09:06.790Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:09:06.790Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac5e5ed5-8d38-454a-9036-e1cba6c48c14", "consumerID": "clamp", "timestamp": 1655960869079, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T05:09:06.790Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:09:06.790Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:09:06.790Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac5e5ed5-8d38-454a-9036-e1cba6c48c14", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655960869310, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T05:09:06.790Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:09:06.791Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:09:06.791Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac5e5ed5-8d38-454a-9036-e1cba6c48c14", "consumerID": "clamp", "timestamp": 1655960869079, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T05:09:06.791Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:09:06.791Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:09:06.791Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac5e5ed5-8d38-454a-9036-e1cba6c48c14", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655960869310, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T05:09:06.791Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:09:06.791Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:09:06.791Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac5e5ed5-8d38-454a-9036-e1cba6c48c14", "consumerID": "clamp", "timestamp": 1655960869079, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T05:09:06.791Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:09:06.792Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:09:06.792Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac5e5ed5-8d38-454a-9036-e1cba6c48c14", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655960869310, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T05:09:06.792Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:09:06.792Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:09:06.792Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac5e5ed5-8d38-454a-9036-e1cba6c48c14", "consumerID": "clamp", "timestamp": 1655960869079, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-23T05:09:06.792Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:09:06.792Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:09:06.793Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac5e5ed5-8d38-454a-9036-e1cba6c48c14", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655960869310, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-23T05:09:06.793Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:09:06.793Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:09:06.793Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac5e5ed5-8d38-454a-9036-e1cba6c48c14", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655960879070, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T05:09:06.793Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T05:09:06.793Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:09:06.794Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac5e5ed5-8d38-454a-9036-e1cba6c48c14", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655960881085, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-23T05:09:06.794Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T05:09:06.794Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:09:06.794Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac5e5ed5-8d38-454a-9036-e1cba6c48c14", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655960882089, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-23T05:09:06.800Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ac5e5ed5-8d38-454a-9036-e1cba6c48c14 2022-06-23T05:09:06.801Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ac5e5ed5-8d38-454a-9036-e1cba6c48c14 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-23T05:09:06.810Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:09:06.810Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac5e5ed5-8d38-454a-9036-e1cba6c48c14", "consumerID": "aai-ml", "timestamp": 1655960881578, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-23T05:09:06.810Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T05:09:06.810Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:09:06.810Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac5e5ed5-8d38-454a-9036-e1cba6c48c14", "consumerID": "clamp", "timestamp": 1655960883415, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T05:09:06.810Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T05:09:06.810Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:09:06.810Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac5e5ed5-8d38-454a-9036-e1cba6c48c14", "consumerID": "aai-ml", "timestamp": 1655960882581, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-23T05:09:06.815Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ac5e5ed5-8d38-454a-9036-e1cba6c48c14 2022-06-23T05:09:06.815Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ac5e5ed5-8d38-454a-9036-e1cba6c48c14 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-23T05:09:06.834Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:09:06.834Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac5e5ed5-8d38-454a-9036-e1cba6c48c14", "consumerID": "clamp", "timestamp": 1655960885424, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-23T05:09:06.835Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T05:09:06.835Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:09:06.835Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac5e5ed5-8d38-454a-9036-e1cba6c48c14", "consumerID": "clamp", "timestamp": 1655960886427, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-23T05:09:06.840Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ac5e5ed5-8d38-454a-9036-e1cba6c48c14 2022-06-23T05:09:06.840Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ac5e5ed5-8d38-454a-9036-e1cba6c48c14 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-23T05:09:07.134Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T05:09:07.135Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-23T05:09:07.137Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T05:09:07.138Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "657436e6-402f-498a-a37a-3f67c4f87341", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655960766645, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-23T05:09:07.238Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T05:09:07.238Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T05:09:07.239Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T05:09:07.251Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:09:07.251Z||pool-116-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-06-23T05:09:08.138Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T05:09:08.139Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-23T05:09:08.141Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T05:09:08.142Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "657436e6-402f-498a-a37a-3f67c4f87341", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655960766645, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-23T05:09:08.242Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T05:09:08.243Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T05:09:08.243Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T05:09:08.256Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:09:08.257Z||pool-117-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-23T05:09:09.142Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T05:09:09.143Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-23T05:09:09.145Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T05:09:09.145Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "657436e6-402f-498a-a37a-3f67c4f87341", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655960766645, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T05:09:09.246Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T05:09:09.247Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T05:09:09.247Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T05:09:09.269Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:09:09.270Z||pool-118-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-06-23T05:09:10.146Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T05:09:10.147Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-23T05:09:10.149Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T05:09:10.149Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "657436e6-402f-498a-a37a-3f67c4f87341", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655960766645, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-23T05:09:10.249Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T05:09:10.250Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T05:09:10.250Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T05:09:10.263Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:09:10.264Z||pool-119-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-23T05:09:11.150Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "657436e6-402f-498a-a37a-3f67c4f87341", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "5352c93e-64c0-450f-b98d-2d9e9f39bad1", "serviceDescription": "service", "serviceInvariantUUID": "06f66f00-12fd-4717-832e-de83cabb8069", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "1750a4c1-8232-4da1-9106-6c4e40b70a21", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "107a9241-8a3b-408a-a047-17cbecfe7667", "resourceInvariantUUID": "5911f305-a387-4e8a-92ad-8f1fe78a1f92", "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": "ZmRiYzU1YWI0OWMyODE5Y2EzYmIxNTM4Y2JlODhmMTY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f07e9e98-aa52-4200-81ad-df38ff6afee1", "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": "8b7dc2cc-ea64-46bb-ac21-9c1eef40ea29", "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": "9cffd74c-ec4e-4ce6-8a2e-39f0b65cc7d0", "generatedFromUUID": "8b7dc2cc-ea64-46bb-ac21-9c1eef40ea29" }, "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": "9cffd74c-ec4e-4ce6-8a2e-39f0b65cc7d0", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "ZTY5YTI3NDg3Njg5YmJlYjI4ZGU5ZDcyNmQ2NWQyYWM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5c2a0049-e9e3-44e2-8b07-0654b525c051" } ], "workloadContext": "Production" } 2022-06-23T05:09:11.151Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-23T05:09:11.151Z|4d17e9af-fa9d-465d-a56c-252575862a0f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5352c93e-64c0-450f-b98d-2d9e9f39bad1 ASDC 2022-06-23T05:09:11.151Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:657436e6-402f-498a-a37a-3f67c4f87341 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:5352c93e-64c0-450f-b98d-2d9e9f39bad1 ServiceInvariantUUID:06f66f00-12fd-4717-832e-de83cabb8069 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:5c2a0049-e9e3-44e2-8b07-0654b525c051 ArtifactChecksum:ZTY5YTI3NDg3Njg5YmJlYjI4ZGU5ZDcyNmQ2NWQyYWM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:1750a4c1-8232-4da1-9106-6c4e40b70a21 ResourceInvariantUUID:5911f305-a387-4e8a-92ad-8f1fe78a1f92 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:107a9241-8a3b-408a-a047-17cbecfe7667 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:f07e9e98-aa52-4200-81ad-df38ff6afee1 ArtifactChecksum:ZmRiYzU1YWI0OWMyODE5Y2EzYmIxNTM4Y2JlODhmMTY= 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:8b7dc2cc-ea64-46bb-ac21-9c1eef40ea29 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:9cffd74c-ec4e-4ce6-8a2e-39f0b65cc7d0 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:9cffd74c-ec4e-4ce6-8a2e-39f0b65cc7d0 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-23T05:09:11.151Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5352c93e-64c0-450f-b98d-2d9e9f39bad1 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-23T05:09:11.193Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-23T05:09:11.193Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-06-23T05:09:11.193Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-06-23T05:09:11.194Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 5c2a0049-e9e3-44e2-8b07-0654b525c051 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-06-23T05:09:11.194Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-06-23T05:09:11.194Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-06-23T05:09:11.349Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-06-23T05:09:11.353Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 5c2a0049-e9e3-44e2-8b07-0654b525c051 78808 2022-06-23T05:09:11.353Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-06-23T05:09:11.353Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-06-23T05:09:11.353Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-23T05:09:11.353Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-23T05:09:11.355Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T05:09:11.355Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "657436e6-402f-498a-a37a-3f67c4f87341", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655960951353, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T05:09:11.456Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T05:09:11.457Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T05:09:11.457Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T05:09:11.472Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:09:11.473Z||pool-120-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-23T05:09:12.356Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-23T05:09:12.357Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-06-23T05:09:12.357Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 5c2a0049-e9e3-44e2-8b07-0654b525c051, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-23T05:09:12.358Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-06-23T05:09:12.358Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-23T05:09:12.358Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-23T05:09:12.552Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP104928271542661458/Definitions/service-BasicVmMacro-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-06-23T05:09:13.842Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-23T05:09:13.843Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-06-23T05:09:13.843Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-23T05:09:13.843Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-06-23T05:09:13.843Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-23T05:09:13.844Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-23T05:09:13.844Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-23T05:09:13.844Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-23T05:09:13.844Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-23T05:09:13.844Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-23T05:09:13.845Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-23T05:09:13.845Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-23T05:09:13.845Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-23T05:09:13.845Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-06-23T05:09:13.846Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T05:09:13.846Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T05:09:13.846Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-23T05:09:13.847Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-06-23T05:09:13.847Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-23T05:09:13.847Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T05:09:13.848Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T05:09:13.848Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-23T05:09:13.848Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-06-23T05:09:13.848Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-23T05:09:13.849Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T05:09:13.849Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T05:09:13.849Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T05:09:13.850Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-06-23T05:09:13.850Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-06-23T05:09:13.850Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-06-23T05:09:13.850Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-06-23T05:09:13.851Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-23T05:09:13.851Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-23T05:09:13.851Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T05:09:13.851Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-23T05:09:13.852Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T05:09:13.852Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-23T05:09:13.852Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-23T05:09:13.853Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T05:09:13.853Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-23T05:09:13.853Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-23T05:09:13.853Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T05:09:13.854Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-23T05:09:13.854Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-23T05:09:13.854Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T05:09:13.854Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-06-23T05:09:13.855Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-06-23T05:09:13.855Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-23T05:09:13.855Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=3dc9468e-c85a-48be-bd67-1dddd92334c2 2022-06-23T05:09:13.856Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T05:09:13.856Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T05:09:13.856Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T05:09:13.856Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T05:09:13.857Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T05:09:13.857Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T05:09:13.857Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T05:09:13.857Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T05:09:13.858Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:5352c93e-64c0-450f-b98d-2d9e9f39bad1 Model Version:NULL Model InvariantUuid:06f66f00-12fd-4717-832e-de83cabb8069 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:5f970e90-7c95-4a62-9576-be71f70bc363 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:5911f305-a387-4e8a-92ad-8f1fe78a1f92 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:1750a4c1-8232-4da1-9106-6c4e40b70a21 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:2e970e8d-7975-4b4d-bc21-ee99eee46b4f ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:6ad50b38-5459-43ba-bd69-602e8e4f85ee ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:3dc9468e-c85a-48be-bd67-1dddd92334c2 ModelInvariantUuid:9fc88851-ec1c-4f3d-9bc7-559a141e8fae ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:7bbd427f-f7b9-4ba7-ae46-dc50e450e297 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:0da7ed57-47fe-4a73-9c49-d875eee16c2f ModelInvariantUuid:9c588ab5-6e6e-4bfa-ad2a-b98ce716c90f ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:c7c2a3b7-d7d4-43a7-ad8a-5c3b9988a01b ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-06-23T05:09:13.863Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 107a9241-8a3b-408a-a047-17cbecfe7667 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-23T05:09:13.866Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||INFO|500||basic_vm_macro 0 2022-06-23T05:09:13.866Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 107a9241-8a3b-408a-a047-17cbecfe7667 2022-06-23T05:09:13.866Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: f07e9e98-aa52-4200-81ad-df38ff6afee1 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-06-23T05:09:13.867Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-06-23T05:09:13.867Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-06-23T05:09:14.083Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-06-23T05:09:14.084Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json f07e9e98-aa52-4200-81ad-df38ff6afee1 792 2022-06-23T05:09:14.084Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-06-23T05:09:14.084Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-06-23T05:09:14.084Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-23T05:09:14.084Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-23T05:09:14.086Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T05:09:14.086Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "657436e6-402f-498a-a37a-3f67c4f87341", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655960954084, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-23T05:09:14.187Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T05:09:14.188Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T05:09:14.188Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T05:09:14.202Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:09:14.203Z||pool-121-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-23T05:09:15.088Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "2e970e8d-7975-4b4d-bc21-ee99eee46b4f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "6ad50b38-5459-43ba-bd69-602e8e4f85ee", "vfModuleModelCustomizationUUID": "396cd8e6-2b0d-4a84-9c4d-891fbe451d9f", "isBase": true, "artifacts": [ "8b7dc2cc-ea64-46bb-ac21-9c1eef40ea29", "9cffd74c-ec4e-4ce6-8a2e-39f0b65cc7d0" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-23T05:09:15.093Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:6ad50b38-5459-43ba-bd69-602e8e4f85ee VfModuleModelInvariantUUID:2e970e8d-7975-4b4d-bc21-ee99eee46b4f VfModuleModelDescription:NULL Artifacts UUID List:{ 8b7dc2cc-ea64-46bb-ac21-9c1eef40ea29 , 9cffd74c-ec4e-4ce6-8a2e-39f0b65cc7d0 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-06-23T05:09:15.096Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "2e970e8d-7975-4b4d-bc21-ee99eee46b4f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "6ad50b38-5459-43ba-bd69-602e8e4f85ee", "vfModuleModelCustomizationUUID": "396cd8e6-2b0d-4a84-9c4d-891fbe451d9f", "isBase": true, "artifacts": [ "8b7dc2cc-ea64-46bb-ac21-9c1eef40ea29", "9cffd74c-ec4e-4ce6-8a2e-39f0b65cc7d0" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-23T05:09:15.096Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:6ad50b38-5459-43ba-bd69-602e8e4f85ee VfModuleModelInvariantUUID:2e970e8d-7975-4b4d-bc21-ee99eee46b4f VfModuleModelDescription:NULL Artifacts UUID List:{ 8b7dc2cc-ea64-46bb-ac21-9c1eef40ea29 , 9cffd74c-ec4e-4ce6-8a2e-39f0b65cc7d0 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-06-23T05:09:15.097Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 8b7dc2cc-ea64-46bb-ac21-9c1eef40ea29 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-06-23T05:09:15.097Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-06-23T05:09:15.097Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-06-23T05:09:15.253Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-06-23T05:09:15.254Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 8b7dc2cc-ea64-46bb-ac21-9c1eef40ea29 5033 2022-06-23T05:09:15.254Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-06-23T05:09:15.255Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-06-23T05:09:15.255Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-23T05:09:15.255Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-23T05:09:15.257Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T05:09:15.257Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "657436e6-402f-498a-a37a-3f67c4f87341", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655960955254, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-23T05:09:15.357Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T05:09:15.358Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T05:09:15.358Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T05:09:15.372Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:09:15.372Z||pool-122-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-06-23T05:09:16.258Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 9cffd74c-ec4e-4ce6-8a2e-39f0b65cc7d0 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-06-23T05:09:16.259Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-06-23T05:09:16.259Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-06-23T05:09:16.362Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-06-23T05:09:16.362Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 9cffd74c-ec4e-4ce6-8a2e-39f0b65cc7d0 903 2022-06-23T05:09:16.363Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-06-23T05:09:16.370Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-06-23T05:09:16.370Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-23T05:09:16.370Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-23T05:09:16.372Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T05:09:16.372Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "657436e6-402f-498a-a37a-3f67c4f87341", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655960956362, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-23T05:09:16.472Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T05:09:16.473Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T05:09:16.473Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T05:09:16.487Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:09:16.488Z||pool-123-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-23T05:09:17.373Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 5352c93e-64c0-450f-b98d-2d9e9f39bad1 2022-06-23T05:09:17.373Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 107a9241-8a3b-408a-a047-17cbecfe7667 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-23T05:09:17.385Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@253ec2f8, org.onap.sdc.toscaparser.api.parameters.Input@7a74f884, org.onap.sdc.toscaparser.api.parameters.Input@3606c93b, org.onap.sdc.toscaparser.api.parameters.Input@38e9ce90, org.onap.sdc.toscaparser.api.parameters.Input@6b93f277] 2022-06-23T05:09:17.387Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T05:09:17.387Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T05:09:17.387Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2022-06-23T05:09:17.387Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 1750a4c1-8232-4da1-9106-6c4e40b70a21 2022-06-23T05:09:17.387Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1750a4c1-8232-4da1-9106-6c4e40b70a21 matches Tosca VF Customization UUID: 1750a4c1-8232-4da1-9106-6c4e40b70a21 2022-06-23T05:09:17.388Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 1750a4c1-8232-4da1-9106-6c4e40b70a21 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-06-23T05:09:17.390Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T05:09:17.390Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T05:09:17.390Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 1750a4c1-8232-4da1-9106-6c4e40b70a21: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"} 2022-06-23T05:09:17.390Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@40da1ab4 2022-06-23T05:09:17.390Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T05:09:17.391Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-23T05:09:17.391Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 396cd8e6-2b0d-4a84-9c4d-891fbe451d9f 2022-06-23T05:09:17.391Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 396cd8e6-2b0d-4a84-9c4d-891fbe451d9f Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-06-23T05:09:17.393Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T05:09:17.393Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-23T05:09:17.393Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-23T05:09:17.393Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T05:09:17.393Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-23T05:09:17.394Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-23T05:09:17.394Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T05:09:17.394Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-06-23T05:09:17.394Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-06-23T05:09:17.394Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-23T05:09:17.394Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=3dc9468e-c85a-48be-bd67-1dddd92334c2 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-06-23T05:09:17.396Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T05:09:17.397Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-23T05:09:17.397Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-23T05:09:17.397Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T05:09:17.397Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-23T05:09:17.397Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=1750a4c1-8232-4da1-9106-6c4e40b70a21 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-23T05:09:17.399Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T05:09:17.399Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T05:09:17.399Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 5352c93e-64c0-450f-b98d-2d9e9f39bad1: basic_vm_macro 2022-06-23T05:09:17.399Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T05:09:17.399Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T05:09:17.399Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T05:09:17.400Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T05:09:17.400Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T05:09:17.400Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T05:09:17.400Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T05:09:17.400Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T05:09:17.400Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T05:09:17.400Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T05:09:17.401Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||INFO|500||Saving Service: basic_vm_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-23T05:09:17.488Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 107a9241-8a3b-408a-a047-17cbecfe7667 1 ASDC deployResourceStructure 2022-06-23T05:09:17.488Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-06-23T05:09:17.488Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-06-23T05:09:17.489Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-23T05:09:17.489Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-23T05:09:17.491Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T05:09:17.491Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "657436e6-402f-498a-a37a-3f67c4f87341", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655960957488, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-23T05:09:17.591Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T05:09:17.592Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T05:09:17.592Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T05:09:17.606Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:09:17.606Z||pool-124-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-06-23T05:09:18.492Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-06-23T05:09:18.493Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-06-23T05:09:18.493Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-23T05:09:18.493Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-23T05:09:18.495Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T05:09:18.495Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "657436e6-402f-498a-a37a-3f67c4f87341", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655960958492, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-06-23T05:09:18.595Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T05:09:18.596Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T05:09:18.597Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T05:09:18.610Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:09:18.610Z||pool-125-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-23T05:09:19.495Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-06-23T05:09:19.496Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-06-23T05:09:19.496Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-23T05:09:19.499Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-23T05:09:19.500Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T05:09:19.500Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "657436e6-402f-498a-a37a-3f67c4f87341", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655960959495, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-06-23T05:09:19.601Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T05:09:19.601Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T05:09:19.601Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T05:09:19.615Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:09:19.616Z||pool-126-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-23T05:09:20.501Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-06-23T05:09:20.501Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-06-23T05:09:20.501Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-23T05:09:20.502Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-23T05:09:20.504Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T05:09:20.504Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "657436e6-402f-498a-a37a-3f67c4f87341", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655960960501, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-23T05:09:20.604Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T05:09:20.605Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T05:09:20.606Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T05:09:20.619Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:09:20.620Z||pool-127-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-23T05:09:21.505Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 657436e6-402f-498a-a37a-3f67c4f87341 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-23T05:09:21.516Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 657436e6-402f-498a-a37a-3f67c4f87341 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-23T05:09:21.519Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-23T05:09:21.519Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-23T05:09:21.519Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-23T05:09:21.519Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-23T05:09:21.519Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-23T05:09:21.520Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-23T05:09:21.520Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-23T05:09:21.520Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-23T05:09:21.520Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-23T05:09:21.520Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-23T05:09:21.521Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-23T05:09:21.525Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-23T05:09:51.526Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 657436e6-402f-498a-a37a-3f67c4f87341 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-06-23T05:09:51.535Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 657436e6-402f-498a-a37a-3f67c4f87341 and serviceModelVersionId: 5352c93e-64c0-450f-b98d-2d9e9f39bad1 2022-06-23T05:09:51.535Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 06f66f00-12fd-4717-832e-de83cabb8069 2022-06-23T05:09:51.536Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/06f66f00-12fd-4717-832e-de83cabb8069/model-vers/model-ver/5352c93e-64c0-450f-b98d-2d9e9f39bad1?depth=0 2022-06-23T05:09:51.539Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-06-23T05:09:51.579Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06f66f00-12fd-4717-832e-de83cabb8069/model-vers/model-ver/5352c93e-64c0-450f-b98d-2d9e9f39bad1?depth=0|INFO|500||Invoke 2022-06-23T05:09:51.579Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06f66f00-12fd-4717-832e-de83cabb8069/model-vers/model-ver/5352c93e-64c0-450f-b98d-2d9e9f39bad1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06f66f00-12fd-4717-832e-de83cabb8069/model-vers/model-ver/5352c93e-64c0-450f-b98d-2d9e9f39bad1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[657436e6-402f-498a-a37a-3f67c4f87341], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[fcd6a2b7-e3d4-4817-ba38-bc79c668a0d8], X-ECOMP-RequestID=[657436e6-402f-498a-a37a-3f67c4f87341], X-TransactionId=[], X-ONAP-RequestID=[657436e6-402f-498a-a37a-3f67c4f87341], Content-Type=[application/merge-patch+json]} 2022-06-23T05:09:51.600Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06f66f00-12fd-4717-832e-de83cabb8069/model-vers/model-ver/5352c93e-64c0-450f-b98d-2d9e9f39bad1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-23T05:09:51.689Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06f66f00-12fd-4717-832e-de83cabb8069/model-vers/model-ver/5352c93e-64c0-450f-b98d-2d9e9f39bad1?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/06f66f00-12fd-4717-832e-de83cabb8069/model-vers/model-ver/5352c93e-64c0-450f-b98d-2d9e9f39bad1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220623-05:09:51:609-44465], vertex-id=[237712], Content-Length=[0], Date=[Thu, 23 Jun 2022 05:09:51 GMT], Content-Type=[application/json]} 2022-06-23T05:09:51.690Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06f66f00-12fd-4717-832e-de83cabb8069/model-vers/model-ver/5352c93e-64c0-450f-b98d-2d9e9f39bad1?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-23T05:09:51.691Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06f66f00-12fd-4717-832e-de83cabb8069/model-vers/model-ver/5352c93e-64c0-450f-b98d-2d9e9f39bad1?depth=0|INFO|500||InvokeReturn 2022-06-23T05:09:51.692Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-23T05:09:51.693Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-23T05:09:51.711Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-23T05:09:51.712Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 657436e6-402f-498a-a37a-3f67c4f87341 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-23T05:09:51.712Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-23T05:09:51.712Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-23T05:09:51.714Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T05:09:51.714Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "657436e6-402f-498a-a37a-3f67c4f87341", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655960991712, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-23T05:09:51.814Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T05:09:51.815Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T05:09:51.815Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T05:09:51.875Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:09:51.876Z||pool-128-thread-1|||||INFO|500||cambria reply ok (61 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-23T05:09:52.729Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:09:52.730Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:09:52.730Z|657436e6-402f-498a-a37a-3f67c4f87341|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 l8eCd2UWFgpYSDN2) ... 2022-06-23T05:09:57.317Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:09:57.317Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-23T05:09:57.318Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"ac5e5ed5-8d38-454a-9036-e1cba6c48c14","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"987b2f8f-35d1-43ce-99e0-3ab138d967e9","serviceDescription":"service","serviceInvariantUUID":"b47f62b9-2a80-4026-bf7b-3acf6ef2e5fe","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"0e33ee80-059c-4a4e-971b-1d4f10015066","resourceInvariantUUID":"1c3b3001-8d4f-4b7d-843c-d17cfa8e02c7","resourceCustomizationUUID":"b040f5ac-96a8-4137-a2cf-7aff73657e83","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":"MWVkYTI3MjE1NzRiMzcyZmZjZTU2NWYzYWU5MTBkZmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8aaa167f-f269-43c0-9761-86a1ab9f2d52","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":"6409a968-ebda-472a-86cf-4d2f0d650cb5","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":"55d741c1-e9ae-4750-b990-b6e3c7ce2ded","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":"MTJiMzExOTJmYzBiNjkwZDRlNmI0NmM2MmIzMGMxYjI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"c59862a8-9417-45cc-aa97-b93c04588f44","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":"9442819f-a470-488e-8d05-3f7bd8a90b6c","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":"3255613c-d798-477f-88df-b0679739a99f","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":"81e0740c-742f-478d-b66c-c216d992ba17","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":"ZWI5ZmRmNjQ1NmEyMzJjN2FjM2Q4NmE3MjI2YzVkZDM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"96b4a6ad-e6b0-45ce-99ea-9a9b5aa43640","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZGM3MTFkMjJjMTZlNTMyYmY5YzY2MGNlYzQyYzA0NGE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"643efbc2-4759-44a9-8e05-51dba7318c35","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-23T05:09:57.320Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T05:09:57.320Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-23T05:09:57.322Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T05:09:57.323Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ac5e5ed5-8d38-454a-9036-e1cba6c48c14", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655960992729, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T05:09:57.423Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T05:09:57.423Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T05:09:57.424Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T05:09:57.435Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:09:57.436Z||pool-129-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-06-23T05:09:58.323Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T05:09:58.324Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-23T05:09:58.326Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T05:09:58.326Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ac5e5ed5-8d38-454a-9036-e1cba6c48c14", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655960992729, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-23T05:09:58.426Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T05:09:58.427Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T05:09:58.427Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T05:09:58.495Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:09:58.496Z||pool-130-thread-1|||||INFO|500||cambria reply ok (69 ms):{"serverTimeMs":0,"count":1} 2022-06-23T05:09:59.327Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T05:09:59.327Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-23T05:09:59.330Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T05:09:59.330Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ac5e5ed5-8d38-454a-9036-e1cba6c48c14", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655960992729, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-23T05:09:59.429Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-23T05:09:59.431Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T05:09:59.431Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T05:09:59.448Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:09:59.449Z||pool-131-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-23T05:10:00.330Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T05:10:00.331Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-23T05:10:00.333Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T05:10:00.333Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ac5e5ed5-8d38-454a-9036-e1cba6c48c14", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655960992729, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-23T05:10:00.433Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T05:10:00.434Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T05:10:00.434Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T05:10:00.450Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:10:00.450Z||pool-132-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-06-23T05:10:01.334Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T05:10:01.334Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-23T05:10:01.336Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T05:10:01.336Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ac5e5ed5-8d38-454a-9036-e1cba6c48c14", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655960992729, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T05:10:01.437Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-23T05:10:01.437Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T05:10:01.437Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T05:10:01.503Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:10:01.503Z||pool-133-thread-1|||||INFO|500||cambria reply ok (66 ms):{"serverTimeMs":0,"count":1} 2022-06-23T05:10:02.337Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T05:10:02.337Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-23T05:10:02.340Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T05:10:02.340Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ac5e5ed5-8d38-454a-9036-e1cba6c48c14", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655960992729, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T05:10:02.440Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T05:10:02.441Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T05:10:02.441Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T05:10:02.455Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:10:02.455Z||pool-134-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-06-23T05:10:03.340Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T05:10:03.341Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-23T05:10:03.343Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T05:10:03.343Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ac5e5ed5-8d38-454a-9036-e1cba6c48c14", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655960992729, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T05:10:03.444Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-23T05:10:03.444Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T05:10:03.444Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T05:10:03.459Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:10:03.459Z||pool-135-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-06-23T05:10:04.344Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T05:10:04.345Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-23T05:10:04.346Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T05:10:04.346Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ac5e5ed5-8d38-454a-9036-e1cba6c48c14", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655960992729, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T05:10:04.447Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-23T05:10:04.448Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T05:10:04.448Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T05:10:04.474Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:10:04.475Z||pool-136-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1} 2022-06-23T05:10:05.347Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T05:10:05.347Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-23T05:10:05.350Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T05:10:05.350Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ac5e5ed5-8d38-454a-9036-e1cba6c48c14", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655960992729, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-23T05:10:05.450Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-23T05:10:05.451Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T05:10:05.451Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T05:10:05.470Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:10:05.470Z||pool-137-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-23T05:10:06.351Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "ac5e5ed5-8d38-454a-9036-e1cba6c48c14", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "987b2f8f-35d1-43ce-99e0-3ab138d967e9", "serviceDescription": "service", "serviceInvariantUUID": "b47f62b9-2a80-4026-bf7b-3acf6ef2e5fe", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "b040f5ac-96a8-4137-a2cf-7aff73657e83", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "0e33ee80-059c-4a4e-971b-1d4f10015066", "resourceInvariantUUID": "1c3b3001-8d4f-4b7d-843c-d17cfa8e02c7", "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": "ZGM3MTFkMjJjMTZlNTMyYmY5YzY2MGNlYzQyYzA0NGE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "643efbc2-4759-44a9-8e05-51dba7318c35" } ], "workloadContext": "Production" } 2022-06-23T05:10:06.352Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-23T05:10:06.352Z|657436e6-402f-498a-a37a-3f67c4f87341|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 987b2f8f-35d1-43ce-99e0-3ab138d967e9 ASDC 2022-06-23T05:10:06.352Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:ac5e5ed5-8d38-454a-9036-e1cba6c48c14 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:987b2f8f-35d1-43ce-99e0-3ab138d967e9 ServiceInvariantUUID:b47f62b9-2a80-4026-bf7b-3acf6ef2e5fe 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:643efbc2-4759-44a9-8e05-51dba7318c35 ArtifactChecksum:ZGM3MTFkMjJjMTZlNTMyYmY5YzY2MGNlYzQyYzA0NGE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:b040f5ac-96a8-4137-a2cf-7aff73657e83 ResourceInvariantUUID:1c3b3001-8d4f-4b7d-843c-d17cfa8e02c7 ResourceName:test-pnf ResourceType:PNF ResourceUUID:0e33ee80-059c-4a4e-971b-1d4f10015066 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-06-23T05:10:06.352Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 987b2f8f-35d1-43ce-99e0-3ab138d967e9 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-23T05:10:06.378Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-23T05:10:06.379Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-06-23T05:10:06.379Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-06-23T05:10:06.380Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 643efbc2-4759-44a9-8e05-51dba7318c35 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-06-23T05:10:06.380Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-06-23T05:10:06.381Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-06-23T05:10:06.470Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-06-23T05:10:06.475Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 643efbc2-4759-44a9-8e05-51dba7318c35 105659 2022-06-23T05:10:06.475Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-06-23T05:10:06.476Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-06-23T05:10:06.476Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-23T05:10:06.477Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-23T05:10:06.479Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T05:10:06.479Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ac5e5ed5-8d38-454a-9036-e1cba6c48c14", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655961006475, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T05:10:06.579Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T05:10:06.580Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T05:10:06.580Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T05:10:06.592Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:10:06.593Z||pool-138-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-23T05:10:06.648Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:10:06.649Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:10:06.649Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T05:10:06.681Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:10:06.681Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:10:06.681Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d17e9af-fa9d-465d-a56c-252575862a0f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655960942101, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-23T05:10:06.682Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T05:10:06.682Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:10:06.682Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657436e6-402f-498a-a37a-3f67c4f87341", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655960766645, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T05:10:06.682Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:10:06.682Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:10:06.682Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657436e6-402f-498a-a37a-3f67c4f87341", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655960766645, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-06-23T05:10:06.683Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:10:06.683Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:10:06.683Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657436e6-402f-498a-a37a-3f67c4f87341", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655960766645, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-23T05:10:06.683Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:10:06.683Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T05:10:06.683Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "657436e6-402f-498a-a37a-3f67c4f87341", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655960766645, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T05:10:06.683Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-23T05:10:07.480Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-23T05:10:07.481Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-06-23T05:10:07.481Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 643efbc2-4759-44a9-8e05-51dba7318c35, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-23T05:10:07.482Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-06-23T05:10:07.482Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-23T05:10:07.482Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-23T05:10:07.613Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6175827137769545590/Definitions/service-TestPnfMacro-template.yml 2022-06-23T05:10:08.335Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-23T05:10:08.335Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-06-23T05:10:08.335Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-23T05:10:08.335Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-06-23T05:10:08.336Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-23T05:10:08.336Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-23T05:10:08.336Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-23T05:10:08.336Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-23T05:10:08.336Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-23T05:10:08.337Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-23T05:10:08.337Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-23T05:10:08.337Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-06-23T05:10:08.337Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T05:10:08.338Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T05:10:08.338Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-06-23T05:10:08.338Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-06-23T05:10:08.339Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-23T05:10:08.339Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T05:10:08.339Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T05:10:08.340Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-06-23T05:10:08.340Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-06-23T05:10:08.340Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-23T05:10:08.341Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T05:10:08.341Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T05:10:08.341Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T05:10:08.341Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T05:10:08.341Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T05:10:08.342Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T05:10:08.342Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T05:10:08.342Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T05:10:08.342Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T05:10:08.343Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T05:10:08.343Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:987b2f8f-35d1-43ce-99e0-3ab138d967e9 Model Version:NULL Model InvariantUuid:b47f62b9-2a80-4026-bf7b-3acf6ef2e5fe Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-06-23T05:10:08.349Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: 0e33ee80-059c-4a4e-971b-1d4f10015066 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-23T05:10:08.352Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||INFO|500||test-pnf 0 2022-06-23T05:10:08.352Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 0e33ee80-059c-4a4e-971b-1d4f10015066 2022-06-23T05:10:08.352Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 987b2f8f-35d1-43ce-99e0-3ab138d967e9 2022-06-23T05:10:08.352Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 987b2f8f-35d1-43ce-99e0-3ab138d967e9 2022-06-23T05:10:08.353Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 0e33ee80-059c-4a4e-971b-1d4f10015066 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-23T05:10:08.356Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@a7c50a, org.onap.sdc.toscaparser.api.parameters.Input@429123bf, org.onap.sdc.toscaparser.api.parameters.Input@3b8719e0, org.onap.sdc.toscaparser.api.parameters.Input@327a7e25, org.onap.sdc.toscaparser.api.parameters.Input@c4b62f5] 2022-06-23T05:10:08.357Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T05:10:08.357Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T05:10:08.357Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 987b2f8f-35d1-43ce-99e0-3ab138d967e9: test-pnf 2022-06-23T05:10:08.357Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||INFO|500||Processing PNF resource: 0e33ee80-059c-4a4e-971b-1d4f10015066 2022-06-23T05:10:08.358Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T05:10:08.358Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T05:10:08.358Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||INFO|500||Resource customization UUID: b040f5ac-96a8-4137-a2cf-7aff73657e83 is the same as notified resource customizationUUID: b040f5ac-96a8-4137-a2cf-7aff73657e83 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-06-23T05:10:08.387Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 0e33ee80-059c-4a4e-971b-1d4f10015066 0 ASDC deployResourceStructure 2022-06-23T05:10:08.387Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-06-23T05:10:08.387Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-06-23T05:10:08.387Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-23T05:10:08.388Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-23T05:10:08.389Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T05:10:08.389Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ac5e5ed5-8d38-454a-9036-e1cba6c48c14", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655961008387, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-23T05:10:08.490Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T05:10:08.491Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T05:10:08.491Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T05:10:08.512Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:10:08.512Z||pool-139-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-06-23T05:10:09.391Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ac5e5ed5-8d38-454a-9036-e1cba6c48c14 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-23T05:10:09.402Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ac5e5ed5-8d38-454a-9036-e1cba6c48c14 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-23T05:10:09.405Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-23T05:10:09.405Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-23T05:10:09.406Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-23T05:10:09.406Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-23T05:10:09.406Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-23T05:10:09.407Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-23T05:10:09.407Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-23T05:10:09.407Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-23T05:10:09.408Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-23T05:10:09.408Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-23T05:10:09.408Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-23T05:10:09.408Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-23T05:10:09.413Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-23T05:10:39.418Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ac5e5ed5-8d38-454a-9036-e1cba6c48c14 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-06-23T05:10:39.426Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ac5e5ed5-8d38-454a-9036-e1cba6c48c14 and serviceModelVersionId: 987b2f8f-35d1-43ce-99e0-3ab138d967e9 2022-06-23T05:10:39.426Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b47f62b9-2a80-4026-bf7b-3acf6ef2e5fe 2022-06-23T05:10:39.427Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b47f62b9-2a80-4026-bf7b-3acf6ef2e5fe/model-vers/model-ver/987b2f8f-35d1-43ce-99e0-3ab138d967e9?depth=0 2022-06-23T05:10:39.432Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-06-23T05:10:39.478Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b47f62b9-2a80-4026-bf7b-3acf6ef2e5fe/model-vers/model-ver/987b2f8f-35d1-43ce-99e0-3ab138d967e9?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-06-23T05:10:39.480Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b47f62b9-2a80-4026-bf7b-3acf6ef2e5fe/model-vers/model-ver/987b2f8f-35d1-43ce-99e0-3ab138d967e9?depth=0|INFO|500||Invoke 2022-06-23T05:10:39.508Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b47f62b9-2a80-4026-bf7b-3acf6ef2e5fe/model-vers/model-ver/987b2f8f-35d1-43ce-99e0-3ab138d967e9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-23T05:10:39.658Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b47f62b9-2a80-4026-bf7b-3acf6ef2e5fe/model-vers/model-ver/987b2f8f-35d1-43ce-99e0-3ab138d967e9?depth=0|INFO|500||InvokeReturn 2022-06-23T05:10:39.659Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b47f62b9-2a80-4026-bf7b-3acf6ef2e5fe/model-vers/model-ver/987b2f8f-35d1-43ce-99e0-3ab138d967e9?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220623-05:10:39:516-31900], vertex-id=[463088], Content-Length=[0], Date=[Thu, 23 Jun 2022 05:10:39 GMT], Content-Type=[application/json]} 2022-06-23T05:10:39.661Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2022-06-23T05:10:39.661Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-23T05:10:39.661Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-23T05:10:39.666Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-23T05:10:39.667Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ac5e5ed5-8d38-454a-9036-e1cba6c48c14 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-23T05:10:39.667Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-23T05:10:39.667Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-23T05:10:39.669Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T05:10:39.669Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "ac5e5ed5-8d38-454a-9036-e1cba6c48c14", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655961039667, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-23T05:10:39.769Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T05:10:39.770Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T05:10:39.771Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l8eCd2UWFgpYSDN2) ... 2022-06-23T05:10:39.785Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:10:39.786Z||pool-140-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-23T05:10:40.681Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:10:40.682Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:10:40.682Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T05:10:50.248Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:10:50.249Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:10:50.249Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:10:50.249Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T05:10:59.855Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:10:59.855Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:10:59.856Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:10:59.856Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T05:11:06.649Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:11:06.650Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:11:06.650Z|67e0980e-4f33-4066-907a-93bd375b7011|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 l8eCd2UWFgpYSDN2) ... 2022-06-23T05:11:06.688Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:11:06.689Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-23T05:11:06.689Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "657436e6-402f-498a-a37a-3f67c4f87341", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655960766645, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-23T05:11:06.690Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-23T05:11:06.690Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-23T05:11:06.690Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "657436e6-402f-498a-a37a-3f67c4f87341", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655960766645, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-23T05:11:06.691Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-23T05:11:06.691Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-23T05:11:06.691Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "657436e6-402f-498a-a37a-3f67c4f87341", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655960766645, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T05:11:06.691Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-23T05:11:06.691Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-23T05:11:06.691Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "657436e6-402f-498a-a37a-3f67c4f87341", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655960766645, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-23T05:11:06.692Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-23T05:11:06.692Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-23T05:11:06.692Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "657436e6-402f-498a-a37a-3f67c4f87341", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655960951353, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T05:11:06.692Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T05:11:06.692Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-23T05:11:06.693Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "657436e6-402f-498a-a37a-3f67c4f87341", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655960954084, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-23T05:11:06.693Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T05:11:06.693Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-23T05:11:06.693Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "657436e6-402f-498a-a37a-3f67c4f87341", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655960955254, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-23T05:11:06.693Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T05:11:06.693Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-23T05:11:06.694Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "657436e6-402f-498a-a37a-3f67c4f87341", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655960956362, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-23T05:11:06.694Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T05:11:06.694Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-23T05:11:06.694Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "657436e6-402f-498a-a37a-3f67c4f87341", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655960957488, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-23T05:11:06.695Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T05:11:06.695Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-23T05:11:06.695Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "657436e6-402f-498a-a37a-3f67c4f87341", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655960958492, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-06-23T05:11:06.695Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T05:11:06.696Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-23T05:11:06.696Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "657436e6-402f-498a-a37a-3f67c4f87341", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655960959495, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-06-23T05:11:06.696Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T05:11:06.696Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-23T05:11:06.696Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "657436e6-402f-498a-a37a-3f67c4f87341", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655960960501, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-23T05:11:06.696Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T05:11:06.696Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-23T05:11:06.697Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "657436e6-402f-498a-a37a-3f67c4f87341", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655960991712, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-23T05:11:06.697Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T05:11:06.697Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-23T05:11:06.697Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac5e5ed5-8d38-454a-9036-e1cba6c48c14", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655960992729, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T05:11:06.698Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-23T05:11:06.698Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-23T05:11:06.698Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac5e5ed5-8d38-454a-9036-e1cba6c48c14", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655960992729, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-23T05:11:06.698Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-23T05:11:06.699Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-23T05:11:06.699Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac5e5ed5-8d38-454a-9036-e1cba6c48c14", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655960992729, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-23T05:11:06.699Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-23T05:11:06.699Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-23T05:11:06.700Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac5e5ed5-8d38-454a-9036-e1cba6c48c14", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655960992729, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-23T05:11:06.700Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-23T05:11:06.700Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-23T05:11:06.700Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac5e5ed5-8d38-454a-9036-e1cba6c48c14", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655960992729, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T05:11:06.700Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-23T05:11:06.701Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-23T05:11:06.701Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac5e5ed5-8d38-454a-9036-e1cba6c48c14", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655960992729, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T05:11:06.701Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-23T05:11:06.702Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-23T05:11:06.702Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac5e5ed5-8d38-454a-9036-e1cba6c48c14", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655960992729, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T05:11:06.702Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-23T05:11:06.702Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-23T05:11:06.702Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac5e5ed5-8d38-454a-9036-e1cba6c48c14", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655960992729, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T05:11:06.703Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-23T05:11:06.703Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-23T05:11:06.704Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac5e5ed5-8d38-454a-9036-e1cba6c48c14", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655960992729, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-23T05:11:06.704Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-23T05:11:06.704Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-23T05:11:06.704Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac5e5ed5-8d38-454a-9036-e1cba6c48c14", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655961006475, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T05:11:06.705Z|67e0980e-4f33-4066-907a-93bd375b7011|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T05:11:09.413Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:11:09.414Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:11:09.415Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:11:09.415Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T05:11:19.013Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:12:06.645Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:12:06.647Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:12:06.647Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T05:12:06.648Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:12:06.649Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:12:06.649Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T05:12:07.177Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:12:07.177Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T05:12:07.177Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac5e5ed5-8d38-454a-9036-e1cba6c48c14", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655961008387, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-23T05:12:07.179Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T05:12:07.179Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T05:12:07.179Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac5e5ed5-8d38-454a-9036-e1cba6c48c14", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655961039667, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-23T05:12:07.179Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T05:12:16.289Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:13:06.645Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:13:06.646Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:13:06.646Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T05:13:06.648Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:13:06.648Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:13:06.649Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T05:13:16.246Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:13:16.270Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:14:06.645Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:14:06.645Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:14:06.645Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T05:14:06.648Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:14:06.649Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:14:06.649Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T05:14:16.239Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:14:16.277Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:15:06.645Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:15:06.646Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:15:06.646Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T05:15:06.648Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:15:06.649Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:15:06.649Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T05:15:16.211Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:15:16.241Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:16:06.645Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:16:06.646Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:16:06.646Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T05:16:06.648Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:16:06.648Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:16:06.649Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T05:16:16.215Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:16:16.276Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:17:06.645Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:17:06.653Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:17:06.654Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T05:17:06.653Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:17:06.654Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:17:06.654Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T05:17:16.241Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:17:16.242Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:18:06.645Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:18:06.645Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:18:06.645Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T05:18:06.648Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:18:06.649Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:18:06.649Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T05:18:16.199Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:18:16.210Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:19:06.645Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:19:06.646Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:19:06.646Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T05:19:06.648Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:19:06.649Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:19:06.649Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T05:19:16.195Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:19:16.203Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:20:06.645Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:20:06.648Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:20:06.648Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T05:20:06.648Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:20:06.649Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:20:06.649Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T05:20:16.216Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:20:16.268Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:21:06.645Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:21:06.646Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:21:06.646Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T05:21:06.648Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:21:06.649Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:21:06.649Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T05:21:16.213Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:21:16.259Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:22:06.645Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:22:06.645Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:22:06.645Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T05:22:06.648Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:22:06.650Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:22:06.650Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|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 l8eCd2UWFgpYSDN2) ... 2022-06-23T05:22:16.197Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:22:16.207Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:23:06.645Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:23:06.645Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:23:06.645Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T05:23:06.648Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:23:06.649Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:23:06.649Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|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 l8eCd2UWFgpYSDN2) ... 2022-06-23T05:23:16.192Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:23:16.205Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:24:06.645Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:24:06.646Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:24:06.646Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T05:24:06.648Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:24:06.649Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:24:06.649Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|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 l8eCd2UWFgpYSDN2) ... 2022-06-23T05:24:16.200Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:24:16.239Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:25:06.645Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:25:06.647Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:25:06.647Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T05:25:06.648Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:25:06.649Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:25:06.649Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|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 l8eCd2UWFgpYSDN2) ... 2022-06-23T05:25:16.208Z|ac5e5ed5-8d38-454a-9036-e1cba6c48c14|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:25:16.210Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:26:06.645Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:26:06.646Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:26:06.646Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T05:26:06.648Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:26:06.649Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:26:06.649Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T05:26:16.195Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:26:16.247Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:27:06.645Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:27:06.645Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:27:06.645Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T05:27:06.648Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:27:06.648Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:27:06.649Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T05:27:16.199Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:27:16.205Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:28:06.645Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:28:06.645Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:28:06.645Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T05:28:06.648Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:28:06.649Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:28:06.649Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T05:28:16.196Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:28:16.217Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:29:06.645Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:29:06.646Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:29:06.646Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T05:29:06.648Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:29:06.649Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:29:06.649Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T05:29:16.198Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:29:16.211Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:30:06.645Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:30:06.645Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:30:06.646Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T05:30:06.648Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:30:06.649Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:30:06.649Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T05:30:16.204Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:30:16.205Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:31:06.645Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:31:06.646Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:31:06.646Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T05:31:06.648Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:31:06.649Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:31:06.649Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T05:31:16.233Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:31:16.236Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:32:06.645Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:32:06.645Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:32:06.645Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T05:32:06.648Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:32:06.649Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:32:06.649Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T05:32:16.191Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:32:16.192Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:33:06.645Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:33:06.645Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:33:06.645Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T05:33:06.648Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:33:06.649Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:33:06.649Z||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 l8eCd2UWFgpYSDN2) ... 2022-06-23T05:33:16.200Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:33:16.204Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK