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) 2021-11-13T11:08:11.255Z||main|||||INFO|500||The following profiles are active: basic 2021-11-13T11:08:19.148Z||main|||||INFO|500||Starting service [Tomcat] 2021-11-13T11:08:19.148Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2021-11-13T11:08:19.243Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2021-11-13T11:08:21.322Z||main|||||INFO|500||catdb-pool - Starting... 2021-11-13T11:08:21.460Z||main|||||INFO|500||catdb-pool - Start completed. 2021-11-13T11:08:21.758Z||main|||||INFO|500||reqdb-pool - Starting... 2021-11-13T11:08:21.765Z||main|||||INFO|500||reqdb-pool - Start completed. 2021-11-13T11:08:21.829Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2021-11-13T11:08:22.065Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2021-11-13T11:08:22.401Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2021-11-13T11:08:23.147Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-11-13T11:08:25.625Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-11-13T11:08:25.675Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2021-11-13T11:08:26.052Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-11-13T11:08:26.598Z||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. 2021-11-13T11:08:27.532Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-11-13T11:08:28.344Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2021-11-13T11:08:28.357Z||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$$a7455e32.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) 2021-11-13T11:08:28.358Z||main|||||WARN|500||The sdc end point is not alive 2021-11-13T11:08:30.739Z||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 2021-11-13T11:08:33.013Z||main|||||WARN|500||--- 2021-11-13T11:08:33.013Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2021-11-13T11:08:33.014Z||main|||||WARN|500||--- 2021-11-13T11:08:33.419Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2021-11-13T11:08:37.444Z||main|||||INFO|500||Started Application in 30.171 seconds (JVM running for 31.216) 2021-11-13T11:08:37.457Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-13T11:08:37.458Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-13T11:08:37.466Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-13T11:08:37.526Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-13T11:08:37.558Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c1115892-de84-4adb-bb72-4f30c9ea3019 url= /sdc/v1/artifactTypes 2021-11-13T11:08:37.558Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-13T11:08:38.654Z||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.16.12] 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$$680ad367.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 2021-11-13T11:08:38.658Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6e9c0617 2021-11-13T11:08:38.659Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-11-13T11:08:38.674Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-11-13T11:08:38.676Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-13T11:08:38.679Z||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$$680ad367.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 2021-11-13T11:09:27.435Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-13T11:09:27.436Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-13T11:09:27.436Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-13T11:09:27.442Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-13T11:09:27.447Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= bbaef6a9-e739-4c8e-a81d-99359e0798a5 url= /sdc/v1/artifactTypes 2021-11-13T11:09:27.447Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-13T11:09:28.481Z||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.16.12] 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$$680ad367.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 2021-11-13T11:09:28.482Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@562644c5 2021-11-13T11:09:28.483Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-11-13T11:09:28.484Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-11-13T11:09:28.484Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-13T11:09:28.485Z||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$$680ad367.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 2021-11-13T11:10:17.435Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-13T11:10:17.436Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-13T11:10:17.436Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-13T11:10:17.441Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-13T11:10:17.447Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= fd9edf19-4155-4a42-831e-1d0a2f3abcbc url= /sdc/v1/artifactTypes 2021-11-13T11:10:17.448Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-13T11:10:18.464Z||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.16.12] 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$$680ad367.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 2021-11-13T11:10:18.465Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3a027ed3 2021-11-13T11:10:18.466Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-11-13T11:10:18.467Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-11-13T11:10:18.467Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-13T11:10:18.468Z||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$$680ad367.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 2021-11-13T11:11:07.435Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-13T11:11:07.436Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-13T11:11:07.436Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-13T11:11:07.443Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-13T11:11:07.449Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e60411c7-aadd-4700-a122-ceb08b18d9e2 url= /sdc/v1/artifactTypes 2021-11-13T11:11:07.449Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-13T11:11:08.480Z||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.16.12] 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$$680ad367.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 2021-11-13T11:11:08.481Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7a4a9cf9 2021-11-13T11:11:08.482Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-11-13T11:11:08.482Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-11-13T11:11:08.482Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-13T11:11:08.483Z||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$$680ad367.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 2021-11-13T11:11:57.436Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-13T11:11:57.437Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-13T11:11:57.437Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-13T11:11:57.442Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-13T11:11:57.447Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6c68193a-c21f-41e4-9a1c-a9e88e716238 url= /sdc/v1/artifactTypes 2021-11-13T11:11:57.448Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-13T11:11:58.497Z||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.16.12] 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$$680ad367.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 2021-11-13T11:11:58.498Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@e18b585 2021-11-13T11:11:58.499Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-11-13T11:11:58.499Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-11-13T11:11:58.499Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-11-13T11:11:58.500Z||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$$680ad367.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 2021-11-13T11:12:47.435Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-13T11:12:47.436Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-13T11:12:47.437Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-13T11:12:47.441Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-13T11:12:47.446Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= eb0b4fac-5370-41cc-bce2-c8f62ea7a1f9 url= /sdc/v1/artifactTypes 2021-11-13T11:12:47.447Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-13T11:12:47.598Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-13T11:12:47.605Z||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 2021-11-13T11:12:47.625Z||scheduling-1|||||DEBUG|500||create keys 2021-11-13T11:12:47.631Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-11-13T11:12:49.757Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T11:12:49.773Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= a14045b6-0fc7-454a-a220-e7c4cad7ae30 url= /sdc/v1/registerForDistribution 2021-11-13T11:12:53.022Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= a14045b6-0fc7-454a-a220-e7c4cad7ae30 url= /sdc/v1/registerForDistribution 2021-11-13T11:12:53.023Z||scheduling-1|||||INFO|500||start DistributionClient 2021-11-13T11:12:53.035Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T11:12:53.035Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T11:12:53.039Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2021-11-13T11:12:53.042Z||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. 2021-11-13T11:12:53.042Z||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. 2021-11-13T11:12:53.042Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T11:12:53.042Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T11:13:08.080Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T11:13:08.460Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T11:13:53.033Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T11:13:53.034Z||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. 2021-11-13T11:13:53.034Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T11:13:53.036Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T11:13:53.039Z||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. 2021-11-13T11:13:53.039Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T11:14:02.578Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T11:14:02.583Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T11:14:53.033Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T11:14:53.033Z||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. 2021-11-13T11:14:53.034Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T11:14:53.035Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T11:14:53.036Z||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. 2021-11-13T11:14:53.037Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T11:15:02.587Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T11:15:02.587Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T11:15:53.033Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T11:15:53.034Z||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. 2021-11-13T11:15:53.034Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T11:15:53.035Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T11:15:53.036Z||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. 2021-11-13T11:15:53.037Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T11:16:02.589Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T11:16:02.591Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T11:16:53.033Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T11:16:53.034Z||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. 2021-11-13T11:16:53.034Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T11:16:53.035Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T11:16:53.038Z||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. 2021-11-13T11:16:53.038Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T11:17:02.585Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T11:17:02.586Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T11:17:53.033Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T11:17:53.034Z||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. 2021-11-13T11:17:53.035Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T11:17:53.035Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T11:17:53.036Z||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. 2021-11-13T11:17:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T11:17:58.308Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2021-11-13T11:18:02.581Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T11:18:02.583Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T11:18:53.033Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T11:18:53.035Z||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. 2021-11-13T11:18:53.035Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T11:18:53.035Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T11:18:53.036Z||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. 2021-11-13T11:18:53.037Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T11:19:02.586Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T11:19:02.587Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T11:19:53.033Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T11:19:53.035Z||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. 2021-11-13T11:19:53.035Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T11:19:53.035Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T11:19:53.038Z||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. 2021-11-13T11:19:53.038Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T11:20:02.588Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T11:20:02.591Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T11:20:53.033Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T11:20:53.034Z||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. 2021-11-13T11:20:53.034Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T11:20:53.035Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T11:20:53.036Z||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. 2021-11-13T11:20:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T11:21:02.584Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T11:21:02.591Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T11:21:53.033Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T11:21:53.034Z||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. 2021-11-13T11:21:53.034Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T11:21:53.035Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T11:21:53.036Z||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. 2021-11-13T11:21:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T11:22:02.581Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T11:22:02.582Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T11:22:53.033Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T11:22:53.034Z||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. 2021-11-13T11:22:53.034Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T11:22:53.035Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T11:22:53.036Z||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. 2021-11-13T11:22:53.037Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T11:23:02.582Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T11:23:02.582Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T11:23:53.033Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T11:23:53.033Z||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. 2021-11-13T11:23:53.034Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T11:23:53.035Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T11:23:53.036Z||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. 2021-11-13T11:23:53.037Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T11:24:02.584Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T11:24:02.585Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T11:24:53.033Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T11:24:53.034Z||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. 2021-11-13T11:24:53.035Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T11:24:53.035Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T11:24:53.036Z||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. 2021-11-13T11:24:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T11:25:02.585Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T11:25:02.592Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T11:25:53.033Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T11:25:53.034Z||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. 2021-11-13T11:25:53.034Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T11:25:53.035Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T11:25:53.036Z||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. 2021-11-13T11:25:53.037Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T11:26:02.581Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T11:26:02.581Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T11:26:53.033Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T11:26:53.034Z||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. 2021-11-13T11:26:53.034Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T11:26:53.035Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T11:26:53.036Z||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. 2021-11-13T11:26:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T11:27:03.070Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T11:27:03.076Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T11:27:53.033Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T11:27:53.034Z||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. 2021-11-13T11:27:53.034Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T11:27:53.035Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T11:27:53.036Z||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. 2021-11-13T11:27:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T11:28:15.372Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T11:28:15.374Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T11:28:53.033Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T11:28:53.034Z||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. 2021-11-13T11:28:53.034Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T11:28:53.035Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T11:28:53.036Z||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. 2021-11-13T11:28:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T11:29:02.583Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T11:29:02.585Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T11:29:53.033Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T11:29:53.034Z||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. 2021-11-13T11:29:53.034Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T11:29:53.035Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T11:29:53.036Z||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. 2021-11-13T11:29:53.037Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T11:30:02.582Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T11:30:02.582Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T11:30:53.033Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T11:30:53.034Z||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. 2021-11-13T11:30:53.034Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T11:30:53.035Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T11:30:53.036Z||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. 2021-11-13T11:30:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T11:31:02.582Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T11:31:02.583Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T11:31:53.033Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T11:31:53.034Z||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. 2021-11-13T11:31:53.034Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T11:31:53.035Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T11:31:53.036Z||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. 2021-11-13T11:31:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T11:32:02.599Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T11:32:02.607Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T11:32:53.033Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T11:32:53.034Z||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. 2021-11-13T11:32:53.034Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T11:32:53.035Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T11:32:53.036Z||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. 2021-11-13T11:32:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T11:33:02.579Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T11:33:02.579Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T11:33:53.033Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T11:33:53.034Z||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. 2021-11-13T11:33:53.035Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T11:33:53.035Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T11:33:53.035Z||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. 2021-11-13T11:33:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T11:34:02.580Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T11:34:02.581Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T11:34:53.033Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T11:34:53.034Z||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. 2021-11-13T11:34:53.034Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T11:34:53.035Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T11:34:53.036Z||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. 2021-11-13T11:34:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T11:35:02.582Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T11:35:02.583Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T11:35:53.033Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T11:35:53.034Z||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. 2021-11-13T11:35:53.034Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T11:35:53.035Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T11:35:53.035Z||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. 2021-11-13T11:35:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T11:36:02.583Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T11:36:02.584Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T11:36:53.033Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T11:36:53.034Z||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. 2021-11-13T11:36:53.034Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T11:36:53.035Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T11:36:53.036Z||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. 2021-11-13T11:36:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T11:37:02.578Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T11:37:02.581Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T11:37:53.033Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T11:37:53.034Z||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. 2021-11-13T11:37:53.034Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T11:37:53.035Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T11:37:53.036Z||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. 2021-11-13T11:37:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T11:38:02.580Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T11:38:02.583Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T11:38:53.033Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T11:38:53.033Z||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. 2021-11-13T11:38:53.034Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T11:38:53.035Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T11:38:53.036Z||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. 2021-11-13T11:38:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T11:39:02.582Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T11:39:02.582Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T11:39:53.033Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T11:39:53.034Z||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. 2021-11-13T11:39:53.034Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T11:39:53.035Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T11:39:53.036Z||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. 2021-11-13T11:39:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T11:40:02.576Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T11:40:02.576Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T11:40:53.033Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T11:40:53.034Z||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. 2021-11-13T11:40:53.034Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T11:40:53.035Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T11:40:53.036Z||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. 2021-11-13T11:40:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T11:41:02.578Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T11:41:02.578Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T11:41:53.033Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T11:41:53.033Z||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. 2021-11-13T11:41:53.034Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T11:41:53.035Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T11:41:53.036Z||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. 2021-11-13T11:41:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T11:42:02.576Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T11:42:02.582Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T11:42:53.033Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T11:42:53.034Z||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. 2021-11-13T11:42:53.034Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T11:42:53.035Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T11:42:53.036Z||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. 2021-11-13T11:42:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T11:43:02.574Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T11:43:02.578Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T11:43:53.033Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T11:43:53.034Z||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. 2021-11-13T11:43:53.034Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T11:43:53.035Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T11:43:53.036Z||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. 2021-11-13T11:43:53.037Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T11:44:02.576Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T11:44:02.581Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T11:44:53.033Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T11:44:53.034Z||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. 2021-11-13T11:44:53.034Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T11:44:53.035Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T11:44:53.036Z||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. 2021-11-13T11:44:53.037Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T11:45:02.578Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T11:45:02.578Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T11:45:53.033Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T11:45:53.034Z||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. 2021-11-13T11:45:53.034Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T11:45:53.035Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T11:45:53.036Z||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. 2021-11-13T11:45:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T11:46:02.579Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T11:46:02.579Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T11:46:53.033Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T11:46:53.033Z||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. 2021-11-13T11:46:53.034Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T11:46:53.035Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T11:46:53.036Z||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. 2021-11-13T11:46:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T11:47:02.582Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T11:47:02.584Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T11:47:53.033Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T11:47:53.034Z||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. 2021-11-13T11:47:53.034Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T11:47:53.035Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T11:47:53.036Z||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. 2021-11-13T11:47:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T11:48:02.587Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T11:48:02.588Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T11:48:53.033Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T11:48:53.034Z||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. 2021-11-13T11:48:53.034Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T11:48:53.035Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T11:48:53.036Z||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. 2021-11-13T11:48:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T11:49:02.578Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T11:49:02.584Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T11:49:53.033Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T11:49:53.034Z||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. 2021-11-13T11:49:53.034Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T11:49:53.035Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T11:49:53.036Z||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. 2021-11-13T11:49:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T11:50:02.578Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T11:50:02.578Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T11:50:53.033Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T11:50:53.034Z||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. 2021-11-13T11:50:53.034Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T11:50:53.035Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T11:50:53.036Z||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. 2021-11-13T11:50:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T11:51:02.582Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T11:51:02.583Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T11:51:53.033Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T11:51:53.034Z||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. 2021-11-13T11:51:53.034Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T11:51:53.035Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T11:51:53.036Z||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. 2021-11-13T11:51:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T11:52:02.578Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T11:52:02.582Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T11:52:53.033Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T11:52:53.033Z||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. 2021-11-13T11:52:53.033Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T11:52:53.035Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T11:52:53.036Z||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. 2021-11-13T11:52:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T11:53:02.580Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T11:53:02.589Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T11:53:53.033Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T11:53:53.034Z||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. 2021-11-13T11:53:53.034Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T11:53:53.035Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T11:53:53.036Z||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. 2021-11-13T11:53:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T11:54:02.577Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T11:54:02.577Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T11:54:53.033Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T11:54:53.034Z||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. 2021-11-13T11:54:53.034Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T11:54:53.035Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T11:54:53.035Z||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. 2021-11-13T11:54:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T11:55:02.577Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T11:55:02.581Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T11:55:53.033Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T11:55:53.035Z||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. 2021-11-13T11:55:53.035Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T11:55:53.035Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T11:55:53.036Z||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. 2021-11-13T11:55:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T11:56:02.583Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T11:56:02.583Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T11:56:53.033Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T11:56:53.034Z||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. 2021-11-13T11:56:53.035Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T11:56:53.035Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T11:56:53.036Z||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. 2021-11-13T11:56:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T11:57:02.579Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T11:57:02.584Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T11:57:53.033Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T11:57:53.034Z||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. 2021-11-13T11:57:53.034Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T11:57:53.035Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T11:57:53.036Z||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. 2021-11-13T11:57:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T11:58:02.585Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T11:58:02.589Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T11:58:53.033Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T11:58:53.034Z||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. 2021-11-13T11:58:53.034Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T11:58:53.035Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T11:58:53.035Z||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. 2021-11-13T11:58:53.035Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T11:59:02.584Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T11:59:02.584Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T11:59:53.033Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T11:59:53.034Z||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. 2021-11-13T11:59:53.034Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T11:59:53.035Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T11:59:53.036Z||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. 2021-11-13T11:59:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T12:00:02.584Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:00:02.585Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:00:53.033Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:00:53.034Z||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. 2021-11-13T12:00:53.034Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T12:00:53.035Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:00:53.036Z||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. 2021-11-13T12:00:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T12:01:02.577Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:01:02.580Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:01:53.033Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:01:53.034Z||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. 2021-11-13T12:01:53.034Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T12:01:53.035Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:01:53.036Z||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. 2021-11-13T12:01:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T12:02:02.580Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:02:02.583Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:02:53.033Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:02:53.034Z||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. 2021-11-13T12:02:53.034Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T12:02:53.035Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:02:53.036Z||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. 2021-11-13T12:02:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T12:03:02.579Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:03:02.581Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:03:53.033Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:03:53.034Z||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. 2021-11-13T12:03:53.035Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T12:03:53.035Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:03:53.036Z||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. 2021-11-13T12:03:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T12:04:02.579Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:04:02.582Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:04:53.033Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:04:53.033Z||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. 2021-11-13T12:04:53.034Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T12:04:53.035Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:04:53.036Z||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. 2021-11-13T12:04:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T12:05:02.577Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:05:02.577Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:05:53.033Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:05:53.034Z||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. 2021-11-13T12:05:53.034Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T12:05:53.035Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:05:53.035Z||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. 2021-11-13T12:05:53.035Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T12:06:02.580Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:06:02.583Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:06:53.033Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:06:53.034Z||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. 2021-11-13T12:06:53.034Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T12:06:53.035Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:06:53.036Z||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. 2021-11-13T12:06:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T12:07:02.584Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:07:02.585Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:07:53.033Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:07:53.034Z||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. 2021-11-13T12:07:53.035Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T12:07:53.035Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:07:53.036Z||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. 2021-11-13T12:07:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T12:08:02.580Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:08:02.583Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:08:53.033Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:08:53.034Z||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. 2021-11-13T12:08:53.034Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T12:08:53.035Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:08:53.036Z||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. 2021-11-13T12:08:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T12:09:02.583Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:09:02.583Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:09:53.033Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:09:53.034Z||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. 2021-11-13T12:09:53.034Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T12:09:53.035Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:09:53.036Z||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. 2021-11-13T12:09:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T12:10:02.582Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:10:02.582Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:10:53.033Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:10:53.034Z||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. 2021-11-13T12:10:53.034Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T12:10:53.035Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:10:53.035Z||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. 2021-11-13T12:10:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T12:11:02.574Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:11:02.577Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:11:53.033Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:11:53.034Z||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. 2021-11-13T12:11:53.034Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T12:11:53.035Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:11:53.036Z||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. 2021-11-13T12:11:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T12:12:02.580Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:12:02.582Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:12:53.033Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:12:53.035Z||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. 2021-11-13T12:12:53.035Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:12:53.035Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T12:12:53.036Z||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. 2021-11-13T12:12:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T12:13:02.584Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:13:02.590Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:13:53.033Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:13:53.034Z||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. 2021-11-13T12:13:53.034Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T12:13:53.035Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:13:53.036Z||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. 2021-11-13T12:13:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T12:14:02.580Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:14:02.585Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:14:53.033Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:14:53.033Z||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. 2021-11-13T12:14:53.034Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T12:14:53.035Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:14:53.036Z||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. 2021-11-13T12:14:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T12:15:02.579Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:15:02.579Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:15:53.033Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:15:53.034Z||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. 2021-11-13T12:15:53.034Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T12:15:53.035Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:15:53.036Z||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. 2021-11-13T12:15:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T12:16:02.576Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:16:02.586Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:16:53.033Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:16:53.034Z||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. 2021-11-13T12:16:53.034Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T12:16:53.035Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:16:53.036Z||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. 2021-11-13T12:16:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T12:17:02.576Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:17:02.578Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:17:53.033Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:17:53.034Z||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. 2021-11-13T12:17:53.034Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T12:17:53.035Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:17:53.036Z||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. 2021-11-13T12:17:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T12:18:02.577Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:18:02.579Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:18:53.033Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:18:53.033Z||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. 2021-11-13T12:18:53.034Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T12:18:53.035Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:18:53.036Z||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. 2021-11-13T12:18:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T12:19:02.575Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:19:02.582Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:19:53.033Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:19:53.033Z||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. 2021-11-13T12:19:53.033Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T12:19:53.035Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:19:53.036Z||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. 2021-11-13T12:19:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T12:20:02.571Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:20:02.572Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:20:53.033Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:20:53.034Z||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. 2021-11-13T12:20:53.034Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T12:20:53.035Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:20:53.036Z||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. 2021-11-13T12:20:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T12:21:02.576Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:21:02.580Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:21:53.033Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:21:53.034Z||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. 2021-11-13T12:21:53.034Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T12:21:53.035Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:21:53.036Z||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. 2021-11-13T12:21:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T12:22:02.579Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:22:02.584Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:22:53.033Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:22:53.034Z||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. 2021-11-13T12:22:53.034Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T12:22:53.035Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:22:53.035Z||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. 2021-11-13T12:22:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T12:23:02.576Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:23:02.581Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:23:53.033Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:23:53.034Z||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. 2021-11-13T12:23:53.034Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T12:23:53.035Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:23:53.035Z||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. 2021-11-13T12:23:53.035Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T12:24:02.577Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:24:02.584Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:24:53.033Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:24:53.034Z||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. 2021-11-13T12:24:53.034Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T12:24:53.035Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:24:53.036Z||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. 2021-11-13T12:24:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T12:25:02.577Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:25:02.577Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:25:53.033Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:25:53.033Z||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. 2021-11-13T12:25:53.034Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T12:25:53.035Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:25:53.036Z||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. 2021-11-13T12:25:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T12:26:02.575Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:26:02.584Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:26:53.033Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:26:53.034Z||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. 2021-11-13T12:26:53.034Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T12:26:53.035Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:26:53.035Z||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. 2021-11-13T12:26:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T12:27:02.575Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:27:02.578Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:27:53.033Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:27:53.033Z||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. 2021-11-13T12:27:53.034Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T12:27:53.035Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:27:53.036Z||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. 2021-11-13T12:27:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T12:28:02.580Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:28:02.585Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:28:53.033Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:28:53.033Z||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. 2021-11-13T12:28:53.034Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T12:28:53.035Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:28:53.036Z||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. 2021-11-13T12:28:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T12:29:02.580Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:29:02.587Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:29:53.033Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:29:53.034Z||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. 2021-11-13T12:29:53.034Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T12:29:53.035Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:29:53.036Z||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. 2021-11-13T12:29:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T12:30:02.581Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:30:02.583Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:30:53.033Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:30:53.034Z||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. 2021-11-13T12:30:53.034Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T12:30:53.035Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:30:53.035Z||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. 2021-11-13T12:30:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T12:31:02.579Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:31:02.580Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:31:53.033Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:31:53.035Z||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. 2021-11-13T12:31:53.035Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T12:31:53.035Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:31:53.036Z||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. 2021-11-13T12:31:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T12:32:02.584Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:32:02.585Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:32:53.033Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:32:53.034Z||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. 2021-11-13T12:32:53.034Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T12:32:53.035Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:32:53.035Z||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. 2021-11-13T12:32:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T12:33:02.579Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:33:02.579Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:33:53.033Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:33:53.033Z||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. 2021-11-13T12:33:53.034Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T12:33:53.035Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:33:53.036Z||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. 2021-11-13T12:33:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T12:34:02.577Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:34:02.586Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:34:53.033Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:34:53.034Z||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. 2021-11-13T12:34:53.034Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T12:34:53.035Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:34:53.036Z||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. 2021-11-13T12:34:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T12:35:02.580Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:35:02.582Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:35:53.033Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:35:53.033Z||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. 2021-11-13T12:35:53.034Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T12:35:53.035Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:35:53.036Z||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. 2021-11-13T12:35:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T12:36:02.582Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:36:02.582Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:36:53.033Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:36:53.034Z||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. 2021-11-13T12:36:53.034Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T12:36:53.035Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:36:53.036Z||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. 2021-11-13T12:36:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T12:37:02.580Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:37:02.581Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:37:53.033Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:37:53.034Z||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. 2021-11-13T12:37:53.034Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T12:37:53.035Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:37:53.036Z||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. 2021-11-13T12:37:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T12:38:02.578Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:38:02.578Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:38:53.033Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:38:53.034Z||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. 2021-11-13T12:38:53.034Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T12:38:53.035Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:38:53.036Z||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. 2021-11-13T12:38:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T12:39:02.588Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:39:02.588Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:39:53.033Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:39:53.035Z||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. 2021-11-13T12:39:53.035Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:39:53.035Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T12:39:53.036Z||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. 2021-11-13T12:39:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T12:40:02.590Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:40:02.593Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:40:53.033Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:40:53.034Z||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. 2021-11-13T12:40:53.034Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T12:40:53.035Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:40:53.036Z||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. 2021-11-13T12:40:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T12:41:02.576Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:41:02.582Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:41:41.772Z||http-nio-8085-exec-5|||||INFO|500||Error parsing HTTP request header Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level. java.lang.IllegalArgumentException: Invalid character found in method name [0x160x030x010x020x000x010x000x010xfc0x030x030xd40xcf0xdb0xaa0xfe$0xdd(0xba/0x0b0x080xa60x120xafV0xd7f0x8d0xb9v-0xad"0xd50x0c0xc40xea0xea~0xc4O]. HTTP method names must be tokens at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Unknown Source) 2021-11-13T12:41:53.033Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:41:53.033Z||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. 2021-11-13T12:41:53.034Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T12:41:53.035Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:41:53.035Z||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. 2021-11-13T12:41:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T12:42:02.580Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:42:02.583Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:42:53.033Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:42:53.033Z||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. 2021-11-13T12:42:53.034Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T12:42:53.035Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:42:53.036Z||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. 2021-11-13T12:42:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T12:43:02.577Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:43:02.581Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:43:53.033Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:43:53.033Z||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. 2021-11-13T12:43:53.034Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T12:43:53.035Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:43:53.036Z||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. 2021-11-13T12:43:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T12:44:02.579Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:44:02.580Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:44:53.033Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:44:53.033Z||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. 2021-11-13T12:44:53.033Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T12:44:53.035Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:44:53.035Z||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. 2021-11-13T12:44:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T12:45:02.576Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:45:02.576Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:45:53.033Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:45:53.034Z||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. 2021-11-13T12:45:53.034Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T12:45:53.035Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:45:53.036Z||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. 2021-11-13T12:45:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T12:46:02.580Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:46:02.583Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:46:53.033Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:46:53.034Z||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. 2021-11-13T12:46:53.034Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T12:46:53.035Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:46:53.036Z||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. 2021-11-13T12:46:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T12:47:02.597Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:47:02.597Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:47:53.033Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:47:53.034Z||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. 2021-11-13T12:47:53.034Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T12:47:53.035Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:47:53.036Z||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. 2021-11-13T12:47:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T12:48:02.598Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:48:02.599Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:48:53.033Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:48:53.034Z||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. 2021-11-13T12:48:53.034Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T12:48:53.035Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:48:53.036Z||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. 2021-11-13T12:48:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T12:49:02.577Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:49:02.579Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:49:53.033Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:49:53.034Z||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. 2021-11-13T12:49:53.034Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T12:49:53.035Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:49:53.036Z||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. 2021-11-13T12:49:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T12:50:02.583Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:50:02.583Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:50:53.033Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:50:53.034Z||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. 2021-11-13T12:50:53.034Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T12:50:53.035Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:50:53.036Z||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. 2021-11-13T12:50:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T12:51:02.579Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:51:02.581Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:51:53.033Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:51:53.033Z||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. 2021-11-13T12:51:53.034Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T12:51:53.035Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:51:53.036Z||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. 2021-11-13T12:51:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T12:52:02.575Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:52:02.577Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:52:53.033Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:52:53.033Z||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. 2021-11-13T12:52:53.034Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T12:52:53.035Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:52:53.036Z||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. 2021-11-13T12:52:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T12:52:53.168Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:52:53.169Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:52:53.169Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b7ecf2c-8eb8-4d6f-aa66-7979798ba249", "consumerID": "multicloud-k8s-id", "timestamp": 1636807966618, "artifactURL": "/sdc/v1/catalog/services/Vfw20211113125003/1.0/resourceInstances/vfw7fe2300ea6bc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T12:52:53.180Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:52:53.180Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:52:53.180Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b7ecf2c-8eb8-4d6f-aa66-7979798ba249", "consumerID": "ves-openapi-manager", "timestamp": 1636807961162, "artifactURL": "/sdc/v1/catalog/services/Vfw20211113125003/1.0/resourceInstances/vfw7fe2300ea6bc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T12:52:53.180Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:52:53.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:52:53.181Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b7ecf2c-8eb8-4d6f-aa66-7979798ba249", "consumerID": "cds", "timestamp": 1636807963894, "artifactURL": "/sdc/v1/catalog/services/Vfw20211113125003/1.0/resourceInstances/vfw7fe2300ea6bc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T12:52:53.181Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:52:53.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:52:53.181Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b7ecf2c-8eb8-4d6f-aa66-7979798ba249", "consumerID": "policy-id", "timestamp": 1636807970126, "artifactURL": "/sdc/v1/catalog/services/Vfw20211113125003/1.0/resourceInstances/vfw7fe2300ea6bc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T12:52:53.181Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:52:53.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:52:53.181Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b7ecf2c-8eb8-4d6f-aa66-7979798ba249", "consumerID": "aai-ml", "timestamp": 1636807970683, "artifactURL": "/sdc/v1/catalog/services/Vfw20211113125003/1.0/resourceInstances/vfw7fe2300ea6bc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T12:52:53.181Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:52:53.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:52:53.181Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b7ecf2c-8eb8-4d6f-aa66-7979798ba249", "consumerID": "multicloud-k8s-id", "timestamp": 1636807966618, "artifactURL": "/sdc/v1/catalog/services/Vfw20211113125003/1.0/resourceInstances/vfw7fe2300ea6bc0/artifacts/vfw7fe2300ea6bc0_modules.json", "status": "NOTIFIED" } 2021-11-13T12:52:53.181Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:52:53.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:52:53.182Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b7ecf2c-8eb8-4d6f-aa66-7979798ba249", "consumerID": "ves-openapi-manager", "timestamp": 1636807961162, "artifactURL": "/sdc/v1/catalog/services/Vfw20211113125003/1.0/resourceInstances/vfw7fe2300ea6bc0/artifacts/vfw7fe2300ea6bc0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-13T12:52:53.182Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:52:53.182Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:52:53.182Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b7ecf2c-8eb8-4d6f-aa66-7979798ba249", "consumerID": "policy-id", "timestamp": 1636807970126, "artifactURL": "/sdc/v1/catalog/services/Vfw20211113125003/1.0/resourceInstances/vfw7fe2300ea6bc0/artifacts/vfw7fe2300ea6bc0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-13T12:52:53.182Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:52:53.182Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:52:53.182Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b7ecf2c-8eb8-4d6f-aa66-7979798ba249", "consumerID": "cds", "timestamp": 1636807963894, "artifactURL": "/sdc/v1/catalog/services/Vfw20211113125003/1.0/resourceInstances/vfw7fe2300ea6bc0/artifacts/vfw7fe2300ea6bc0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-13T12:52:53.183Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:52:53.183Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:52:53.183Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b7ecf2c-8eb8-4d6f-aa66-7979798ba249", "consumerID": "aai-ml", "timestamp": 1636807970683, "artifactURL": "/sdc/v1/catalog/services/Vfw20211113125003/1.0/resourceInstances/vfw7fe2300ea6bc0/artifacts/vfw7fe2300ea6bc0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-13T12:52:53.183Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:52:53.664Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:52:53.667Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-13T12:52:53.667Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"7b7ecf2c-8eb8-4d6f-aa66-7979798ba249","serviceName":"vFW 2021-11-13 12-50-03","serviceVersion":"1.0","serviceUUID":"f7438315-1048-433f-9896-ba76820820a8","serviceDescription":"catalog service description","serviceInvariantUUID":"99b67e0a-736f-4dd4-a626-f659d7b50650","resources":[{"resourceInstanceName":"vFW 7fe2300e-a6bc 0","resourceName":"vFW 7fe2300e-a6bc","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"cc6394c8-0999-498b-bc9c-0ad42f69021a","resourceInvariantUUID":"21127301-2991-4de3-b296-674d11921427","resourceCustomizationUUID":"069b004a-7b6c-4b90-b352-128cfe7dc9e0","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211113125003/1.0/resourceInstances/vfw7fe2300ea6bc0/artifacts/vf-license-model.xml","artifactChecksum":"ZTM5OGRkOGQ4MTBjMDQzODUzYTViMzQ2MTRjNzZiZjc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6cbeb107-dc8f-4b8a-9dd4-57155a2b246c","artifactVersion":"1"},{"artifactName":"vfw7fe2300ea6bc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211113125003/1.0/resourceInstances/vfw7fe2300ea6bc0/artifacts/vfw7fe2300ea6bc0_modules.json","artifactChecksum":"NWIxMGM0OTI0MTNmNTRlNzBiZGUyZDYwODJlMjIwMmY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d8a44c29-6f45-455a-8bc7-2f07f4836861","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211113125003/1.0/resourceInstances/vfw7fe2300ea6bc0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2c9c115b-3eb1-4e7d-ab4b-7ee45e57fe6c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211113125003/1.0/resourceInstances/vfw7fe2300ea6bc0/artifacts/vendor-license-model.xml","artifactChecksum":"ZjhiZjA3ODAzMDg3NGE0OGNhNWEzMjNhNzBhMzdkMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"975a4953-fcfc-4e4b-b225-6e33c335be42","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211113125003/1.0/resourceInstances/vfw7fe2300ea6bc0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f77cd381-d502-443d-b513-f64c8cf1772d","artifactVersion":"2","generatedFromUUID":"2c9c115b-3eb1-4e7d-ab4b-7ee45e57fe6c"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211113125003-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211113125003/1.0/artifacts/service-Vfw20211113125003-template.yml","artifactChecksum":"MjA5M2VjODgyYTJkODFjOWM2MzE4MGRkNWZjNzA1NDE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a3ba6cd6-6c6d-4598-b67c-1014a81e5b19","artifactVersion":"1"},{"artifactName":"service-Vfw20211113125003-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211113125003/1.0/artifacts/service-Vfw20211113125003-csar.csar","artifactChecksum":"NDIyZDMwYWQ3OTI0MzM2N2VhZjBmYzAzN2I1NWFiMDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c0c57c1b-435c-44ce-a19d-2db947fef16a","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-13T12:52:53.673Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-13T12:52:53.678Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-13T12:52:53.685Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-13T12:52:53.685Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7b7ecf2c-8eb8-4d6f-aa66-7979798ba249", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636807973033, "artifactURL": "/sdc/v1/catalog/services/Vfw20211113125003/1.0/resourceInstances/vfw7fe2300ea6bc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T12:52:53.785Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2021-11-13T12:52:53.788Z||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. 2021-11-13T12:52:53.788Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as av4G2cPWChdmQ79q) ... 2021-11-13T12:52:53.802Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:52:53.803Z||pool-3-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2021-11-13T12:52:54.690Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-13T12:52:54.690Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-13T12:52:54.692Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-13T12:52:54.692Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7b7ecf2c-8eb8-4d6f-aa66-7979798ba249", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636807973033, "artifactURL": "/sdc/v1/catalog/services/Vfw20211113125003/1.0/resourceInstances/vfw7fe2300ea6bc0/artifacts/vfw7fe2300ea6bc0_modules.json", "status": "NOTIFIED" } 2021-11-13T12:52:54.793Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-13T12:52:54.794Z||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. 2021-11-13T12:52:54.794Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as av4G2cPWChdmQ79q) ... 2021-11-13T12:52:54.805Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:52:54.806Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-13T12:52:55.693Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-13T12:52:55.694Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-13T12:52:55.695Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-13T12:52:55.695Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7b7ecf2c-8eb8-4d6f-aa66-7979798ba249", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636807973033, "artifactURL": "/sdc/v1/catalog/services/Vfw20211113125003/1.0/resourceInstances/vfw7fe2300ea6bc0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-11-13T12:52:55.795Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-13T12:52:55.796Z||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. 2021-11-13T12:52:55.796Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as av4G2cPWChdmQ79q) ... 2021-11-13T12:52:55.808Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:52:55.808Z||pool-5-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-13T12:52:56.696Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-13T12:52:56.697Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-13T12:52:56.699Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-13T12:52:56.700Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7b7ecf2c-8eb8-4d6f-aa66-7979798ba249", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636807973033, "artifactURL": "/sdc/v1/catalog/services/Vfw20211113125003/1.0/resourceInstances/vfw7fe2300ea6bc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T12:52:56.800Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-13T12:52:56.800Z||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. 2021-11-13T12:52:56.801Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as av4G2cPWChdmQ79q) ... 2021-11-13T12:52:56.813Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:52:56.814Z||pool-6-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-13T12:52:57.700Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-13T12:52:57.701Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-13T12:52:57.704Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-13T12:52:57.704Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7b7ecf2c-8eb8-4d6f-aa66-7979798ba249", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636807973033, "artifactURL": "/sdc/v1/catalog/services/Vfw20211113125003/1.0/resourceInstances/vfw7fe2300ea6bc0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-11-13T12:52:57.804Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-13T12:52:57.805Z||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. 2021-11-13T12:52:57.805Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as av4G2cPWChdmQ79q) ... 2021-11-13T12:52:57.821Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:52:57.821Z||pool-7-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-11-13T12:52:58.705Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-13T12:52:58.706Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-13T12:52:58.708Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-13T12:52:58.709Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7b7ecf2c-8eb8-4d6f-aa66-7979798ba249", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636807973033, "artifactURL": "/sdc/v1/catalog/services/Vfw20211113125003/1.0/artifacts/service-Vfw20211113125003-template.yml", "status": "NOT_NOTIFIED" } 2021-11-13T12:52:58.809Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-13T12:52:58.810Z||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. 2021-11-13T12:52:58.810Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as av4G2cPWChdmQ79q) ... 2021-11-13T12:52:58.823Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:52:58.823Z||pool-8-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-13T12:52:59.709Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-13T12:52:59.710Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-13T12:52:59.712Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-13T12:52:59.713Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7b7ecf2c-8eb8-4d6f-aa66-7979798ba249", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636807973033, "artifactURL": "/sdc/v1/catalog/services/Vfw20211113125003/1.0/artifacts/service-Vfw20211113125003-csar.csar", "status": "NOTIFIED" } 2021-11-13T12:52:59.813Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-13T12:52:59.814Z||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. 2021-11-13T12:52:59.814Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as av4G2cPWChdmQ79q) ... 2021-11-13T12:52:59.826Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:52:59.827Z||pool-9-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-13T12:53:00.715Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "7b7ecf2c-8eb8-4d6f-aa66-7979798ba249", "serviceName": "vFW 2021-11-13 12-50-03", "serviceVersion": "1.0", "serviceUUID": "f7438315-1048-433f-9896-ba76820820a8", "serviceDescription": "catalog service description", "serviceInvariantUUID": "99b67e0a-736f-4dd4-a626-f659d7b50650", "resources": [ { "resourceInstanceName": "vFW 7fe2300e-a6bc 0", "resourceCustomizationUUID": "069b004a-7b6c-4b90-b352-128cfe7dc9e0", "resourceName": "vFW 7fe2300e-a6bc", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "cc6394c8-0999-498b-bc9c-0ad42f69021a", "resourceInvariantUUID": "21127301-2991-4de3-b296-674d11921427", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw7fe2300ea6bc0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20211113125003/1.0/resourceInstances/vfw7fe2300ea6bc0/artifacts/vfw7fe2300ea6bc0_modules.json", "artifactChecksum": "NWIxMGM0OTI0MTNmNTRlNzBiZGUyZDYwODJlMjIwMmY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d8a44c29-6f45-455a-8bc7-2f07f4836861", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20211113125003/1.0/resourceInstances/vfw7fe2300ea6bc0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "2c9c115b-3eb1-4e7d-ab4b-7ee45e57fe6c", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20211113125003/1.0/resourceInstances/vfw7fe2300ea6bc0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "f77cd381-d502-443d-b513-f64c8cf1772d", "generatedFromUUID": "2c9c115b-3eb1-4e7d-ab4b-7ee45e57fe6c" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20211113125003/1.0/resourceInstances/vfw7fe2300ea6bc0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "f77cd381-d502-443d-b513-f64c8cf1772d", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20211113125003-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20211113125003/1.0/artifacts/service-Vfw20211113125003-csar.csar", "artifactChecksum": "NDIyZDMwYWQ3OTI0MzM2N2VhZjBmYzAzN2I1NWFiMDk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c0c57c1b-435c-44ce-a19d-2db947fef16a" } ], "workloadContext": "Production" } 2021-11-13T12:53:00.716Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-13T12:53:00.716Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f7438315-1048-433f-9896-ba76820820a8 ASDC 2021-11-13T12:53:00.781Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:7b7ecf2c-8eb8-4d6f-aa66-7979798ba249 ServiceName:vFW 2021-11-13 12-50-03 ServiceVersion:1.0 ServiceUUID:f7438315-1048-433f-9896-ba76820820a8 ServiceInvariantUUID:99b67e0a-736f-4dd4-a626-f659d7b50650 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20211113125003-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20211113125003/1.0/artifacts/service-Vfw20211113125003-csar.csar ArtifactUUID:c0c57c1b-435c-44ce-a19d-2db947fef16a ArtifactChecksum:NDIyZDMwYWQ3OTI0MzM2N2VhZjBmYzAzN2I1NWFiMDk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 7fe2300e-a6bc 0 ResourceCustomizationUUID:069b004a-7b6c-4b90-b352-128cfe7dc9e0 ResourceInvariantUUID:21127301-2991-4de3-b296-674d11921427 ResourceName:vFW 7fe2300e-a6bc ResourceType:VF ResourceUUID:cc6394c8-0999-498b-bc9c-0ad42f69021a ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw7fe2300ea6bc0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20211113125003/1.0/resourceInstances/vfw7fe2300ea6bc0/artifacts/vfw7fe2300ea6bc0_modules.json ArtifactUUID:d8a44c29-6f45-455a-8bc7-2f07f4836861 ArtifactChecksum:NWIxMGM0OTI0MTNmNTRlNzBiZGUyZDYwODJlMjIwMmY= 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/Vfw20211113125003/1.0/resourceInstances/vfw7fe2300ea6bc0/artifacts/base_vfw.yaml ArtifactUUID:2c9c115b-3eb1-4e7d-ab4b-7ee45e57fe6c 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/Vfw20211113125003/1.0/resourceInstances/vfw7fe2300ea6bc0/artifacts/base_vfw.env ArtifactUUID:f77cd381-d502-443d-b513-f64c8cf1772d 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/Vfw20211113125003/1.0/resourceInstances/vfw7fe2300ea6bc0/artifacts/base_vfw.env ArtifactUUID:f77cd381-d502-443d-b513-f64c8cf1772d ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-11-13T12:53:00.782Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f7438315-1048-433f-9896-ba76820820a8 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 (?, ?, ?, ?, ?) 2021-11-13T12:53:00.954Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-13T12:53:00.955Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-11-13T12:53:00.955Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-11-13T12:53:00.955Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: c0c57c1b-435c-44ce-a19d-2db947fef16a from URL: /sdc/v1/catalog/services/Vfw20211113125003/1.0/artifacts/service-Vfw20211113125003-csar.csar 2021-11-13T12:53:00.956Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-11-13T12:53:00.956Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211113125003/1.0/artifacts/service-Vfw20211113125003-csar.csar 2021-11-13T12:53:01.099Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-11-13T12:53:01.111Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211113125003/1.0/artifacts/service-Vfw20211113125003-csar.csar c0c57c1b-435c-44ce-a19d-2db947fef16a 98922 2021-11-13T12:53:01.112Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211113125003/1.0/artifacts/service-Vfw20211113125003-csar.csar ASDC sendASDCNotification 2021-11-13T12:53:01.112Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211113125003/1.0/artifacts/service-Vfw20211113125003-csar.csar 2021-11-13T12:53:01.113Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-13T12:53:01.113Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-13T12:53:01.114Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-13T12:53:01.114Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7b7ecf2c-8eb8-4d6f-aa66-7979798ba249", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636807981112, "artifactURL": "/sdc/v1/catalog/services/Vfw20211113125003/1.0/artifacts/service-Vfw20211113125003-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-13T12:53:01.215Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-13T12:53:01.215Z||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. 2021-11-13T12:53:01.215Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as av4G2cPWChdmQ79q) ... 2021-11-13T12:53:01.228Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:53:01.228Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-13T12:53:02.115Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-13T12:53:02.116Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-11-13T12:53:02.116Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: c0c57c1b-435c-44ce-a19d-2db947fef16a, URL: /sdc/v1/catalog/services/Vfw20211113125003/1.0/artifacts/service-Vfw20211113125003-csar.csar to file: /app/ASDC/1/service-Vfw20211113125003-csar.csar 2021-11-13T12:53:02.117Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211113125003-csar.csar 2021-11-13T12:53:02.169Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211113125003-csar.csar 2021-11-13T12:53:02.169Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211113125003-csar.csar 2021-11-13T12:53:02.577Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15434246232890289053/Definitions/service-Vfw20211113125003-template.yml Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided 2021-11-13T12:53:04.874Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-13T12:53:04.877Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||WARN|500||#################################################################################################### 2021-11-13T12:53:04.877Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211113125003-csar.csar 2021-11-13T12:53:04.878Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2021-11-13T12:53:04.878Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||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-Vfw20211113125003-csar.csar 2021-11-13T12:53:04.878Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||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-Vfw20211113125003-csar.csar 2021-11-13T12:53:04.878Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211113125003-csar.csar 2021-11-13T12:53:04.878Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211113125003-csar.csar 2021-11-13T12:53:04.878Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211113125003-csar.csar 2021-11-13T12:53:04.878Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||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-Vfw20211113125003-csar.csar 2021-11-13T12:53:04.878Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211113125003-csar.csar 2021-11-13T12:53:04.878Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211113125003-csar.csar 2021-11-13T12:53:04.878Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20211113125003-csar.csar 2021-11-13T12:53:04.878Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20211113125003-csar.csar 2021-11-13T12:53:04.878Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211113125003-csar.csar 2021-11-13T12:53:04.878Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211113125003-csar.csar 2021-11-13T12:53:04.878Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 7fe2300e-a6bc 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-Vfw20211113125003-csar.csar 2021-11-13T12:53:04.878Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||WARN|500||#################################################################################################### 2021-11-13T12:53:04.882Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T12:53:04.883Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-13 12-50-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-13T12:53:04.885Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Node template vFW 7fe2300e-a6bc 0 is matching search criteria 2021-11-13T12:53:04.886Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2021-11-13T12:53:04.886Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 7fe2300e-a6bc 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-13T12:53:04.887Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T12:53:04.887Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-13 12-50-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-13T12:53:04.887Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Node template vFW 7fe2300e-a6bc 0 is matching search criteria 2021-11-13T12:53:04.888Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2021-11-13T12:53:04.888Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 7fe2300e-a6bc 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-13T12:53:04.888Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T12:53:04.888Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-13 12-50-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-13T12:53:04.890Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T12:53:04.890Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Node template vFW 7fe2300e-a6bc 0 is not matching search criteria 2021-11-13T12:53:04.890Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-13T12:53:04.890Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-11-13T12:53:04.890Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-11-13T12:53:04.890Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-11-13T12:53:04.890Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-11-13T12:53:04.890Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2021-11-13T12:53:04.890Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-13T12:53:04.891Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-11-13T12:53:04.891Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2021-11-13T12:53:04.891Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-11-13T12:53:04.891Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-11-13T12:53:04.891Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-11-13T12:53:04.891Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-11-13T12:53:04.891Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2021-11-13T12:53:04.891Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-11-13T12:53:04.891Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-11-13T12:53:04.891Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T12:53:04.891Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-13 12-50-03 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-13T12:53:04.892Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T12:53:04.892Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Node template vFW 7fe2300e-a6bc 0 is matching search criteria 2021-11-13T12:53:04.892Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 7fe2300e-a6bc 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-13T12:53:04.892Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T12:53:04.892Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Node template vFW 7fe2300e-a6bc 0 is matching search criteria 2021-11-13T12:53:04.893Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 7fe2300e-a6bc 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-13T12:53:04.893Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T12:53:04.893Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Node template vFW 7fe2300e-a6bc 0 is matching search criteria 2021-11-13T12:53:04.893Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 7fe2300e-a6bc 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-13T12:53:04.893Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T12:53:04.893Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Node template vFW 7fe2300e-a6bc 0 is not matching search criteria 2021-11-13T12:53:04.893Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-13T12:53:04.893Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-11-13T12:53:04.894Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-13T12:53:04.894Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-11-13T12:53:04.894Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2021-11-13T12:53:04.894Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-11-13T12:53:04.894Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-11-13T12:53:04.894Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-11-13T12:53:04.894Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-11-13T12:53:04.894Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2021-11-13T12:53:04.894Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-11-13T12:53:04.894Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=55d001fd-b774-417c-ab1c-fe7d8b02f50c 2021-11-13T12:53:04.894Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T12:53:04.894Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Node template vFW 7fe2300e-a6bc 0 is not matching search criteria 2021-11-13T12:53:04.894Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-13T12:53:04.894Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-11-13T12:53:04.895Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-11-13T12:53:04.895Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-11-13T12:53:04.895Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-11-13T12:53:04.895Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2021-11-13T12:53:04.895Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-13T12:53:04.895Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-11-13T12:53:04.895Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-11-13T12:53:04.895Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-11-13T12:53:04.895Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2021-11-13T12:53:04.895Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-11-13T12:53:04.895Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f1b26a2e-865e-450a-8e35-e7d06fa29c73 2021-11-13T12:53:04.895Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T12:53:04.895Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Node template vFW 7fe2300e-a6bc 0 is not matching search criteria 2021-11-13T12:53:04.895Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-13T12:53:04.895Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-11-13T12:53:04.896Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-11-13T12:53:04.896Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-11-13T12:53:04.896Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-11-13T12:53:04.896Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2021-11-13T12:53:04.896Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-13T12:53:04.896Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-11-13T12:53:04.896Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2021-11-13T12:53:04.896Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-11-13T12:53:04.896Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-11-13T12:53:04.896Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-11-13T12:53:04.910Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=7489c1fd-bfbd-4f6e-af9c-43495eac5d80 2021-11-13T12:53:04.910Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T12:53:04.910Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-13 12-50-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-13T12:53:04.910Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T12:53:04.910Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-13 12-50-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-13T12:53:04.910Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T12:53:04.911Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-13 12-50-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-13T12:53:04.911Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T12:53:04.911Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-13 12-50-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-13T12:53:04.911Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2021-11-13 12-50-03 Description:catalog service description Model UUID:f7438315-1048-433f-9896-ba76820820a8 Model Version:NULL Model InvariantUuid:99b67e0a-736f-4dd4-a626-f659d7b50650 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 7fe2300e-a6bc Model UUID:226992fb-a023-4ba5-9057-d6e910211d1d Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:21127301-2991-4de3-b296-674d11921427 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:069b004a-7b6c-4b90-b352-128cfe7dc9e0 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:faabce37-0a61-476c-9454-ca824b73ad9e ModelName:Vfw7fe2300eA6bc..base_vfw..module-0 ModelUuid:529ff1b8-de71-4e1b-844d-be35432e068d ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:55d001fd-b774-417c-ab1c-fe7d8b02f50c ModelInvariantUuid:c50fd8d6-5c0c-487b-8f1e-4527e2dbbad4 ModelName:vFW 7fe2300e-a6bc-nodes.vfwCvfc ModelUuid:45481511-b157-46c8-b729-e27d7350ee4e ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:4726a381-8172-4f9e-bf66-f4158ae91535 ModelInvariantUuid:3144ce91-3c18-448f-9f52-ab32be34cb7c ModelName:Vfw7fe2300eA6bc.compute.nodes.heat.vfw ModelUuid:a47f7936-76ce-4e27-a9aa-cbb28b87b545 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:f1b26a2e-865e-450a-8e35-e7d06fa29c73 ModelInvariantUuid:e5e06898-470d-49d7-9b89-a157ac087195 ModelName:vFW 7fe2300e-a6bc-nodes.vsnCvfc ModelUuid:9f4c7595-b4c0-4c76-a782-6016b20978b6 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:461a9afe-02da-42d0-a0c0-35170336ea18 ModelInvariantUuid:6f842b6c-24d3-4a68-8929-d99315b6b95b ModelName:Vfw7fe2300eA6bc.compute.nodes.heat.vsn ModelUuid:8e32c722-5468-4c8b-a0ec-855ddbc0e1ec ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:7489c1fd-bfbd-4f6e-af9c-43495eac5d80 ModelInvariantUuid:52e22cf4-dacc-4aa9-aa2a-dfa041e23048 ModelName:vFW 7fe2300e-a6bc-nodes.vpgCvfc ModelUuid:baf11e1d-d12d-4a43-bb59-6354c6bb4a7e ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:75f668c0-66fe-4461-b872-cd340872582a ModelInvariantUuid:7ad751b9-591e-4f9d-99e7-66498c048d86 ModelName:Vfw7fe2300eA6bc.compute.nodes.heat.vpg ModelUuid:60e087b1-c345-4f8c-a6bf-c6d455134690 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=? 2021-11-13T12:53:04.929Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: cc6394c8-0999-498b-bc9c-0ad42f69021a 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=? 2021-11-13T12:53:04.982Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||INFO|500||vFW 7fe2300e-a6bc 0 2021-11-13T12:53:04.987Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: cc6394c8-0999-498b-bc9c-0ad42f69021a 2021-11-13T12:53:04.987Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d8a44c29-6f45-455a-8bc7-2f07f4836861 from URL: /sdc/v1/catalog/services/Vfw20211113125003/1.0/resourceInstances/vfw7fe2300ea6bc0/artifacts/vfw7fe2300ea6bc0_modules.json 2021-11-13T12:53:04.987Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-11-13T12:53:04.987Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211113125003/1.0/resourceInstances/vfw7fe2300ea6bc0/artifacts/vfw7fe2300ea6bc0_modules.json 2021-11-13T12:53:05.179Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-11-13T12:53:05.180Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211113125003/1.0/resourceInstances/vfw7fe2300ea6bc0/artifacts/vfw7fe2300ea6bc0_modules.json d8a44c29-6f45-455a-8bc7-2f07f4836861 785 2021-11-13T12:53:05.180Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211113125003/1.0/resourceInstances/vfw7fe2300ea6bc0/artifacts/vfw7fe2300ea6bc0_modules.json ASDC sendASDCNotification 2021-11-13T12:53:05.180Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211113125003/1.0/resourceInstances/vfw7fe2300ea6bc0/artifacts/vfw7fe2300ea6bc0_modules.json 2021-11-13T12:53:05.180Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-13T12:53:05.181Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-13T12:53:05.184Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-13T12:53:05.184Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7b7ecf2c-8eb8-4d6f-aa66-7979798ba249", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636807985180, "artifactURL": "/sdc/v1/catalog/services/Vfw20211113125003/1.0/resourceInstances/vfw7fe2300ea6bc0/artifacts/vfw7fe2300ea6bc0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-13T12:53:05.284Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-13T12:53:05.285Z||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. 2021-11-13T12:53:05.285Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as av4G2cPWChdmQ79q) ... 2021-11-13T12:53:05.299Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:53:05.300Z||pool-11-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-11-13T12:53:06.186Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw7fe2300eA6bc..base_vfw..module-0", "vfModuleModelInvariantUUID": "faabce37-0a61-476c-9454-ca824b73ad9e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "529ff1b8-de71-4e1b-844d-be35432e068d", "vfModuleModelCustomizationUUID": "28a656b5-e6af-448f-a9be-2e7e5b3963d8", "isBase": true, "artifacts": [ "2c9c115b-3eb1-4e7d-ab4b-7ee45e57fe6c", "f77cd381-d502-443d-b513-f64c8cf1772d" ], "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": "" } } ] 2021-11-13T12:53:06.202Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw7fe2300eA6bc..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:529ff1b8-de71-4e1b-844d-be35432e068d VfModuleModelInvariantUUID:faabce37-0a61-476c-9454-ca824b73ad9e VfModuleModelDescription:NULL Artifacts UUID List:{ 2c9c115b-3eb1-4e7d-ab4b-7ee45e57fe6c , f77cd381-d502-443d-b513-f64c8cf1772d } 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 } 2021-11-13T12:53:06.203Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw7fe2300eA6bc..base_vfw..module-0", "vfModuleModelInvariantUUID": "faabce37-0a61-476c-9454-ca824b73ad9e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "529ff1b8-de71-4e1b-844d-be35432e068d", "vfModuleModelCustomizationUUID": "28a656b5-e6af-448f-a9be-2e7e5b3963d8", "isBase": true, "artifacts": [ "2c9c115b-3eb1-4e7d-ab4b-7ee45e57fe6c", "f77cd381-d502-443d-b513-f64c8cf1772d" ], "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": "" } } ] 2021-11-13T12:53:06.203Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw7fe2300eA6bc..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:529ff1b8-de71-4e1b-844d-be35432e068d VfModuleModelInvariantUUID:faabce37-0a61-476c-9454-ca824b73ad9e VfModuleModelDescription:NULL Artifacts UUID List:{ 2c9c115b-3eb1-4e7d-ab4b-7ee45e57fe6c , f77cd381-d502-443d-b513-f64c8cf1772d } 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 } 2021-11-13T12:53:06.204Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 2c9c115b-3eb1-4e7d-ab4b-7ee45e57fe6c from URL: /sdc/v1/catalog/services/Vfw20211113125003/1.0/resourceInstances/vfw7fe2300ea6bc0/artifacts/base_vfw.yaml 2021-11-13T12:53:06.204Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-11-13T12:53:06.204Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211113125003/1.0/resourceInstances/vfw7fe2300ea6bc0/artifacts/base_vfw.yaml 2021-11-13T12:53:06.290Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-11-13T12:53:06.292Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211113125003/1.0/resourceInstances/vfw7fe2300ea6bc0/artifacts/base_vfw.yaml 2c9c115b-3eb1-4e7d-ab4b-7ee45e57fe6c 20368 2021-11-13T12:53:06.292Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211113125003/1.0/resourceInstances/vfw7fe2300ea6bc0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-11-13T12:53:06.293Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211113125003/1.0/resourceInstances/vfw7fe2300ea6bc0/artifacts/base_vfw.yaml 2021-11-13T12:53:06.293Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-13T12:53:06.293Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-13T12:53:06.295Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-13T12:53:06.296Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7b7ecf2c-8eb8-4d6f-aa66-7979798ba249", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636807986292, "artifactURL": "/sdc/v1/catalog/services/Vfw20211113125003/1.0/resourceInstances/vfw7fe2300ea6bc0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-11-13T12:53:06.396Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-13T12:53:06.396Z||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. 2021-11-13T12:53:06.397Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as av4G2cPWChdmQ79q) ... 2021-11-13T12:53:06.410Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:53:06.410Z||pool-12-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-13T12:53:07.296Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: f77cd381-d502-443d-b513-f64c8cf1772d from URL: /sdc/v1/catalog/services/Vfw20211113125003/1.0/resourceInstances/vfw7fe2300ea6bc0/artifacts/base_vfw.env 2021-11-13T12:53:07.297Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-11-13T12:53:07.297Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211113125003/1.0/resourceInstances/vfw7fe2300ea6bc0/artifacts/base_vfw.env 2021-11-13T12:53:07.383Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-11-13T12:53:07.383Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211113125003/1.0/resourceInstances/vfw7fe2300ea6bc0/artifacts/base_vfw.env f77cd381-d502-443d-b513-f64c8cf1772d 2098 2021-11-13T12:53:07.383Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211113125003/1.0/resourceInstances/vfw7fe2300ea6bc0/artifacts/base_vfw.env ASDC sendASDCNotification 2021-11-13T12:53:07.383Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211113125003/1.0/resourceInstances/vfw7fe2300ea6bc0/artifacts/base_vfw.env 2021-11-13T12:53:07.383Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-13T12:53:07.384Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-13T12:53:07.386Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-13T12:53:07.386Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7b7ecf2c-8eb8-4d6f-aa66-7979798ba249", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636807987383, "artifactURL": "/sdc/v1/catalog/services/Vfw20211113125003/1.0/resourceInstances/vfw7fe2300ea6bc0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-11-13T12:53:07.486Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-13T12:53:07.487Z||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. 2021-11-13T12:53:07.487Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as av4G2cPWChdmQ79q) ... 2021-11-13T12:53:07.499Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:53:07.500Z||pool-13-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-13T12:53:08.387Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: f7438315-1048-433f-9896-ba76820820a8 2021-11-13T12:53:08.387Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 7fe2300e-a6bc 0 cc6394c8-0999-498b-bc9c-0ad42f69021a 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=? 2021-11-13T12:53:08.415Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1f620f1, org.onap.sdc.toscaparser.api.parameters.Input@191bd99d, org.onap.sdc.toscaparser.api.parameters.Input@55d8167f, org.onap.sdc.toscaparser.api.parameters.Input@6a480266, org.onap.sdc.toscaparser.api.parameters.Input@5a895676] 2021-11-13T12:53:08.417Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T12:53:08.418Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-13 12-50-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-13T12:53:08.418Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2021-11-13T12:53:08.418Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 069b004a-7b6c-4b90-b352-128cfe7dc9e0 2021-11-13T12:53:08.418Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 069b004a-7b6c-4b90-b352-128cfe7dc9e0 matches Tosca VF Customization UUID: 069b004a-7b6c-4b90-b352-128cfe7dc9e0 2021-11-13T12:53:08.418Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 069b004a-7b6c-4b90-b352-128cfe7dc9e0 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=? 2021-11-13T12:53:08.422Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T12:53:08.422Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-13 12-50-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-13T12:53:08.423Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 069b004a-7b6c-4b90-b352-128cfe7dc9e0: {\"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\"} 2021-11-13T12:53:08.423Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@770b9552 2021-11-13T12:53:08.423Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T12:53:08.424Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-13 12-50-03 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-13T12:53:08.424Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 28a656b5-e6af-448f-a9be-2e7e5b3963d8 2021-11-13T12:53:08.424Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 28a656b5-e6af-448f-a9be-2e7e5b3963d8 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=? 2021-11-13T12:53:08.429Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T12:53:08.429Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Node template vFW 7fe2300e-a6bc 0 is matching search criteria 2021-11-13T12:53:08.429Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 7fe2300e-a6bc 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-13T12:53:08.430Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T12:53:08.430Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Node template vFW 7fe2300e-a6bc 0 is matching search criteria 2021-11-13T12:53:08.430Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 7fe2300e-a6bc 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-13T12:53:08.430Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T12:53:08.430Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Node template vFW 7fe2300e-a6bc 0 is not matching search criteria 2021-11-13T12:53:08.430Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-13T12:53:08.430Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-11-13T12:53:08.430Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-13T12:53:08.430Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-11-13T12:53:08.430Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2021-11-13T12:53:08.431Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-11-13T12:53:08.431Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-11-13T12:53:08.431Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-11-13T12:53:08.431Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-11-13T12:53:08.431Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2021-11-13T12:53:08.431Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-11-13T12:53:08.431Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=55d001fd-b774-417c-ab1c-fe7d8b02f50c 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=? 2021-11-13T12:53:08.437Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T12:53:08.437Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Node template vFW 7fe2300e-a6bc 0 is matching search criteria 2021-11-13T12:53:08.437Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 7fe2300e-a6bc 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-13T12:53:08.437Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T12:53:08.437Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Node template vFW 7fe2300e-a6bc 0 is not matching search criteria 2021-11-13T12:53:08.437Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-13T12:53:08.437Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-11-13T12:53:08.437Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-11-13T12:53:08.438Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-11-13T12:53:08.438Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-11-13T12:53:08.438Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2021-11-13T12:53:08.438Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-13T12:53:08.438Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-11-13T12:53:08.438Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-11-13T12:53:08.438Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-11-13T12:53:08.438Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2021-11-13T12:53:08.438Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-11-13T12:53:08.438Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f1b26a2e-865e-450a-8e35-e7d06fa29c73 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=? 2021-11-13T12:53:08.440Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T12:53:08.440Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Node template vFW 7fe2300e-a6bc 0 is matching search criteria 2021-11-13T12:53:08.440Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 7fe2300e-a6bc 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-13T12:53:08.442Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T12:53:08.442Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Node template vFW 7fe2300e-a6bc 0 is not matching search criteria 2021-11-13T12:53:08.442Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-13T12:53:08.442Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-11-13T12:53:08.442Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-11-13T12:53:08.442Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-11-13T12:53:08.442Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-11-13T12:53:08.443Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2021-11-13T12:53:08.443Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-13T12:53:08.443Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-11-13T12:53:08.443Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2021-11-13T12:53:08.443Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-11-13T12:53:08.443Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-11-13T12:53:08.443Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-11-13T12:53:08.443Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=7489c1fd-bfbd-4f6e-af9c-43495eac5d80 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=? 2021-11-13T12:53:08.445Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T12:53:08.446Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Node template vFW 7fe2300e-a6bc 0 is matching search criteria 2021-11-13T12:53:08.446Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 7fe2300e-a6bc 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-13T12:53:08.446Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T12:53:08.446Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Node template vFW 7fe2300e-a6bc 0 is matching search criteria 2021-11-13T12:53:08.446Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 7fe2300e-a6bc 0] matching following query criteria: sdcType=VF, customizationUUID=069b004a-7b6c-4b90-b352-128cfe7dc9e0 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=? 2021-11-13T12:53:08.448Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T12:53:08.448Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-13 12-50-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-13T12:53:08.448Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid f7438315-1048-433f-9896-ba76820820a8: vFW 7fe2300e-a6bc 2021-11-13T12:53:08.448Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T12:53:08.448Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-13 12-50-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-13T12:53:08.448Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T12:53:08.448Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-13 12-50-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-13T12:53:08.448Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T12:53:08.448Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-13 12-50-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-13T12:53:08.448Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T12:53:08.448Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-13 12-50-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-13T12:53:08.449Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T12:53:08.449Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-11-13 12-50-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-13T12:53:08.449Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2021-11-13 12-50-03 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 (?, ?, ?, ?, ?) 2021-11-13T12:53:08.851Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 7fe2300e-a6bc cc6394c8-0999-498b-bc9c-0ad42f69021a 1 ASDC deployResourceStructure 2021-11-13T12:53:08.852Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211113125003/1.0/resourceInstances/vfw7fe2300ea6bc0/artifacts/vfw7fe2300ea6bc0_modules.json ASDC sendASDCNotification 2021-11-13T12:53:08.852Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211113125003/1.0/resourceInstances/vfw7fe2300ea6bc0/artifacts/vfw7fe2300ea6bc0_modules.json 2021-11-13T12:53:08.852Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-13T12:53:08.853Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-13T12:53:08.854Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-13T12:53:08.855Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7b7ecf2c-8eb8-4d6f-aa66-7979798ba249", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636807988852, "artifactURL": "/sdc/v1/catalog/services/Vfw20211113125003/1.0/resourceInstances/vfw7fe2300ea6bc0/artifacts/vfw7fe2300ea6bc0_modules.json", "status": "DEPLOY_OK" } 2021-11-13T12:53:08.955Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-13T12:53:08.956Z||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. 2021-11-13T12:53:08.956Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as av4G2cPWChdmQ79q) ... 2021-11-13T12:53:08.970Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:53:08.970Z||pool-14-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-13T12:53:09.855Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211113125003/1.0/resourceInstances/vfw7fe2300ea6bc0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-11-13T12:53:09.856Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211113125003/1.0/resourceInstances/vfw7fe2300ea6bc0/artifacts/base_vfw.yaml 2021-11-13T12:53:09.856Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-13T12:53:09.856Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-13T12:53:09.858Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-13T12:53:09.858Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7b7ecf2c-8eb8-4d6f-aa66-7979798ba249", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636807989855, "artifactURL": "/sdc/v1/catalog/services/Vfw20211113125003/1.0/resourceInstances/vfw7fe2300ea6bc0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-11-13T12:53:09.958Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-13T12:53:09.960Z||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. 2021-11-13T12:53:09.960Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as av4G2cPWChdmQ79q) ... 2021-11-13T12:53:09.972Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:53:09.972Z||pool-15-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-13T12:53:10.859Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211113125003/1.0/resourceInstances/vfw7fe2300ea6bc0/artifacts/base_vfw.env ASDC sendASDCNotification 2021-11-13T12:53:10.860Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211113125003/1.0/resourceInstances/vfw7fe2300ea6bc0/artifacts/base_vfw.env 2021-11-13T12:53:10.860Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-13T12:53:10.860Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-13T12:53:10.862Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-13T12:53:10.863Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7b7ecf2c-8eb8-4d6f-aa66-7979798ba249", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636807990859, "artifactURL": "/sdc/v1/catalog/services/Vfw20211113125003/1.0/resourceInstances/vfw7fe2300ea6bc0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-11-13T12:53:10.963Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-13T12:53:10.964Z||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. 2021-11-13T12:53:10.964Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as av4G2cPWChdmQ79q) ... 2021-11-13T12:53:10.976Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:53:10.976Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-13T12:53:11.864Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211113125003/1.0/artifacts/service-Vfw20211113125003-csar.csar ASDC sendASDCNotification 2021-11-13T12:53:11.864Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211113125003/1.0/artifacts/service-Vfw20211113125003-csar.csar 2021-11-13T12:53:11.865Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-13T12:53:11.865Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-13T12:53:11.867Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-13T12:53:11.867Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7b7ecf2c-8eb8-4d6f-aa66-7979798ba249", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636807991864, "artifactURL": "/sdc/v1/catalog/services/Vfw20211113125003/1.0/artifacts/service-Vfw20211113125003-csar.csar", "status": "DEPLOY_OK" } 2021-11-13T12:53:11.967Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-13T12:53:11.968Z||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. 2021-11-13T12:53:11.968Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as av4G2cPWChdmQ79q) ... 2021-11-13T12:53:11.980Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:53:11.980Z||pool-17-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-11-13T12:53:12.869Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7b7ecf2c-8eb8-4d6f-aa66-7979798ba249 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-11-13T12:53:12.892Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7b7ecf2c-8eb8-4d6f-aa66-7979798ba249 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-13T12:53:12.894Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-13T12:53:12.895Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-13T12:53:12.895Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-13T12:53:42.895Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7b7ecf2c-8eb8-4d6f-aa66-7979798ba249 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-11-13T12:53:42.907Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7b7ecf2c-8eb8-4d6f-aa66-7979798ba249 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-13T12:53:42.910Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-13T12:53:42.910Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-13T12:53:42.910Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-13T12:53:53.035Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:53:53.036Z||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. 2021-11-13T12:53:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T12:53:53.060Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:53:53.061Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:53:53.061Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b7ecf2c-8eb8-4d6f-aa66-7979798ba249", "consumerID": "multicloud-k8s-id", "timestamp": 1636807966618, "artifactURL": "/sdc/v1/catalog/services/Vfw20211113125003/1.0/resourceInstances/vfw7fe2300ea6bc0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-11-13T12:53:53.063Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:54:12.911Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7b7ecf2c-8eb8-4d6f-aa66-7979798ba249 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-11-13T12:54:12.924Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7b7ecf2c-8eb8-4d6f-aa66-7979798ba249 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-13T12:54:12.928Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-13T12:54:12.928Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-13T12:54:12.928Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-13T12:54:42.928Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7b7ecf2c-8eb8-4d6f-aa66-7979798ba249 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-11-13T12:54:42.940Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7b7ecf2c-8eb8-4d6f-aa66-7979798ba249 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-13T12:54:42.943Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-13T12:54:42.944Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-13T12:54:42.944Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-13T12:54:53.035Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:54:53.036Z||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. 2021-11-13T12:54:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T12:54:53.058Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:54:53.059Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:54:53.059Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b7ecf2c-8eb8-4d6f-aa66-7979798ba249", "consumerID": "ves-openapi-manager", "timestamp": 1636807961162, "artifactURL": "/sdc/v1/catalog/services/Vfw20211113125003/1.0/resourceInstances/vfw7fe2300ea6bc0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-13T12:54:53.062Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:54:53.062Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:54:53.062Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b7ecf2c-8eb8-4d6f-aa66-7979798ba249", "consumerID": "cds", "timestamp": 1636807963894, "artifactURL": "/sdc/v1/catalog/services/Vfw20211113125003/1.0/resourceInstances/vfw7fe2300ea6bc0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-13T12:54:53.062Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:54:53.063Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:54:53.063Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b7ecf2c-8eb8-4d6f-aa66-7979798ba249", "consumerID": "policy-id", "timestamp": 1636807970126, "artifactURL": "/sdc/v1/catalog/services/Vfw20211113125003/1.0/resourceInstances/vfw7fe2300ea6bc0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-11-13T12:54:53.063Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:55:12.944Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7b7ecf2c-8eb8-4d6f-aa66-7979798ba249 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-11-13T12:55:12.958Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7b7ecf2c-8eb8-4d6f-aa66-7979798ba249 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-13T12:55:12.962Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-13T12:55:12.962Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-13T12:55:12.962Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-13T12:55:42.962Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7b7ecf2c-8eb8-4d6f-aa66-7979798ba249 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-11-13T12:55:42.971Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7b7ecf2c-8eb8-4d6f-aa66-7979798ba249 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-13T12:55:42.973Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-13T12:55:42.973Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-13T12:55:42.973Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-13T12:55:53.035Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:55:53.036Z||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. 2021-11-13T12:55:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T12:55:53.069Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:55:53.077Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:55:53.077Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b7ecf2c-8eb8-4d6f-aa66-7979798ba249", "consumerID": "aai-ml", "timestamp": 1636807970683, "artifactURL": "/sdc/v1/catalog/services/Vfw20211113125003/1.0/resourceInstances/vfw7fe2300ea6bc0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-13T12:55:53.078Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:55:53.078Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:55:53.078Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b7ecf2c-8eb8-4d6f-aa66-7979798ba249", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636807973033, "artifactURL": "/sdc/v1/catalog/services/Vfw20211113125003/1.0/resourceInstances/vfw7fe2300ea6bc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T12:55:53.078Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:55:53.079Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:55:53.079Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b7ecf2c-8eb8-4d6f-aa66-7979798ba249", "consumerID": "multicloud-k8s-id", "timestamp": 1636807966618, "artifactURL": "/sdc/v1/catalog/services/Vfw20211113125003/1.0/resourceInstances/vfw7fe2300ea6bc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T12:55:53.079Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:55:53.079Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:55:53.079Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b7ecf2c-8eb8-4d6f-aa66-7979798ba249", "consumerID": "ves-openapi-manager", "timestamp": 1636807961162, "artifactURL": "/sdc/v1/catalog/services/Vfw20211113125003/1.0/resourceInstances/vfw7fe2300ea6bc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T12:55:53.079Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:55:53.079Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:55:53.079Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b7ecf2c-8eb8-4d6f-aa66-7979798ba249", "consumerID": "cds", "timestamp": 1636807963894, "artifactURL": "/sdc/v1/catalog/services/Vfw20211113125003/1.0/resourceInstances/vfw7fe2300ea6bc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T12:55:53.079Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:55:53.079Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:55:53.079Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b7ecf2c-8eb8-4d6f-aa66-7979798ba249", "consumerID": "policy-id", "timestamp": 1636807970126, "artifactURL": "/sdc/v1/catalog/services/Vfw20211113125003/1.0/resourceInstances/vfw7fe2300ea6bc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T12:55:53.079Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:55:53.079Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:55:53.079Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b7ecf2c-8eb8-4d6f-aa66-7979798ba249", "consumerID": "aai-ml", "timestamp": 1636807970683, "artifactURL": "/sdc/v1/catalog/services/Vfw20211113125003/1.0/resourceInstances/vfw7fe2300ea6bc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T12:55:53.080Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:55:53.080Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:55:53.080Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b7ecf2c-8eb8-4d6f-aa66-7979798ba249", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636807973033, "artifactURL": "/sdc/v1/catalog/services/Vfw20211113125003/1.0/resourceInstances/vfw7fe2300ea6bc0/artifacts/vfw7fe2300ea6bc0_modules.json", "status": "NOTIFIED" } 2021-11-13T12:55:53.080Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:55:53.080Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:55:53.080Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b7ecf2c-8eb8-4d6f-aa66-7979798ba249", "consumerID": "multicloud-k8s-id", "timestamp": 1636807966618, "artifactURL": "/sdc/v1/catalog/services/Vfw20211113125003/1.0/resourceInstances/vfw7fe2300ea6bc0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-11-13T12:55:53.080Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:55:53.080Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:55:53.080Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b7ecf2c-8eb8-4d6f-aa66-7979798ba249", "consumerID": "ves-openapi-manager", "timestamp": 1636807961162, "artifactURL": "/sdc/v1/catalog/services/Vfw20211113125003/1.0/resourceInstances/vfw7fe2300ea6bc0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-13T12:55:53.080Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:55:53.080Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:55:53.080Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b7ecf2c-8eb8-4d6f-aa66-7979798ba249", "consumerID": "cds", "timestamp": 1636807963894, "artifactURL": "/sdc/v1/catalog/services/Vfw20211113125003/1.0/resourceInstances/vfw7fe2300ea6bc0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-13T12:55:53.080Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:55:53.080Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:55:53.080Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b7ecf2c-8eb8-4d6f-aa66-7979798ba249", "consumerID": "policy-id", "timestamp": 1636807970126, "artifactURL": "/sdc/v1/catalog/services/Vfw20211113125003/1.0/resourceInstances/vfw7fe2300ea6bc0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-13T12:55:53.081Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:55:53.081Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:55:53.081Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b7ecf2c-8eb8-4d6f-aa66-7979798ba249", "consumerID": "aai-ml", "timestamp": 1636807970683, "artifactURL": "/sdc/v1/catalog/services/Vfw20211113125003/1.0/resourceInstances/vfw7fe2300ea6bc0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-13T12:55:53.081Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:55:53.081Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:55:53.081Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b7ecf2c-8eb8-4d6f-aa66-7979798ba249", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636807973033, "artifactURL": "/sdc/v1/catalog/services/Vfw20211113125003/1.0/resourceInstances/vfw7fe2300ea6bc0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-11-13T12:55:53.081Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:55:53.081Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:55:53.081Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b7ecf2c-8eb8-4d6f-aa66-7979798ba249", "consumerID": "ves-openapi-manager", "timestamp": 1636807961162, "artifactURL": "/sdc/v1/catalog/services/Vfw20211113125003/1.0/artifacts/service-Vfw20211113125003-template.yml", "status": "NOT_NOTIFIED" } 2021-11-13T12:55:53.081Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:55:53.082Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:55:53.082Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b7ecf2c-8eb8-4d6f-aa66-7979798ba249", "consumerID": "multicloud-k8s-id", "timestamp": 1636807966618, "artifactURL": "/sdc/v1/catalog/services/Vfw20211113125003/1.0/artifacts/service-Vfw20211113125003-template.yml", "status": "NOT_NOTIFIED" } 2021-11-13T12:55:53.082Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:55:53.082Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:55:53.082Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b7ecf2c-8eb8-4d6f-aa66-7979798ba249", "consumerID": "policy-id", "timestamp": 1636807970126, "artifactURL": "/sdc/v1/catalog/services/Vfw20211113125003/1.0/artifacts/service-Vfw20211113125003-template.yml", "status": "NOT_NOTIFIED" } 2021-11-13T12:55:53.082Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:55:53.082Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:55:53.082Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b7ecf2c-8eb8-4d6f-aa66-7979798ba249", "consumerID": "cds", "timestamp": 1636807963894, "artifactURL": "/sdc/v1/catalog/services/Vfw20211113125003/1.0/artifacts/service-Vfw20211113125003-template.yml", "status": "NOT_NOTIFIED" } 2021-11-13T12:55:53.082Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:55:53.082Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:55:53.082Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b7ecf2c-8eb8-4d6f-aa66-7979798ba249", "consumerID": "clamp", "timestamp": 1636807975433, "artifactURL": "/sdc/v1/catalog/services/Vfw20211113125003/1.0/resourceInstances/vfw7fe2300ea6bc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T12:55:53.082Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:55:53.082Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:55:53.082Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b7ecf2c-8eb8-4d6f-aa66-7979798ba249", "consumerID": "aai-ml", "timestamp": 1636807970683, "artifactURL": "/sdc/v1/catalog/services/Vfw20211113125003/1.0/artifacts/service-Vfw20211113125003-template.yml", "status": "NOT_NOTIFIED" } 2021-11-13T12:55:53.082Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:55:53.082Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:55:53.082Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b7ecf2c-8eb8-4d6f-aa66-7979798ba249", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636807973033, "artifactURL": "/sdc/v1/catalog/services/Vfw20211113125003/1.0/resourceInstances/vfw7fe2300ea6bc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T12:55:53.083Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:55:53.083Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:55:53.083Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b7ecf2c-8eb8-4d6f-aa66-7979798ba249", "consumerID": "ves-openapi-manager", "timestamp": 1636807961162, "artifactURL": "/sdc/v1/catalog/services/Vfw20211113125003/1.0/artifacts/service-Vfw20211113125003-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-13T12:55:53.083Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:55:53.083Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:55:53.083Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b7ecf2c-8eb8-4d6f-aa66-7979798ba249", "consumerID": "multicloud-k8s-id", "timestamp": 1636807966618, "artifactURL": "/sdc/v1/catalog/services/Vfw20211113125003/1.0/artifacts/service-Vfw20211113125003-csar.csar", "status": "NOTIFIED" } 2021-11-13T12:55:53.083Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:55:53.083Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:55:53.083Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b7ecf2c-8eb8-4d6f-aa66-7979798ba249", "consumerID": "policy-id", "timestamp": 1636807970126, "artifactURL": "/sdc/v1/catalog/services/Vfw20211113125003/1.0/artifacts/service-Vfw20211113125003-csar.csar", "status": "NOTIFIED" } 2021-11-13T12:55:53.083Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:55:53.083Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:55:53.083Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b7ecf2c-8eb8-4d6f-aa66-7979798ba249", "consumerID": "cds", "timestamp": 1636807963894, "artifactURL": "/sdc/v1/catalog/services/Vfw20211113125003/1.0/artifacts/service-Vfw20211113125003-csar.csar", "status": "NOTIFIED" } 2021-11-13T12:55:53.083Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:55:53.083Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:55:53.083Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b7ecf2c-8eb8-4d6f-aa66-7979798ba249", "consumerID": "clamp", "timestamp": 1636807975433, "artifactURL": "/sdc/v1/catalog/services/Vfw20211113125003/1.0/resourceInstances/vfw7fe2300ea6bc0/artifacts/vfw7fe2300ea6bc0_modules.json", "status": "NOTIFIED" } 2021-11-13T12:55:53.084Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:55:53.084Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:55:53.084Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b7ecf2c-8eb8-4d6f-aa66-7979798ba249", "consumerID": "aai-ml", "timestamp": 1636807970683, "artifactURL": "/sdc/v1/catalog/services/Vfw20211113125003/1.0/artifacts/service-Vfw20211113125003-csar.csar", "status": "NOTIFIED" } 2021-11-13T12:55:53.084Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:55:53.084Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:55:53.084Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b7ecf2c-8eb8-4d6f-aa66-7979798ba249", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636807973033, "artifactURL": "/sdc/v1/catalog/services/Vfw20211113125003/1.0/resourceInstances/vfw7fe2300ea6bc0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-11-13T12:55:53.084Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:55:53.084Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:55:53.084Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b7ecf2c-8eb8-4d6f-aa66-7979798ba249", "consumerID": "clamp", "timestamp": 1636807975433, "artifactURL": "/sdc/v1/catalog/services/Vfw20211113125003/1.0/resourceInstances/vfw7fe2300ea6bc0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-13T12:55:53.084Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:55:53.084Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:55:53.084Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b7ecf2c-8eb8-4d6f-aa66-7979798ba249", "consumerID": "multicloud-k8s-id", "timestamp": 1636807978411, "artifactURL": "/sdc/v1/catalog/services/Vfw20211113125003/1.0/resourceInstances/vfw7fe2300ea6bc0/artifacts/vfw7fe2300ea6bc0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-13T12:55:53.084Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T12:55:53.084Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:55:53.084Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b7ecf2c-8eb8-4d6f-aa66-7979798ba249", "consumerID": "cds", "timestamp": 1636807978430, "artifactURL": "/sdc/v1/catalog/services/Vfw20211113125003/1.0/artifacts/service-Vfw20211113125003-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-13T12:55:53.085Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T12:55:53.085Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:55:53.085Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b7ecf2c-8eb8-4d6f-aa66-7979798ba249", "consumerID": "policy-id", "timestamp": 1636807978421, "artifactURL": "/sdc/v1/catalog/services/Vfw20211113125003/1.0/artifacts/service-Vfw20211113125003-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-13T12:55:53.085Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T12:55:53.085Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:55:53.085Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b7ecf2c-8eb8-4d6f-aa66-7979798ba249", "consumerID": "aai-ml", "timestamp": 1636807978510, "artifactURL": "/sdc/v1/catalog/services/Vfw20211113125003/1.0/artifacts/service-Vfw20211113125003-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-13T12:55:53.085Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T12:55:53.085Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:55:53.085Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b7ecf2c-8eb8-4d6f-aa66-7979798ba249", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636807973033, "artifactURL": "/sdc/v1/catalog/services/Vfw20211113125003/1.0/artifacts/service-Vfw20211113125003-template.yml", "status": "NOT_NOTIFIED" } 2021-11-13T12:55:53.085Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:55:53.085Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:55:53.085Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b7ecf2c-8eb8-4d6f-aa66-7979798ba249", "consumerID": "clamp", "timestamp": 1636807975433, "artifactURL": "/sdc/v1/catalog/services/Vfw20211113125003/1.0/resourceInstances/vfw7fe2300ea6bc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T12:55:53.085Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:55:53.085Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:55:53.085Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b7ecf2c-8eb8-4d6f-aa66-7979798ba249", "consumerID": "cds", "timestamp": 1636807979447, "artifactURL": "/sdc/v1/catalog/services/Vfw20211113125003/1.0/artifacts/service-Vfw20211113125003-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=? 2021-11-13T12:55:53.091Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7b7ecf2c-8eb8-4d6f-aa66-7979798ba249 2021-11-13T12:55:53.091Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7b7ecf2c-8eb8-4d6f-aa66-7979798ba249 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 (?, ?, ?, ?, ?) 2021-11-13T12:55:53.098Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:55:53.098Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b7ecf2c-8eb8-4d6f-aa66-7979798ba249", "consumerID": "policy-id", "timestamp": 1636807979426, "artifactURL": "/sdc/v1/catalog/services/Vfw20211113125003/1.0/artifacts/service-Vfw20211113125003-csar.csar", "status": "DEPLOY_OK" } 2021-11-13T12:55:53.098Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T12:55:53.098Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:55:53.098Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b7ecf2c-8eb8-4d6f-aa66-7979798ba249", "consumerID": "multicloud-k8s-id", "timestamp": 1636807979511, "artifactURL": "/sdc/v1/catalog/services/Vfw20211113125003/1.0/resourceInstances/vfw7fe2300ea6bc0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-11-13T12:55:53.098Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T12:55:53.098Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:55:53.098Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b7ecf2c-8eb8-4d6f-aa66-7979798ba249", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636807973033, "artifactURL": "/sdc/v1/catalog/services/Vfw20211113125003/1.0/artifacts/service-Vfw20211113125003-csar.csar", "status": "NOTIFIED" } 2021-11-13T12:55:53.098Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:55:53.098Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:55:53.098Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b7ecf2c-8eb8-4d6f-aa66-7979798ba249", "consumerID": "clamp", "timestamp": 1636807975433, "artifactURL": "/sdc/v1/catalog/services/Vfw20211113125003/1.0/resourceInstances/vfw7fe2300ea6bc0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-13T12:55:53.098Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:55:53.098Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:55:53.098Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b7ecf2c-8eb8-4d6f-aa66-7979798ba249", "consumerID": "dcae-sch", "timestamp": 1636807979599, "artifactURL": "/sdc/v1/catalog/services/Vfw20211113125003/1.0/resourceInstances/vfw7fe2300ea6bc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T12:55:53.099Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:55:53.099Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:55:53.099Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b7ecf2c-8eb8-4d6f-aa66-7979798ba249", "consumerID": "policy-id", "timestamp": 1636807980429, "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=? 2021-11-13T12:55:53.102Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7b7ecf2c-8eb8-4d6f-aa66-7979798ba249 2021-11-13T12:55:53.102Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7b7ecf2c-8eb8-4d6f-aa66-7979798ba249 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 (?, ?, ?, ?, ?) 2021-11-13T12:55:53.109Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:55:53.109Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b7ecf2c-8eb8-4d6f-aa66-7979798ba249", "consumerID": "multicloud-k8s-id", "timestamp": 1636807980693, "artifactURL": "/sdc/v1/catalog/services/Vfw20211113125003/1.0/resourceInstances/vfw7fe2300ea6bc0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-11-13T12:55:53.109Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T12:55:53.110Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:55:53.110Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b7ecf2c-8eb8-4d6f-aa66-7979798ba249", "consumerID": "clamp", "timestamp": 1636807975433, "artifactURL": "/sdc/v1/catalog/services/Vfw20211113125003/1.0/artifacts/service-Vfw20211113125003-template.yml", "status": "NOT_NOTIFIED" } 2021-11-13T12:55:53.110Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:55:53.110Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:55:53.110Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b7ecf2c-8eb8-4d6f-aa66-7979798ba249", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636807981112, "artifactURL": "/sdc/v1/catalog/services/Vfw20211113125003/1.0/artifacts/service-Vfw20211113125003-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-13T12:55:53.110Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T12:55:53.110Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:55:53.110Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b7ecf2c-8eb8-4d6f-aa66-7979798ba249", "consumerID": "dcae-sch", "timestamp": 1636807979599, "artifactURL": "/sdc/v1/catalog/services/Vfw20211113125003/1.0/resourceInstances/vfw7fe2300ea6bc0/artifacts/vfw7fe2300ea6bc0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-13T12:55:53.110Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:55:53.110Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:55:53.110Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b7ecf2c-8eb8-4d6f-aa66-7979798ba249", "consumerID": "multicloud-k8s-id", "timestamp": 1636807982021, "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=? 2021-11-13T12:55:53.114Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7b7ecf2c-8eb8-4d6f-aa66-7979798ba249 2021-11-13T12:55:53.114Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7b7ecf2c-8eb8-4d6f-aa66-7979798ba249 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=? 2021-11-13T12:55:53.120Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:55:53.120Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b7ecf2c-8eb8-4d6f-aa66-7979798ba249", "consumerID": "clamp", "timestamp": 1636807975433, "artifactURL": "/sdc/v1/catalog/services/Vfw20211113125003/1.0/artifacts/service-Vfw20211113125003-csar.csar", "status": "NOTIFIED" } 2021-11-13T12:55:53.120Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:55:53.120Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:55:53.120Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b7ecf2c-8eb8-4d6f-aa66-7979798ba249", "consumerID": "dcae-sch", "timestamp": 1636807979599, "artifactURL": "/sdc/v1/catalog/services/Vfw20211113125003/1.0/resourceInstances/vfw7fe2300ea6bc0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-13T12:55:53.120Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:55:53.120Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:55:53.120Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b7ecf2c-8eb8-4d6f-aa66-7979798ba249", "consumerID": "multicloud-k8s-id", "timestamp": 1636807983025, "artifactURL": "/sdc/v1/catalog/services/Vfw20211113125003/1.0/resourceInstances/vfw7fe2300ea6bc0/artifacts/vfw7fe2300ea6bc0_modules.json", "status": "DEPLOY_OK" } 2021-11-13T12:55:53.120Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T12:55:53.120Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:55:53.120Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b7ecf2c-8eb8-4d6f-aa66-7979798ba249", "consumerID": "dcae-sch", "timestamp": 1636807979599, "artifactURL": "/sdc/v1/catalog/services/Vfw20211113125003/1.0/resourceInstances/vfw7fe2300ea6bc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T12:55:53.120Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:55:53.120Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:55:53.120Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b7ecf2c-8eb8-4d6f-aa66-7979798ba249", "consumerID": "dcae-sch", "timestamp": 1636807979599, "artifactURL": "/sdc/v1/catalog/services/Vfw20211113125003/1.0/resourceInstances/vfw7fe2300ea6bc0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-13T12:55:53.120Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:55:53.120Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:55:53.121Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b7ecf2c-8eb8-4d6f-aa66-7979798ba249", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636807984235, "artifactURL": "/sdc/v1/catalog/services/Vfw20211113125003/1.0/resourceInstances/vfw7fe2300ea6bc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T12:55:53.121Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:55:53.121Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:55:53.121Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b7ecf2c-8eb8-4d6f-aa66-7979798ba249", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636807985180, "artifactURL": "/sdc/v1/catalog/services/Vfw20211113125003/1.0/resourceInstances/vfw7fe2300ea6bc0/artifacts/vfw7fe2300ea6bc0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-13T12:55:53.121Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T12:55:53.121Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:55:53.121Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b7ecf2c-8eb8-4d6f-aa66-7979798ba249", "consumerID": "dcae-sch", "timestamp": 1636807979599, "artifactURL": "/sdc/v1/catalog/services/Vfw20211113125003/1.0/artifacts/service-Vfw20211113125003-template.yml", "status": "NOT_NOTIFIED" } 2021-11-13T12:55:53.121Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:55:53.121Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:55:53.121Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b7ecf2c-8eb8-4d6f-aa66-7979798ba249", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636807984235, "artifactURL": "/sdc/v1/catalog/services/Vfw20211113125003/1.0/resourceInstances/vfw7fe2300ea6bc0/artifacts/vfw7fe2300ea6bc0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-13T12:55:53.121Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:55:53.121Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:55:53.121Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b7ecf2c-8eb8-4d6f-aa66-7979798ba249", "consumerID": "dcae-sch", "timestamp": 1636807979599, "artifactURL": "/sdc/v1/catalog/services/Vfw20211113125003/1.0/artifacts/service-Vfw20211113125003-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-13T12:55:53.121Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:55:53.121Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:55:53.121Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b7ecf2c-8eb8-4d6f-aa66-7979798ba249", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636807986292, "artifactURL": "/sdc/v1/catalog/services/Vfw20211113125003/1.0/resourceInstances/vfw7fe2300ea6bc0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-11-13T12:55:53.121Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T12:55:53.121Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:55:53.121Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b7ecf2c-8eb8-4d6f-aa66-7979798ba249", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636807984235, "artifactURL": "/sdc/v1/catalog/services/Vfw20211113125003/1.0/resourceInstances/vfw7fe2300ea6bc0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-13T12:55:53.122Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:55:53.122Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:55:53.122Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b7ecf2c-8eb8-4d6f-aa66-7979798ba249", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636807987383, "artifactURL": "/sdc/v1/catalog/services/Vfw20211113125003/1.0/resourceInstances/vfw7fe2300ea6bc0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-11-13T12:55:53.122Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T12:55:53.122Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:55:53.122Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b7ecf2c-8eb8-4d6f-aa66-7979798ba249", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636807984235, "artifactURL": "/sdc/v1/catalog/services/Vfw20211113125003/1.0/resourceInstances/vfw7fe2300ea6bc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T12:55:53.122Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:55:53.122Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:55:53.122Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b7ecf2c-8eb8-4d6f-aa66-7979798ba249", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636807988852, "artifactURL": "/sdc/v1/catalog/services/Vfw20211113125003/1.0/resourceInstances/vfw7fe2300ea6bc0/artifacts/vfw7fe2300ea6bc0_modules.json", "status": "DEPLOY_OK" } 2021-11-13T12:55:53.122Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T12:55:53.122Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:55:53.122Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b7ecf2c-8eb8-4d6f-aa66-7979798ba249", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636807984235, "artifactURL": "/sdc/v1/catalog/services/Vfw20211113125003/1.0/resourceInstances/vfw7fe2300ea6bc0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-13T12:55:53.122Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:55:53.122Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:55:53.122Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b7ecf2c-8eb8-4d6f-aa66-7979798ba249", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636807989855, "artifactURL": "/sdc/v1/catalog/services/Vfw20211113125003/1.0/resourceInstances/vfw7fe2300ea6bc0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-11-13T12:55:53.122Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T12:55:53.122Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:55:53.122Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b7ecf2c-8eb8-4d6f-aa66-7979798ba249", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636807984235, "artifactURL": "/sdc/v1/catalog/services/Vfw20211113125003/1.0/artifacts/service-Vfw20211113125003-template.yml", "status": "NOT_NOTIFIED" } 2021-11-13T12:55:53.122Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:55:53.122Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:55:53.122Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b7ecf2c-8eb8-4d6f-aa66-7979798ba249", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636807990859, "artifactURL": "/sdc/v1/catalog/services/Vfw20211113125003/1.0/resourceInstances/vfw7fe2300ea6bc0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-11-13T12:55:53.122Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T12:55:53.122Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:55:53.123Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b7ecf2c-8eb8-4d6f-aa66-7979798ba249", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636807984235, "artifactURL": "/sdc/v1/catalog/services/Vfw20211113125003/1.0/artifacts/service-Vfw20211113125003-csar.csar", "status": "NOTIFIED" } 2021-11-13T12:55:53.123Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:55:53.123Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:55:53.123Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b7ecf2c-8eb8-4d6f-aa66-7979798ba249", "consumerID": "clamp", "timestamp": 1636807991089, "artifactURL": "/sdc/v1/catalog/services/Vfw20211113125003/1.0/artifacts/service-Vfw20211113125003-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-13T12:55:53.123Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T12:55:53.123Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:55:53.123Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b7ecf2c-8eb8-4d6f-aa66-7979798ba249", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636807991864, "artifactURL": "/sdc/v1/catalog/services/Vfw20211113125003/1.0/artifacts/service-Vfw20211113125003-csar.csar", "status": "DEPLOY_OK" } 2021-11-13T12:55:53.123Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T12:55:53.123Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:55:53.123Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b7ecf2c-8eb8-4d6f-aa66-7979798ba249", "consumerID": "clamp", "timestamp": 1636807992142, "artifactURL": "/sdc/v1/catalog/services/Vfw20211113125003/1.0/artifacts/service-Vfw20211113125003-csar.csar", "status": "DEPLOY_OK" } 2021-11-13T12:55:53.123Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T12:55:53.123Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:55:53.123Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b7ecf2c-8eb8-4d6f-aa66-7979798ba249", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636807992149, "artifactURL": "/sdc/v1/catalog/services/Vfw20211113125003/1.0/artifacts/service-Vfw20211113125003-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-13T12:55:53.123Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T12:55:53.123Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:55:53.123Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b7ecf2c-8eb8-4d6f-aa66-7979798ba249", "consumerID": "clamp", "timestamp": 1636807993150, "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=? 2021-11-13T12:55:53.128Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7b7ecf2c-8eb8-4d6f-aa66-7979798ba249 2021-11-13T12:55:53.128Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7b7ecf2c-8eb8-4d6f-aa66-7979798ba249 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 (?, ?, ?, ?, ?) 2021-11-13T12:55:53.136Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:55:53.136Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b7ecf2c-8eb8-4d6f-aa66-7979798ba249", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636807997526, "artifactURL": "/sdc/v1/catalog/services/Vfw20211113125003/1.0/artifacts/service-Vfw20211113125003-csar.csar", "status": "DEPLOY_OK" } 2021-11-13T12:55:53.136Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T12:55:53.136Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:55:53.136Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b7ecf2c-8eb8-4d6f-aa66-7979798ba249", "consumerID": "aai-ml", "timestamp": 1636807997893, "artifactURL": "/sdc/v1/catalog/services/Vfw20211113125003/1.0/artifacts/service-Vfw20211113125003-csar.csar", "status": "DEPLOY_OK" } 2021-11-13T12:55:53.136Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T12:55:53.136Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:55:53.136Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b7ecf2c-8eb8-4d6f-aa66-7979798ba249", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636807998535, "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=? 2021-11-13T12:55:53.141Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7b7ecf2c-8eb8-4d6f-aa66-7979798ba249 2021-11-13T12:55:53.141Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7b7ecf2c-8eb8-4d6f-aa66-7979798ba249 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 (?, ?, ?, ?, ?) 2021-11-13T12:55:53.150Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:55:53.150Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b7ecf2c-8eb8-4d6f-aa66-7979798ba249", "consumerID": "aai-ml", "timestamp": 1636807998897, "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=? 2021-11-13T12:55:53.156Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7b7ecf2c-8eb8-4d6f-aa66-7979798ba249 2021-11-13T12:55:53.156Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7b7ecf2c-8eb8-4d6f-aa66-7979798ba249 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 (?, ?, ?, ?, ?) 2021-11-13T12:56:12.973Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7b7ecf2c-8eb8-4d6f-aa66-7979798ba249 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-11-13T12:56:12.986Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7b7ecf2c-8eb8-4d6f-aa66-7979798ba249 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-13T12:56:12.991Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-13T12:56:12.991Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-13T12:56:12.992Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-13T12:56:12.992Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-13T12:56:12.992Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-13T12:56:12.992Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-13T12:56:12.992Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-13T12:56:12.992Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-13T12:56:12.992Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-13T12:56:12.993Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-13T12:56:12.993Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-13T12:56:12.999Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-13T12:56:42.999Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7b7ecf2c-8eb8-4d6f-aa66-7979798ba249 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=? 2021-11-13T12:56:43.011Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7b7ecf2c-8eb8-4d6f-aa66-7979798ba249 and serviceModelVersionId: f7438315-1048-433f-9896-ba76820820a8 2021-11-13T12:56:43.011Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 99b67e0a-736f-4dd4-a626-f659d7b50650 2021-11-13T12:56:53.035Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:56:53.036Z||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. 2021-11-13T12:56:53.037Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T12:56:53.251Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/99b67e0a-736f-4dd4-a626-f659d7b50650/model-vers/model-ver/f7438315-1048-433f-9896-ba76820820a8?depth=0 2021-11-13T12:56:53.336Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2021-11-13T12:56:53.563Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:56:53.565Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:56:53.566Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af45393-e122-49b7-9e93-7394b19205ce", "consumerID": "cds", "timestamp": 1636808053894, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/resourceInstances/basic_onboard_ytwask0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T12:56:53.566Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:56:53.566Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:56:53.566Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af45393-e122-49b7-9e93-7394b19205ce", "consumerID": "policy-id", "timestamp": 1636808050126, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/resourceInstances/basic_onboard_ytwask0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T12:56:53.566Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:56:53.566Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:56:53.566Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af45393-e122-49b7-9e93-7394b19205ce", "consumerID": "cds", "timestamp": 1636808053894, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/resourceInstances/basic_onboard_ytwask0/artifacts/basic_onboard_ytwask0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-13T12:56:53.566Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:56:53.566Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:56:53.566Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af45393-e122-49b7-9e93-7394b19205ce", "consumerID": "policy-id", "timestamp": 1636808050126, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/resourceInstances/basic_onboard_ytwask0/artifacts/basic_onboard_ytwask0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-13T12:56:53.567Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:56:53.567Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:56:53.567Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af45393-e122-49b7-9e93-7394b19205ce", "consumerID": "cds", "timestamp": 1636808053894, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/resourceInstances/basic_onboard_ytwask0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-13T12:56:53.567Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:56:53.567Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:56:53.567Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af45393-e122-49b7-9e93-7394b19205ce", "consumerID": "policy-id", "timestamp": 1636808050126, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/resourceInstances/basic_onboard_ytwask0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-13T12:56:53.567Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:56:53.567Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:56:53.567Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af45393-e122-49b7-9e93-7394b19205ce", "consumerID": "dcae-sch", "timestamp": 1636808059599, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/resourceInstances/basic_onboard_ytwask0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T12:56:53.567Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:56:53.567Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:56:53.567Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af45393-e122-49b7-9e93-7394b19205ce", "consumerID": "cds", "timestamp": 1636808053894, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/resourceInstances/basic_onboard_ytwask0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T12:56:53.568Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:56:53.568Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:56:53.568Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af45393-e122-49b7-9e93-7394b19205ce", "consumerID": "policy-id", "timestamp": 1636808050126, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/resourceInstances/basic_onboard_ytwask0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T12:56:53.568Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:56:53.568Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:56:53.568Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af45393-e122-49b7-9e93-7394b19205ce", "consumerID": "dcae-sch", "timestamp": 1636808059599, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/resourceInstances/basic_onboard_ytwask0/artifacts/basic_onboard_ytwask0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-13T12:56:53.568Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:56:53.568Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:56:53.568Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af45393-e122-49b7-9e93-7394b19205ce", "consumerID": "cds", "timestamp": 1636808053894, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/resourceInstances/basic_onboard_ytwask0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-13T12:56:53.568Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:56:53.568Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:56:53.568Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af45393-e122-49b7-9e93-7394b19205ce", "consumerID": "policy-id", "timestamp": 1636808050126, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/resourceInstances/basic_onboard_ytwask0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-13T12:56:53.568Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:56:53.568Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:56:53.568Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af45393-e122-49b7-9e93-7394b19205ce", "consumerID": "aai-ml", "timestamp": 1636808060683, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/resourceInstances/basic_onboard_ytwask0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T12:56:53.569Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:56:53.569Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:56:53.569Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af45393-e122-49b7-9e93-7394b19205ce", "consumerID": "ves-openapi-manager", "timestamp": 1636808061162, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/resourceInstances/basic_onboard_ytwask0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T12:56:53.569Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:56:53.569Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:56:53.569Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af45393-e122-49b7-9e93-7394b19205ce", "consumerID": "dcae-sch", "timestamp": 1636808059599, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/resourceInstances/basic_onboard_ytwask0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-13T12:56:53.569Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:56:53.569Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:56:53.569Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af45393-e122-49b7-9e93-7394b19205ce", "consumerID": "cds", "timestamp": 1636808053894, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/artifacts/service-BasicOnboardYtwask-template.yml", "status": "NOT_NOTIFIED" } 2021-11-13T12:56:53.569Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:56:53.569Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:56:53.569Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af45393-e122-49b7-9e93-7394b19205ce", "consumerID": "policy-id", "timestamp": 1636808050126, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/artifacts/service-BasicOnboardYtwask-template.yml", "status": "NOT_NOTIFIED" } 2021-11-13T12:56:53.570Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:56:53.570Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:56:53.570Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af45393-e122-49b7-9e93-7394b19205ce", "consumerID": "aai-ml", "timestamp": 1636808060683, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/resourceInstances/basic_onboard_ytwask0/artifacts/basic_onboard_ytwask0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-13T12:56:53.570Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:56:53.570Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:56:53.570Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af45393-e122-49b7-9e93-7394b19205ce", "consumerID": "ves-openapi-manager", "timestamp": 1636808061162, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/resourceInstances/basic_onboard_ytwask0/artifacts/basic_onboard_ytwask0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-13T12:56:53.570Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:56:53.570Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:56:53.570Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af45393-e122-49b7-9e93-7394b19205ce", "consumerID": "dcae-sch", "timestamp": 1636808059599, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/resourceInstances/basic_onboard_ytwask0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T12:56:53.570Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:56:53.570Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:56:53.570Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af45393-e122-49b7-9e93-7394b19205ce", "consumerID": "cds", "timestamp": 1636808053894, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/artifacts/service-BasicOnboardYtwask-csar.csar", "status": "NOTIFIED" } 2021-11-13T12:56:53.570Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:56:53.570Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:56:53.570Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af45393-e122-49b7-9e93-7394b19205ce", "consumerID": "policy-id", "timestamp": 1636808050126, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/artifacts/service-BasicOnboardYtwask-csar.csar", "status": "NOTIFIED" } 2021-11-13T12:56:53.571Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:56:53.571Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:56:53.571Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af45393-e122-49b7-9e93-7394b19205ce", "consumerID": "aai-ml", "timestamp": 1636808060683, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/resourceInstances/basic_onboard_ytwask0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-13T12:56:53.571Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:56:53.571Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:56:53.571Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af45393-e122-49b7-9e93-7394b19205ce", "consumerID": "ves-openapi-manager", "timestamp": 1636808061162, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/resourceInstances/basic_onboard_ytwask0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-13T12:56:53.571Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:56:53.571Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:56:53.571Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af45393-e122-49b7-9e93-7394b19205ce", "consumerID": "dcae-sch", "timestamp": 1636808059599, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/resourceInstances/basic_onboard_ytwask0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-13T12:56:53.571Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:56:53.571Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:56:53.571Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af45393-e122-49b7-9e93-7394b19205ce", "consumerID": "aai-ml", "timestamp": 1636808060683, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/resourceInstances/basic_onboard_ytwask0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T12:56:53.571Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:56:53.571Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:56:53.571Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af45393-e122-49b7-9e93-7394b19205ce", "consumerID": "cds", "timestamp": 1636808064487, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/artifacts/service-BasicOnboardYtwask-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-13T12:56:53.571Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T12:56:53.571Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:56:53.571Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af45393-e122-49b7-9e93-7394b19205ce", "consumerID": "policy-id", "timestamp": 1636808064490, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/artifacts/service-BasicOnboardYtwask-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-13T12:56:53.571Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T12:56:53.571Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:56:53.571Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af45393-e122-49b7-9e93-7394b19205ce", "consumerID": "ves-openapi-manager", "timestamp": 1636808061162, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/resourceInstances/basic_onboard_ytwask0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T12:56:53.572Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:56:53.572Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:56:53.572Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af45393-e122-49b7-9e93-7394b19205ce", "consumerID": "dcae-sch", "timestamp": 1636808059599, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/artifacts/service-BasicOnboardYtwask-template.yml", "status": "NOT_NOTIFIED" } 2021-11-13T12:56:53.572Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:56:53.572Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:56:53.572Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af45393-e122-49b7-9e93-7394b19205ce", "consumerID": "aai-ml", "timestamp": 1636808060683, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/resourceInstances/basic_onboard_ytwask0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-13T12:56:53.572Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:56:53.572Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:56:53.572Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af45393-e122-49b7-9e93-7394b19205ce", "consumerID": "cds", "timestamp": 1636808065492, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/artifacts/service-BasicOnboardYtwask-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 (?, ?, ?, ?, ?) 2021-11-13T12:56:53.618Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6af45393-e122-49b7-9e93-7394b19205ce 2021-11-13T12:56:53.619Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6af45393-e122-49b7-9e93-7394b19205ce 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 (?, ?, ?, ?, ?) 2021-11-13T12:56:53.633Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:56:53.633Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af45393-e122-49b7-9e93-7394b19205ce", "consumerID": "policy-id", "timestamp": 1636808065492, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/artifacts/service-BasicOnboardYtwask-csar.csar", "status": "DEPLOY_OK" } 2021-11-13T12:56:53.634Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T12:56:53.634Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:56:53.634Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af45393-e122-49b7-9e93-7394b19205ce", "consumerID": "ves-openapi-manager", "timestamp": 1636808061162, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/resourceInstances/basic_onboard_ytwask0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-13T12:56:53.634Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:56:53.634Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:56:53.635Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af45393-e122-49b7-9e93-7394b19205ce", "consumerID": "clamp", "timestamp": 1636808065433, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/resourceInstances/basic_onboard_ytwask0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T12:56:53.635Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:56:53.635Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:56:53.635Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af45393-e122-49b7-9e93-7394b19205ce", "consumerID": "dcae-sch", "timestamp": 1636808059599, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/artifacts/service-BasicOnboardYtwask-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-13T12:56:53.635Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:56:53.636Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:56:53.636Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af45393-e122-49b7-9e93-7394b19205ce", "consumerID": "aai-ml", "timestamp": 1636808060683, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/artifacts/service-BasicOnboardYtwask-template.yml", "status": "NOT_NOTIFIED" } 2021-11-13T12:56:53.636Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:56:53.636Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:56:53.636Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af45393-e122-49b7-9e93-7394b19205ce", "consumerID": "policy-id", "timestamp": 1636808066494, "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=? 2021-11-13T12:56:53.642Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6af45393-e122-49b7-9e93-7394b19205ce 2021-11-13T12:56:53.642Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6af45393-e122-49b7-9e93-7394b19205ce 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 (?, ?, ?, ?, ?) 2021-11-13T12:56:53.653Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:56:53.653Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af45393-e122-49b7-9e93-7394b19205ce", "consumerID": "ves-openapi-manager", "timestamp": 1636808061162, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/artifacts/service-BasicOnboardYtwask-template.yml", "status": "NOT_NOTIFIED" } 2021-11-13T12:56:53.653Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:56:53.653Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:56:53.653Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af45393-e122-49b7-9e93-7394b19205ce", "consumerID": "clamp", "timestamp": 1636808065433, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/resourceInstances/basic_onboard_ytwask0/artifacts/basic_onboard_ytwask0_modules.json", "status": "NOTIFIED" } 2021-11-13T12:56:53.654Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:56:53.654Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:56:53.654Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af45393-e122-49b7-9e93-7394b19205ce", "consumerID": "multicloud-k8s-id", "timestamp": 1636808066618, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/resourceInstances/basic_onboard_ytwask0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T12:56:53.654Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:56:53.654Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:56:53.654Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af45393-e122-49b7-9e93-7394b19205ce", "consumerID": "aai-ml", "timestamp": 1636808060683, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/artifacts/service-BasicOnboardYtwask-csar.csar", "status": "NOTIFIED" } 2021-11-13T12:56:53.654Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:56:53.654Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:56:53.654Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af45393-e122-49b7-9e93-7394b19205ce", "consumerID": "ves-openapi-manager", "timestamp": 1636808061162, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/artifacts/service-BasicOnboardYtwask-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-13T12:56:53.655Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:56:53.655Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:56:53.655Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af45393-e122-49b7-9e93-7394b19205ce", "consumerID": "clamp", "timestamp": 1636808065433, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/resourceInstances/basic_onboard_ytwask0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-13T12:56:53.655Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:56:53.655Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:56:53.655Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af45393-e122-49b7-9e93-7394b19205ce", "consumerID": "multicloud-k8s-id", "timestamp": 1636808066618, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/resourceInstances/basic_onboard_ytwask0/artifacts/basic_onboard_ytwask0_modules.json", "status": "NOTIFIED" } 2021-11-13T12:56:53.655Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:56:53.655Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:56:53.655Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af45393-e122-49b7-9e93-7394b19205ce", "consumerID": "aai-ml", "timestamp": 1636808068925, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/artifacts/service-BasicOnboardYtwask-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-13T12:56:53.656Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T12:56:53.656Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:56:53.656Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af45393-e122-49b7-9e93-7394b19205ce", "consumerID": "clamp", "timestamp": 1636808065433, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/resourceInstances/basic_onboard_ytwask0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T12:56:53.656Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:56:53.656Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:56:53.656Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af45393-e122-49b7-9e93-7394b19205ce", "consumerID": "multicloud-k8s-id", "timestamp": 1636808066618, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/resourceInstances/basic_onboard_ytwask0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-13T12:56:53.656Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:56:53.656Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:56:53.656Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af45393-e122-49b7-9e93-7394b19205ce", "consumerID": "clamp", "timestamp": 1636808065433, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/resourceInstances/basic_onboard_ytwask0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-13T12:56:53.657Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:56:53.657Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:56:53.657Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af45393-e122-49b7-9e93-7394b19205ce", "consumerID": "multicloud-k8s-id", "timestamp": 1636808066618, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/resourceInstances/basic_onboard_ytwask0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T12:56:53.657Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:56:53.657Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:56:53.657Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af45393-e122-49b7-9e93-7394b19205ce", "consumerID": "clamp", "timestamp": 1636808065433, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/artifacts/service-BasicOnboardYtwask-template.yml", "status": "NOT_NOTIFIED" } 2021-11-13T12:56:53.658Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:56:53.658Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:56:53.658Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af45393-e122-49b7-9e93-7394b19205ce", "consumerID": "multicloud-k8s-id", "timestamp": 1636808066618, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/resourceInstances/basic_onboard_ytwask0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-11-13T12:56:53.658Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:56:53.658Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:56:53.658Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af45393-e122-49b7-9e93-7394b19205ce", "consumerID": "clamp", "timestamp": 1636808065433, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/artifacts/service-BasicOnboardYtwask-csar.csar", "status": "NOTIFIED" } 2021-11-13T12:56:53.658Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:56:53.658Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:56:53.658Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af45393-e122-49b7-9e93-7394b19205ce", "consumerID": "multicloud-k8s-id", "timestamp": 1636808066618, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/artifacts/service-BasicOnboardYtwask-template.yml", "status": "NOT_NOTIFIED" } 2021-11-13T12:56:53.659Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:56:53.659Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:56:53.659Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af45393-e122-49b7-9e93-7394b19205ce", "consumerID": "multicloud-k8s-id", "timestamp": 1636808066618, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/artifacts/service-BasicOnboardYtwask-csar.csar", "status": "NOTIFIED" } 2021-11-13T12:56:53.659Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:56:53.659Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:56:53.659Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af45393-e122-49b7-9e93-7394b19205ce", "consumerID": "multicloud-k8s-id", "timestamp": 1636808074615, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/resourceInstances/basic_onboard_ytwask0/artifacts/basic_onboard_ytwask0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-13T12:56:53.659Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T12:56:53.659Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:56:53.660Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af45393-e122-49b7-9e93-7394b19205ce", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636808074235, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/resourceInstances/basic_onboard_ytwask0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T12:56:53.660Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:56:53.660Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:56:53.660Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af45393-e122-49b7-9e93-7394b19205ce", "consumerID": "multicloud-k8s-id", "timestamp": 1636808075710, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/resourceInstances/basic_onboard_ytwask0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-11-13T12:56:53.660Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T12:56:53.660Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:56:53.660Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af45393-e122-49b7-9e93-7394b19205ce", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636808074235, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/resourceInstances/basic_onboard_ytwask0/artifacts/basic_onboard_ytwask0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-13T12:56:53.660Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:56:53.661Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:56:53.661Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af45393-e122-49b7-9e93-7394b19205ce", "consumerID": "aai-ml", "timestamp": 1636808076487, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/artifacts/service-BasicOnboardYtwask-csar.csar", "status": "DEPLOY_OK" } 2021-11-13T12:56:53.661Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T12:56:53.661Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:56:53.661Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af45393-e122-49b7-9e93-7394b19205ce", "consumerID": "multicloud-k8s-id", "timestamp": 1636808076801, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/resourceInstances/basic_onboard_ytwask0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-11-13T12:56:53.661Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T12:56:53.661Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:56:53.661Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af45393-e122-49b7-9e93-7394b19205ce", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636808074235, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/resourceInstances/basic_onboard_ytwask0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-13T12:56:53.662Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:56:53.662Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:56:53.662Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af45393-e122-49b7-9e93-7394b19205ce", "consumerID": "aai-ml", "timestamp": 1636808077490, "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=? 2021-11-13T12:56:53.666Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6af45393-e122-49b7-9e93-7394b19205ce 2021-11-13T12:56:53.666Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6af45393-e122-49b7-9e93-7394b19205ce 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 (?, ?, ?, ?, ?) 2021-11-13T12:56:53.711Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:56:53.711Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af45393-e122-49b7-9e93-7394b19205ce", "consumerID": "multicloud-k8s-id", "timestamp": 1636808077823, "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=? 2021-11-13T12:56:53.717Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6af45393-e122-49b7-9e93-7394b19205ce 2021-11-13T12:56:53.717Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6af45393-e122-49b7-9e93-7394b19205ce 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=? 2021-11-13T12:56:53.723Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:56:53.723Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af45393-e122-49b7-9e93-7394b19205ce", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636808074235, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/resourceInstances/basic_onboard_ytwask0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T12:56:53.723Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:56:53.723Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:56:53.723Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af45393-e122-49b7-9e93-7394b19205ce", "consumerID": "multicloud-k8s-id", "timestamp": 1636808078826, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/resourceInstances/basic_onboard_ytwask0/artifacts/basic_onboard_ytwask0_modules.json", "status": "DEPLOY_OK" } 2021-11-13T12:56:53.723Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T12:56:53.724Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:56:53.724Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af45393-e122-49b7-9e93-7394b19205ce", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636808074235, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/resourceInstances/basic_onboard_ytwask0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-13T12:56:53.724Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:56:53.724Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:56:53.724Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af45393-e122-49b7-9e93-7394b19205ce", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636808074235, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/artifacts/service-BasicOnboardYtwask-template.yml", "status": "NOT_NOTIFIED" } 2021-11-13T12:56:53.724Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:56:53.724Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:56:53.724Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af45393-e122-49b7-9e93-7394b19205ce", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636808074235, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/artifacts/service-BasicOnboardYtwask-csar.csar", "status": "NOTIFIED" } 2021-11-13T12:56:53.724Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-13T12:56:53.724Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:56:53.724Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af45393-e122-49b7-9e93-7394b19205ce", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636808082006, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/artifacts/service-BasicOnboardYtwask-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-13T12:56:53.724Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T12:56:53.724Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:56:53.724Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af45393-e122-49b7-9e93-7394b19205ce", "consumerID": "clamp", "timestamp": 1636808084093, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/artifacts/service-BasicOnboardYtwask-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-13T12:56:53.724Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T12:56:53.724Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:56:53.724Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af45393-e122-49b7-9e93-7394b19205ce", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636808084424, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/artifacts/service-BasicOnboardYtwask-csar.csar", "status": "DEPLOY_OK" } 2021-11-13T12:56:53.724Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T12:56:53.724Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:56:53.724Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af45393-e122-49b7-9e93-7394b19205ce", "consumerID": "clamp", "timestamp": 1636808085107, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/artifacts/service-BasicOnboardYtwask-csar.csar", "status": "DEPLOY_OK" } 2021-11-13T12:56:53.725Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T12:56:53.725Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:56:53.725Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af45393-e122-49b7-9e93-7394b19205ce", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636808085429, "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=? 2021-11-13T12:56:53.729Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6af45393-e122-49b7-9e93-7394b19205ce 2021-11-13T12:56:53.729Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6af45393-e122-49b7-9e93-7394b19205ce 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 (?, ?, ?, ?, ?) 2021-11-13T12:56:53.737Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-13T12:56:53.737Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af45393-e122-49b7-9e93-7394b19205ce", "consumerID": "clamp", "timestamp": 1636808086109, "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=? 2021-11-13T12:56:53.742Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6af45393-e122-49b7-9e93-7394b19205ce 2021-11-13T12:56:53.742Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6af45393-e122-49b7-9e93-7394b19205ce 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=? 2021-11-13T12:56:53.745Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99b67e0a-736f-4dd4-a626-f659d7b50650/model-vers/model-ver/f7438315-1048-433f-9896-ba76820820a8?depth=0|INFO|500||Invoke Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-13T12:56:53.752Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99b67e0a-736f-4dd4-a626-f659d7b50650/model-vers/model-ver/f7438315-1048-433f-9896-ba76820820a8?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99b67e0a-736f-4dd4-a626-f659d7b50650/model-vers/model-ver/f7438315-1048-433f-9896-ba76820820a8?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7b7ecf2c-8eb8-4d6f-aa66-7979798ba249], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5e181cdb-fe1c-4077-9d4a-545702d90b64], X-ECOMP-RequestID=[7b7ecf2c-8eb8-4d6f-aa66-7979798ba249], X-TransactionId=[], X-ONAP-RequestID=[7b7ecf2c-8eb8-4d6f-aa66-7979798ba249], Content-Type=[application/merge-patch+json]} 2021-11-13T12:56:53.869Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99b67e0a-736f-4dd4-a626-f659d7b50650/model-vers/model-ver/f7438315-1048-433f-9896-ba76820820a8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-13T12:56:54.599Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99b67e0a-736f-4dd4-a626-f659d7b50650/model-vers/model-ver/f7438315-1048-433f-9896-ba76820820a8?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/99b67e0a-736f-4dd4-a626-f659d7b50650/model-vers/model-ver/f7438315-1048-433f-9896-ba76820820a8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211113-12:56:53:876-9251], vertex-id=[253952], Content-Length=[0], Date=[Sat, 13 Nov 2021 12:56:53 GMT], Content-Type=[application/json]} 2021-11-13T12:56:54.601Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99b67e0a-736f-4dd4-a626-f659d7b50650/model-vers/model-ver/f7438315-1048-433f-9896-ba76820820a8?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-11-13T12:56:54.601Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99b67e0a-736f-4dd4-a626-f659d7b50650/model-vers/model-ver/f7438315-1048-433f-9896-ba76820820a8?depth=0|INFO|500||InvokeReturn 2021-11-13T12:56:54.604Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-13T12:56:54.604Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-13T12:56:54.609Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-11-13T12:56:54.613Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7b7ecf2c-8eb8-4d6f-aa66-7979798ba249 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-13T12:56:54.614Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-13T12:56:54.614Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-13T12:56:54.616Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-13T12:56:54.616Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7b7ecf2c-8eb8-4d6f-aa66-7979798ba249", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636808214613, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-13T12:56:54.716Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-13T12:56:54.718Z||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. 2021-11-13T12:56:54.718Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as av4G2cPWChdmQ79q) ... 2021-11-13T12:56:54.731Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:56:54.732Z||pool-18-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-11-13T12:56:55.628Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:56:55.629Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|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. 2021-11-13T12:56:55.629Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|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 av4G2cPWChdmQ79q) ... 2021-11-13T12:57:00.297Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:57:00.298Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-13T12:57:00.298Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"6af45393-e122-49b7-9e93-7394b19205ce","serviceName":"basic_onboard_yTWaSK","serviceVersion":"1.0","serviceUUID":"013a2e26-ca0b-41cb-8843-2818c00e6557","serviceDescription":"service","serviceInvariantUUID":"55954c99-83a8-4551-9ab3-b15cb0c06279","resources":[{"resourceInstanceName":"basic_onboard_yTWaSK 0","resourceName":"basic_onboard_yTWaSK","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e6dfb583-4fb3-476e-b1ea-4ffc7c392512","resourceInvariantUUID":"20674fcc-032e-4e78-ab3e-2e95da529ab1","resourceCustomizationUUID":"146116b1-8984-46bc-a369-74b50b41d203","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/resourceInstances/basic_onboard_ytwask0/artifacts/vf-license-model.xml","artifactChecksum":"NmIzMmQxZGQwZDdkMzZiN2I3YzU5N2IzZmJjMmU3ZDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b11dfc84-a06a-4ac1-94e6-bb035dd8d161","artifactVersion":"1"},{"artifactName":"basic_onboard_ytwask0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/resourceInstances/basic_onboard_ytwask0/artifacts/basic_onboard_ytwask0_modules.json","artifactChecksum":"OWEzMWRjODhjOTZjYmJiMjQ5M2EzZTI2Y2Y4ZmE3YzI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"22581ec3-3d1f-450c-96e1-d000ce2f8fc4","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/resourceInstances/basic_onboard_ytwask0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ad42a331-047b-4552-a8af-6ffb8ba13a3e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/resourceInstances/basic_onboard_ytwask0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ef5d59eb-0404-456e-8f56-88a680214cec","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/resourceInstances/basic_onboard_ytwask0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"974a6798-5bd8-4b0c-9895-afe5ace8cecd","artifactVersion":"2","generatedFromUUID":"ad42a331-047b-4552-a8af-6ffb8ba13a3e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardYtwask-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/artifacts/service-BasicOnboardYtwask-template.yml","artifactChecksum":"YmM2NWM3NDliNGJmODNhNjc2ZmI1OGYzZjcwYTk0MjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c836b419-cde2-496d-b1dd-fee77ec29856","artifactVersion":"1"},{"artifactName":"service-BasicOnboardYtwask-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/artifacts/service-BasicOnboardYtwask-csar.csar","artifactChecksum":"Nzg3NWZkZDE5MDYyZTFhZjE3ZDU1NmY3ZjA0YTM4OTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2f746a7c-1eec-4de8-9df1-d53b0df90e7a","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-13T12:57:00.300Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-13T12:57:00.300Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-13T12:57:00.302Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-13T12:57:00.302Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "6af45393-e122-49b7-9e93-7394b19205ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636808215628, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/resourceInstances/basic_onboard_ytwask0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T12:57:00.402Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-13T12:57:00.404Z||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. 2021-11-13T12:57:00.404Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as av4G2cPWChdmQ79q) ... 2021-11-13T12:57:00.418Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:57:00.419Z||pool-19-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2021-11-13T12:57:01.302Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-13T12:57:01.302Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-13T12:57:01.304Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-13T12:57:01.304Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "6af45393-e122-49b7-9e93-7394b19205ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636808215628, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/resourceInstances/basic_onboard_ytwask0/artifacts/basic_onboard_ytwask0_modules.json", "status": "NOTIFIED" } 2021-11-13T12:57:01.405Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-13T12:57:01.406Z||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. 2021-11-13T12:57:01.406Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as av4G2cPWChdmQ79q) ... 2021-11-13T12:57:01.419Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:57:01.420Z||pool-20-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-13T12:57:02.305Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-13T12:57:02.306Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-13T12:57:02.308Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-13T12:57:02.308Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "6af45393-e122-49b7-9e93-7394b19205ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636808215628, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/resourceInstances/basic_onboard_ytwask0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-13T12:57:02.408Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-13T12:57:02.409Z||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. 2021-11-13T12:57:02.409Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as av4G2cPWChdmQ79q) ... 2021-11-13T12:57:02.423Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:57:02.424Z||pool-21-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-11-13T12:57:03.308Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-13T12:57:03.310Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-13T12:57:03.312Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-13T12:57:03.313Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "6af45393-e122-49b7-9e93-7394b19205ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636808215628, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/resourceInstances/basic_onboard_ytwask0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T12:57:03.413Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-13T12:57:03.414Z||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. 2021-11-13T12:57:03.414Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as av4G2cPWChdmQ79q) ... 2021-11-13T12:57:03.429Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:57:03.430Z||pool-22-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2021-11-13T12:57:04.314Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-13T12:57:04.314Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-13T12:57:04.317Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-13T12:57:04.317Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "6af45393-e122-49b7-9e93-7394b19205ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636808215628, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/resourceInstances/basic_onboard_ytwask0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-11-13T12:57:04.417Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-13T12:57:04.418Z||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. 2021-11-13T12:57:04.418Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as av4G2cPWChdmQ79q) ... 2021-11-13T12:57:04.432Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:57:04.433Z||pool-23-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-13T12:57:05.318Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-13T12:57:05.319Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-13T12:57:05.321Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-13T12:57:05.321Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "6af45393-e122-49b7-9e93-7394b19205ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636808215628, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/artifacts/service-BasicOnboardYtwask-template.yml", "status": "NOT_NOTIFIED" } 2021-11-13T12:57:05.421Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-13T12:57:05.422Z||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. 2021-11-13T12:57:05.422Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as av4G2cPWChdmQ79q) ... 2021-11-13T12:57:05.433Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:57:05.433Z||pool-24-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-13T12:57:06.322Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-13T12:57:06.323Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-13T12:57:06.325Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-13T12:57:06.325Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "6af45393-e122-49b7-9e93-7394b19205ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636808215628, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/artifacts/service-BasicOnboardYtwask-csar.csar", "status": "NOTIFIED" } 2021-11-13T12:57:06.426Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-13T12:57:06.426Z||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. 2021-11-13T12:57:06.427Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as av4G2cPWChdmQ79q) ... 2021-11-13T12:57:06.438Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:57:06.438Z||pool-25-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-11-13T12:57:07.328Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "6af45393-e122-49b7-9e93-7394b19205ce", "serviceName": "basic_onboard_yTWaSK", "serviceVersion": "1.0", "serviceUUID": "013a2e26-ca0b-41cb-8843-2818c00e6557", "serviceDescription": "service", "serviceInvariantUUID": "55954c99-83a8-4551-9ab3-b15cb0c06279", "resources": [ { "resourceInstanceName": "basic_onboard_yTWaSK 0", "resourceCustomizationUUID": "146116b1-8984-46bc-a369-74b50b41d203", "resourceName": "basic_onboard_yTWaSK", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "e6dfb583-4fb3-476e-b1ea-4ffc7c392512", "resourceInvariantUUID": "20674fcc-032e-4e78-ab3e-2e95da529ab1", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_ytwask0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/resourceInstances/basic_onboard_ytwask0/artifacts/basic_onboard_ytwask0_modules.json", "artifactChecksum": "OWEzMWRjODhjOTZjYmJiMjQ5M2EzZTI2Y2Y4ZmE3YzI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "22581ec3-3d1f-450c-96e1-d000ce2f8fc4", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/resourceInstances/basic_onboard_ytwask0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "ad42a331-047b-4552-a8af-6ffb8ba13a3e", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/resourceInstances/basic_onboard_ytwask0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "974a6798-5bd8-4b0c-9895-afe5ace8cecd", "generatedFromUUID": "ad42a331-047b-4552-a8af-6ffb8ba13a3e" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/resourceInstances/basic_onboard_ytwask0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "974a6798-5bd8-4b0c-9895-afe5ace8cecd", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardYtwask-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/artifacts/service-BasicOnboardYtwask-csar.csar", "artifactChecksum": "Nzg3NWZkZDE5MDYyZTFhZjE3ZDU1NmY3ZjA0YTM4OTA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2f746a7c-1eec-4de8-9df1-d53b0df90e7a" } ], "workloadContext": "Production" } 2021-11-13T12:57:07.328Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-13T12:57:07.328Z|7b7ecf2c-8eb8-4d6f-aa66-7979798ba249|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 013a2e26-ca0b-41cb-8843-2818c00e6557 ASDC 2021-11-13T12:57:07.329Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:6af45393-e122-49b7-9e93-7394b19205ce ServiceName:basic_onboard_yTWaSK ServiceVersion:1.0 ServiceUUID:013a2e26-ca0b-41cb-8843-2818c00e6557 ServiceInvariantUUID:55954c99-83a8-4551-9ab3-b15cb0c06279 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardYtwask-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/artifacts/service-BasicOnboardYtwask-csar.csar ArtifactUUID:2f746a7c-1eec-4de8-9df1-d53b0df90e7a ArtifactChecksum:Nzg3NWZkZDE5MDYyZTFhZjE3ZDU1NmY3ZjA0YTM4OTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_yTWaSK 0 ResourceCustomizationUUID:146116b1-8984-46bc-a369-74b50b41d203 ResourceInvariantUUID:20674fcc-032e-4e78-ab3e-2e95da529ab1 ResourceName:basic_onboard_yTWaSK ResourceType:VF ResourceUUID:e6dfb583-4fb3-476e-b1ea-4ffc7c392512 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_ytwask0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/resourceInstances/basic_onboard_ytwask0/artifacts/basic_onboard_ytwask0_modules.json ArtifactUUID:22581ec3-3d1f-450c-96e1-d000ce2f8fc4 ArtifactChecksum:OWEzMWRjODhjOTZjYmJiMjQ5M2EzZTI2Y2Y4ZmE3YzI= 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/BasicOnboardYtwask/1.0/resourceInstances/basic_onboard_ytwask0/artifacts/base_ubuntu18.yaml ArtifactUUID:ad42a331-047b-4552-a8af-6ffb8ba13a3e 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/BasicOnboardYtwask/1.0/resourceInstances/basic_onboard_ytwask0/artifacts/base_ubuntu18.env ArtifactUUID:974a6798-5bd8-4b0c-9895-afe5ace8cecd 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/BasicOnboardYtwask/1.0/resourceInstances/basic_onboard_ytwask0/artifacts/base_ubuntu18.env ArtifactUUID:974a6798-5bd8-4b0c-9895-afe5ace8cecd ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-11-13T12:57:07.329Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 013a2e26-ca0b-41cb-8843-2818c00e6557 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=? 2021-11-13T12:57:07.365Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-13T12:57:07.366Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-11-13T12:57:07.366Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-11-13T12:57:07.366Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 2f746a7c-1eec-4de8-9df1-d53b0df90e7a from URL: /sdc/v1/catalog/services/BasicOnboardYtwask/1.0/artifacts/service-BasicOnboardYtwask-csar.csar 2021-11-13T12:57:07.367Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-11-13T12:57:07.367Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/artifacts/service-BasicOnboardYtwask-csar.csar 2021-11-13T12:57:07.772Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-11-13T12:57:07.778Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYtwask/1.0/artifacts/service-BasicOnboardYtwask-csar.csar 2f746a7c-1eec-4de8-9df1-d53b0df90e7a 71558 2021-11-13T12:57:07.779Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYtwask/1.0/artifacts/service-BasicOnboardYtwask-csar.csar ASDC sendASDCNotification 2021-11-13T12:57:07.779Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/artifacts/service-BasicOnboardYtwask-csar.csar 2021-11-13T12:57:07.779Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-13T12:57:07.780Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-13T12:57:07.782Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-13T12:57:07.782Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "6af45393-e122-49b7-9e93-7394b19205ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636808227779, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/artifacts/service-BasicOnboardYtwask-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-13T12:57:07.882Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-13T12:57:07.883Z||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. 2021-11-13T12:57:07.883Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as av4G2cPWChdmQ79q) ... 2021-11-13T12:57:07.900Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:57:07.901Z||pool-26-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2021-11-13T12:57:08.783Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-13T12:57:08.784Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-11-13T12:57:08.785Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 2f746a7c-1eec-4de8-9df1-d53b0df90e7a, URL: /sdc/v1/catalog/services/BasicOnboardYtwask/1.0/artifacts/service-BasicOnboardYtwask-csar.csar to file: /app/ASDC/1/service-BasicOnboardYtwask-csar.csar 2021-11-13T12:57:08.785Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardYtwask-csar.csar 2021-11-13T12:57:08.785Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardYtwask-csar.csar 2021-11-13T12:57:08.786Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardYtwask-csar.csar 2021-11-13T12:57:08.961Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9197135354128511086/Definitions/service-BasicOnboardYtwask-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 2021-11-13T12:57:09.938Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-13T12:57:09.939Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||WARN|500||#################################################################################################### 2021-11-13T12:57:09.939Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardYtwask-csar.csar 2021-11-13T12:57:09.939Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-11-13T12:57:09.939Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_yTWaSK 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-BasicOnboardYtwask-csar.csar 2021-11-13T12:57:09.939Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||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-BasicOnboardYtwask-csar.csar 2021-11-13T12:57:09.939Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardYtwask-csar.csar 2021-11-13T12:57:09.939Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardYtwask-csar.csar 2021-11-13T12:57:09.939Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardYtwask-csar.csar 2021-11-13T12:57:09.939Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardYtwask-csar.csar 2021-11-13T12:57:09.939Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardYtwask-csar.csar 2021-11-13T12:57:09.940Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardYtwask-csar.csar 2021-11-13T12:57:09.940Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardYtwask-csar.csar 2021-11-13T12:57:09.940Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||WARN|500||#################################################################################################### 2021-11-13T12:57:09.940Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T12:57:09.940Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_yTWaSK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-13T12:57:09.940Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_yTWaSK 0 is matching search criteria 2021-11-13T12:57:09.940Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2021-11-13T12:57:09.940Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_yTWaSK 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-13T12:57:09.940Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T12:57:09.940Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_yTWaSK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-13T12:57:09.940Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_yTWaSK 0 is matching search criteria 2021-11-13T12:57:09.941Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2021-11-13T12:57:09.941Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_yTWaSK 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-13T12:57:09.941Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T12:57:09.941Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_yTWaSK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-13T12:57:09.941Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T12:57:09.941Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_yTWaSK 0 is not matching search criteria 2021-11-13T12:57:09.941Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-11-13T12:57:09.941Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-11-13T12:57:09.941Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-11-13T12:57:09.942Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-11-13T12:57:09.942Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-11-13T12:57:09.942Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T12:57:09.942Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_yTWaSK is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-13T12:57:09.942Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T12:57:09.942Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_yTWaSK 0 is matching search criteria 2021-11-13T12:57:09.942Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_yTWaSK 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-13T12:57:09.942Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T12:57:09.942Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_yTWaSK 0 is matching search criteria 2021-11-13T12:57:09.942Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_yTWaSK 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-13T12:57:09.942Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T12:57:09.943Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_yTWaSK 0 is matching search criteria 2021-11-13T12:57:09.943Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_yTWaSK 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-13T12:57:09.943Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T12:57:09.943Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_yTWaSK 0 is not matching search criteria 2021-11-13T12:57:09.943Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-11-13T12:57:09.943Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-11-13T12:57:09.943Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=a64d46cd-0b7c-4fdf-a8c0-54327f4d7d32 2021-11-13T12:57:09.943Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T12:57:09.943Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_yTWaSK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-13T12:57:09.943Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T12:57:09.943Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_yTWaSK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-13T12:57:09.944Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T12:57:09.944Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_yTWaSK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-13T12:57:09.944Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T12:57:09.944Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_yTWaSK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-13T12:57:09.944Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_yTWaSK Description:service Model UUID:013a2e26-ca0b-41cb-8843-2818c00e6557 Model Version:NULL Model InvariantUuid:55954c99-83a8-4551-9ab3-b15cb0c06279 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_yTWaSK Model UUID:a1254004-2940-4518-a16a-cfb252942740 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:20674fcc-032e-4e78-ab3e-2e95da529ab1 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:146116b1-8984-46bc-a369-74b50b41d203 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:6df7b650-c04d-419e-b148-7ee732269b3c ModelName:BasicOnboardYtwask..base_ubuntu18..module-0 ModelUuid:233f1654-8132-44c4-af57-fa7e43665c75 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:a64d46cd-0b7c-4fdf-a8c0-54327f4d7d32 ModelInvariantUuid:3652146a-bf07-4abe-9f70-809553b33442 ModelName:basic_onboard_yTWaSK-nodes.ubuntu18Cvfc ModelUuid:ef5ff3f4-1fe8-4ae9-a2ff-673cf0b46f1e ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:1ae453ee-d7f0-42de-8af0-af48c5466c8c ModelInvariantUuid:b885e623-8db5-4e92-8237-9f1ec5355c54 ModelName:BasicOnboardYtwask.compute.nodes.heat.ubuntu18 ModelUuid:d47a74fe-f2b0-4dbc-b631-138a090cec5e 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=? 2021-11-13T12:57:09.950Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: e6dfb583-4fb3-476e-b1ea-4ffc7c392512 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=? 2021-11-13T12:57:09.952Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||INFO|500||basic_onboard_yTWaSK 0 2021-11-13T12:57:09.952Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e6dfb583-4fb3-476e-b1ea-4ffc7c392512 2021-11-13T12:57:09.952Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 22581ec3-3d1f-450c-96e1-d000ce2f8fc4 from URL: /sdc/v1/catalog/services/BasicOnboardYtwask/1.0/resourceInstances/basic_onboard_ytwask0/artifacts/basic_onboard_ytwask0_modules.json 2021-11-13T12:57:09.952Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-11-13T12:57:09.952Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/resourceInstances/basic_onboard_ytwask0/artifacts/basic_onboard_ytwask0_modules.json 2021-11-13T12:57:10.216Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-11-13T12:57:10.216Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYtwask/1.0/resourceInstances/basic_onboard_ytwask0/artifacts/basic_onboard_ytwask0_modules.json 22581ec3-3d1f-450c-96e1-d000ce2f8fc4 798 2021-11-13T12:57:10.217Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYtwask/1.0/resourceInstances/basic_onboard_ytwask0/artifacts/basic_onboard_ytwask0_modules.json ASDC sendASDCNotification 2021-11-13T12:57:10.217Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/resourceInstances/basic_onboard_ytwask0/artifacts/basic_onboard_ytwask0_modules.json 2021-11-13T12:57:10.217Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-13T12:57:10.217Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-13T12:57:10.220Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-13T12:57:10.220Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "6af45393-e122-49b7-9e93-7394b19205ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636808230216, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/resourceInstances/basic_onboard_ytwask0/artifacts/basic_onboard_ytwask0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-13T12:57:10.320Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-13T12:57:10.321Z||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. 2021-11-13T12:57:10.321Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as av4G2cPWChdmQ79q) ... 2021-11-13T12:57:10.337Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:57:10.338Z||pool-27-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2021-11-13T12:57:11.221Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardYtwask..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "6df7b650-c04d-419e-b148-7ee732269b3c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "233f1654-8132-44c4-af57-fa7e43665c75", "vfModuleModelCustomizationUUID": "bbf66d31-c671-4135-bfc9-e95fee73eeab", "isBase": true, "artifacts": [ "ad42a331-047b-4552-a8af-6ffb8ba13a3e", "974a6798-5bd8-4b0c-9895-afe5ace8cecd" ], "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": "" } } ] 2021-11-13T12:57:11.226Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardYtwask..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:233f1654-8132-44c4-af57-fa7e43665c75 VfModuleModelInvariantUUID:6df7b650-c04d-419e-b148-7ee732269b3c VfModuleModelDescription:NULL Artifacts UUID List:{ ad42a331-047b-4552-a8af-6ffb8ba13a3e , 974a6798-5bd8-4b0c-9895-afe5ace8cecd } 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 } 2021-11-13T12:57:11.229Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardYtwask..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "6df7b650-c04d-419e-b148-7ee732269b3c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "233f1654-8132-44c4-af57-fa7e43665c75", "vfModuleModelCustomizationUUID": "bbf66d31-c671-4135-bfc9-e95fee73eeab", "isBase": true, "artifacts": [ "ad42a331-047b-4552-a8af-6ffb8ba13a3e", "974a6798-5bd8-4b0c-9895-afe5ace8cecd" ], "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": "" } } ] 2021-11-13T12:57:11.230Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardYtwask..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:233f1654-8132-44c4-af57-fa7e43665c75 VfModuleModelInvariantUUID:6df7b650-c04d-419e-b148-7ee732269b3c VfModuleModelDescription:NULL Artifacts UUID List:{ ad42a331-047b-4552-a8af-6ffb8ba13a3e , 974a6798-5bd8-4b0c-9895-afe5ace8cecd } 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 } 2021-11-13T12:57:11.230Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: ad42a331-047b-4552-a8af-6ffb8ba13a3e from URL: /sdc/v1/catalog/services/BasicOnboardYtwask/1.0/resourceInstances/basic_onboard_ytwask0/artifacts/base_ubuntu18.yaml 2021-11-13T12:57:11.230Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-11-13T12:57:11.230Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/resourceInstances/basic_onboard_ytwask0/artifacts/base_ubuntu18.yaml 2021-11-13T12:57:11.421Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-11-13T12:57:11.421Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYtwask/1.0/resourceInstances/basic_onboard_ytwask0/artifacts/base_ubuntu18.yaml ad42a331-047b-4552-a8af-6ffb8ba13a3e 5033 2021-11-13T12:57:11.421Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYtwask/1.0/resourceInstances/basic_onboard_ytwask0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-11-13T12:57:11.421Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/resourceInstances/basic_onboard_ytwask0/artifacts/base_ubuntu18.yaml 2021-11-13T12:57:11.421Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-13T12:57:11.422Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-13T12:57:11.423Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-13T12:57:11.423Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "6af45393-e122-49b7-9e93-7394b19205ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636808231421, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/resourceInstances/basic_onboard_ytwask0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-11-13T12:57:11.523Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-13T12:57:11.524Z||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. 2021-11-13T12:57:11.525Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as av4G2cPWChdmQ79q) ... 2021-11-13T12:57:11.539Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:57:11.540Z||pool-28-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2021-11-13T12:57:12.424Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 974a6798-5bd8-4b0c-9895-afe5ace8cecd from URL: /sdc/v1/catalog/services/BasicOnboardYtwask/1.0/resourceInstances/basic_onboard_ytwask0/artifacts/base_ubuntu18.env 2021-11-13T12:57:12.425Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-11-13T12:57:12.425Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/resourceInstances/basic_onboard_ytwask0/artifacts/base_ubuntu18.env 2021-11-13T12:57:12.534Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-11-13T12:57:12.534Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYtwask/1.0/resourceInstances/basic_onboard_ytwask0/artifacts/base_ubuntu18.env 974a6798-5bd8-4b0c-9895-afe5ace8cecd 909 2021-11-13T12:57:12.534Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYtwask/1.0/resourceInstances/basic_onboard_ytwask0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-11-13T12:57:12.534Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/resourceInstances/basic_onboard_ytwask0/artifacts/base_ubuntu18.env 2021-11-13T12:57:12.535Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-13T12:57:12.535Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-13T12:57:12.536Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-13T12:57:12.536Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "6af45393-e122-49b7-9e93-7394b19205ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636808232534, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/resourceInstances/basic_onboard_ytwask0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-11-13T12:57:12.637Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-13T12:57:12.637Z||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. 2021-11-13T12:57:12.637Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as av4G2cPWChdmQ79q) ... 2021-11-13T12:57:12.651Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:57:12.651Z||pool-29-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-13T12:57:13.537Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 013a2e26-ca0b-41cb-8843-2818c00e6557 2021-11-13T12:57:13.538Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_yTWaSK 0 e6dfb583-4fb3-476e-b1ea-4ffc7c392512 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=? 2021-11-13T12:57:13.550Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@cad5b0d, org.onap.sdc.toscaparser.api.parameters.Input@1b985990, org.onap.sdc.toscaparser.api.parameters.Input@65695208, org.onap.sdc.toscaparser.api.parameters.Input@65722781, org.onap.sdc.toscaparser.api.parameters.Input@3e17d11] 2021-11-13T12:57:13.552Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T12:57:13.552Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_yTWaSK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-13T12:57:13.553Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2021-11-13T12:57:13.553Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 146116b1-8984-46bc-a369-74b50b41d203 2021-11-13T12:57:13.553Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 146116b1-8984-46bc-a369-74b50b41d203 matches Tosca VF Customization UUID: 146116b1-8984-46bc-a369-74b50b41d203 2021-11-13T12:57:13.553Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 146116b1-8984-46bc-a369-74b50b41d203 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=? 2021-11-13T12:57:13.556Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T12:57:13.557Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_yTWaSK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-13T12:57:13.558Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 146116b1-8984-46bc-a369-74b50b41d203: {\"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\"} 2021-11-13T12:57:13.559Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@162da3cc 2021-11-13T12:57:13.559Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T12:57:13.560Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_yTWaSK is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-13T12:57:13.560Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : bbf66d31-c671-4135-bfc9-e95fee73eeab 2021-11-13T12:57:13.560Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID bbf66d31-c671-4135-bfc9-e95fee73eeab 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=? 2021-11-13T12:57:13.563Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T12:57:13.564Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_yTWaSK 0 is matching search criteria 2021-11-13T12:57:13.564Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_yTWaSK 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-13T12:57:13.564Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T12:57:13.564Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_yTWaSK 0 is matching search criteria 2021-11-13T12:57:13.565Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_yTWaSK 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-13T12:57:13.565Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T12:57:13.565Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_yTWaSK 0 is not matching search criteria 2021-11-13T12:57:13.565Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-11-13T12:57:13.565Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-11-13T12:57:13.565Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=a64d46cd-0b7c-4fdf-a8c0-54327f4d7d32 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=? 2021-11-13T12:57:13.567Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T12:57:13.568Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_yTWaSK 0 is matching search criteria 2021-11-13T12:57:13.568Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_yTWaSK 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-13T12:57:13.568Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T12:57:13.568Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_yTWaSK 0 is matching search criteria 2021-11-13T12:57:13.568Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_yTWaSK 0] matching following query criteria: sdcType=VF, customizationUUID=146116b1-8984-46bc-a369-74b50b41d203 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=? 2021-11-13T12:57:13.571Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T12:57:13.571Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_yTWaSK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-13T12:57:13.571Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 013a2e26-ca0b-41cb-8843-2818c00e6557: basic_onboard_yTWaSK 2021-11-13T12:57:13.571Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T12:57:13.572Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_yTWaSK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-13T12:57:13.572Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T12:57:13.572Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_yTWaSK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-13T12:57:13.573Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T12:57:13.573Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_yTWaSK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-13T12:57:13.573Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T12:57:13.573Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_yTWaSK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-13T12:57:13.573Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T12:57:13.573Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_yTWaSK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-13T12:57:13.574Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||INFO|500||Saving Service: basic_onboard_yTWaSK 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 (?, ?, ?, ?, ?) 2021-11-13T12:57:13.633Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_yTWaSK e6dfb583-4fb3-476e-b1ea-4ffc7c392512 1 ASDC deployResourceStructure 2021-11-13T12:57:13.634Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYtwask/1.0/resourceInstances/basic_onboard_ytwask0/artifacts/basic_onboard_ytwask0_modules.json ASDC sendASDCNotification 2021-11-13T12:57:13.634Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/resourceInstances/basic_onboard_ytwask0/artifacts/basic_onboard_ytwask0_modules.json 2021-11-13T12:57:13.634Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-13T12:57:13.634Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-13T12:57:13.636Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-13T12:57:13.636Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "6af45393-e122-49b7-9e93-7394b19205ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636808233634, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/resourceInstances/basic_onboard_ytwask0/artifacts/basic_onboard_ytwask0_modules.json", "status": "DEPLOY_OK" } 2021-11-13T12:57:13.736Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-13T12:57:13.737Z||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. 2021-11-13T12:57:13.737Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as av4G2cPWChdmQ79q) ... 2021-11-13T12:57:13.751Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:57:13.752Z||pool-30-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-13T12:57:14.637Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYtwask/1.0/resourceInstances/basic_onboard_ytwask0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-11-13T12:57:14.638Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/resourceInstances/basic_onboard_ytwask0/artifacts/base_ubuntu18.yaml 2021-11-13T12:57:14.638Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-13T12:57:14.638Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-13T12:57:14.640Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-13T12:57:14.640Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "6af45393-e122-49b7-9e93-7394b19205ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636808234637, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/resourceInstances/basic_onboard_ytwask0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-11-13T12:57:14.740Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-13T12:57:14.741Z||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. 2021-11-13T12:57:14.741Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as av4G2cPWChdmQ79q) ... 2021-11-13T12:57:14.755Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:57:14.755Z||pool-31-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-13T12:57:15.641Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYtwask/1.0/resourceInstances/basic_onboard_ytwask0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-11-13T12:57:15.642Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/resourceInstances/basic_onboard_ytwask0/artifacts/base_ubuntu18.env 2021-11-13T12:57:15.642Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-13T12:57:15.642Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-13T12:57:15.644Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-13T12:57:15.644Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "6af45393-e122-49b7-9e93-7394b19205ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636808235641, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/resourceInstances/basic_onboard_ytwask0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-11-13T12:57:15.744Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-13T12:57:15.745Z||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. 2021-11-13T12:57:15.745Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as av4G2cPWChdmQ79q) ... 2021-11-13T12:57:15.757Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:57:15.758Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-13T12:57:16.645Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYtwask/1.0/artifacts/service-BasicOnboardYtwask-csar.csar ASDC sendASDCNotification 2021-11-13T12:57:16.645Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/artifacts/service-BasicOnboardYtwask-csar.csar 2021-11-13T12:57:16.646Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-13T12:57:16.646Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-13T12:57:16.648Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-13T12:57:16.648Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "6af45393-e122-49b7-9e93-7394b19205ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636808236645, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/artifacts/service-BasicOnboardYtwask-csar.csar", "status": "DEPLOY_OK" } 2021-11-13T12:57:16.748Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-13T12:57:16.750Z||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. 2021-11-13T12:57:16.750Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as av4G2cPWChdmQ79q) ... 2021-11-13T12:57:16.766Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:57:16.766Z||pool-33-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-11-13T12:57:17.649Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6af45393-e122-49b7-9e93-7394b19205ce Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-11-13T12:57:17.658Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6af45393-e122-49b7-9e93-7394b19205ce Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-13T12:57:17.661Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-13T12:57:17.661Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-13T12:57:17.661Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-13T12:57:17.661Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-13T12:57:17.661Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-13T12:57:17.662Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-13T12:57:17.662Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-13T12:57:17.662Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-13T12:57:17.662Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-13T12:57:17.662Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-13T12:57:17.662Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-13T12:57:17.666Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-13T12:57:47.666Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6af45393-e122-49b7-9e93-7394b19205ce 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=? 2021-11-13T12:57:47.670Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6af45393-e122-49b7-9e93-7394b19205ce and serviceModelVersionId: 013a2e26-ca0b-41cb-8843-2818c00e6557 2021-11-13T12:57:47.670Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 55954c99-83a8-4551-9ab3-b15cb0c06279 2021-11-13T12:57:47.671Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/55954c99-83a8-4551-9ab3-b15cb0c06279/model-vers/model-ver/013a2e26-ca0b-41cb-8843-2818c00e6557?depth=0 2021-11-13T12:57:47.674Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2021-11-13T12:57:47.703Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/55954c99-83a8-4551-9ab3-b15cb0c06279/model-vers/model-ver/013a2e26-ca0b-41cb-8843-2818c00e6557?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]} 2021-11-13T12:57:47.704Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/55954c99-83a8-4551-9ab3-b15cb0c06279/model-vers/model-ver/013a2e26-ca0b-41cb-8843-2818c00e6557?depth=0|INFO|500||Invoke 2021-11-13T12:57:47.725Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/55954c99-83a8-4551-9ab3-b15cb0c06279/model-vers/model-ver/013a2e26-ca0b-41cb-8843-2818c00e6557?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-13T12:57:48.086Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/55954c99-83a8-4551-9ab3-b15cb0c06279/model-vers/model-ver/013a2e26-ca0b-41cb-8843-2818c00e6557?depth=0|INFO|500||InvokeReturn 2021-11-13T12:57:48.087Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/55954c99-83a8-4551-9ab3-b15cb0c06279/model-vers/model-ver/013a2e26-ca0b-41cb-8843-2818c00e6557?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211113-12:57:47:730-63492], vertex-id=[266240], Content-Length=[0], Date=[Sat, 13 Nov 2021 12:57:47 GMT], Content-Type=[application/json]} 2021-11-13T12:57:48.087Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity. 2021-11-13T12:57:48.087Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-13T12:57:48.087Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-13T12:57:48.091Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-11-13T12:57:48.091Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6af45393-e122-49b7-9e93-7394b19205ce and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-13T12:57:48.092Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-13T12:57:48.092Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-13T12:57:48.094Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-13T12:57:48.094Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "6af45393-e122-49b7-9e93-7394b19205ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636808268091, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-13T12:57:48.194Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-13T12:57:48.195Z||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. 2021-11-13T12:57:48.195Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as av4G2cPWChdmQ79q) ... 2021-11-13T12:57:48.210Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:57:48.210Z||pool-34-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-11-13T12:57:49.107Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:57:49.107Z|6af45393-e122-49b7-9e93-7394b19205ce|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. 2021-11-13T12:57:49.108Z|6af45393-e122-49b7-9e93-7394b19205ce|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 av4G2cPWChdmQ79q) ... 2021-11-13T12:57:53.035Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:57:53.036Z||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. 2021-11-13T12:57:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T12:57:53.663Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:57:53.664Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-13T12:57:53.664Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b7ecf2c-8eb8-4d6f-aa66-7979798ba249", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636808214613, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-13T12:57:53.666Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T12:57:53.666Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-13T12:57:53.666Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af45393-e122-49b7-9e93-7394b19205ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636808215628, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/resourceInstances/basic_onboard_ytwask0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T12:57:53.666Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-13T12:57:53.667Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-13T12:57:53.667Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af45393-e122-49b7-9e93-7394b19205ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636808215628, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/resourceInstances/basic_onboard_ytwask0/artifacts/basic_onboard_ytwask0_modules.json", "status": "NOTIFIED" } 2021-11-13T12:57:53.667Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-13T12:57:53.667Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-13T12:57:53.667Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af45393-e122-49b7-9e93-7394b19205ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636808215628, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/resourceInstances/basic_onboard_ytwask0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-13T12:57:53.668Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-13T12:57:53.668Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-13T12:57:53.668Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af45393-e122-49b7-9e93-7394b19205ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636808215628, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/resourceInstances/basic_onboard_ytwask0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T12:57:53.668Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-13T12:57:53.668Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-13T12:57:53.668Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af45393-e122-49b7-9e93-7394b19205ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636808215628, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/resourceInstances/basic_onboard_ytwask0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-11-13T12:57:53.668Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-13T12:57:53.669Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-13T12:57:53.669Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af45393-e122-49b7-9e93-7394b19205ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636808215628, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/artifacts/service-BasicOnboardYtwask-template.yml", "status": "NOT_NOTIFIED" } 2021-11-13T12:57:53.669Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-13T12:57:53.669Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-13T12:57:53.669Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af45393-e122-49b7-9e93-7394b19205ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636808215628, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/artifacts/service-BasicOnboardYtwask-csar.csar", "status": "NOTIFIED" } 2021-11-13T12:57:53.669Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-13T12:57:53.669Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-13T12:57:53.669Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af45393-e122-49b7-9e93-7394b19205ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636808227779, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/artifacts/service-BasicOnboardYtwask-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-13T12:57:53.669Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T12:57:53.670Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-13T12:57:53.670Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af45393-e122-49b7-9e93-7394b19205ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636808230216, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/resourceInstances/basic_onboard_ytwask0/artifacts/basic_onboard_ytwask0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-13T12:57:53.670Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T12:57:53.670Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-13T12:57:53.670Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af45393-e122-49b7-9e93-7394b19205ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636808231421, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/resourceInstances/basic_onboard_ytwask0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-11-13T12:57:53.670Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T12:57:53.670Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-13T12:57:53.670Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af45393-e122-49b7-9e93-7394b19205ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636808232534, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/resourceInstances/basic_onboard_ytwask0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-11-13T12:57:53.670Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T12:57:53.671Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-13T12:57:53.671Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af45393-e122-49b7-9e93-7394b19205ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636808233634, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/resourceInstances/basic_onboard_ytwask0/artifacts/basic_onboard_ytwask0_modules.json", "status": "DEPLOY_OK" } 2021-11-13T12:57:53.671Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T12:57:53.671Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-13T12:57:53.671Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af45393-e122-49b7-9e93-7394b19205ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636808234637, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/resourceInstances/basic_onboard_ytwask0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-11-13T12:57:53.671Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T12:57:53.671Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-13T12:57:53.671Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af45393-e122-49b7-9e93-7394b19205ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636808235641, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/resourceInstances/basic_onboard_ytwask0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-11-13T12:57:53.671Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T12:57:53.671Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-13T12:57:53.671Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af45393-e122-49b7-9e93-7394b19205ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636808236645, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYtwask/1.0/artifacts/service-BasicOnboardYtwask-csar.csar", "status": "DEPLOY_OK" } 2021-11-13T12:57:53.671Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T12:57:53.671Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-13T12:57:53.671Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6af45393-e122-49b7-9e93-7394b19205ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636808268091, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-13T12:57:53.672Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T12:57:58.651Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:57:58.652Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:57:58.652Z|6af45393-e122-49b7-9e93-7394b19205ce|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. 2021-11-13T12:57:58.652Z|6af45393-e122-49b7-9e93-7394b19205ce|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 av4G2cPWChdmQ79q) ... 2021-11-13T12:58:08.197Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:58:08.197Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:58:08.198Z|6af45393-e122-49b7-9e93-7394b19205ce|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. 2021-11-13T12:58:08.198Z|6af45393-e122-49b7-9e93-7394b19205ce|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 av4G2cPWChdmQ79q) ... 2021-11-13T12:58:17.738Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:58:17.739Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:58:17.739Z|6af45393-e122-49b7-9e93-7394b19205ce|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. 2021-11-13T12:58:17.739Z|6af45393-e122-49b7-9e93-7394b19205ce|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 av4G2cPWChdmQ79q) ... 2021-11-13T12:58:27.276Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:58:53.033Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:58:53.034Z|6af45393-e122-49b7-9e93-7394b19205ce|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. 2021-11-13T12:58:53.034Z|6af45393-e122-49b7-9e93-7394b19205ce|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 av4G2cPWChdmQ79q) ... 2021-11-13T12:58:53.035Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:58:53.036Z||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. 2021-11-13T12:58:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T12:58:58.223Z||http-nio-8085-exec-7|||||WARN|500||catdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@108c0430 ((conn=3365) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value. 2021-11-13T12:58:58.225Z||http-nio-8085-exec-7|||||WARN|500||catdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@1869039b ((conn=3382) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value. 2021-11-13T12:58:58.226Z||http-nio-8085-exec-7|||||WARN|500||catdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@824ebf5 ((conn=3387) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value. 2021-11-13T12:59:02.576Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:59:02.591Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T12:59:53.033Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:59:53.034Z|6af45393-e122-49b7-9e93-7394b19205ce|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. 2021-11-13T12:59:53.034Z|6af45393-e122-49b7-9e93-7394b19205ce|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 av4G2cPWChdmQ79q) ... 2021-11-13T12:59:53.035Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T12:59:53.036Z||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. 2021-11-13T12:59:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T12:59:58.221Z||http-nio-8085-exec-9|||||WARN|500||reqdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@666d9edd ((conn=3410) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value. 2021-11-13T12:59:58.223Z||http-nio-8085-exec-9|||||WARN|500||reqdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@6c74415a ((conn=3368) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value. 2021-11-13T12:59:58.224Z||http-nio-8085-exec-9|||||WARN|500||reqdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@1a6d4e81 ((conn=3376) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value. 2021-11-13T12:59:58.226Z||http-nio-8085-exec-9|||||WARN|500||reqdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@107ca067 ((conn=3396) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value. 2021-11-13T12:59:58.234Z||http-nio-8085-exec-9|||||WARN|500||catdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@7b345cf5 ((conn=3431) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value. 2021-11-13T12:59:58.236Z||http-nio-8085-exec-9|||||WARN|500||catdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@456de53f ((conn=3432) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value. 2021-11-13T12:59:58.237Z||http-nio-8085-exec-9|||||WARN|500||catdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@30671a6d ((conn=3438) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value. 2021-11-13T13:00:02.578Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:00:02.579Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:00:53.033Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T13:00:53.034Z|6af45393-e122-49b7-9e93-7394b19205ce|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. 2021-11-13T13:00:53.034Z|6af45393-e122-49b7-9e93-7394b19205ce|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 av4G2cPWChdmQ79q) ... 2021-11-13T13:00:53.035Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T13:00:53.036Z||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. 2021-11-13T13:00:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T13:01:02.585Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:01:02.585Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:01:53.033Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T13:01:53.033Z|6af45393-e122-49b7-9e93-7394b19205ce|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. 2021-11-13T13:01:53.033Z|6af45393-e122-49b7-9e93-7394b19205ce|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 av4G2cPWChdmQ79q) ... 2021-11-13T13:01:53.035Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T13:01:53.036Z||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. 2021-11-13T13:01:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T13:02:02.580Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:02:02.580Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:02:53.033Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T13:02:53.033Z|6af45393-e122-49b7-9e93-7394b19205ce|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. 2021-11-13T13:02:53.034Z|6af45393-e122-49b7-9e93-7394b19205ce|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 av4G2cPWChdmQ79q) ... 2021-11-13T13:02:53.035Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T13:02:53.036Z||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. 2021-11-13T13:02:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T13:03:02.574Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:03:02.576Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:03:53.033Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T13:03:53.033Z|6af45393-e122-49b7-9e93-7394b19205ce|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. 2021-11-13T13:03:53.033Z|6af45393-e122-49b7-9e93-7394b19205ce|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 av4G2cPWChdmQ79q) ... 2021-11-13T13:03:53.035Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T13:03:53.036Z||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. 2021-11-13T13:03:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T13:04:02.580Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:04:02.580Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:04:53.033Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T13:04:53.034Z|6af45393-e122-49b7-9e93-7394b19205ce|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. 2021-11-13T13:04:53.034Z|6af45393-e122-49b7-9e93-7394b19205ce|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 av4G2cPWChdmQ79q) ... 2021-11-13T13:04:53.035Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T13:04:53.036Z||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. 2021-11-13T13:04:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T13:05:02.580Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:05:02.583Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:05:53.033Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T13:05:53.034Z|6af45393-e122-49b7-9e93-7394b19205ce|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. 2021-11-13T13:05:53.034Z|6af45393-e122-49b7-9e93-7394b19205ce|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 av4G2cPWChdmQ79q) ... 2021-11-13T13:05:53.035Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T13:05:53.036Z||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. 2021-11-13T13:05:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T13:06:02.578Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:06:02.579Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:06:53.033Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T13:06:53.034Z|6af45393-e122-49b7-9e93-7394b19205ce|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. 2021-11-13T13:06:53.034Z|6af45393-e122-49b7-9e93-7394b19205ce|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 av4G2cPWChdmQ79q) ... 2021-11-13T13:06:53.035Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T13:06:53.035Z||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. 2021-11-13T13:06:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T13:07:02.580Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:07:02.582Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:07:53.033Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T13:07:53.034Z|6af45393-e122-49b7-9e93-7394b19205ce|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. 2021-11-13T13:07:53.034Z|6af45393-e122-49b7-9e93-7394b19205ce|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 av4G2cPWChdmQ79q) ... 2021-11-13T13:07:53.035Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T13:07:53.036Z||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. 2021-11-13T13:07:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T13:07:53.391Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:07:53.395Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-13T13:07:53.395Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f840224e-47c1-4eaa-a037-f34bdb7ea101", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636808854235, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgw2xbk4qtltwbvnt2e6/1.0/resourceInstances/pnf32eec3e9cd010/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T13:07:53.396Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-13T13:07:53.396Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-13T13:07:53.396Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f840224e-47c1-4eaa-a037-f34bdb7ea101", "consumerID": "cds", "timestamp": 1636808848894, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgw2xbk4qtltwbvnt2e6/1.0/resourceInstances/pnf32eec3e9cd010/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T13:07:53.396Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-13T13:07:53.396Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-13T13:07:53.396Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f840224e-47c1-4eaa-a037-f34bdb7ea101", "consumerID": "policy-id", "timestamp": 1636808850126, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgw2xbk4qtltwbvnt2e6/1.0/resourceInstances/pnf32eec3e9cd010/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T13:07:53.396Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-13T13:07:53.396Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-13T13:07:53.397Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f840224e-47c1-4eaa-a037-f34bdb7ea101", "consumerID": "cds", "timestamp": 1636808848894, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgw2xbk4qtltwbvnt2e6/1.0/resourceInstances/pnf32eec3e9cd010/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-13T13:07:53.397Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-13T13:07:53.397Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-13T13:07:53.397Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f840224e-47c1-4eaa-a037-f34bdb7ea101", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636808854235, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgw2xbk4qtltwbvnt2e6/1.0/resourceInstances/pnf32eec3e9cd010/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-13T13:07:53.397Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-13T13:07:53.397Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-13T13:07:53.397Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f840224e-47c1-4eaa-a037-f34bdb7ea101", "consumerID": "policy-id", "timestamp": 1636808850126, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgw2xbk4qtltwbvnt2e6/1.0/resourceInstances/pnf32eec3e9cd010/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-13T13:07:53.397Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-13T13:07:53.397Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-13T13:07:53.397Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f840224e-47c1-4eaa-a037-f34bdb7ea101", "consumerID": "cds", "timestamp": 1636808848894, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgw2xbk4qtltwbvnt2e6/1.0/resourceInstances/pnf32eec3e9cd010/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-13T13:07:53.397Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-13T13:07:53.397Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-13T13:07:53.398Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f840224e-47c1-4eaa-a037-f34bdb7ea101", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636808854235, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgw2xbk4qtltwbvnt2e6/1.0/resourceInstances/pnf32eec3e9cd010/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-13T13:07:53.398Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-13T13:07:53.398Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-13T13:07:53.398Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f840224e-47c1-4eaa-a037-f34bdb7ea101", "consumerID": "policy-id", "timestamp": 1636808850126, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgw2xbk4qtltwbvnt2e6/1.0/resourceInstances/pnf32eec3e9cd010/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-13T13:07:53.398Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-13T13:07:53.398Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-13T13:07:53.398Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f840224e-47c1-4eaa-a037-f34bdb7ea101", "consumerID": "cds", "timestamp": 1636808848894, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgw2xbk4qtltwbvnt2e6/1.0/resourceInstances/pnf32eec3e9cd010/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T13:07:53.398Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-13T13:07:53.398Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-13T13:07:53.398Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f840224e-47c1-4eaa-a037-f34bdb7ea101", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636808854235, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgw2xbk4qtltwbvnt2e6/1.0/resourceInstances/pnf32eec3e9cd010/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T13:07:53.399Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-13T13:07:53.399Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-13T13:07:53.399Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f840224e-47c1-4eaa-a037-f34bdb7ea101", "consumerID": "policy-id", "timestamp": 1636808850126, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgw2xbk4qtltwbvnt2e6/1.0/resourceInstances/pnf32eec3e9cd010/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T13:07:53.399Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-13T13:07:53.399Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-13T13:07:53.399Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f840224e-47c1-4eaa-a037-f34bdb7ea101", "consumerID": "dcae-sch", "timestamp": 1636808859599, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgw2xbk4qtltwbvnt2e6/1.0/resourceInstances/pnf32eec3e9cd010/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T13:07:53.399Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-13T13:07:53.399Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-13T13:07:53.399Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f840224e-47c1-4eaa-a037-f34bdb7ea101", "consumerID": "cds", "timestamp": 1636808848894, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgw2xbk4qtltwbvnt2e6/1.0/resourceInstances/pnf32eec3e9cd010/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-13T13:07:53.399Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-13T13:07:53.399Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-13T13:07:53.400Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f840224e-47c1-4eaa-a037-f34bdb7ea101", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636808854235, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgw2xbk4qtltwbvnt2e6/1.0/resourceInstances/pnf32eec3e9cd010/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-13T13:07:53.400Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-13T13:07:53.400Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-13T13:07:53.400Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f840224e-47c1-4eaa-a037-f34bdb7ea101", "consumerID": "policy-id", "timestamp": 1636808850126, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgw2xbk4qtltwbvnt2e6/1.0/resourceInstances/pnf32eec3e9cd010/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-13T13:07:53.400Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-13T13:07:53.400Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-13T13:07:53.400Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f840224e-47c1-4eaa-a037-f34bdb7ea101", "consumerID": "dcae-sch", "timestamp": 1636808859599, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgw2xbk4qtltwbvnt2e6/1.0/resourceInstances/pnf32eec3e9cd010/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-13T13:07:53.400Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-13T13:07:53.400Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-13T13:07:53.400Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f840224e-47c1-4eaa-a037-f34bdb7ea101", "consumerID": "ves-openapi-manager", "timestamp": 1636808861162, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgw2xbk4qtltwbvnt2e6/1.0/resourceInstances/pnf32eec3e9cd010/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T13:07:53.400Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-13T13:07:53.400Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-13T13:07:53.401Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f840224e-47c1-4eaa-a037-f34bdb7ea101", "consumerID": "cds", "timestamp": 1636808848894, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgw2xbk4qtltwbvnt2e6/1.0/resourceInstances/pnf32eec3e9cd010/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-13T13:07:53.401Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-13T13:07:53.401Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-13T13:07:53.401Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f840224e-47c1-4eaa-a037-f34bdb7ea101", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636808854235, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgw2xbk4qtltwbvnt2e6/1.0/resourceInstances/pnf32eec3e9cd010/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-13T13:07:53.401Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-13T13:07:53.401Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-13T13:07:53.401Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f840224e-47c1-4eaa-a037-f34bdb7ea101", "consumerID": "policy-id", "timestamp": 1636808850126, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgw2xbk4qtltwbvnt2e6/1.0/resourceInstances/pnf32eec3e9cd010/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-13T13:07:53.401Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-13T13:07:53.401Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-13T13:07:53.401Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f840224e-47c1-4eaa-a037-f34bdb7ea101", "consumerID": "dcae-sch", "timestamp": 1636808859599, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgw2xbk4qtltwbvnt2e6/1.0/resourceInstances/pnf32eec3e9cd010/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-13T13:07:53.402Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-13T13:07:53.402Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-13T13:07:53.402Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f840224e-47c1-4eaa-a037-f34bdb7ea101", "consumerID": "ves-openapi-manager", "timestamp": 1636808861162, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgw2xbk4qtltwbvnt2e6/1.0/resourceInstances/pnf32eec3e9cd010/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-13T13:07:53.402Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-13T13:07:53.402Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-13T13:07:53.402Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f840224e-47c1-4eaa-a037-f34bdb7ea101", "consumerID": "cds", "timestamp": 1636808848894, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgw2xbk4qtltwbvnt2e6/1.0/artifacts/service-DemoPnfCgw2xbk4qtltwbvnt2e6-template.yml", "status": "NOT_NOTIFIED" } 2021-11-13T13:07:53.402Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-13T13:07:53.402Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-13T13:07:53.402Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f840224e-47c1-4eaa-a037-f34bdb7ea101", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636808854235, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgw2xbk4qtltwbvnt2e6/1.0/artifacts/service-DemoPnfCgw2xbk4qtltwbvnt2e6-template.yml", "status": "NOT_NOTIFIED" } 2021-11-13T13:07:53.402Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-13T13:07:53.402Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-13T13:07:53.402Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f840224e-47c1-4eaa-a037-f34bdb7ea101", "consumerID": "policy-id", "timestamp": 1636808850126, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgw2xbk4qtltwbvnt2e6/1.0/artifacts/service-DemoPnfCgw2xbk4qtltwbvnt2e6-template.yml", "status": "NOT_NOTIFIED" } 2021-11-13T13:07:53.403Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-13T13:07:53.403Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-13T13:07:53.403Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f840224e-47c1-4eaa-a037-f34bdb7ea101", "consumerID": "dcae-sch", "timestamp": 1636808859599, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgw2xbk4qtltwbvnt2e6/1.0/resourceInstances/pnf32eec3e9cd010/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T13:07:53.403Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-13T13:07:53.403Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-13T13:07:53.403Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f840224e-47c1-4eaa-a037-f34bdb7ea101", "consumerID": "ves-openapi-manager", "timestamp": 1636808861162, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgw2xbk4qtltwbvnt2e6/1.0/resourceInstances/pnf32eec3e9cd010/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-13T13:07:53.403Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-13T13:07:53.403Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-13T13:07:53.403Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f840224e-47c1-4eaa-a037-f34bdb7ea101", "consumerID": "cds", "timestamp": 1636808848894, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgw2xbk4qtltwbvnt2e6/1.0/artifacts/service-DemoPnfCgw2xbk4qtltwbvnt2e6-csar.csar", "status": "NOTIFIED" } 2021-11-13T13:07:53.403Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-13T13:07:53.403Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-13T13:07:53.404Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f840224e-47c1-4eaa-a037-f34bdb7ea101", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636808854235, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgw2xbk4qtltwbvnt2e6/1.0/artifacts/service-DemoPnfCgw2xbk4qtltwbvnt2e6-csar.csar", "status": "NOTIFIED" } 2021-11-13T13:07:53.404Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-13T13:07:53.404Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-13T13:07:53.404Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f840224e-47c1-4eaa-a037-f34bdb7ea101", "consumerID": "policy-id", "timestamp": 1636808850126, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgw2xbk4qtltwbvnt2e6/1.0/artifacts/service-DemoPnfCgw2xbk4qtltwbvnt2e6-csar.csar", "status": "NOTIFIED" } 2021-11-13T13:07:53.404Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-13T13:07:53.404Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-13T13:07:53.404Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f840224e-47c1-4eaa-a037-f34bdb7ea101", "consumerID": "dcae-sch", "timestamp": 1636808859599, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgw2xbk4qtltwbvnt2e6/1.0/resourceInstances/pnf32eec3e9cd010/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-13T13:07:53.404Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-13T13:07:53.404Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-13T13:07:53.404Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f840224e-47c1-4eaa-a037-f34bdb7ea101", "consumerID": "ves-openapi-manager", "timestamp": 1636808861162, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgw2xbk4qtltwbvnt2e6/1.0/resourceInstances/pnf32eec3e9cd010/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T13:07:53.404Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-13T13:07:53.405Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-13T13:07:53.405Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f840224e-47c1-4eaa-a037-f34bdb7ea101", "consumerID": "cds", "timestamp": 1636808865201, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgw2xbk4qtltwbvnt2e6/1.0/artifacts/service-DemoPnfCgw2xbk4qtltwbvnt2e6-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-13T13:07:53.405Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T13:07:53.405Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-13T13:07:53.405Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f840224e-47c1-4eaa-a037-f34bdb7ea101", "consumerID": "dcae-sch", "timestamp": 1636808859599, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgw2xbk4qtltwbvnt2e6/1.0/resourceInstances/pnf32eec3e9cd010/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-13T13:07:53.405Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-13T13:07:53.405Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-13T13:07:53.405Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f840224e-47c1-4eaa-a037-f34bdb7ea101", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636808865283, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgw2xbk4qtltwbvnt2e6/1.0/artifacts/service-DemoPnfCgw2xbk4qtltwbvnt2e6-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-13T13:07:53.405Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T13:07:53.405Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-13T13:07:53.406Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f840224e-47c1-4eaa-a037-f34bdb7ea101", "consumerID": "policy-id", "timestamp": 1636808865380, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgw2xbk4qtltwbvnt2e6/1.0/artifacts/service-DemoPnfCgw2xbk4qtltwbvnt2e6-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-13T13:07:53.406Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T13:07:53.406Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-13T13:07:53.406Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f840224e-47c1-4eaa-a037-f34bdb7ea101", "consumerID": "ves-openapi-manager", "timestamp": 1636808861162, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgw2xbk4qtltwbvnt2e6/1.0/resourceInstances/pnf32eec3e9cd010/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-13T13:07:53.406Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-13T13:07:53.406Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-13T13:07:53.406Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f840224e-47c1-4eaa-a037-f34bdb7ea101", "consumerID": "cds", "timestamp": 1636808866208, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgw2xbk4qtltwbvnt2e6/1.0/artifacts/service-DemoPnfCgw2xbk4qtltwbvnt2e6-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 (?, ?, ?, ?, ?) 2021-11-13T13:07:53.416Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f840224e-47c1-4eaa-a037-f34bdb7ea101 2021-11-13T13:07:53.416Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f840224e-47c1-4eaa-a037-f34bdb7ea101 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 (?, ?, ?, ?, ?) 2021-11-13T13:07:53.421Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-13T13:07:53.421Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f840224e-47c1-4eaa-a037-f34bdb7ea101", "consumerID": "dcae-sch", "timestamp": 1636808859599, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgw2xbk4qtltwbvnt2e6/1.0/artifacts/service-DemoPnfCgw2xbk4qtltwbvnt2e6-template.yml", "status": "NOT_NOTIFIED" } 2021-11-13T13:07:53.421Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-13T13:07:53.421Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-13T13:07:53.421Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f840224e-47c1-4eaa-a037-f34bdb7ea101", "consumerID": "policy-id", "timestamp": 1636808866383, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgw2xbk4qtltwbvnt2e6/1.0/artifacts/service-DemoPnfCgw2xbk4qtltwbvnt2e6-csar.csar", "status": "DEPLOY_OK" } 2021-11-13T13:07:53.421Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T13:07:53.421Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-13T13:07:53.421Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f840224e-47c1-4eaa-a037-f34bdb7ea101", "consumerID": "ves-openapi-manager", "timestamp": 1636808861162, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgw2xbk4qtltwbvnt2e6/1.0/resourceInstances/pnf32eec3e9cd010/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-11-13T13:07:53.421Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-13T13:07:53.421Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-13T13:07:53.421Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f840224e-47c1-4eaa-a037-f34bdb7ea101", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636808867052, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgw2xbk4qtltwbvnt2e6/1.0/artifacts/service-DemoPnfCgw2xbk4qtltwbvnt2e6-csar.csar", "status": "DEPLOY_OK" } 2021-11-13T13:07:53.421Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T13:07:53.421Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-13T13:07:53.421Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f840224e-47c1-4eaa-a037-f34bdb7ea101", "consumerID": "dcae-sch", "timestamp": 1636808859599, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgw2xbk4qtltwbvnt2e6/1.0/artifacts/service-DemoPnfCgw2xbk4qtltwbvnt2e6-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-13T13:07:53.422Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-13T13:07:53.422Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-13T13:07:53.422Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f840224e-47c1-4eaa-a037-f34bdb7ea101", "consumerID": "multicloud-k8s-id", "timestamp": 1636808866618, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgw2xbk4qtltwbvnt2e6/1.0/resourceInstances/pnf32eec3e9cd010/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T13:07:53.422Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-13T13:07:53.422Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-13T13:07:53.422Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f840224e-47c1-4eaa-a037-f34bdb7ea101", "consumerID": "policy-id", "timestamp": 1636808867385, "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=? 2021-11-13T13:07:53.426Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f840224e-47c1-4eaa-a037-f34bdb7ea101 2021-11-13T13:07:53.426Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f840224e-47c1-4eaa-a037-f34bdb7ea101 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 (?, ?, ?, ?, ?) 2021-11-13T13:07:53.434Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-13T13:07:53.434Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f840224e-47c1-4eaa-a037-f34bdb7ea101", "consumerID": "ves-openapi-manager", "timestamp": 1636808861162, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgw2xbk4qtltwbvnt2e6/1.0/artifacts/service-DemoPnfCgw2xbk4qtltwbvnt2e6-template.yml", "status": "NOT_NOTIFIED" } 2021-11-13T13:07:53.434Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-13T13:07:53.434Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-13T13:07:53.434Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f840224e-47c1-4eaa-a037-f34bdb7ea101", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636808868055, "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=? 2021-11-13T13:07:53.438Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f840224e-47c1-4eaa-a037-f34bdb7ea101 2021-11-13T13:07:53.438Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f840224e-47c1-4eaa-a037-f34bdb7ea101 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 (?, ?, ?, ?, ?) 2021-11-13T13:07:53.442Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-13T13:07:53.442Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f840224e-47c1-4eaa-a037-f34bdb7ea101", "consumerID": "multicloud-k8s-id", "timestamp": 1636808866618, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgw2xbk4qtltwbvnt2e6/1.0/resourceInstances/pnf32eec3e9cd010/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-13T13:07:53.442Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-13T13:07:53.442Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-13T13:07:53.442Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f840224e-47c1-4eaa-a037-f34bdb7ea101", "consumerID": "ves-openapi-manager", "timestamp": 1636808861162, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgw2xbk4qtltwbvnt2e6/1.0/artifacts/service-DemoPnfCgw2xbk4qtltwbvnt2e6-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-13T13:07:53.442Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-13T13:07:53.442Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-13T13:07:53.442Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f840224e-47c1-4eaa-a037-f34bdb7ea101", "consumerID": "multicloud-k8s-id", "timestamp": 1636808866618, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgw2xbk4qtltwbvnt2e6/1.0/resourceInstances/pnf32eec3e9cd010/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-13T13:07:53.442Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-13T13:07:53.443Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-13T13:07:53.443Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f840224e-47c1-4eaa-a037-f34bdb7ea101", "consumerID": "ves-openapi-manager", "timestamp": 1636808870090, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgw2xbk4qtltwbvnt2e6/1.0/resourceInstances/pnf32eec3e9cd010/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-11-13T13:07:53.443Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T13:07:53.443Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-13T13:07:53.443Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f840224e-47c1-4eaa-a037-f34bdb7ea101", "consumerID": "multicloud-k8s-id", "timestamp": 1636808866618, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgw2xbk4qtltwbvnt2e6/1.0/resourceInstances/pnf32eec3e9cd010/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T13:07:53.443Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-13T13:07:53.443Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-13T13:07:53.443Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f840224e-47c1-4eaa-a037-f34bdb7ea101", "consumerID": "multicloud-k8s-id", "timestamp": 1636808866618, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgw2xbk4qtltwbvnt2e6/1.0/resourceInstances/pnf32eec3e9cd010/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-13T13:07:53.443Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-13T13:07:53.443Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-13T13:07:53.443Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f840224e-47c1-4eaa-a037-f34bdb7ea101", "consumerID": "aai-ml", "timestamp": 1636808870683, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgw2xbk4qtltwbvnt2e6/1.0/resourceInstances/pnf32eec3e9cd010/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T13:07:53.443Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-13T13:07:53.443Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-13T13:07:53.443Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f840224e-47c1-4eaa-a037-f34bdb7ea101", "consumerID": "ves-openapi-manager", "timestamp": 1636808871322, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgw2xbk4qtltwbvnt2e6/1.0/resourceInstances/pnf32eec3e9cd010/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-11-13T13:07:53.443Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T13:07:53.443Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-13T13:07:53.443Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f840224e-47c1-4eaa-a037-f34bdb7ea101", "consumerID": "multicloud-k8s-id", "timestamp": 1636808866618, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgw2xbk4qtltwbvnt2e6/1.0/resourceInstances/pnf32eec3e9cd010/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-13T13:07:53.443Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-13T13:07:53.443Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-13T13:07:53.443Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f840224e-47c1-4eaa-a037-f34bdb7ea101", "consumerID": "aai-ml", "timestamp": 1636808870683, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgw2xbk4qtltwbvnt2e6/1.0/resourceInstances/pnf32eec3e9cd010/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-13T13:07:53.444Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-13T13:07:53.444Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-13T13:07:53.444Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f840224e-47c1-4eaa-a037-f34bdb7ea101", "consumerID": "ves-openapi-manager", "timestamp": 1636808872328, "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=? 2021-11-13T13:07:53.447Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of f840224e-47c1-4eaa-a037-f34bdb7ea101 2021-11-13T13:07:53.447Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f840224e-47c1-4eaa-a037-f34bdb7ea101 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 (?, ?, ?, ?, ?) 2021-11-13T13:07:53.662Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:07:53.664Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-13T13:07:53.664Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"f840224e-47c1-4eaa-a037-f34bdb7ea101","serviceName":"Demo_pNF_CgW2Xbk4qTlTwbVnT2e6","serviceVersion":"1.0","serviceUUID":"023f980e-d5fd-441f-85dc-544953532c30","serviceDescription":"catalog service description","serviceInvariantUUID":"07ef90c1-3f99-45d4-af2d-24d334d53da3","resources":[{"resourceInstanceName":"pNF 32eec3e9-cd01 0","resourceName":"pNF 32eec3e9-cd01","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"39377d1e-1189-4779-9902-7474ba762fdb","resourceInvariantUUID":"ab4129f5-8cc4-453b-b635-7093d451891e","resourceCustomizationUUID":"8a6664b3-ea0b-49a6-a7cc-9f3cd976a9a2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCgw2xbk4qtltwbvnt2e6/1.0/resourceInstances/pnf32eec3e9cd010/artifacts/vf-license-model.xml","artifactChecksum":"OTY4MjI0ZGU4M2M4NzEyNjI0ZThjMTRhOTBjYzE4ODU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fdb1bb84-78c4-4524-b18d-c633ab1de664","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCgw2xbk4qtltwbvnt2e6/1.0/resourceInstances/pnf32eec3e9cd010/artifacts/pNF.csar","artifactChecksum":"Nzc2OGUzZjYzZmY2ZWNiNWU2ZjJmNTQ5NTMxZjI5YjE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d58bef79-8586-4c17-a967-e43fbb6029ff","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCgw2xbk4qtltwbvnt2e6/1.0/resourceInstances/pnf32eec3e9cd010/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c0007264-444d-427a-8406-c4295a6987dc","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCgw2xbk4qtltwbvnt2e6/1.0/resourceInstances/pnf32eec3e9cd010/artifacts/vendor-license-model.xml","artifactChecksum":"YTZiMWY5ZDIzMmQ0ZGVmNjdjMzAzNjA2ZDI5YWIwYjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"76e9e96a-2e55-4433-be19-4ccce75e81ee","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfCgw2xbk4qtltwbvnt2e6/1.0/resourceInstances/pnf32eec3e9cd010/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3ea7df57-dd25-40f9-a7bc-86d4b57b74bd","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfCgw2xbk4qtltwbvnt2e6/1.0/resourceInstances/pnf32eec3e9cd010/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4fd433c0-611c-4dd4-bd4f-6f49f8072756","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfCgw2xbk4qtltwbvnt2e6-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCgw2xbk4qtltwbvnt2e6/1.0/artifacts/service-DemoPnfCgw2xbk4qtltwbvnt2e6-template.yml","artifactChecksum":"OTgzNDY2MGNkZjM3ODA1MmI3NTQ1ZjUxZjZiZmZhOWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"16218910-f468-4fb7-9d87-fc99e2d1a4ea","artifactVersion":"1"},{"artifactName":"service-DemoPnfCgw2xbk4qtltwbvnt2e6-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfCgw2xbk4qtltwbvnt2e6/1.0/artifacts/service-DemoPnfCgw2xbk4qtltwbvnt2e6-csar.csar","artifactChecksum":"ZDBkMmRlZGYwMWMyNmE4OGEwMTE3MGZlYmJjOTIwMjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6c952017-2487-41bd-b0b6-a063b7b338ab","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-13T13:07:53.667Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-13T13:07:53.667Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-13T13:07:53.669Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-13T13:07:53.669Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f840224e-47c1-4eaa-a037-f34bdb7ea101", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636808873033, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgw2xbk4qtltwbvnt2e6/1.0/resourceInstances/pnf32eec3e9cd010/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T13:07:53.769Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 70 ms 2021-11-13T13:07:53.770Z||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. 2021-11-13T13:07:53.770Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as av4G2cPWChdmQ79q) ... 2021-11-13T13:07:53.781Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:07:53.782Z||pool-35-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-11-13T13:07:54.699Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-13T13:07:54.700Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-13T13:07:54.702Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-13T13:07:54.702Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f840224e-47c1-4eaa-a037-f34bdb7ea101", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636808873033, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgw2xbk4qtltwbvnt2e6/1.0/resourceInstances/pnf32eec3e9cd010/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-13T13:07:54.802Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-13T13:07:54.803Z||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. 2021-11-13T13:07:54.803Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as av4G2cPWChdmQ79q) ... 2021-11-13T13:07:54.815Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:07:54.816Z||pool-36-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-13T13:07:55.703Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-13T13:07:55.704Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-13T13:07:55.706Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-13T13:07:55.706Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f840224e-47c1-4eaa-a037-f34bdb7ea101", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636808873033, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgw2xbk4qtltwbvnt2e6/1.0/resourceInstances/pnf32eec3e9cd010/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-13T13:07:55.806Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-13T13:07:55.807Z||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. 2021-11-13T13:07:55.807Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as av4G2cPWChdmQ79q) ... 2021-11-13T13:07:55.819Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:07:55.819Z||pool-37-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-13T13:07:56.707Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-13T13:07:56.708Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-13T13:07:56.709Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-13T13:07:56.709Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f840224e-47c1-4eaa-a037-f34bdb7ea101", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636808873033, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgw2xbk4qtltwbvnt2e6/1.0/resourceInstances/pnf32eec3e9cd010/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T13:07:56.809Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-13T13:07:56.810Z||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. 2021-11-13T13:07:56.810Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as av4G2cPWChdmQ79q) ... 2021-11-13T13:07:56.823Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:07:56.824Z||pool-38-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-13T13:07:57.710Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-13T13:07:57.711Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-13T13:07:57.713Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-13T13:07:57.714Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f840224e-47c1-4eaa-a037-f34bdb7ea101", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636808873033, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgw2xbk4qtltwbvnt2e6/1.0/resourceInstances/pnf32eec3e9cd010/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-13T13:07:57.814Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-13T13:07:57.815Z||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. 2021-11-13T13:07:57.815Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as av4G2cPWChdmQ79q) ... 2021-11-13T13:07:57.830Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:07:57.830Z||pool-39-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-11-13T13:07:58.715Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-13T13:07:58.716Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-13T13:07:58.719Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-13T13:07:58.719Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f840224e-47c1-4eaa-a037-f34bdb7ea101", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636808873033, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgw2xbk4qtltwbvnt2e6/1.0/resourceInstances/pnf32eec3e9cd010/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-13T13:07:58.819Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-13T13:07:58.820Z||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. 2021-11-13T13:07:58.820Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as av4G2cPWChdmQ79q) ... 2021-11-13T13:07:58.831Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:07:58.832Z||pool-40-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-13T13:07:59.720Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-13T13:07:59.721Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-13T13:07:59.723Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-13T13:07:59.724Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f840224e-47c1-4eaa-a037-f34bdb7ea101", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636808873033, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgw2xbk4qtltwbvnt2e6/1.0/artifacts/service-DemoPnfCgw2xbk4qtltwbvnt2e6-template.yml", "status": "NOT_NOTIFIED" } 2021-11-13T13:07:59.823Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-13T13:07:59.824Z||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. 2021-11-13T13:07:59.824Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as av4G2cPWChdmQ79q) ... 2021-11-13T13:07:59.839Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:07:59.839Z||pool-41-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-11-13T13:08:00.725Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-13T13:08:00.726Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-13T13:08:00.727Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-13T13:08:00.727Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f840224e-47c1-4eaa-a037-f34bdb7ea101", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636808873033, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgw2xbk4qtltwbvnt2e6/1.0/artifacts/service-DemoPnfCgw2xbk4qtltwbvnt2e6-csar.csar", "status": "NOTIFIED" } 2021-11-13T13:08:00.827Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-13T13:08:00.828Z||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. 2021-11-13T13:08:00.829Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as av4G2cPWChdmQ79q) ... 2021-11-13T13:08:00.841Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:08:00.842Z||pool-42-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-11-13T13:08:01.729Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "f840224e-47c1-4eaa-a037-f34bdb7ea101", "serviceName": "Demo_pNF_CgW2Xbk4qTlTwbVnT2e6", "serviceVersion": "1.0", "serviceUUID": "023f980e-d5fd-441f-85dc-544953532c30", "serviceDescription": "catalog service description", "serviceInvariantUUID": "07ef90c1-3f99-45d4-af2d-24d334d53da3", "resources": [ { "resourceInstanceName": "pNF 32eec3e9-cd01 0", "resourceCustomizationUUID": "8a6664b3-ea0b-49a6-a7cc-9f3cd976a9a2", "resourceName": "pNF 32eec3e9-cd01", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "39377d1e-1189-4779-9902-7474ba762fdb", "resourceInvariantUUID": "ab4129f5-8cc4-453b-b635-7093d451891e", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfCgw2xbk4qtltwbvnt2e6-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgw2xbk4qtltwbvnt2e6/1.0/artifacts/service-DemoPnfCgw2xbk4qtltwbvnt2e6-csar.csar", "artifactChecksum": "ZDBkMmRlZGYwMWMyNmE4OGEwMTE3MGZlYmJjOTIwMjc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "6c952017-2487-41bd-b0b6-a063b7b338ab" } ], "workloadContext": "Production" } 2021-11-13T13:08:01.729Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-13T13:08:01.729Z|6af45393-e122-49b7-9e93-7394b19205ce|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 023f980e-d5fd-441f-85dc-544953532c30 ASDC 2021-11-13T13:08:01.730Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:f840224e-47c1-4eaa-a037-f34bdb7ea101 ServiceName:Demo_pNF_CgW2Xbk4qTlTwbVnT2e6 ServiceVersion:1.0 ServiceUUID:023f980e-d5fd-441f-85dc-544953532c30 ServiceInvariantUUID:07ef90c1-3f99-45d4-af2d-24d334d53da3 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfCgw2xbk4qtltwbvnt2e6-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfCgw2xbk4qtltwbvnt2e6/1.0/artifacts/service-DemoPnfCgw2xbk4qtltwbvnt2e6-csar.csar ArtifactUUID:6c952017-2487-41bd-b0b6-a063b7b338ab ArtifactChecksum:ZDBkMmRlZGYwMWMyNmE4OGEwMTE3MGZlYmJjOTIwMjc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 32eec3e9-cd01 0 ResourceCustomizationUUID:8a6664b3-ea0b-49a6-a7cc-9f3cd976a9a2 ResourceInvariantUUID:ab4129f5-8cc4-453b-b635-7093d451891e ResourceName:pNF 32eec3e9-cd01 ResourceType:PNF ResourceUUID:39377d1e-1189-4779-9902-7474ba762fdb ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-11-13T13:08:01.730Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 023f980e-d5fd-441f-85dc-544953532c30 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=? 2021-11-13T13:08:02.531Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-13T13:08:02.532Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-11-13T13:08:02.532Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-11-13T13:08:02.532Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 6c952017-2487-41bd-b0b6-a063b7b338ab from URL: /sdc/v1/catalog/services/DemoPnfCgw2xbk4qtltwbvnt2e6/1.0/artifacts/service-DemoPnfCgw2xbk4qtltwbvnt2e6-csar.csar 2021-11-13T13:08:02.532Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-11-13T13:08:02.532Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfCgw2xbk4qtltwbvnt2e6/1.0/artifacts/service-DemoPnfCgw2xbk4qtltwbvnt2e6-csar.csar 2021-11-13T13:08:02.595Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-11-13T13:08:02.599Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfCgw2xbk4qtltwbvnt2e6/1.0/artifacts/service-DemoPnfCgw2xbk4qtltwbvnt2e6-csar.csar 6c952017-2487-41bd-b0b6-a063b7b338ab 82627 2021-11-13T13:08:02.599Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfCgw2xbk4qtltwbvnt2e6/1.0/artifacts/service-DemoPnfCgw2xbk4qtltwbvnt2e6-csar.csar ASDC sendASDCNotification 2021-11-13T13:08:02.599Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfCgw2xbk4qtltwbvnt2e6/1.0/artifacts/service-DemoPnfCgw2xbk4qtltwbvnt2e6-csar.csar 2021-11-13T13:08:02.600Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-13T13:08:02.600Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-13T13:08:02.601Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-13T13:08:02.601Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f840224e-47c1-4eaa-a037-f34bdb7ea101", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636808882599, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgw2xbk4qtltwbvnt2e6/1.0/artifacts/service-DemoPnfCgw2xbk4qtltwbvnt2e6-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-13T13:08:02.702Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-13T13:08:02.703Z||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. 2021-11-13T13:08:02.703Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as av4G2cPWChdmQ79q) ... 2021-11-13T13:08:02.716Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:08:02.717Z||pool-43-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-11-13T13:08:03.602Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-13T13:08:03.603Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-11-13T13:08:03.603Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 6c952017-2487-41bd-b0b6-a063b7b338ab, URL: /sdc/v1/catalog/services/DemoPnfCgw2xbk4qtltwbvnt2e6/1.0/artifacts/service-DemoPnfCgw2xbk4qtltwbvnt2e6-csar.csar to file: /app/ASDC/1/service-DemoPnfCgw2xbk4qtltwbvnt2e6-csar.csar 2021-11-13T13:08:03.603Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfCgw2xbk4qtltwbvnt2e6-csar.csar 2021-11-13T13:08:03.603Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfCgw2xbk4qtltwbvnt2e6-csar.csar 2021-11-13T13:08:03.603Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfCgw2xbk4qtltwbvnt2e6-csar.csar 2021-11-13T13:08:03.681Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13835831176761352880/Definitions/service-DemoPnfCgw2xbk4qtltwbvnt2e6-template.yml 2021-11-13T13:08:04.258Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-13T13:08:04.258Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||WARN|500||#################################################################################################### 2021-11-13T13:08:04.259Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfCgw2xbk4qtltwbvnt2e6-csar.csar 2021-11-13T13:08:04.259Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2021-11-13T13:08:04.259Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 32eec3e9-cd01 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-DemoPnfCgw2xbk4qtltwbvnt2e6-csar.csar 2021-11-13T13:08:04.259Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfCgw2xbk4qtltwbvnt2e6-csar.csar 2021-11-13T13:08:04.259Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfCgw2xbk4qtltwbvnt2e6-csar.csar 2021-11-13T13:08:04.259Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfCgw2xbk4qtltwbvnt2e6-csar.csar 2021-11-13T13:08:04.259Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfCgw2xbk4qtltwbvnt2e6-csar.csar 2021-11-13T13:08:04.259Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfCgw2xbk4qtltwbvnt2e6-csar.csar 2021-11-13T13:08:04.259Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfCgw2xbk4qtltwbvnt2e6-csar.csar 2021-11-13T13:08:04.259Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||WARN|500||#################################################################################################### 2021-11-13T13:08:04.259Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T13:08:04.259Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_CgW2Xbk4qTlTwbVnT2e6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-13T13:08:04.259Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||DEBUG|500||Node template pNF 32eec3e9-cd01 0 is matching search criteria 2021-11-13T13:08:04.259Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2021-11-13T13:08:04.259Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 32eec3e9-cd01 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-13T13:08:04.260Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T13:08:04.260Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_CgW2Xbk4qTlTwbVnT2e6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-13T13:08:04.260Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||DEBUG|500||Node template pNF 32eec3e9-cd01 0 is matching search criteria 2021-11-13T13:08:04.260Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2021-11-13T13:08:04.260Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 32eec3e9-cd01 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-13T13:08:04.260Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T13:08:04.260Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_CgW2Xbk4qTlTwbVnT2e6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-13T13:08:04.260Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T13:08:04.260Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_CgW2Xbk4qTlTwbVnT2e6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-13T13:08:04.260Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T13:08:04.260Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_CgW2Xbk4qTlTwbVnT2e6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-13T13:08:04.260Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T13:08:04.260Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_CgW2Xbk4qTlTwbVnT2e6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-13T13:08:04.260Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T13:08:04.260Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_CgW2Xbk4qTlTwbVnT2e6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-13T13:08:04.261Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_CgW2Xbk4qTlTwbVnT2e6 Description:catalog service description Model UUID:023f980e-d5fd-441f-85dc-544953532c30 Model Version:NULL Model InvariantUuid:07ef90c1-3f99-45d4-af2d-24d334d53da3 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=? 2021-11-13T13:08:04.522Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 39377d1e-1189-4779-9902-7474ba762fdb 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=? 2021-11-13T13:08:04.525Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||INFO|500||pNF 32eec3e9-cd01 0 2021-11-13T13:08:04.525Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 39377d1e-1189-4779-9902-7474ba762fdb 2021-11-13T13:08:04.526Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 023f980e-d5fd-441f-85dc-544953532c30 2021-11-13T13:08:04.526Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 023f980e-d5fd-441f-85dc-544953532c30 2021-11-13T13:08:04.527Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 32eec3e9-cd01 0 39377d1e-1189-4779-9902-7474ba762fdb 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=? 2021-11-13T13:08:04.531Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@437ae481, org.onap.sdc.toscaparser.api.parameters.Input@818195a, org.onap.sdc.toscaparser.api.parameters.Input@c8ae06d, org.onap.sdc.toscaparser.api.parameters.Input@387a24fc, org.onap.sdc.toscaparser.api.parameters.Input@2c30919e] 2021-11-13T13:08:04.531Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T13:08:04.531Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_CgW2Xbk4qTlTwbVnT2e6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-13T13:08:04.532Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 023f980e-d5fd-441f-85dc-544953532c30: pNF 32eec3e9-cd01 2021-11-13T13:08:04.532Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||INFO|500||Processing PNF resource: 39377d1e-1189-4779-9902-7474ba762fdb 2021-11-13T13:08:04.532Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T13:08:04.532Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_CgW2Xbk4qTlTwbVnT2e6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-13T13:08:04.532Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||INFO|500||Resource customization UUID: 8a6664b3-ea0b-49a6-a7cc-9f3cd976a9a2 is the same as notified resource customizationUUID: 8a6664b3-ea0b-49a6-a7cc-9f3cd976a9a2 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 (?, ?) 2021-11-13T13:08:05.554Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 32eec3e9-cd01 39377d1e-1189-4779-9902-7474ba762fdb 0 ASDC deployResourceStructure 2021-11-13T13:08:05.554Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfCgw2xbk4qtltwbvnt2e6/1.0/artifacts/service-DemoPnfCgw2xbk4qtltwbvnt2e6-csar.csar ASDC sendASDCNotification 2021-11-13T13:08:05.554Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfCgw2xbk4qtltwbvnt2e6/1.0/artifacts/service-DemoPnfCgw2xbk4qtltwbvnt2e6-csar.csar 2021-11-13T13:08:05.555Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-13T13:08:05.555Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-13T13:08:05.557Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-13T13:08:05.557Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f840224e-47c1-4eaa-a037-f34bdb7ea101", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636808885554, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgw2xbk4qtltwbvnt2e6/1.0/artifacts/service-DemoPnfCgw2xbk4qtltwbvnt2e6-csar.csar", "status": "DEPLOY_OK" } 2021-11-13T13:08:05.658Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-13T13:08:05.658Z||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. 2021-11-13T13:08:05.659Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as av4G2cPWChdmQ79q) ... 2021-11-13T13:08:05.670Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:08:05.671Z||pool-44-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-13T13:08:06.558Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f840224e-47c1-4eaa-a037-f34bdb7ea101 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-11-13T13:08:07.525Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f840224e-47c1-4eaa-a037-f34bdb7ea101 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-13T13:08:07.528Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-13T13:08:07.528Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-13T13:08:07.528Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-13T13:08:37.528Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f840224e-47c1-4eaa-a037-f34bdb7ea101 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-11-13T13:08:37.536Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f840224e-47c1-4eaa-a037-f34bdb7ea101 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-13T13:08:37.538Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-13T13:08:37.538Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-13T13:08:37.539Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-13T13:08:53.035Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T13:08:53.036Z||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. 2021-11-13T13:08:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T13:08:53.056Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:08:53.056Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-13T13:08:53.056Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f840224e-47c1-4eaa-a037-f34bdb7ea101", "consumerID": "multicloud-k8s-id", "timestamp": 1636808866618, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgw2xbk4qtltwbvnt2e6/1.0/artifacts/service-DemoPnfCgw2xbk4qtltwbvnt2e6-template.yml", "status": "NOT_NOTIFIED" } 2021-11-13T13:08:53.057Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-13T13:09:07.539Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f840224e-47c1-4eaa-a037-f34bdb7ea101 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-11-13T13:09:07.547Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f840224e-47c1-4eaa-a037-f34bdb7ea101 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-13T13:09:07.551Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-13T13:09:07.551Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-13T13:09:07.551Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-13T13:09:37.551Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f840224e-47c1-4eaa-a037-f34bdb7ea101 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-11-13T13:09:37.562Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f840224e-47c1-4eaa-a037-f34bdb7ea101 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-13T13:09:37.565Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-13T13:09:37.565Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-13T13:09:37.565Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-13T13:09:53.035Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T13:09:53.036Z||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. 2021-11-13T13:09:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T13:09:53.063Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:09:53.063Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-13T13:09:53.064Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f840224e-47c1-4eaa-a037-f34bdb7ea101", "consumerID": "aai-ml", "timestamp": 1636808870683, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgw2xbk4qtltwbvnt2e6/1.0/resourceInstances/pnf32eec3e9cd010/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-13T13:09:53.064Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-13T13:10:07.565Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f840224e-47c1-4eaa-a037-f34bdb7ea101 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-11-13T13:10:07.575Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f840224e-47c1-4eaa-a037-f34bdb7ea101 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-13T13:10:07.578Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-13T13:10:07.578Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-13T13:10:07.578Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-13T13:10:37.578Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f840224e-47c1-4eaa-a037-f34bdb7ea101 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-11-13T13:10:38.548Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f840224e-47c1-4eaa-a037-f34bdb7ea101 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-13T13:10:38.551Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-13T13:10:38.552Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-13T13:10:38.552Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-13T13:10:53.035Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T13:10:53.036Z||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. 2021-11-13T13:10:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T13:10:53.061Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:10:53.063Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-13T13:10:53.063Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f840224e-47c1-4eaa-a037-f34bdb7ea101", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636808873033, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgw2xbk4qtltwbvnt2e6/1.0/resourceInstances/pnf32eec3e9cd010/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T13:10:53.063Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-13T13:10:53.063Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-13T13:10:53.063Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f840224e-47c1-4eaa-a037-f34bdb7ea101", "consumerID": "multicloud-k8s-id", "timestamp": 1636808866618, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgw2xbk4qtltwbvnt2e6/1.0/artifacts/service-DemoPnfCgw2xbk4qtltwbvnt2e6-csar.csar", "status": "NOTIFIED" } 2021-11-13T13:10:53.063Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-13T13:10:53.064Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-13T13:10:53.064Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f840224e-47c1-4eaa-a037-f34bdb7ea101", "consumerID": "aai-ml", "timestamp": 1636808870683, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgw2xbk4qtltwbvnt2e6/1.0/resourceInstances/pnf32eec3e9cd010/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T13:10:53.064Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-13T13:10:53.064Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-13T13:10:53.064Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f840224e-47c1-4eaa-a037-f34bdb7ea101", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636808873033, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgw2xbk4qtltwbvnt2e6/1.0/resourceInstances/pnf32eec3e9cd010/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-13T13:10:53.064Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-13T13:10:53.064Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-13T13:10:53.064Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f840224e-47c1-4eaa-a037-f34bdb7ea101", "consumerID": "aai-ml", "timestamp": 1636808870683, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgw2xbk4qtltwbvnt2e6/1.0/resourceInstances/pnf32eec3e9cd010/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-13T13:10:53.064Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-13T13:10:53.064Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-13T13:10:53.064Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f840224e-47c1-4eaa-a037-f34bdb7ea101", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636808873033, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgw2xbk4qtltwbvnt2e6/1.0/resourceInstances/pnf32eec3e9cd010/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-13T13:10:53.064Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-13T13:10:53.064Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-13T13:10:53.064Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f840224e-47c1-4eaa-a037-f34bdb7ea101", "consumerID": "clamp", "timestamp": 1636808875433, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgw2xbk4qtltwbvnt2e6/1.0/resourceInstances/pnf32eec3e9cd010/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T13:10:53.064Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-13T13:10:53.064Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-13T13:10:53.064Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f840224e-47c1-4eaa-a037-f34bdb7ea101", "consumerID": "aai-ml", "timestamp": 1636808870683, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgw2xbk4qtltwbvnt2e6/1.0/resourceInstances/pnf32eec3e9cd010/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-13T13:10:53.065Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-13T13:10:53.065Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-13T13:10:53.065Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f840224e-47c1-4eaa-a037-f34bdb7ea101", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636808873033, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgw2xbk4qtltwbvnt2e6/1.0/resourceInstances/pnf32eec3e9cd010/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T13:10:53.065Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-13T13:10:53.065Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-13T13:10:53.065Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f840224e-47c1-4eaa-a037-f34bdb7ea101", "consumerID": "clamp", "timestamp": 1636808875433, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgw2xbk4qtltwbvnt2e6/1.0/resourceInstances/pnf32eec3e9cd010/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-13T13:10:53.065Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-13T13:10:53.065Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-13T13:10:53.065Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f840224e-47c1-4eaa-a037-f34bdb7ea101", "consumerID": "aai-ml", "timestamp": 1636808870683, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgw2xbk4qtltwbvnt2e6/1.0/artifacts/service-DemoPnfCgw2xbk4qtltwbvnt2e6-template.yml", "status": "NOT_NOTIFIED" } 2021-11-13T13:10:53.065Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-13T13:10:53.065Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-13T13:10:53.065Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f840224e-47c1-4eaa-a037-f34bdb7ea101", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636808873033, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgw2xbk4qtltwbvnt2e6/1.0/resourceInstances/pnf32eec3e9cd010/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-13T13:10:53.065Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-13T13:10:53.065Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-13T13:10:53.065Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f840224e-47c1-4eaa-a037-f34bdb7ea101", "consumerID": "clamp", "timestamp": 1636808875433, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgw2xbk4qtltwbvnt2e6/1.0/resourceInstances/pnf32eec3e9cd010/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-13T13:10:53.065Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-13T13:10:53.065Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-13T13:10:53.066Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f840224e-47c1-4eaa-a037-f34bdb7ea101", "consumerID": "aai-ml", "timestamp": 1636808870683, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgw2xbk4qtltwbvnt2e6/1.0/artifacts/service-DemoPnfCgw2xbk4qtltwbvnt2e6-csar.csar", "status": "NOTIFIED" } 2021-11-13T13:10:53.066Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-13T13:10:53.066Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-13T13:10:53.066Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f840224e-47c1-4eaa-a037-f34bdb7ea101", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636808873033, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgw2xbk4qtltwbvnt2e6/1.0/resourceInstances/pnf32eec3e9cd010/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-13T13:10:53.066Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-13T13:10:53.066Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-13T13:10:53.066Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f840224e-47c1-4eaa-a037-f34bdb7ea101", "consumerID": "clamp", "timestamp": 1636808875433, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgw2xbk4qtltwbvnt2e6/1.0/resourceInstances/pnf32eec3e9cd010/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T13:10:53.066Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-13T13:10:53.066Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-13T13:10:53.066Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f840224e-47c1-4eaa-a037-f34bdb7ea101", "consumerID": "aai-ml", "timestamp": 1636808879402, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgw2xbk4qtltwbvnt2e6/1.0/artifacts/service-DemoPnfCgw2xbk4qtltwbvnt2e6-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-13T13:10:53.066Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T13:10:53.066Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-13T13:10:53.066Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f840224e-47c1-4eaa-a037-f34bdb7ea101", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636808873033, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgw2xbk4qtltwbvnt2e6/1.0/artifacts/service-DemoPnfCgw2xbk4qtltwbvnt2e6-template.yml", "status": "NOT_NOTIFIED" } 2021-11-13T13:10:53.066Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-13T13:10:53.066Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-13T13:10:53.066Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f840224e-47c1-4eaa-a037-f34bdb7ea101", "consumerID": "clamp", "timestamp": 1636808875433, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgw2xbk4qtltwbvnt2e6/1.0/resourceInstances/pnf32eec3e9cd010/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-13T13:10:53.066Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-13T13:10:53.066Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-13T13:10:53.066Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f840224e-47c1-4eaa-a037-f34bdb7ea101", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636808873033, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgw2xbk4qtltwbvnt2e6/1.0/artifacts/service-DemoPnfCgw2xbk4qtltwbvnt2e6-csar.csar", "status": "NOTIFIED" } 2021-11-13T13:10:53.067Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-13T13:10:53.067Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-13T13:10:53.067Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f840224e-47c1-4eaa-a037-f34bdb7ea101", "consumerID": "clamp", "timestamp": 1636808875433, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgw2xbk4qtltwbvnt2e6/1.0/resourceInstances/pnf32eec3e9cd010/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-13T13:10:53.067Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-13T13:10:53.067Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-13T13:10:53.067Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f840224e-47c1-4eaa-a037-f34bdb7ea101", "consumerID": "clamp", "timestamp": 1636808875433, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgw2xbk4qtltwbvnt2e6/1.0/artifacts/service-DemoPnfCgw2xbk4qtltwbvnt2e6-template.yml", "status": "NOT_NOTIFIED" } 2021-11-13T13:10:53.067Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-13T13:10:53.067Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-13T13:10:53.067Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f840224e-47c1-4eaa-a037-f34bdb7ea101", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636808882599, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgw2xbk4qtltwbvnt2e6/1.0/artifacts/service-DemoPnfCgw2xbk4qtltwbvnt2e6-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-13T13:10:53.067Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T13:10:53.067Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-13T13:10:53.067Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f840224e-47c1-4eaa-a037-f34bdb7ea101", "consumerID": "clamp", "timestamp": 1636808875433, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgw2xbk4qtltwbvnt2e6/1.0/artifacts/service-DemoPnfCgw2xbk4qtltwbvnt2e6-csar.csar", "status": "NOTIFIED" } 2021-11-13T13:10:53.067Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-13T13:10:53.067Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-13T13:10:53.067Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f840224e-47c1-4eaa-a037-f34bdb7ea101", "consumerID": "aai-ml", "timestamp": 1636808885086, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgw2xbk4qtltwbvnt2e6/1.0/artifacts/service-DemoPnfCgw2xbk4qtltwbvnt2e6-csar.csar", "status": "DEPLOY_OK" } 2021-11-13T13:10:53.067Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T13:10:53.068Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-13T13:10:53.068Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f840224e-47c1-4eaa-a037-f34bdb7ea101", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636808885554, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgw2xbk4qtltwbvnt2e6/1.0/artifacts/service-DemoPnfCgw2xbk4qtltwbvnt2e6-csar.csar", "status": "DEPLOY_OK" } 2021-11-13T13:10:53.068Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T13:10:53.068Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-13T13:10:53.068Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f840224e-47c1-4eaa-a037-f34bdb7ea101", "consumerID": "aai-ml", "timestamp": 1636808886089, "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=? 2021-11-13T13:10:53.073Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f840224e-47c1-4eaa-a037-f34bdb7ea101 2021-11-13T13:10:53.073Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f840224e-47c1-4eaa-a037-f34bdb7ea101 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 (?, ?, ?, ?, ?) 2021-11-13T13:10:53.078Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-13T13:10:53.079Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f840224e-47c1-4eaa-a037-f34bdb7ea101", "consumerID": "clamp", "timestamp": 1636808890226, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgw2xbk4qtltwbvnt2e6/1.0/artifacts/service-DemoPnfCgw2xbk4qtltwbvnt2e6-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-13T13:10:53.079Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T13:10:53.079Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-13T13:10:53.079Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f840224e-47c1-4eaa-a037-f34bdb7ea101", "consumerID": "clamp", "timestamp": 1636808892233, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCgw2xbk4qtltwbvnt2e6/1.0/artifacts/service-DemoPnfCgw2xbk4qtltwbvnt2e6-csar.csar", "status": "DEPLOY_OK" } 2021-11-13T13:10:53.079Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T13:10:53.079Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-13T13:10:53.079Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f840224e-47c1-4eaa-a037-f34bdb7ea101", "consumerID": "clamp", "timestamp": 1636808893235, "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=? 2021-11-13T13:10:53.083Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f840224e-47c1-4eaa-a037-f34bdb7ea101 2021-11-13T13:10:53.083Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f840224e-47c1-4eaa-a037-f34bdb7ea101 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 (?, ?, ?, ?, ?) 2021-11-13T13:11:08.552Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f840224e-47c1-4eaa-a037-f34bdb7ea101 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-11-13T13:11:08.562Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f840224e-47c1-4eaa-a037-f34bdb7ea101 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-13T13:11:08.566Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-13T13:11:08.566Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-13T13:11:08.566Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-13T13:11:08.567Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-13T13:11:08.567Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-13T13:11:08.567Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-13T13:11:08.567Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-13T13:11:08.567Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-13T13:11:08.567Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-13T13:11:08.567Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-13T13:11:08.567Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-13T13:11:08.568Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-13T13:11:08.572Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-13T13:11:38.573Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f840224e-47c1-4eaa-a037-f34bdb7ea101 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=? 2021-11-13T13:11:39.549Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f840224e-47c1-4eaa-a037-f34bdb7ea101 and serviceModelVersionId: 023f980e-d5fd-441f-85dc-544953532c30 2021-11-13T13:11:39.549Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 07ef90c1-3f99-45d4-af2d-24d334d53da3 2021-11-13T13:11:39.551Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/07ef90c1-3f99-45d4-af2d-24d334d53da3/model-vers/model-ver/023f980e-d5fd-441f-85dc-544953532c30?depth=0 2021-11-13T13:11:39.557Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2021-11-13T13:11:39.586Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07ef90c1-3f99-45d4-af2d-24d334d53da3/model-vers/model-ver/023f980e-d5fd-441f-85dc-544953532c30?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]} 2021-11-13T13:11:39.587Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07ef90c1-3f99-45d4-af2d-24d334d53da3/model-vers/model-ver/023f980e-d5fd-441f-85dc-544953532c30?depth=0|INFO|500||Invoke 2021-11-13T13:11:39.604Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07ef90c1-3f99-45d4-af2d-24d334d53da3/model-vers/model-ver/023f980e-d5fd-441f-85dc-544953532c30?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-13T13:11:39.987Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07ef90c1-3f99-45d4-af2d-24d334d53da3/model-vers/model-ver/023f980e-d5fd-441f-85dc-544953532c30?depth=0|INFO|500||InvokeReturn 2021-11-13T13:11:39.987Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07ef90c1-3f99-45d4-af2d-24d334d53da3/model-vers/model-ver/023f980e-d5fd-441f-85dc-544953532c30?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211113-13:11:39:608-13331], vertex-id=[213232], Content-Length=[0], Date=[Sat, 13 Nov 2021 13:11:39 GMT], Content-Type=[application/json]} 2021-11-13T13:11:39.988Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity. 2021-11-13T13:11:39.988Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-13T13:11:39.988Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-13T13:11:40.548Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-11-13T13:11:40.549Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f840224e-47c1-4eaa-a037-f34bdb7ea101 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-13T13:11:40.549Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-13T13:11:40.550Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-13T13:11:40.553Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-13T13:11:40.553Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f840224e-47c1-4eaa-a037-f34bdb7ea101", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809100549, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-13T13:11:40.653Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-13T13:11:40.654Z||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. 2021-11-13T13:11:40.654Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as av4G2cPWChdmQ79q) ... 2021-11-13T13:11:40.671Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:11:40.671Z||pool-45-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-11-13T13:11:41.561Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T13:11:41.561Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|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. 2021-11-13T13:11:41.562Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|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 av4G2cPWChdmQ79q) ... 2021-11-13T13:11:45.943Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:11:45.945Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-13T13:11:45.945Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"dac9b1b3-8221-4f5c-b185-09d06e199514","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"39f6d874-993d-46ac-95b8-f64ed90e5c00","serviceDescription":"service","serviceInvariantUUID":"f65cc131-3b39-4818-b61c-086c80fca841","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a21a7679-0c97-45d7-af06-c051e6e5764b","resourceInvariantUUID":"5ca605a5-209d-42e1-9a15-fa9927000ee0","resourceCustomizationUUID":"401edc8b-e55e-45b4-a9e4-f31db7dfb0f2","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":"MDZhODliODQwNzkxYWRkZjkyOTQ2YzA5MDdhZmEwNWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"64550369-1d13-44a6-a08f-bf90b0cf40a3","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":"ZGFhY2U4MTk4YjQyYTA2OGMxN2VmMjUwMTM4Zjk1ZTI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e837677c-0b1c-435a-bfc8-847119035cd3","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":"13d10fc2-f509-48ab-980c-1dd8b3f3a9e3","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":"999e1bf9-4682-4312-816f-5cb532bfe948","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":"9cec0090-8223-471b-a222-6d05d93ffaf5","artifactVersion":"2","generatedFromUUID":"13d10fc2-f509-48ab-980c-1dd8b3f3a9e3"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YmNjZWE5Yjg4YjUzNDdkYWI4Y2Q5N2QzZGJkNTFiYjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"35bd1998-5a4f-44c9-85f6-9b3fbae366d1","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MWMzYjEyNzY2NjYwNjRkMzNmZGIwOTE5NjhjOTFmMzg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"94ab11bc-1c2b-4978-a2a5-22ed12c14502","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-13T13:11:45.948Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-13T13:11:45.948Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-13T13:11:45.951Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-13T13:11:45.951Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "dac9b1b3-8221-4f5c-b185-09d06e199514", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809101561, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T13:11:46.051Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-13T13:11:46.052Z||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. 2021-11-13T13:11:46.053Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as av4G2cPWChdmQ79q) ... 2021-11-13T13:11:46.070Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:11:46.071Z||pool-46-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2021-11-13T13:11:46.951Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-13T13:11:46.952Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-13T13:11:46.955Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-13T13:11:46.955Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "dac9b1b3-8221-4f5c-b185-09d06e199514", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809101561, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-11-13T13:11:47.055Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-13T13:11:47.056Z||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. 2021-11-13T13:11:47.056Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as av4G2cPWChdmQ79q) ... 2021-11-13T13:11:47.070Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:11:47.070Z||pool-47-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-13T13:11:47.956Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-13T13:11:47.957Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-13T13:11:47.960Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-13T13:11:47.960Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "dac9b1b3-8221-4f5c-b185-09d06e199514", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809101561, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-11-13T13:11:48.060Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-13T13:11:48.061Z||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. 2021-11-13T13:11:48.061Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as av4G2cPWChdmQ79q) ... 2021-11-13T13:11:48.075Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:11:48.075Z||pool-48-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-13T13:11:48.961Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-13T13:11:48.961Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-13T13:11:48.964Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-13T13:11:48.964Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "dac9b1b3-8221-4f5c-b185-09d06e199514", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809101561, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T13:11:49.064Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-13T13:11:49.065Z||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. 2021-11-13T13:11:49.065Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as av4G2cPWChdmQ79q) ... 2021-11-13T13:11:49.077Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:11:49.078Z||pool-49-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-13T13:11:49.964Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-13T13:11:49.965Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-13T13:11:49.967Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-13T13:11:49.967Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "dac9b1b3-8221-4f5c-b185-09d06e199514", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809101561, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-11-13T13:11:50.067Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-13T13:11:50.068Z||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. 2021-11-13T13:11:50.068Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as av4G2cPWChdmQ79q) ... 2021-11-13T13:11:50.080Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:11:50.081Z||pool-50-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-13T13:11:50.967Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-13T13:11:50.968Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-13T13:11:50.971Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-13T13:11:50.972Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "dac9b1b3-8221-4f5c-b185-09d06e199514", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809101561, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-13T13:11:51.072Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-13T13:11:51.073Z||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. 2021-11-13T13:11:51.073Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as av4G2cPWChdmQ79q) ... 2021-11-13T13:11:51.086Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:11:51.086Z||pool-51-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-13T13:11:51.972Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-13T13:11:51.973Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-13T13:11:51.976Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-13T13:11:51.976Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "dac9b1b3-8221-4f5c-b185-09d06e199514", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809101561, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-11-13T13:11:52.076Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-13T13:11:52.076Z||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. 2021-11-13T13:11:52.076Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as av4G2cPWChdmQ79q) ... 2021-11-13T13:11:52.089Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:11:52.089Z||pool-52-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-13T13:11:52.977Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "dac9b1b3-8221-4f5c-b185-09d06e199514", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "39f6d874-993d-46ac-95b8-f64ed90e5c00", "serviceDescription": "service", "serviceInvariantUUID": "f65cc131-3b39-4818-b61c-086c80fca841", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "401edc8b-e55e-45b4-a9e4-f31db7dfb0f2", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "a21a7679-0c97-45d7-af06-c051e6e5764b", "resourceInvariantUUID": "5ca605a5-209d-42e1-9a15-fa9927000ee0", "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": "ZGFhY2U4MTk4YjQyYTA2OGMxN2VmMjUwMTM4Zjk1ZTI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e837677c-0b1c-435a-bfc8-847119035cd3", "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": "13d10fc2-f509-48ab-980c-1dd8b3f3a9e3", "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": "9cec0090-8223-471b-a222-6d05d93ffaf5", "generatedFromUUID": "13d10fc2-f509-48ab-980c-1dd8b3f3a9e3" }, "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": "9cec0090-8223-471b-a222-6d05d93ffaf5", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "MWMzYjEyNzY2NjYwNjRkMzNmZGIwOTE5NjhjOTFmMzg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "94ab11bc-1c2b-4978-a2a5-22ed12c14502" } ], "workloadContext": "Production" } 2021-11-13T13:11:52.977Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-13T13:11:52.977Z|f840224e-47c1-4eaa-a037-f34bdb7ea101|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 39f6d874-993d-46ac-95b8-f64ed90e5c00 ASDC 2021-11-13T13:11:52.978Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:dac9b1b3-8221-4f5c-b185-09d06e199514 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:39f6d874-993d-46ac-95b8-f64ed90e5c00 ServiceInvariantUUID:f65cc131-3b39-4818-b61c-086c80fca841 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:94ab11bc-1c2b-4978-a2a5-22ed12c14502 ArtifactChecksum:MWMzYjEyNzY2NjYwNjRkMzNmZGIwOTE5NjhjOTFmMzg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:401edc8b-e55e-45b4-a9e4-f31db7dfb0f2 ResourceInvariantUUID:5ca605a5-209d-42e1-9a15-fa9927000ee0 ResourceName:basic_vm ResourceType:VF ResourceUUID:a21a7679-0c97-45d7-af06-c051e6e5764b 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:e837677c-0b1c-435a-bfc8-847119035cd3 ArtifactChecksum:ZGFhY2U4MTk4YjQyYTA2OGMxN2VmMjUwMTM4Zjk1ZTI= 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:13d10fc2-f509-48ab-980c-1dd8b3f3a9e3 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:9cec0090-8223-471b-a222-6d05d93ffaf5 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:9cec0090-8223-471b-a222-6d05d93ffaf5 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-11-13T13:11:52.978Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 39f6d874-993d-46ac-95b8-f64ed90e5c00 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 (?, ?, ?, ?, ?) 2021-11-13T13:11:52.999Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-13T13:11:52.999Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-11-13T13:11:52.999Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-11-13T13:11:52.999Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 94ab11bc-1c2b-4978-a2a5-22ed12c14502 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-11-13T13:11:52.999Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-11-13T13:11:52.999Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-11-13T13:11:53.035Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T13:11:53.036Z||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. 2021-11-13T13:11:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T13:11:53.063Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:11:53.064Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:11:53.065Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dac9b1b3-8221-4f5c-b185-09d06e199514", "consumerID": "cds", "timestamp": 1636808968894, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T13:11:53.065Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:11:53.065Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:11:53.065Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dac9b1b3-8221-4f5c-b185-09d06e199514", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636808974235, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T13:11:53.066Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:11:53.066Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:11:53.066Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dac9b1b3-8221-4f5c-b185-09d06e199514", "consumerID": "policy-id", "timestamp": 1636808970126, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T13:11:53.066Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:11:53.066Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:11:53.066Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dac9b1b3-8221-4f5c-b185-09d06e199514", "consumerID": "cds", "timestamp": 1636808968894, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-13T13:11:53.066Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:11:53.066Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:11:53.066Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dac9b1b3-8221-4f5c-b185-09d06e199514", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636808974235, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-13T13:11:53.066Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:11:53.066Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:11:53.066Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dac9b1b3-8221-4f5c-b185-09d06e199514", "consumerID": "policy-id", "timestamp": 1636808970126, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-13T13:11:53.067Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:11:53.067Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:11:53.067Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dac9b1b3-8221-4f5c-b185-09d06e199514", "consumerID": "cds", "timestamp": 1636808968894, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-13T13:11:53.067Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:11:53.067Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:11:53.067Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dac9b1b3-8221-4f5c-b185-09d06e199514", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636808974235, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-13T13:11:53.067Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:11:53.067Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:11:53.067Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dac9b1b3-8221-4f5c-b185-09d06e199514", "consumerID": "policy-id", "timestamp": 1636808970126, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-11-13T13:11:53.067Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:11:53.067Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:11:53.067Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dac9b1b3-8221-4f5c-b185-09d06e199514", "consumerID": "dcae-sch", "timestamp": 1636808979599, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T13:11:53.068Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:11:53.068Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:11:53.068Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dac9b1b3-8221-4f5c-b185-09d06e199514", "consumerID": "cds", "timestamp": 1636808968894, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T13:11:53.068Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:11:53.068Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:11:53.068Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dac9b1b3-8221-4f5c-b185-09d06e199514", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636808974235, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T13:11:53.068Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:11:53.068Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:11:53.068Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dac9b1b3-8221-4f5c-b185-09d06e199514", "consumerID": "policy-id", "timestamp": 1636808970126, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T13:11:53.068Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:11:53.068Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:11:53.068Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dac9b1b3-8221-4f5c-b185-09d06e199514", "consumerID": "dcae-sch", "timestamp": 1636808979599, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-13T13:11:53.068Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:11:53.069Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:11:53.069Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dac9b1b3-8221-4f5c-b185-09d06e199514", "consumerID": "cds", "timestamp": 1636808968894, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-13T13:11:53.069Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:11:53.069Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:11:53.069Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dac9b1b3-8221-4f5c-b185-09d06e199514", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636808974235, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-13T13:11:53.069Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:11:53.069Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:11:53.069Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dac9b1b3-8221-4f5c-b185-09d06e199514", "consumerID": "policy-id", "timestamp": 1636808970126, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-13T13:11:53.069Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:11:53.069Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:11:53.069Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dac9b1b3-8221-4f5c-b185-09d06e199514", "consumerID": "ves-openapi-manager", "timestamp": 1636808981162, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T13:11:53.069Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:11:53.069Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:11:53.070Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dac9b1b3-8221-4f5c-b185-09d06e199514", "consumerID": "dcae-sch", "timestamp": 1636808979599, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-13T13:11:53.070Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:11:53.070Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:11:53.070Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dac9b1b3-8221-4f5c-b185-09d06e199514", "consumerID": "cds", "timestamp": 1636808968894, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-13T13:11:53.070Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:11:53.070Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:11:53.070Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dac9b1b3-8221-4f5c-b185-09d06e199514", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636808974235, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-13T13:11:53.070Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:11:53.070Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:11:53.070Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dac9b1b3-8221-4f5c-b185-09d06e199514", "consumerID": "policy-id", "timestamp": 1636808970126, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-13T13:11:53.074Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:11:53.075Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:11:53.075Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dac9b1b3-8221-4f5c-b185-09d06e199514", "consumerID": "ves-openapi-manager", "timestamp": 1636808981162, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-13T13:11:53.075Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:11:53.075Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:11:53.075Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dac9b1b3-8221-4f5c-b185-09d06e199514", "consumerID": "dcae-sch", "timestamp": 1636808979599, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T13:11:53.075Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:11:53.075Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:11:53.075Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dac9b1b3-8221-4f5c-b185-09d06e199514", "consumerID": "cds", "timestamp": 1636808968894, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-11-13T13:11:53.075Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:11:53.075Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:11:53.076Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dac9b1b3-8221-4f5c-b185-09d06e199514", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636808974235, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-11-13T13:11:53.076Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:11:53.076Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:11:53.076Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dac9b1b3-8221-4f5c-b185-09d06e199514", "consumerID": "policy-id", "timestamp": 1636808970126, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-11-13T13:11:53.076Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:11:53.076Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:11:53.076Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dac9b1b3-8221-4f5c-b185-09d06e199514", "consumerID": "ves-openapi-manager", "timestamp": 1636808981162, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-13T13:11:53.076Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:11:53.076Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:11:53.076Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dac9b1b3-8221-4f5c-b185-09d06e199514", "consumerID": "dcae-sch", "timestamp": 1636808979599, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-13T13:11:53.076Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:11:53.076Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:11:53.077Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dac9b1b3-8221-4f5c-b185-09d06e199514", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636808984583, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-13T13:11:53.077Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T13:11:53.077Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:11:53.077Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dac9b1b3-8221-4f5c-b185-09d06e199514", "consumerID": "cds", "timestamp": 1636808984586, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-13T13:11:53.077Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T13:11:53.077Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:11:53.077Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dac9b1b3-8221-4f5c-b185-09d06e199514", "consumerID": "policy-id", "timestamp": 1636808984583, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-13T13:11:53.077Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T13:11:53.077Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:11:53.077Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dac9b1b3-8221-4f5c-b185-09d06e199514", "consumerID": "ves-openapi-manager", "timestamp": 1636808981162, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T13:11:53.077Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:11:53.077Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:11:53.077Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dac9b1b3-8221-4f5c-b185-09d06e199514", "consumerID": "dcae-sch", "timestamp": 1636808979599, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-13T13:11:53.078Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:11:53.078Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:11:53.078Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dac9b1b3-8221-4f5c-b185-09d06e199514", "consumerID": "cds", "timestamp": 1636808985592, "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=? 2021-11-13T13:11:53.083Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of dac9b1b3-8221-4f5c-b185-09d06e199514 2021-11-13T13:11:53.083Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId dac9b1b3-8221-4f5c-b185-09d06e199514 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 (?, ?, ?, ?, ?) 2021-11-13T13:11:53.088Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:11:53.088Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dac9b1b3-8221-4f5c-b185-09d06e199514", "consumerID": "policy-id", "timestamp": 1636808985586, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-11-13T13:11:53.088Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T13:11:53.088Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:11:53.088Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dac9b1b3-8221-4f5c-b185-09d06e199514", "consumerID": "ves-openapi-manager", "timestamp": 1636808981162, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-13T13:11:53.089Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:11:53.089Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:11:53.089Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dac9b1b3-8221-4f5c-b185-09d06e199514", "consumerID": "dcae-sch", "timestamp": 1636808979599, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-13T13:11:53.089Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:11:53.089Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:11:53.089Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dac9b1b3-8221-4f5c-b185-09d06e199514", "consumerID": "policy-id", "timestamp": 1636808986588, "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=? 2021-11-13T13:11:53.091Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dac9b1b3-8221-4f5c-b185-09d06e199514 2021-11-13T13:11:53.091Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId dac9b1b3-8221-4f5c-b185-09d06e199514 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 (?, ?, ?, ?, ?) 2021-11-13T13:11:53.095Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:11:53.095Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dac9b1b3-8221-4f5c-b185-09d06e199514", "consumerID": "ves-openapi-manager", "timestamp": 1636808981162, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-13T13:11:53.095Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:11:53.095Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:11:53.095Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dac9b1b3-8221-4f5c-b185-09d06e199514", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636808987104, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-11-13T13:11:53.095Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T13:11:53.095Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:11:53.095Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "cds", "timestamp": 1636808986596, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-13T13:11:53.095Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:11:53.095Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:11:53.095Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dac9b1b3-8221-4f5c-b185-09d06e199514", "consumerID": "multicloud-k8s-id", "timestamp": 1636808986618, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T13:11:53.095Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:11:53.095Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:11:53.095Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dac9b1b3-8221-4f5c-b185-09d06e199514", "consumerID": "ves-openapi-manager", "timestamp": 1636808981162, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-13T13:11:53.095Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:11:53.095Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:11:53.095Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dac9b1b3-8221-4f5c-b185-09d06e199514", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636808988109, "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=? 2021-11-13T13:11:53.098Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of dac9b1b3-8221-4f5c-b185-09d06e199514 2021-11-13T13:11:53.098Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId dac9b1b3-8221-4f5c-b185-09d06e199514 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 (?, ?, ?, ?, ?) 2021-11-13T13:11:53.102Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:11:53.102Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "cds", "timestamp": 1636808986596, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T13:11:53.102Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:11:53.102Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:11:53.102Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dac9b1b3-8221-4f5c-b185-09d06e199514", "consumerID": "multicloud-k8s-id", "timestamp": 1636808986618, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-11-13T13:11:53.102Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:11:53.102Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:11:53.102Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "ves-openapi-manager", "timestamp": 1636808981162, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-13T13:11:53.102Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:11:53.102Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:11:53.102Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "cds", "timestamp": 1636808986596, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-13T13:11:53.102Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:11:53.102Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:11:53.102Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dac9b1b3-8221-4f5c-b185-09d06e199514", "consumerID": "multicloud-k8s-id", "timestamp": 1636808986618, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-11-13T13:11:53.102Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:11:53.103Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:11:53.103Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "ves-openapi-manager", "timestamp": 1636808981162, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T13:11:53.103Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:11:53.103Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:11:53.103Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "cds", "timestamp": 1636808986596, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-13T13:11:53.103Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:11:53.103Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:11:53.103Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dac9b1b3-8221-4f5c-b185-09d06e199514", "consumerID": "multicloud-k8s-id", "timestamp": 1636808986618, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T13:11:53.103Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:11:53.103Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:11:53.103Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "policy-id", "timestamp": 1636808990126, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-13T13:11:53.103Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:11:53.103Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:11:53.103Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "ves-openapi-manager", "timestamp": 1636808981162, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-13T13:11:53.103Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:11:53.103Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:11:53.103Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "cds", "timestamp": 1636808986596, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T13:11:53.103Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:11:53.103Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:11:53.104Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dac9b1b3-8221-4f5c-b185-09d06e199514", "consumerID": "multicloud-k8s-id", "timestamp": 1636808986618, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-11-13T13:11:53.104Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:11:53.104Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:11:53.104Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dac9b1b3-8221-4f5c-b185-09d06e199514", "consumerID": "aai-ml", "timestamp": 1636808990683, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T13:11:53.104Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:11:53.104Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:11:53.104Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "policy-id", "timestamp": 1636808990126, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T13:11:53.104Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:11:53.104Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:11:53.104Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "ves-openapi-manager", "timestamp": 1636808981162, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-13T13:11:53.104Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:11:53.104Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:11:53.104Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "cds", "timestamp": 1636808986596, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-13T13:11:53.104Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:11:53.104Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:11:53.104Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dac9b1b3-8221-4f5c-b185-09d06e199514", "consumerID": "multicloud-k8s-id", "timestamp": 1636808986618, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-13T13:11:53.104Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:11:53.104Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:11:53.105Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dac9b1b3-8221-4f5c-b185-09d06e199514", "consumerID": "aai-ml", "timestamp": 1636808990683, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-13T13:11:53.105Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:11:53.105Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:11:53.105Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "policy-id", "timestamp": 1636808990126, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-13T13:11:53.105Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:11:53.105Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:11:53.105Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "ves-openapi-manager", "timestamp": 1636808981162, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T13:11:53.105Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:11:53.372Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-11-13T13:11:53.378Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 94ab11bc-1c2b-4978-a2a5-22ed12c14502 71045 2021-11-13T13:11:53.378Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2021-11-13T13:11:53.378Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-11-13T13:11:53.378Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-13T13:11:53.379Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-13T13:11:53.380Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-13T13:11:53.380Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "dac9b1b3-8221-4f5c-b185-09d06e199514", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809113378, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-13T13:11:53.481Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-13T13:11:53.482Z||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. 2021-11-13T13:11:53.482Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as av4G2cPWChdmQ79q) ... 2021-11-13T13:11:53.496Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:11:53.496Z||pool-53-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-13T13:11:54.381Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-13T13:11:54.383Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-11-13T13:11:54.383Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 94ab11bc-1c2b-4978-a2a5-22ed12c14502, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2021-11-13T13:11:54.384Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2021-11-13T13:11:54.384Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2021-11-13T13:11:54.384Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2021-11-13T13:11:54.465Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9805540780345237269/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 2021-11-13T13:11:55.304Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-13T13:11:55.305Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||WARN|500||#################################################################################################### 2021-11-13T13:11:55.305Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-11-13T13:11:55.305Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-11-13T13:11:55.305Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-11-13T13:11:55.305Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-11-13T13:11:55.305Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-11-13T13:11:55.305Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-11-13T13:11:55.305Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-11-13T13:11:55.306Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-11-13T13:11:55.306Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-11-13T13:11:55.306Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-11-13T13:11:55.306Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-11-13T13:11:55.306Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||WARN|500||#################################################################################################### 2021-11-13T13:11:55.306Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T13:11:55.306Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-13T13:11:55.306Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-13T13:11:55.306Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2021-11-13T13:11:55.306Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-13T13:11:55.307Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T13:11:55.307Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-13T13:11:55.307Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-13T13:11:55.307Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2021-11-13T13:11:55.307Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-13T13:11:55.307Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T13:11:55.307Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-13T13:11:55.308Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T13:11:55.308Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-11-13T13:11:55.308Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2021-11-13T13:11:55.308Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2021-11-13T13:11:55.308Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2021-11-13T13:11:55.308Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-11-13T13:11:55.308Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-11-13T13:11:55.308Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T13:11:55.309Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-13T13:11:55.309Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T13:11:55.309Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-13T13:11:55.309Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-13T13:11:55.309Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T13:11:55.309Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-13T13:11:55.309Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-13T13:11:55.310Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T13:11:55.310Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-13T13:11:55.310Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-13T13:11:55.310Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T13:11:55.310Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-11-13T13:11:55.310Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2021-11-13T13:11:55.310Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-11-13T13:11:55.311Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=7b18aef8-d85d-4d08-841b-5470b35515d4 2021-11-13T13:11:55.311Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T13:11:55.311Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-13T13:11:55.311Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T13:11:55.311Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-13T13:11:55.311Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T13:11:55.311Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-13T13:11:55.311Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T13:11:55.311Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-13T13:11:55.312Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:39f6d874-993d-46ac-95b8-f64ed90e5c00 Model Version:NULL Model InvariantUuid:f65cc131-3b39-4818-b61c-086c80fca841 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:c1367812-926a-4d6b-bab3-d8d118a0d255 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:5ca605a5-209d-42e1-9a15-fa9927000ee0 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:401edc8b-e55e-45b4-a9e4-f31db7dfb0f2 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:09901267-8d0e-4ec5-8382-0d0dd890442a ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:5a84b145-2d9d-4e2c-ace7-7348abbd3a27 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:7b18aef8-d85d-4d08-841b-5470b35515d4 ModelInvariantUuid:71b3e6eb-6efd-440f-a0df-fbb795b2668c ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:6c8afaf7-0880-40e9-9bf9-aacc4d35e119 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:a91f66e6-cf05-4373-acfe-5fab413e2c09 ModelInvariantUuid:7a4f87d0-6a1d-4675-b204-47ee07ae72d6 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:e5dff8f3-377a-4418-91c0-547884c54512 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=? 2021-11-13T13:11:55.317Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: a21a7679-0c97-45d7-af06-c051e6e5764b 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=? 2021-11-13T13:11:55.319Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||INFO|500||basic_vm 0 2021-11-13T13:11:55.319Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a21a7679-0c97-45d7-af06-c051e6e5764b 2021-11-13T13:11:55.319Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: e837677c-0b1c-435a-bfc8-847119035cd3 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-11-13T13:11:55.319Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-11-13T13:11:55.319Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-11-13T13:11:55.783Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-11-13T13:11:55.783Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json e837677c-0b1c-435a-bfc8-847119035cd3 787 2021-11-13T13:11:55.783Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2021-11-13T13:11:55.784Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-11-13T13:11:55.784Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-13T13:11:55.784Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-13T13:11:55.786Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-13T13:11:55.786Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "dac9b1b3-8221-4f5c-b185-09d06e199514", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809115783, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-13T13:11:55.886Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-13T13:11:55.887Z||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. 2021-11-13T13:11:55.887Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as av4G2cPWChdmQ79q) ... 2021-11-13T13:11:55.900Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:11:55.900Z||pool-54-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-13T13:11:56.786Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "09901267-8d0e-4ec5-8382-0d0dd890442a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "5a84b145-2d9d-4e2c-ace7-7348abbd3a27", "vfModuleModelCustomizationUUID": "a7e8e49b-fa83-493f-a85e-02c0eac35a4f", "isBase": true, "artifacts": [ "13d10fc2-f509-48ab-980c-1dd8b3f3a9e3", "9cec0090-8223-471b-a222-6d05d93ffaf5" ], "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": "" } } ] 2021-11-13T13:11:56.789Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:5a84b145-2d9d-4e2c-ace7-7348abbd3a27 VfModuleModelInvariantUUID:09901267-8d0e-4ec5-8382-0d0dd890442a VfModuleModelDescription:NULL Artifacts UUID List:{ 13d10fc2-f509-48ab-980c-1dd8b3f3a9e3 , 9cec0090-8223-471b-a222-6d05d93ffaf5 } 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 } 2021-11-13T13:11:56.791Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "09901267-8d0e-4ec5-8382-0d0dd890442a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "5a84b145-2d9d-4e2c-ace7-7348abbd3a27", "vfModuleModelCustomizationUUID": "a7e8e49b-fa83-493f-a85e-02c0eac35a4f", "isBase": true, "artifacts": [ "13d10fc2-f509-48ab-980c-1dd8b3f3a9e3", "9cec0090-8223-471b-a222-6d05d93ffaf5" ], "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": "" } } ] 2021-11-13T13:11:56.791Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:5a84b145-2d9d-4e2c-ace7-7348abbd3a27 VfModuleModelInvariantUUID:09901267-8d0e-4ec5-8382-0d0dd890442a VfModuleModelDescription:NULL Artifacts UUID List:{ 13d10fc2-f509-48ab-980c-1dd8b3f3a9e3 , 9cec0090-8223-471b-a222-6d05d93ffaf5 } 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 } 2021-11-13T13:11:56.791Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 13d10fc2-f509-48ab-980c-1dd8b3f3a9e3 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-11-13T13:11:56.791Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-11-13T13:11:56.791Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-11-13T13:11:56.894Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-11-13T13:11:56.895Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 13d10fc2-f509-48ab-980c-1dd8b3f3a9e3 5033 2021-11-13T13:11:56.895Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-11-13T13:11:56.896Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-11-13T13:11:56.896Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-13T13:11:56.897Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-13T13:11:56.900Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-13T13:11:56.900Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "dac9b1b3-8221-4f5c-b185-09d06e199514", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809116895, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-11-13T13:11:57.000Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-13T13:11:57.001Z||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. 2021-11-13T13:11:57.001Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as av4G2cPWChdmQ79q) ... 2021-11-13T13:11:57.012Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:11:57.012Z||pool-55-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-13T13:11:57.901Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 9cec0090-8223-471b-a222-6d05d93ffaf5 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-11-13T13:11:57.902Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-11-13T13:11:57.903Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-11-13T13:11:58.003Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-11-13T13:11:58.003Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 9cec0090-8223-471b-a222-6d05d93ffaf5 903 2021-11-13T13:11:58.003Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-11-13T13:11:58.004Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-11-13T13:11:58.004Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-13T13:11:58.004Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-13T13:11:58.005Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-13T13:11:58.006Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "dac9b1b3-8221-4f5c-b185-09d06e199514", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809118003, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-11-13T13:11:58.106Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-13T13:11:58.106Z||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. 2021-11-13T13:11:58.106Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as av4G2cPWChdmQ79q) ... 2021-11-13T13:11:58.120Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:11:58.120Z||pool-56-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-13T13:11:59.007Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 39f6d874-993d-46ac-95b8-f64ed90e5c00 2021-11-13T13:11:59.008Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 a21a7679-0c97-45d7-af06-c051e6e5764b 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=? 2021-11-13T13:11:59.021Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5c6cdaf4, org.onap.sdc.toscaparser.api.parameters.Input@5e39406a, org.onap.sdc.toscaparser.api.parameters.Input@43d1c334, org.onap.sdc.toscaparser.api.parameters.Input@3a2ac59f, org.onap.sdc.toscaparser.api.parameters.Input@ab1354] 2021-11-13T13:11:59.023Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T13:11:59.023Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-13T13:11:59.023Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2021-11-13T13:11:59.024Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 401edc8b-e55e-45b4-a9e4-f31db7dfb0f2 2021-11-13T13:11:59.024Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 401edc8b-e55e-45b4-a9e4-f31db7dfb0f2 matches Tosca VF Customization UUID: 401edc8b-e55e-45b4-a9e4-f31db7dfb0f2 2021-11-13T13:11:59.024Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 401edc8b-e55e-45b4-a9e4-f31db7dfb0f2 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=? 2021-11-13T13:11:59.026Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T13:11:59.026Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-13T13:11:59.027Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 401edc8b-e55e-45b4-a9e4-f31db7dfb0f2: {\"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\"} 2021-11-13T13:11:59.027Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@35eaa06e 2021-11-13T13:11:59.027Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T13:11:59.027Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-13T13:11:59.027Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a7e8e49b-fa83-493f-a85e-02c0eac35a4f 2021-11-13T13:11:59.027Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a7e8e49b-fa83-493f-a85e-02c0eac35a4f 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=? 2021-11-13T13:11:59.029Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T13:11:59.029Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-13T13:11:59.029Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-13T13:11:59.029Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T13:11:59.030Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-13T13:11:59.030Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-13T13:11:59.030Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T13:11:59.030Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-11-13T13:11:59.030Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2021-11-13T13:11:59.030Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-11-13T13:11:59.030Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=7b18aef8-d85d-4d08-841b-5470b35515d4 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=? 2021-11-13T13:11:59.031Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T13:11:59.032Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-13T13:11:59.032Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-13T13:11:59.032Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T13:11:59.032Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-13T13:11:59.032Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=401edc8b-e55e-45b4-a9e4-f31db7dfb0f2 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=? 2021-11-13T13:11:59.033Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T13:11:59.033Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-13T13:11:59.034Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 39f6d874-993d-46ac-95b8-f64ed90e5c00: basic_vm 2021-11-13T13:11:59.034Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T13:11:59.034Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-13T13:11:59.034Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T13:11:59.034Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-13T13:11:59.034Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T13:11:59.035Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-13T13:11:59.035Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T13:11:59.035Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-13T13:11:59.035Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T13:11:59.035Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-13T13:11:59.035Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||INFO|500||Saving Service: basic_vm Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-13T13:11:59.110Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm a21a7679-0c97-45d7-af06-c051e6e5764b 1 ASDC deployResourceStructure 2021-11-13T13:11:59.110Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2021-11-13T13:11:59.110Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-11-13T13:11:59.110Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-13T13:11:59.110Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-13T13:11:59.111Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-13T13:11:59.111Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "dac9b1b3-8221-4f5c-b185-09d06e199514", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809119110, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-11-13T13:11:59.212Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-13T13:11:59.213Z||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. 2021-11-13T13:11:59.213Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as av4G2cPWChdmQ79q) ... 2021-11-13T13:11:59.227Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:11:59.227Z||pool-57-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-13T13:12:00.113Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-11-13T13:12:00.113Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-11-13T13:12:00.113Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-13T13:12:00.114Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-13T13:12:00.116Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-13T13:12:00.116Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "dac9b1b3-8221-4f5c-b185-09d06e199514", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809120112, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-11-13T13:12:00.216Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-13T13:12:00.217Z||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. 2021-11-13T13:12:00.217Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as av4G2cPWChdmQ79q) ... 2021-11-13T13:12:00.230Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:12:00.231Z||pool-58-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-13T13:12:01.117Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-11-13T13:12:01.118Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-11-13T13:12:01.118Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-13T13:12:01.118Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-13T13:12:01.120Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-13T13:12:01.120Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "dac9b1b3-8221-4f5c-b185-09d06e199514", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809121117, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-11-13T13:12:01.220Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-13T13:12:01.221Z||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. 2021-11-13T13:12:01.221Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as av4G2cPWChdmQ79q) ... 2021-11-13T13:12:01.234Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:12:01.234Z||pool-59-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-13T13:12:02.120Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2021-11-13T13:12:02.121Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-11-13T13:12:02.121Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-13T13:12:02.121Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-13T13:12:02.124Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-13T13:12:02.124Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "dac9b1b3-8221-4f5c-b185-09d06e199514", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809122120, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-11-13T13:12:02.224Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-13T13:12:02.225Z||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. 2021-11-13T13:12:02.225Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as av4G2cPWChdmQ79q) ... 2021-11-13T13:12:02.240Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:12:02.241Z||pool-60-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-11-13T13:12:03.125Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dac9b1b3-8221-4f5c-b185-09d06e199514 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-11-13T13:12:03.135Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dac9b1b3-8221-4f5c-b185-09d06e199514 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-13T13:12:03.138Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-13T13:12:03.138Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-13T13:12:03.138Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-13T13:12:33.139Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dac9b1b3-8221-4f5c-b185-09d06e199514 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-11-13T13:12:33.148Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dac9b1b3-8221-4f5c-b185-09d06e199514 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-13T13:12:33.150Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-13T13:12:33.150Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-13T13:12:33.150Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-13T13:12:53.035Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T13:12:53.036Z||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. 2021-11-13T13:12:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T13:12:53.068Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:12:53.070Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:12:53.070Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "cds", "timestamp": 1636808986596, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-13T13:12:53.071Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:12:53.071Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:12:53.072Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dac9b1b3-8221-4f5c-b185-09d06e199514", "consumerID": "multicloud-k8s-id", "timestamp": 1636808986618, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-11-13T13:12:53.072Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:12:53.072Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:12:53.072Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dac9b1b3-8221-4f5c-b185-09d06e199514", "consumerID": "aai-ml", "timestamp": 1636808990683, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-13T13:12:53.072Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:12:53.072Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:12:53.072Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "policy-id", "timestamp": 1636808990126, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-13T13:12:53.072Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:12:53.072Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:12:53.072Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "ves-openapi-manager", "timestamp": 1636808981162, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-13T13:12:53.072Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:12:53.072Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:12:53.072Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "cds", "timestamp": 1636808986596, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-13T13:12:53.072Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:12:53.072Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:12:53.072Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dac9b1b3-8221-4f5c-b185-09d06e199514", "consumerID": "aai-ml", "timestamp": 1636808990683, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T13:12:53.072Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:12:53.072Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:12:53.073Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dac9b1b3-8221-4f5c-b185-09d06e199514", "consumerID": "multicloud-k8s-id", "timestamp": 1636808994425, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-13T13:12:53.073Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T13:12:53.073Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:12:53.073Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "policy-id", "timestamp": 1636808990126, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T13:12:53.073Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:12:53.073Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:12:53.073Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "ves-openapi-manager", "timestamp": 1636808981162, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-13T13:12:53.073Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:12:53.073Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:12:53.073Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dac9b1b3-8221-4f5c-b185-09d06e199514", "consumerID": "aai-ml", "timestamp": 1636808990683, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-13T13:12:53.073Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:12:53.073Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:12:53.073Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "policy-id", "timestamp": 1636808990126, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-13T13:12:53.073Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:12:53.073Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:12:53.073Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dac9b1b3-8221-4f5c-b185-09d06e199514", "consumerID": "multicloud-k8s-id", "timestamp": 1636808995797, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-11-13T13:12:53.073Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T13:12:53.073Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:12:53.074Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "ves-openapi-manager", "timestamp": 1636808981162, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-13T13:12:53.074Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:12:53.074Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:12:53.074Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "cds", "timestamp": 1636808995887, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-13T13:12:53.074Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T13:12:53.074Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:12:53.074Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dac9b1b3-8221-4f5c-b185-09d06e199514", "consumerID": "clamp", "timestamp": 1636808995433, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T13:12:53.074Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:12:53.074Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:12:53.074Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dac9b1b3-8221-4f5c-b185-09d06e199514", "consumerID": "aai-ml", "timestamp": 1636808990683, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-13T13:12:53.074Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:12:53.074Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:12:53.074Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "policy-id", "timestamp": 1636808990126, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-13T13:12:53.074Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:12:53.074Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:12:53.074Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "cds", "timestamp": 1636808996892, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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 (?, ?, ?, ?, ?) 2021-11-13T13:12:53.564Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9bb2c162-9787-4a51-b69a-71607c0a6e5f 2021-11-13T13:12:53.564Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9bb2c162-9787-4a51-b69a-71607c0a6e5f 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 (?, ?, ?, ?, ?) 2021-11-13T13:12:53.569Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:12:53.569Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dac9b1b3-8221-4f5c-b185-09d06e199514", "consumerID": "multicloud-k8s-id", "timestamp": 1636808996896, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-11-13T13:12:53.570Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T13:12:53.570Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:12:53.570Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dac9b1b3-8221-4f5c-b185-09d06e199514", "consumerID": "clamp", "timestamp": 1636808995433, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-11-13T13:12:53.570Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:12:53.570Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:12:53.570Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dac9b1b3-8221-4f5c-b185-09d06e199514", "consumerID": "aai-ml", "timestamp": 1636808990683, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-11-13T13:12:53.570Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:12:53.570Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:12:53.570Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "policy-id", "timestamp": 1636808990126, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-13T13:12:53.570Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:12:53.570Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:12:53.570Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dac9b1b3-8221-4f5c-b185-09d06e199514", "consumerID": "multicloud-k8s-id", "timestamp": 1636808997918, "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=? 2021-11-13T13:12:53.573Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dac9b1b3-8221-4f5c-b185-09d06e199514 2021-11-13T13:12:53.574Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId dac9b1b3-8221-4f5c-b185-09d06e199514 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=? 2021-11-13T13:12:53.578Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:12:53.578Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dac9b1b3-8221-4f5c-b185-09d06e199514", "consumerID": "clamp", "timestamp": 1636808995433, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-13T13:12:53.578Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:12:53.579Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:12:53.579Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dac9b1b3-8221-4f5c-b185-09d06e199514", "consumerID": "aai-ml", "timestamp": 1636808998381, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-13T13:12:53.579Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T13:12:53.579Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:12:53.579Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "policy-id", "timestamp": 1636808998807, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-13T13:12:53.579Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T13:12:53.579Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:12:53.579Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dac9b1b3-8221-4f5c-b185-09d06e199514", "consumerID": "multicloud-k8s-id", "timestamp": 1636808998921, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-11-13T13:12:53.579Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T13:12:53.579Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:12:53.579Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dac9b1b3-8221-4f5c-b185-09d06e199514", "consumerID": "clamp", "timestamp": 1636808995433, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T13:12:53.580Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:12:53.580Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:12:53.580Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "policy-id", "timestamp": 1636808999810, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-11-13T13:12:53.580Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T13:12:53.580Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:12:53.580Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "multicloud-k8s-id", "timestamp": 1636808986618, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-13T13:12:53.580Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:12:53.580Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:12:53.580Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dac9b1b3-8221-4f5c-b185-09d06e199514", "consumerID": "clamp", "timestamp": 1636808995433, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-13T13:12:53.580Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:12:53.580Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:12:53.581Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "dcae-sch", "timestamp": 1636808999598, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOTIFIED" } 2021-11-13T13:12:53.581Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:12:53.581Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:12:53.581Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "policy-id", "timestamp": 1636809000812, "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=? 2021-11-13T13:12:53.585Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9bb2c162-9787-4a51-b69a-71607c0a6e5f 2021-11-13T13:12:53.585Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9bb2c162-9787-4a51-b69a-71607c0a6e5f 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 (?, ?, ?, ?, ?) 2021-11-13T13:12:53.590Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:12:53.590Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "multicloud-k8s-id", "timestamp": 1636808986618, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T13:12:53.590Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:12:53.590Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:12:53.590Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dac9b1b3-8221-4f5c-b185-09d06e199514", "consumerID": "clamp", "timestamp": 1636808995433, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-13T13:12:53.590Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:12:53.590Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:12:53.590Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "dcae-sch", "timestamp": 1636808999598, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T13:12:53.590Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:12:53.590Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:12:53.590Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "multicloud-k8s-id", "timestamp": 1636808986618, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-11-13T13:12:53.590Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:12:53.590Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:12:53.590Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dac9b1b3-8221-4f5c-b185-09d06e199514", "consumerID": "clamp", "timestamp": 1636808995433, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-11-13T13:12:53.591Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:12:53.591Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:12:53.591Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "dcae-sch", "timestamp": 1636808999598, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-13T13:12:53.591Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:12:53.591Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:12:53.591Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "multicloud-k8s-id", "timestamp": 1636808986618, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-13T13:12:53.591Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:12:53.591Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:12:53.591Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "dcae-sch", "timestamp": 1636808999598, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-13T13:12:53.591Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:12:53.591Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:12:53.591Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "multicloud-k8s-id", "timestamp": 1636808986618, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T13:12:53.591Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:12:53.591Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:12:53.591Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "dcae-sch", "timestamp": 1636808999598, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T13:12:53.591Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:12:53.591Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:12:53.591Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636809004235, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-13T13:12:53.592Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:12:53.592Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:12:53.592Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "multicloud-k8s-id", "timestamp": 1636808986618, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-11-13T13:12:53.592Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:12:53.592Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:12:53.592Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "dcae-sch", "timestamp": 1636808999598, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-13T13:12:53.592Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:12:53.592Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:12:53.592Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dac9b1b3-8221-4f5c-b185-09d06e199514", "consumerID": "aai-ml", "timestamp": 1636809005776, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-11-13T13:12:53.592Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T13:12:53.592Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:12:53.592Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636809004235, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T13:12:53.592Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:12:53.592Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:12:53.592Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "multicloud-k8s-id", "timestamp": 1636808986618, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-13T13:12:53.592Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:12:53.592Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:12:53.592Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "dcae-sch", "timestamp": 1636808999598, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-13T13:12:53.592Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:12:53.593Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:12:53.593Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dac9b1b3-8221-4f5c-b185-09d06e199514", "consumerID": "aai-ml", "timestamp": 1636809006780, "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=? 2021-11-13T13:12:53.595Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of dac9b1b3-8221-4f5c-b185-09d06e199514 2021-11-13T13:12:53.596Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId dac9b1b3-8221-4f5c-b185-09d06e199514 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 (?, ?, ?, ?, ?) 2021-11-13T13:12:53.599Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:12:53.599Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636809004235, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-13T13:12:53.599Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:12:53.599Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:12:53.599Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "multicloud-k8s-id", "timestamp": 1636808986618, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-13T13:12:53.599Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:12:53.600Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:12:53.600Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "dcae-sch", "timestamp": 1636808999598, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-13T13:12:53.600Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:12:53.600Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:12:53.600Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "aai-ml", "timestamp": 1636808990683, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-13T13:12:53.600Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:12:53.600Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:12:53.600Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636809004235, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-13T13:12:53.600Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:12:53.600Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:12:53.600Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "multicloud-k8s-id", "timestamp": 1636809008372, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-13T13:12:53.600Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T13:12:53.600Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:12:53.600Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "aai-ml", "timestamp": 1636808990683, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T13:12:53.600Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:12:53.600Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:12:53.600Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636809004235, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T13:12:53.600Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:12:53.600Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:12:53.600Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "aai-ml", "timestamp": 1636808990683, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-13T13:12:53.600Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:12:53.600Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:12:53.600Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636809004235, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-13T13:12:53.600Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:12:53.600Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:12:53.600Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "multicloud-k8s-id", "timestamp": 1636809009921, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-11-13T13:12:53.600Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T13:12:53.600Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:12:53.600Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "dcae-sch", "timestamp": 1636809009932, "artifactURL": "/sdc/v1/catalog/services/a38bb317-5fb7-43e9-8bd3-4ea57fc28a96/resourceInstances/basicclamp0/artifacts/adc8416c-3d52-486a-8806-4c549bb0bd55", "status": "DOWNLOAD_OK" } 2021-11-13T13:12:53.600Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T13:12:53.601Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:12:53.601Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "aai-ml", "timestamp": 1636808990683, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-13T13:12:53.601Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:12:53.601Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:12:53.601Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636809004235, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-13T13:12:53.601Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:12:53.601Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:12:53.601Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "multicloud-k8s-id", "timestamp": 1636809011125, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-11-13T13:12:53.601Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T13:12:53.601Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:12:53.601Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dac9b1b3-8221-4f5c-b185-09d06e199514", "consumerID": "clamp", "timestamp": 1636809011246, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-13T13:12:53.601Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T13:12:53.601Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:12:53.601Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "dcae-sch", "timestamp": 1636809011295, "artifactURL": "/sdc/v1/catalog/services/a38bb317-5fb7-43e9-8bd3-4ea57fc28a96/resourceInstances/basicclamp0/artifacts/adc8416c-3d52-486a-8806-4c549bb0bd55", "status": "DEPLOY_OK" } 2021-11-13T13:12:53.601Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T13:12:53.601Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:12:53.601Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "aai-ml", "timestamp": 1636808990683, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T13:12:53.601Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:12:53.601Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:12:53.601Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636809004235, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-13T13:12:53.601Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:12:53.601Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:12:53.601Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "multicloud-k8s-id", "timestamp": 1636809012145, "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=? 2021-11-13T13:12:53.604Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9bb2c162-9787-4a51-b69a-71607c0a6e5f 2021-11-13T13:12:53.604Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9bb2c162-9787-4a51-b69a-71607c0a6e5f 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=? 2021-11-13T13:12:53.607Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:12:53.607Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dac9b1b3-8221-4f5c-b185-09d06e199514", "consumerID": "clamp", "timestamp": 1636809012258, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-11-13T13:12:53.607Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T13:12:53.607Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:12:53.607Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "dcae-sch", "timestamp": 1636809012301, "artifactURL": "/sdc/v1/catalog/services/a38bb317-5fb7-43e9-8bd3-4ea57fc28a96/resourceInstances/basicclamp0/artifacts/adc8416c-3d52-486a-8806-4c549bb0bd55", "status": "COMPONENT_DONE_OK", "componentName": "service-change-handler" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-13T13:12:53.609Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 9bb2c162-9787-4a51-b69a-71607c0a6e5f 2021-11-13T13:12:53.610Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9bb2c162-9787-4a51-b69a-71607c0a6e5f and ComponentName service-change-handler Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-13T13:12:53.613Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:12:53.613Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "aai-ml", "timestamp": 1636808990683, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-13T13:12:53.613Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:12:53.613Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:12:53.613Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636809012954, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-13T13:12:53.613Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T13:12:53.613Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:12:53.613Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "multicloud-k8s-id", "timestamp": 1636809013149, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-11-13T13:12:53.613Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T13:12:53.613Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:12:53.613Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dac9b1b3-8221-4f5c-b185-09d06e199514", "consumerID": "clamp", "timestamp": 1636809013261, "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=? 2021-11-13T13:12:53.615Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of dac9b1b3-8221-4f5c-b185-09d06e199514 2021-11-13T13:12:53.615Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId dac9b1b3-8221-4f5c-b185-09d06e199514 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 (?, ?, ?, ?, ?) 2021-11-13T13:12:53.618Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:12:53.618Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "aai-ml", "timestamp": 1636808990683, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-13T13:12:53.618Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:12:53.618Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:12:53.618Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "clamp", "timestamp": 1636808995433, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-13T13:12:53.618Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:12:53.618Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:12:53.618Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "aai-ml", "timestamp": 1636808990683, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-13T13:12:53.618Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:12:53.619Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:12:53.619Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636809015056, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-11-13T13:12:53.619Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T13:12:53.619Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:12:53.619Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "clamp", "timestamp": 1636808995433, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T13:12:53.619Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:12:53.619Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:12:53.619Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "aai-ml", "timestamp": 1636809015987, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-13T13:12:53.619Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T13:12:53.619Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:12:53.619Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636809016059, "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=? 2021-11-13T13:12:53.621Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9bb2c162-9787-4a51-b69a-71607c0a6e5f 2021-11-13T13:12:53.621Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9bb2c162-9787-4a51-b69a-71607c0a6e5f 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 (?, ?, ?, ?, ?) 2021-11-13T13:12:53.625Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:12:53.625Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "clamp", "timestamp": 1636808995433, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-11-13T13:12:53.625Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:12:53.625Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:12:53.625Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "clamp", "timestamp": 1636808995433, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-13T13:12:53.625Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:12:53.625Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:12:53.625Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "clamp", "timestamp": 1636808995433, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T13:12:53.625Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:12:53.625Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:12:53.625Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "clamp", "timestamp": 1636808995433, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-13T13:12:53.625Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:12:53.625Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:12:53.625Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "clamp", "timestamp": 1636808995433, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-13T13:12:53.625Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:12:53.625Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:12:53.625Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "clamp", "timestamp": 1636808995433, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-13T13:12:53.625Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:12:53.625Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:12:53.625Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "aai-ml", "timestamp": 1636809022674, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-11-13T13:12:53.625Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T13:12:53.626Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:12:53.626Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "aai-ml", "timestamp": 1636809023677, "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=? 2021-11-13T13:12:53.628Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9bb2c162-9787-4a51-b69a-71607c0a6e5f 2021-11-13T13:12:53.628Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9bb2c162-9787-4a51-b69a-71607c0a6e5f 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 (?, ?, ?, ?, ?) 2021-11-13T13:12:53.632Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:12:53.632Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "clamp", "timestamp": 1636809028565, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-13T13:12:53.632Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T13:12:53.632Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:12:53.632Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "clamp", "timestamp": 1636809029567, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-13T13:12:53.632Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T13:12:53.632Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:12:53.632Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "clamp", "timestamp": 1636809031564, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-11-13T13:12:53.632Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T13:12:53.632Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:12:53.632Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "clamp", "timestamp": 1636809032566, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-11-13T13:12:53.632Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T13:12:53.632Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:12:53.632Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "clamp", "timestamp": 1636809033569, "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=? 2021-11-13T13:12:53.635Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9bb2c162-9787-4a51-b69a-71607c0a6e5f 2021-11-13T13:12:53.635Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9bb2c162-9787-4a51-b69a-71607c0a6e5f 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 (?, ?, ?, ?, ?) 2021-11-13T13:13:03.150Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dac9b1b3-8221-4f5c-b185-09d06e199514 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-11-13T13:13:03.161Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dac9b1b3-8221-4f5c-b185-09d06e199514 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-13T13:13:03.164Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-13T13:13:03.164Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-13T13:13:03.164Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-13T13:13:03.164Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-13T13:13:03.164Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-13T13:13:03.164Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-13T13:13:03.164Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-13T13:13:03.164Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-13T13:13:03.165Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-13T13:13:03.165Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-13T13:13:03.165Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-13T13:13:03.170Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-13T13:13:33.170Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dac9b1b3-8221-4f5c-b185-09d06e199514 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=? 2021-11-13T13:13:33.563Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dac9b1b3-8221-4f5c-b185-09d06e199514 and serviceModelVersionId: 39f6d874-993d-46ac-95b8-f64ed90e5c00 2021-11-13T13:13:33.563Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f65cc131-3b39-4818-b61c-086c80fca841 2021-11-13T13:13:33.565Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f65cc131-3b39-4818-b61c-086c80fca841/model-vers/model-ver/39f6d874-993d-46ac-95b8-f64ed90e5c00?depth=0 2021-11-13T13:13:33.574Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2021-11-13T13:13:33.599Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f65cc131-3b39-4818-b61c-086c80fca841/model-vers/model-ver/39f6d874-993d-46ac-95b8-f64ed90e5c00?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]} 2021-11-13T13:13:33.600Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f65cc131-3b39-4818-b61c-086c80fca841/model-vers/model-ver/39f6d874-993d-46ac-95b8-f64ed90e5c00?depth=0|INFO|500||Invoke 2021-11-13T13:13:33.618Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f65cc131-3b39-4818-b61c-086c80fca841/model-vers/model-ver/39f6d874-993d-46ac-95b8-f64ed90e5c00?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-13T13:13:34.119Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f65cc131-3b39-4818-b61c-086c80fca841/model-vers/model-ver/39f6d874-993d-46ac-95b8-f64ed90e5c00?depth=0|INFO|500||InvokeReturn 2021-11-13T13:13:34.120Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f65cc131-3b39-4818-b61c-086c80fca841/model-vers/model-ver/39f6d874-993d-46ac-95b8-f64ed90e5c00?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211113-13:13:33:623-12018], vertex-id=[274432], Content-Length=[0], Date=[Sat, 13 Nov 2021 13:13:33 GMT], Content-Type=[application/json]} 2021-11-13T13:13:34.120Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity. 2021-11-13T13:13:34.120Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-13T13:13:34.121Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-13T13:13:34.124Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-11-13T13:13:34.125Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dac9b1b3-8221-4f5c-b185-09d06e199514 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-13T13:13:34.125Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-13T13:13:34.126Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-13T13:13:34.128Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-13T13:13:34.128Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "dac9b1b3-8221-4f5c-b185-09d06e199514", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809214125, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-13T13:13:34.228Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-13T13:13:34.229Z||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. 2021-11-13T13:13:34.230Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as av4G2cPWChdmQ79q) ... 2021-11-13T13:13:34.248Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:13:34.249Z||pool-61-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-11-13T13:13:35.138Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-13T13:13:35.138Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"9bb2c162-9787-4a51-b69a-71607c0a6e5f","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"a38bb317-5fb7-43e9-8bd3-4ea57fc28a96","serviceDescription":"service","serviceInvariantUUID":"e90c7c60-842f-451e-a869-96533532a0ac","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c92babac-d409-4197-9145-81a8abd3fc1c","resourceInvariantUUID":"1547542f-cc87-4367-b424-1a4cfc7cbd1e","resourceCustomizationUUID":"6d1320bb-c291-43bd-9143-620c026faffc","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"Y2I4ZmU1ZmViOTRjZTk5MmViMjQ2ZTZmZTMzNjYzZWE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"adc8416c-3d52-486a-8806-4c549bb0bd55","artifactVersion":"1"},{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml","artifactChecksum":"ZmVkMTYwYWE4NzYyZmFmYTUxZDRhZDg1ZTBjMGU0N2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"dfcda370-75ac-44a2-814d-360e0d39ed6e","artifactVersion":"1"},{"artifactName":"basicclamp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json","artifactChecksum":"Zjc5ZGRiMGNmYWE3MDI5MDAwYzU5NWNjZTk5OWQ2NTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2f243d44-9a6e-4dfd-b28f-2d8404fbabe0","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7c932120-f4dc-4009-9240-97dcc0ca2ed1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml","artifactChecksum":"YjcyZGVmNGE4ZjdlNGFiNTFmNjNhOWVkMzg1MDI0YzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"961e2165-eb44-4bfb-849c-6aefd4c11230","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"994858a8-c3eb-439c-a7b2-79d18b29f991","artifactVersion":"2","generatedFromUUID":"7c932120-f4dc-4009-9240-97dcc0ca2ed1"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"ZmQ0Y2VmYjNkOGM0MmQwODQ0NjFlM2ZmMGQwMDNkNzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e39c0594-ceca-400f-9790-c13c6ff5d5a1","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"ZTc2YWQxZjhkNzZiMmFjMzBmYmQyMWNjNzA3N2I4OWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fbaf1627-ea90-4b59-8665-800332a57573","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-13T13:13:35.138Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-13T13:13:35.139Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-13T13:13:35.140Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-13T13:13:35.140Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809101561, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-13T13:13:35.241Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-13T13:13:35.241Z||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. 2021-11-13T13:13:35.241Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as av4G2cPWChdmQ79q) ... 2021-11-13T13:13:35.255Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:13:35.256Z||pool-62-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-13T13:13:36.141Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-13T13:13:36.142Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-13T13:13:36.144Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-13T13:13:36.144Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809101561, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T13:13:36.245Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-13T13:13:36.246Z||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. 2021-11-13T13:13:36.246Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as av4G2cPWChdmQ79q) ... 2021-11-13T13:13:36.258Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:13:36.259Z||pool-63-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-13T13:13:37.145Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-13T13:13:37.146Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-13T13:13:37.149Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-13T13:13:37.149Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809101561, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-11-13T13:13:37.249Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-13T13:13:37.249Z||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. 2021-11-13T13:13:37.250Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as av4G2cPWChdmQ79q) ... 2021-11-13T13:13:37.267Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:13:37.268Z||pool-64-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2021-11-13T13:13:38.150Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-13T13:13:38.151Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-13T13:13:38.153Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-13T13:13:38.153Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809101561, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-13T13:13:38.253Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-13T13:13:38.254Z||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. 2021-11-13T13:13:38.254Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as av4G2cPWChdmQ79q) ... 2021-11-13T13:13:38.268Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:13:38.268Z||pool-65-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-13T13:13:39.154Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-13T13:13:39.155Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-13T13:13:39.156Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-13T13:13:39.156Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809101561, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T13:13:39.256Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-13T13:13:39.257Z||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. 2021-11-13T13:13:39.257Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as av4G2cPWChdmQ79q) ... 2021-11-13T13:13:39.272Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:13:39.272Z||pool-66-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-13T13:13:40.156Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-13T13:13:40.157Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-13T13:13:40.159Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-13T13:13:40.159Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809101561, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-11-13T13:13:40.259Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-13T13:13:40.260Z||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. 2021-11-13T13:13:40.260Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as av4G2cPWChdmQ79q) ... 2021-11-13T13:13:40.276Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:13:40.276Z||pool-67-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-11-13T13:13:41.160Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-13T13:13:41.161Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-13T13:13:41.163Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-13T13:13:41.164Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809101561, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-13T13:13:41.264Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-13T13:13:41.264Z||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. 2021-11-13T13:13:41.264Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as av4G2cPWChdmQ79q) ... 2021-11-13T13:13:41.278Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:13:41.278Z||pool-68-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-13T13:13:42.164Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-13T13:13:42.165Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-13T13:13:42.166Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-13T13:13:42.166Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809101561, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-13T13:13:42.266Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-13T13:13:42.267Z||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. 2021-11-13T13:13:42.267Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as av4G2cPWChdmQ79q) ... 2021-11-13T13:13:42.279Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:13:42.279Z||pool-69-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-13T13:13:43.168Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "serviceName": "basicclamp", "serviceVersion": "1.0", "serviceUUID": "a38bb317-5fb7-43e9-8bd3-4ea57fc28a96", "serviceDescription": "service", "serviceInvariantUUID": "e90c7c60-842f-451e-a869-96533532a0ac", "resources": [ { "resourceInstanceName": "basicclamp 0", "resourceCustomizationUUID": "6d1320bb-c291-43bd-9143-620c026faffc", "resourceName": "basicclamp", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "c92babac-d409-4197-9145-81a8abd3fc1c", "resourceInvariantUUID": "1547542f-cc87-4367-b424-1a4cfc7cbd1e", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basicclamp0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "artifactChecksum": "Zjc5ZGRiMGNmYWE3MDI5MDAwYzU5NWNjZTk5OWQ2NTk\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2f243d44-9a6e-4dfd-b28f-2d8404fbabe0", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "7c932120-f4dc-4009-9240-97dcc0ca2ed1", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "994858a8-c3eb-439c-a7b2-79d18b29f991", "generatedFromUUID": "7c932120-f4dc-4009-9240-97dcc0ca2ed1" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "994858a8-c3eb-439c-a7b2-79d18b29f991", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Basicclamp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "artifactChecksum": "ZTc2YWQxZjhkNzZiMmFjMzBmYmQyMWNjNzA3N2I4OWU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "fbaf1627-ea90-4b59-8665-800332a57573" } ], "workloadContext": "Production" } 2021-11-13T13:13:43.169Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-13T13:13:43.169Z|dac9b1b3-8221-4f5c-b185-09d06e199514|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a38bb317-5fb7-43e9-8bd3-4ea57fc28a96 ASDC 2021-11-13T13:13:43.169Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:9bb2c162-9787-4a51-b69a-71607c0a6e5f ServiceName:basicclamp ServiceVersion:1.0 ServiceUUID:a38bb317-5fb7-43e9-8bd3-4ea57fc28a96 ServiceInvariantUUID:e90c7c60-842f-451e-a869-96533532a0ac ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Basicclamp-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ArtifactUUID:fbaf1627-ea90-4b59-8665-800332a57573 ArtifactChecksum:ZTc2YWQxZjhkNzZiMmFjMzBmYmQyMWNjNzA3N2I4OWU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basicclamp 0 ResourceCustomizationUUID:6d1320bb-c291-43bd-9143-620c026faffc ResourceInvariantUUID:1547542f-cc87-4367-b424-1a4cfc7cbd1e ResourceName:basicclamp ResourceType:VF ResourceUUID:c92babac-d409-4197-9145-81a8abd3fc1c ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basicclamp0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ArtifactUUID:2f243d44-9a6e-4dfd-b28f-2d8404fbabe0 ArtifactChecksum:Zjc5ZGRiMGNmYWE3MDI5MDAwYzU5NWNjZTk5OWQ2NTk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu18.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ArtifactUUID:7c932120-f4dc-4009-9240-97dcc0ca2ed1 ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_ubuntu18.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ArtifactUUID:994858a8-c3eb-439c-a7b2-79d18b29f991 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu18.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ArtifactUUID:994858a8-c3eb-439c-a7b2-79d18b29f991 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-11-13T13:13:43.170Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a38bb317-5fb7-43e9-8bd3-4ea57fc28a96 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=? 2021-11-13T13:13:43.193Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-13T13:13:43.193Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-11-13T13:13:43.193Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-11-13T13:13:43.193Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: fbaf1627-ea90-4b59-8665-800332a57573 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-11-13T13:13:43.193Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-11-13T13:13:43.193Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-11-13T13:13:43.576Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-11-13T13:13:43.579Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar fbaf1627-ea90-4b59-8665-800332a57573 73645 2021-11-13T13:13:43.580Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2021-11-13T13:13:43.580Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-11-13T13:13:43.580Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-13T13:13:43.580Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-13T13:13:43.581Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-13T13:13:43.581Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809223579, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-13T13:13:43.682Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-13T13:13:43.682Z||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. 2021-11-13T13:13:43.683Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as av4G2cPWChdmQ79q) ... 2021-11-13T13:13:43.695Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:13:43.695Z||pool-70-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-13T13:13:44.582Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-13T13:13:44.583Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-11-13T13:13:44.583Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: fbaf1627-ea90-4b59-8665-800332a57573, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-13T13:13:44.584Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar 2021-11-13T13:13:44.584Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-13T13:13:44.584Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-13T13:13:44.695Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7865987215098749769/Definitions/service-Basicclamp-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided 2021-11-13T13:13:45.522Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-13T13:13:45.523Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||WARN|500||#################################################################################################### 2021-11-13T13:13:45.523Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-13T13:13:45.523Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-11-13T13:13:45.523Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-13T13:13:45.523Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-13T13:13:45.523Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-13T13:13:45.523Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-13T13:13:45.523Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-13T13:13:45.523Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-13T13:13:45.523Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-13T13:13:45.524Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-13T13:13:45.524Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-13T13:13:45.524Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||WARN|500||#################################################################################################### 2021-11-13T13:13:45.524Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T13:13:45.524Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-13T13:13:45.524Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-13T13:13:45.524Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2021-11-13T13:13:45.524Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-13T13:13:45.524Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T13:13:45.524Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-13T13:13:45.524Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-13T13:13:45.524Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2021-11-13T13:13:45.524Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-13T13:13:45.525Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T13:13:45.525Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-13T13:13:45.525Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T13:13:45.525Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-11-13T13:13:45.525Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-11-13T13:13:45.525Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-11-13T13:13:45.525Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-11-13T13:13:45.525Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-11-13T13:13:45.525Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-11-13T13:13:45.525Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T13:13:45.525Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-13T13:13:45.525Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T13:13:45.525Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-13T13:13:45.525Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-13T13:13:45.526Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T13:13:45.526Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-13T13:13:45.526Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-13T13:13:45.526Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T13:13:45.526Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-13T13:13:45.526Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-13T13:13:45.526Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T13:13:45.526Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-11-13T13:13:45.526Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-11-13T13:13:45.526Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-11-13T13:13:45.526Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c3005b7d-6966-4a16-9f72-09409bfd63f0 2021-11-13T13:13:45.526Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T13:13:45.526Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-13T13:13:45.526Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T13:13:45.526Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-13T13:13:45.526Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T13:13:45.527Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-13T13:13:45.527Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T13:13:45.527Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-13T13:13:45.527Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basicclamp Description:service Model UUID:a38bb317-5fb7-43e9-8bd3-4ea57fc28a96 Model Version:NULL Model InvariantUuid:e90c7c60-842f-451e-a869-96533532a0ac Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basicclamp Model UUID:1499bdd0-a820-48ae-ad7d-351c928458af Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:1547542f-cc87-4367-b424-1a4cfc7cbd1e Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:6d1320bb-c291-43bd-9143-620c026faffc NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:82f694f7-cd42-4d13-925f-63a00a163f64 ModelName:Basicclamp..base_ubuntu18..module-0 ModelUuid:e1040a24-f759-4985-80ec-64b4779b893e ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:c3005b7d-6966-4a16-9f72-09409bfd63f0 ModelInvariantUuid:f39caa2c-c0ef-45da-b5ea-e43a7dd3301e ModelName:basicclamp-nodes.ubuntu18Cvfc ModelUuid:2029161f-9713-47bd-8e8d-2e9c7688f521 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:87b27617-d141-49d4-b1e4-c0d3c85287cd ModelInvariantUuid:fb17ae9a-7141-4ef0-ae84-450468237bee ModelName:Basicclamp.compute.nodes.heat.ubuntu18 ModelUuid:0ff5cca1-7f96-4e4d-8313-be311c95b9c7 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=? 2021-11-13T13:13:45.564Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: c92babac-d409-4197-9145-81a8abd3fc1c 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=? 2021-11-13T13:13:45.567Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||INFO|500||basicclamp 0 2021-11-13T13:13:45.567Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c92babac-d409-4197-9145-81a8abd3fc1c 2021-11-13T13:13:45.567Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 2f243d44-9a6e-4dfd-b28f-2d8404fbabe0 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-11-13T13:13:45.567Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-11-13T13:13:45.567Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-11-13T13:13:45.872Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-11-13T13:13:45.872Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2f243d44-9a6e-4dfd-b28f-2d8404fbabe0 790 2021-11-13T13:13:45.872Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2021-11-13T13:13:45.872Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-11-13T13:13:45.872Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-13T13:13:45.872Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-13T13:13:45.874Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-13T13:13:45.874Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809225872, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-13T13:13:45.975Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-13T13:13:45.976Z||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. 2021-11-13T13:13:45.976Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as av4G2cPWChdmQ79q) ... 2021-11-13T13:13:45.988Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:13:45.988Z||pool-71-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-11-13T13:13:46.875Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "82f694f7-cd42-4d13-925f-63a00a163f64", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e1040a24-f759-4985-80ec-64b4779b893e", "vfModuleModelCustomizationUUID": "0cd4f179-abdb-4426-8f9a-7352a0bc5c91", "isBase": true, "artifacts": [ "7c932120-f4dc-4009-9240-97dcc0ca2ed1", "994858a8-c3eb-439c-a7b2-79d18b29f991" ], "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": "" } } ] 2021-11-13T13:13:46.880Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e1040a24-f759-4985-80ec-64b4779b893e VfModuleModelInvariantUUID:82f694f7-cd42-4d13-925f-63a00a163f64 VfModuleModelDescription:NULL Artifacts UUID List:{ 7c932120-f4dc-4009-9240-97dcc0ca2ed1 , 994858a8-c3eb-439c-a7b2-79d18b29f991 } 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 } 2021-11-13T13:13:46.882Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "82f694f7-cd42-4d13-925f-63a00a163f64", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e1040a24-f759-4985-80ec-64b4779b893e", "vfModuleModelCustomizationUUID": "0cd4f179-abdb-4426-8f9a-7352a0bc5c91", "isBase": true, "artifacts": [ "7c932120-f4dc-4009-9240-97dcc0ca2ed1", "994858a8-c3eb-439c-a7b2-79d18b29f991" ], "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": "" } } ] 2021-11-13T13:13:46.882Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e1040a24-f759-4985-80ec-64b4779b893e VfModuleModelInvariantUUID:82f694f7-cd42-4d13-925f-63a00a163f64 VfModuleModelDescription:NULL Artifacts UUID List:{ 7c932120-f4dc-4009-9240-97dcc0ca2ed1 , 994858a8-c3eb-439c-a7b2-79d18b29f991 } 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 } 2021-11-13T13:13:46.882Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 7c932120-f4dc-4009-9240-97dcc0ca2ed1 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-11-13T13:13:46.882Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-11-13T13:13:46.883Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-11-13T13:13:47.075Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-11-13T13:13:47.076Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 7c932120-f4dc-4009-9240-97dcc0ca2ed1 5033 2021-11-13T13:13:47.076Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-11-13T13:13:47.076Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-11-13T13:13:47.077Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-13T13:13:47.077Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-13T13:13:47.079Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-13T13:13:47.080Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809227076, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-11-13T13:13:47.180Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-13T13:13:47.181Z||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. 2021-11-13T13:13:47.181Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as av4G2cPWChdmQ79q) ... 2021-11-13T13:13:47.195Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:13:47.195Z||pool-72-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-13T13:13:48.080Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 994858a8-c3eb-439c-a7b2-79d18b29f991 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-11-13T13:13:48.081Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-11-13T13:13:48.081Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-11-13T13:13:48.374Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-11-13T13:13:48.375Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 994858a8-c3eb-439c-a7b2-79d18b29f991 909 2021-11-13T13:13:48.375Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-11-13T13:13:48.376Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-11-13T13:13:48.376Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-13T13:13:48.376Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-13T13:13:48.379Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-13T13:13:48.379Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809228375, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-11-13T13:13:48.479Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-13T13:13:48.479Z||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. 2021-11-13T13:13:48.479Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as av4G2cPWChdmQ79q) ... 2021-11-13T13:13:48.491Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:13:48.491Z||pool-73-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-13T13:13:49.379Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: a38bb317-5fb7-43e9-8bd3-4ea57fc28a96 2021-11-13T13:13:49.380Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 c92babac-d409-4197-9145-81a8abd3fc1c 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=? 2021-11-13T13:13:49.390Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@19941fcd, org.onap.sdc.toscaparser.api.parameters.Input@1608fa69, org.onap.sdc.toscaparser.api.parameters.Input@271384d4, org.onap.sdc.toscaparser.api.parameters.Input@454a02b1, org.onap.sdc.toscaparser.api.parameters.Input@7c1917a2] 2021-11-13T13:13:49.394Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T13:13:49.394Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-13T13:13:49.394Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2021-11-13T13:13:49.395Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 6d1320bb-c291-43bd-9143-620c026faffc 2021-11-13T13:13:49.395Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6d1320bb-c291-43bd-9143-620c026faffc matches Tosca VF Customization UUID: 6d1320bb-c291-43bd-9143-620c026faffc 2021-11-13T13:13:49.395Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 6d1320bb-c291-43bd-9143-620c026faffc 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=? 2021-11-13T13:13:49.397Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T13:13:49.398Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-13T13:13:49.399Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 6d1320bb-c291-43bd-9143-620c026faffc: {\"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\"} 2021-11-13T13:13:49.399Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@357a240 2021-11-13T13:13:49.399Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T13:13:49.399Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-13T13:13:49.399Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0cd4f179-abdb-4426-8f9a-7352a0bc5c91 2021-11-13T13:13:49.399Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0cd4f179-abdb-4426-8f9a-7352a0bc5c91 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=? 2021-11-13T13:13:49.401Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T13:13:49.401Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-13T13:13:49.401Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-13T13:13:49.402Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T13:13:49.402Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-13T13:13:49.402Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-13T13:13:49.402Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T13:13:49.402Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-11-13T13:13:49.402Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-11-13T13:13:49.402Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-11-13T13:13:49.402Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c3005b7d-6966-4a16-9f72-09409bfd63f0 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=? 2021-11-13T13:13:49.404Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T13:13:49.404Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-13T13:13:49.404Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-13T13:13:49.404Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T13:13:49.404Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-13T13:13:49.404Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=6d1320bb-c291-43bd-9143-620c026faffc 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=? 2021-11-13T13:13:49.405Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T13:13:49.406Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-13T13:13:49.406Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid a38bb317-5fb7-43e9-8bd3-4ea57fc28a96: basicclamp 2021-11-13T13:13:49.406Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T13:13:49.406Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-13T13:13:49.406Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T13:13:49.406Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-13T13:13:49.406Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T13:13:49.406Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-13T13:13:49.406Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T13:13:49.406Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-13T13:13:49.406Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T13:13:49.407Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-13T13:13:49.407Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||INFO|500||Saving Service: basicclamp Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-13T13:13:49.456Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp c92babac-d409-4197-9145-81a8abd3fc1c 1 ASDC deployResourceStructure 2021-11-13T13:13:49.457Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2021-11-13T13:13:49.457Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-11-13T13:13:49.457Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-13T13:13:49.457Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-13T13:13:49.459Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-13T13:13:49.459Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809229457, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-11-13T13:13:49.560Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-13T13:13:49.560Z||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. 2021-11-13T13:13:49.560Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as av4G2cPWChdmQ79q) ... 2021-11-13T13:13:49.572Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:13:49.572Z||pool-74-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-13T13:13:50.460Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-11-13T13:13:50.461Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-11-13T13:13:50.461Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-13T13:13:50.461Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-13T13:13:50.463Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-13T13:13:50.464Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809230460, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-11-13T13:13:50.564Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-13T13:13:50.564Z||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. 2021-11-13T13:13:50.565Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as av4G2cPWChdmQ79q) ... 2021-11-13T13:13:50.577Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:13:50.577Z||pool-75-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-13T13:13:51.466Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-11-13T13:13:51.466Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-11-13T13:13:51.466Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-13T13:13:51.466Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-13T13:13:51.469Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-13T13:13:51.469Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809231465, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-11-13T13:13:51.569Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-13T13:13:51.570Z||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. 2021-11-13T13:13:51.570Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as av4G2cPWChdmQ79q) ... 2021-11-13T13:13:51.583Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:13:51.584Z||pool-76-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-13T13:13:52.470Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2021-11-13T13:13:52.471Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-11-13T13:13:52.471Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-13T13:13:52.471Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-13T13:13:52.473Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-13T13:13:52.474Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809232470, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-11-13T13:13:52.574Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-13T13:13:52.575Z||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. 2021-11-13T13:13:52.575Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as av4G2cPWChdmQ79q) ... 2021-11-13T13:13:52.589Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:13:52.589Z||pool-77-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-13T13:13:53.035Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T13:13:53.036Z||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. 2021-11-13T13:13:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T13:13:53.055Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:13:53.055Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:13:53.055Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f840224e-47c1-4eaa-a037-f34bdb7ea101", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809100549, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-13T13:13:53.056Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T13:13:53.056Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:13:53.056Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dac9b1b3-8221-4f5c-b185-09d06e199514", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809101561, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T13:13:53.056Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:13:53.057Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:13:53.057Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dac9b1b3-8221-4f5c-b185-09d06e199514", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809101561, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-11-13T13:13:53.057Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:13:53.057Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:13:53.057Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dac9b1b3-8221-4f5c-b185-09d06e199514", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809101561, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-11-13T13:13:53.057Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:13:53.057Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:13:53.057Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dac9b1b3-8221-4f5c-b185-09d06e199514", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809101561, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T13:13:53.057Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:13:53.057Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:13:53.058Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dac9b1b3-8221-4f5c-b185-09d06e199514", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809101561, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-11-13T13:13:53.058Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:13:53.058Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:13:53.058Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dac9b1b3-8221-4f5c-b185-09d06e199514", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809101561, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-13T13:13:53.058Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:13:53.058Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-11-13T13:13:53.058Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dac9b1b3-8221-4f5c-b185-09d06e199514", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809101561, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-11-13T13:13:53.059Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-11-13T13:13:53.476Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9bb2c162-9787-4a51-b69a-71607c0a6e5f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-11-13T13:13:54.565Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9bb2c162-9787-4a51-b69a-71607c0a6e5f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-13T13:13:54.569Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-13T13:13:54.569Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-13T13:13:54.569Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-13T13:13:54.569Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-13T13:13:54.569Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-13T13:13:54.570Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-13T13:13:54.570Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-13T13:13:54.570Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-13T13:13:54.570Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-13T13:13:54.570Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-13T13:13:54.570Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-13T13:13:54.570Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-13T13:13:55.567Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-13T13:14:25.567Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9bb2c162-9787-4a51-b69a-71607c0a6e5f 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=? 2021-11-13T13:14:25.571Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9bb2c162-9787-4a51-b69a-71607c0a6e5f and serviceModelVersionId: a38bb317-5fb7-43e9-8bd3-4ea57fc28a96 2021-11-13T13:14:25.571Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e90c7c60-842f-451e-a869-96533532a0ac 2021-11-13T13:14:25.572Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e90c7c60-842f-451e-a869-96533532a0ac/model-vers/model-ver/a38bb317-5fb7-43e9-8bd3-4ea57fc28a96?depth=0 2021-11-13T13:14:25.577Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2021-11-13T13:14:25.600Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90c7c60-842f-451e-a869-96533532a0ac/model-vers/model-ver/a38bb317-5fb7-43e9-8bd3-4ea57fc28a96?depth=0|INFO|500||Invoke 2021-11-13T13:14:25.601Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90c7c60-842f-451e-a869-96533532a0ac/model-vers/model-ver/a38bb317-5fb7-43e9-8bd3-4ea57fc28a96?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90c7c60-842f-451e-a869-96533532a0ac/model-vers/model-ver/a38bb317-5fb7-43e9-8bd3-4ea57fc28a96?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9bb2c162-9787-4a51-b69a-71607c0a6e5f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e94d4cdf-1d8f-4075-bd9e-5f3fd693b8ae], X-ECOMP-RequestID=[9bb2c162-9787-4a51-b69a-71607c0a6e5f], X-TransactionId=[], X-ONAP-RequestID=[9bb2c162-9787-4a51-b69a-71607c0a6e5f], Content-Type=[application/merge-patch+json]} 2021-11-13T13:14:25.615Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90c7c60-842f-451e-a869-96533532a0ac/model-vers/model-ver/a38bb317-5fb7-43e9-8bd3-4ea57fc28a96?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-13T13:14:25.896Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90c7c60-842f-451e-a869-96533532a0ac/model-vers/model-ver/a38bb317-5fb7-43e9-8bd3-4ea57fc28a96?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/e90c7c60-842f-451e-a869-96533532a0ac/model-vers/model-ver/a38bb317-5fb7-43e9-8bd3-4ea57fc28a96?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211113-13:14:25:620-57632], vertex-id=[602272], Content-Length=[0], Date=[Sat, 13 Nov 2021 13:14:25 GMT], Content-Type=[application/json]} 2021-11-13T13:14:25.897Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90c7c60-842f-451e-a869-96533532a0ac/model-vers/model-ver/a38bb317-5fb7-43e9-8bd3-4ea57fc28a96?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-11-13T13:14:25.898Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e90c7c60-842f-451e-a869-96533532a0ac/model-vers/model-ver/a38bb317-5fb7-43e9-8bd3-4ea57fc28a96?depth=0|INFO|500||InvokeReturn 2021-11-13T13:14:25.898Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-13T13:14:25.898Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-13T13:14:25.902Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-11-13T13:14:25.903Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9bb2c162-9787-4a51-b69a-71607c0a6e5f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-13T13:14:25.903Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-13T13:14:25.903Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-13T13:14:25.905Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-13T13:14:25.906Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809265903, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-13T13:14:26.006Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-13T13:14:26.007Z||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. 2021-11-13T13:14:26.007Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as av4G2cPWChdmQ79q) ... 2021-11-13T13:14:26.026Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:14:26.027Z||pool-78-thread-1|||||INFO|500||cambria reply ok (21 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=? 2021-11-13T13:14:26.915Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T13:14:26.916Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|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. 2021-11-13T13:14:26.916Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|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 av4G2cPWChdmQ79q) ... 2021-11-13T13:14:31.418Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:14:31.419Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-13T13:14:31.419Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"592cfc94-3da6-4cd7-a0c3-13535ce22585","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"f9b89af4-c123-49a0-a894-d8085e1423a6","serviceDescription":"service","serviceInvariantUUID":"834918b5-cbe3-48fd-932b-3774c4490d5a","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"00be2689-dffb-40c6-92a1-b310aa71cf76","resourceInvariantUUID":"85b4d46e-691a-416b-84a3-c49706d786d3","resourceCustomizationUUID":"c4da58e5-06b5-4162-a116-1b09e0e3baea","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":"MTY3MmQ0M2VmYmYyNWEwNTViOGM3MmM5Mjc3MDJlOTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7f44c2bc-ce3a-4530-b165-c9fa87e0f274","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":"fc107e54-42bc-43d5-97c0-b5bb4d972b40","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":"e4bb3e81-da84-493e-a750-0f1eaf825762","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":"NmNhMDdmZjIwN2I4ZjNkMDJjNGMyYzk0MzQxNDIyYzI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"2ae7e3f4-9549-4a58-b76c-051caa3666b7","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":"78dc7a0d-5dd5-4983-a6db-c7b2f17d1921","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":"6e5dc783-dd18-4b66-a7a2-1f1feba2b743","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":"ee2bc1a7-e365-4a77-ac48-a367ef1300d2","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":"ODM0MThmMjZhY2ZkNzQyMmI0NTdiZDNjODhkZTA0YTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d6bac190-bfd8-41d4-9e0d-212f945f6693","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZTk3Y2I1MTBjYzFlYzYzZTZjZGI3M2ViOTU4M2I4YzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c26a760d-b655-4de2-9fb0-c01957799b2e","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-13T13:14:31.422Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-13T13:14:31.422Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-13T13:14:31.424Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-13T13:14:31.424Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "592cfc94-3da6-4cd7-a0c3-13535ce22585", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809266915, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T13:14:31.524Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-13T13:14:31.525Z||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. 2021-11-13T13:14:31.525Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as av4G2cPWChdmQ79q) ... 2021-11-13T13:14:31.539Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:14:31.539Z||pool-79-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-13T13:14:32.425Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-13T13:14:32.426Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-13T13:14:32.428Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-13T13:14:32.428Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "592cfc94-3da6-4cd7-a0c3-13535ce22585", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809266915, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-13T13:14:32.529Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-13T13:14:32.530Z||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. 2021-11-13T13:14:32.530Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as av4G2cPWChdmQ79q) ... 2021-11-13T13:14:32.544Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:14:32.545Z||pool-80-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-11-13T13:14:33.430Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-13T13:14:33.431Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-13T13:14:33.433Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-13T13:14:33.433Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "592cfc94-3da6-4cd7-a0c3-13535ce22585", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809266915, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-13T13:14:33.533Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-13T13:14:33.534Z||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. 2021-11-13T13:14:33.535Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as av4G2cPWChdmQ79q) ... 2021-11-13T13:14:33.549Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:14:33.550Z||pool-81-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-11-13T13:14:34.433Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-13T13:14:34.434Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-13T13:14:34.436Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-13T13:14:34.436Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "592cfc94-3da6-4cd7-a0c3-13535ce22585", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809266915, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-13T13:14:34.536Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-13T13:14:34.537Z||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. 2021-11-13T13:14:34.537Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as av4G2cPWChdmQ79q) ... 2021-11-13T13:14:34.551Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:14:34.551Z||pool-82-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-13T13:14:35.436Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-13T13:14:35.437Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-13T13:14:35.440Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-13T13:14:35.440Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "592cfc94-3da6-4cd7-a0c3-13535ce22585", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809266915, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T13:14:35.540Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-13T13:14:35.541Z||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. 2021-11-13T13:14:35.541Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as av4G2cPWChdmQ79q) ... 2021-11-13T13:14:35.554Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:14:35.555Z||pool-83-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-13T13:14:36.440Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-13T13:14:36.441Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-13T13:14:36.444Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-13T13:14:36.444Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "592cfc94-3da6-4cd7-a0c3-13535ce22585", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809266915, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-13T13:14:36.544Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-13T13:14:36.544Z||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. 2021-11-13T13:14:36.545Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as av4G2cPWChdmQ79q) ... 2021-11-13T13:14:36.558Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:14:36.558Z||pool-84-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-13T13:14:37.444Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-13T13:14:37.445Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-13T13:14:37.448Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-13T13:14:37.448Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "592cfc94-3da6-4cd7-a0c3-13535ce22585", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809266915, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-13T13:14:37.548Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-13T13:14:37.549Z||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. 2021-11-13T13:14:37.549Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as av4G2cPWChdmQ79q) ... 2021-11-13T13:14:37.564Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:14:37.564Z||pool-85-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-11-13T13:14:38.448Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-13T13:14:38.449Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-13T13:14:38.451Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-13T13:14:38.451Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "592cfc94-3da6-4cd7-a0c3-13535ce22585", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809266915, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-13T13:14:38.551Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-13T13:14:38.552Z||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. 2021-11-13T13:14:38.552Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as av4G2cPWChdmQ79q) ... 2021-11-13T13:14:38.566Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:14:38.566Z||pool-86-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-13T13:14:39.451Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-13T13:14:39.452Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-13T13:14:39.454Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-13T13:14:39.455Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "592cfc94-3da6-4cd7-a0c3-13535ce22585", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809266915, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-11-13T13:14:39.554Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-13T13:14:39.555Z||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. 2021-11-13T13:14:39.555Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as av4G2cPWChdmQ79q) ... 2021-11-13T13:14:39.576Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:14:39.576Z||pool-87-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2021-11-13T13:14:40.455Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "592cfc94-3da6-4cd7-a0c3-13535ce22585", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "f9b89af4-c123-49a0-a894-d8085e1423a6", "serviceDescription": "service", "serviceInvariantUUID": "834918b5-cbe3-48fd-932b-3774c4490d5a", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "c4da58e5-06b5-4162-a116-1b09e0e3baea", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "00be2689-dffb-40c6-92a1-b310aa71cf76", "resourceInvariantUUID": "85b4d46e-691a-416b-84a3-c49706d786d3", "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": "ZTk3Y2I1MTBjYzFlYzYzZTZjZGI3M2ViOTU4M2I4YzM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c26a760d-b655-4de2-9fb0-c01957799b2e" } ], "workloadContext": "Production" } 2021-11-13T13:14:40.456Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-13T13:14:40.456Z|9bb2c162-9787-4a51-b69a-71607c0a6e5f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f9b89af4-c123-49a0-a894-d8085e1423a6 ASDC 2021-11-13T13:14:40.456Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:592cfc94-3da6-4cd7-a0c3-13535ce22585 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:f9b89af4-c123-49a0-a894-d8085e1423a6 ServiceInvariantUUID:834918b5-cbe3-48fd-932b-3774c4490d5a 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:c26a760d-b655-4de2-9fb0-c01957799b2e ArtifactChecksum:ZTk3Y2I1MTBjYzFlYzYzZTZjZGI3M2ViOTU4M2I4YzM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:c4da58e5-06b5-4162-a116-1b09e0e3baea ResourceInvariantUUID:85b4d46e-691a-416b-84a3-c49706d786d3 ResourceName:test-pnf ResourceType:PNF ResourceUUID:00be2689-dffb-40c6-92a1-b310aa71cf76 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-11-13T13:14:40.456Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f9b89af4-c123-49a0-a894-d8085e1423a6 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 (?, ?, ?, ?, ?) 2021-11-13T13:14:40.580Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-13T13:14:40.581Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-11-13T13:14:40.581Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-11-13T13:14:40.581Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: c26a760d-b655-4de2-9fb0-c01957799b2e from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-11-13T13:14:40.581Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-11-13T13:14:40.582Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-11-13T13:14:40.697Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-11-13T13:14:40.704Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar c26a760d-b655-4de2-9fb0-c01957799b2e 105638 2021-11-13T13:14:40.704Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2021-11-13T13:14:40.704Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-11-13T13:14:40.704Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-13T13:14:40.704Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-13T13:14:40.706Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-13T13:14:40.706Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "592cfc94-3da6-4cd7-a0c3-13535ce22585", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809280704, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-13T13:14:40.807Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-13T13:14:40.807Z||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. 2021-11-13T13:14:40.807Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as av4G2cPWChdmQ79q) ... 2021-11-13T13:14:40.817Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:14:40.818Z||pool-88-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-13T13:14:41.707Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-13T13:14:41.708Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-11-13T13:14:41.708Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: c26a760d-b655-4de2-9fb0-c01957799b2e, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-11-13T13:14:41.708Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2021-11-13T13:14:41.709Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-11-13T13:14:41.709Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-11-13T13:14:41.776Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7445402311354629938/Definitions/service-TestPnfMacro-template.yml 2021-11-13T13:14:42.272Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-13T13:14:42.272Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||WARN|500||#################################################################################################### 2021-11-13T13:14:42.272Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-11-13T13:14:42.272Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2021-11-13T13:14:42.272Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-11-13T13:14:42.272Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-11-13T13:14:42.272Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||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 2021-11-13T13:14:42.272Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-11-13T13:14:42.272Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-11-13T13:14:42.272Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-11-13T13:14:42.272Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-11-13T13:14:42.272Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||WARN|500||#################################################################################################### 2021-11-13T13:14:42.272Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T13:14:42.272Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-13T13:14:42.272Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2021-11-13T13:14:42.272Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2021-11-13T13:14:42.273Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-13T13:14:42.273Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T13:14:42.273Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-13T13:14:42.273Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2021-11-13T13:14:42.273Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2021-11-13T13:14:42.273Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-13T13:14:42.273Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T13:14:42.273Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-13T13:14:42.273Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T13:14:42.273Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-13T13:14:42.273Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T13:14:42.273Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-13T13:14:42.273Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T13:14:42.273Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-13T13:14:42.273Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T13:14:42.273Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-13T13:14:42.273Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:f9b89af4-c123-49a0-a894-d8085e1423a6 Model Version:NULL Model InvariantUuid:834918b5-cbe3-48fd-932b-3774c4490d5a 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=? 2021-11-13T13:14:42.278Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 00be2689-dffb-40c6-92a1-b310aa71cf76 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=? 2021-11-13T13:14:42.282Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||INFO|500||test-pnf 0 2021-11-13T13:14:42.282Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 00be2689-dffb-40c6-92a1-b310aa71cf76 2021-11-13T13:14:42.283Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||DEBUG|500||No resources found for Service: f9b89af4-c123-49a0-a894-d8085e1423a6 2021-11-13T13:14:42.283Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: f9b89af4-c123-49a0-a894-d8085e1423a6 2021-11-13T13:14:42.283Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 00be2689-dffb-40c6-92a1-b310aa71cf76 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=? 2021-11-13T13:14:42.288Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1797a71f, org.onap.sdc.toscaparser.api.parameters.Input@1fdbb237, org.onap.sdc.toscaparser.api.parameters.Input@4a8d10ac, org.onap.sdc.toscaparser.api.parameters.Input@8501722, org.onap.sdc.toscaparser.api.parameters.Input@2255f668] 2021-11-13T13:14:42.288Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T13:14:42.288Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-13T13:14:42.288Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid f9b89af4-c123-49a0-a894-d8085e1423a6: test-pnf 2021-11-13T13:14:42.288Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||INFO|500||Processing PNF resource: 00be2689-dffb-40c6-92a1-b310aa71cf76 2021-11-13T13:14:42.288Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T13:14:42.288Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-13T13:14:42.289Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||INFO|500||Resource customization UUID: c4da58e5-06b5-4162-a116-1b09e0e3baea is the same as notified resource customizationUUID: c4da58e5-06b5-4162-a116-1b09e0e3baea 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 (?, ?) 2021-11-13T13:14:42.308Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 00be2689-dffb-40c6-92a1-b310aa71cf76 0 ASDC deployResourceStructure 2021-11-13T13:14:42.309Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2021-11-13T13:14:42.309Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-11-13T13:14:42.309Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-13T13:14:42.309Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-13T13:14:42.310Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-13T13:14:42.310Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "592cfc94-3da6-4cd7-a0c3-13535ce22585", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809282309, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-11-13T13:14:42.411Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-13T13:14:42.411Z||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. 2021-11-13T13:14:42.412Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as av4G2cPWChdmQ79q) ... 2021-11-13T13:14:42.426Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:14:42.426Z||pool-89-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-13T13:14:43.311Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 592cfc94-3da6-4cd7-a0c3-13535ce22585 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-11-13T13:14:43.318Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 592cfc94-3da6-4cd7-a0c3-13535ce22585 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-13T13:14:43.319Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-13T13:14:43.319Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-13T13:14:43.319Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-13T13:14:53.035Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T13:14:53.036Z||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. 2021-11-13T13:14:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T13:14:53.060Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:14:53.062Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:14:53.063Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dac9b1b3-8221-4f5c-b185-09d06e199514", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809113378, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-13T13:14:53.064Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T13:14:53.064Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:14:53.064Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dac9b1b3-8221-4f5c-b185-09d06e199514", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809115783, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-13T13:14:53.064Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T13:14:53.064Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:14:53.064Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dac9b1b3-8221-4f5c-b185-09d06e199514", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809116895, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-11-13T13:14:53.064Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T13:14:53.064Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:14:53.064Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dac9b1b3-8221-4f5c-b185-09d06e199514", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809118003, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-11-13T13:14:53.064Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T13:14:53.064Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:14:53.064Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dac9b1b3-8221-4f5c-b185-09d06e199514", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809119110, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-11-13T13:14:53.065Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T13:14:53.065Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:14:53.065Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dac9b1b3-8221-4f5c-b185-09d06e199514", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809120112, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-11-13T13:14:53.065Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T13:14:53.065Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:14:53.065Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dac9b1b3-8221-4f5c-b185-09d06e199514", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809121117, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-11-13T13:14:53.065Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T13:14:53.065Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:14:53.065Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dac9b1b3-8221-4f5c-b185-09d06e199514", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809122120, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-11-13T13:14:53.065Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T13:14:53.065Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:14:53.065Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cfc94-3da6-4cd7-a0c3-13535ce22585", "consumerID": "cds", "timestamp": 1636809148894, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T13:14:53.065Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:14:53.065Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:14:53.066Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cfc94-3da6-4cd7-a0c3-13535ce22585", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636809154235, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T13:14:53.066Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:14:53.066Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:14:53.066Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cfc94-3da6-4cd7-a0c3-13535ce22585", "consumerID": "policy-id", "timestamp": 1636809150126, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T13:14:53.066Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:14:53.066Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:14:53.066Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cfc94-3da6-4cd7-a0c3-13535ce22585", "consumerID": "cds", "timestamp": 1636809148894, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-13T13:14:53.066Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:14:53.066Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:14:53.066Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cfc94-3da6-4cd7-a0c3-13535ce22585", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636809154235, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-13T13:14:53.066Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:14:53.066Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:14:53.066Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cfc94-3da6-4cd7-a0c3-13535ce22585", "consumerID": "policy-id", "timestamp": 1636809150126, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-13T13:14:53.066Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:14:53.066Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:14:53.066Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cfc94-3da6-4cd7-a0c3-13535ce22585", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636809154235, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-13T13:14:53.067Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:14:53.067Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:14:53.067Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cfc94-3da6-4cd7-a0c3-13535ce22585", "consumerID": "cds", "timestamp": 1636809148894, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-13T13:14:53.067Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:14:53.067Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:14:53.067Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cfc94-3da6-4cd7-a0c3-13535ce22585", "consumerID": "policy-id", "timestamp": 1636809150126, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-13T13:14:53.067Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:14:53.067Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:14:53.067Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cfc94-3da6-4cd7-a0c3-13535ce22585", "consumerID": "dcae-sch", "timestamp": 1636809159599, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T13:14:53.067Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:14:53.067Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:14:53.067Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cfc94-3da6-4cd7-a0c3-13535ce22585", "consumerID": "cds", "timestamp": 1636809148894, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-13T13:14:53.067Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:14:53.068Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:14:53.068Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cfc94-3da6-4cd7-a0c3-13535ce22585", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636809154235, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-13T13:14:53.068Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:14:53.068Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:14:53.068Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cfc94-3da6-4cd7-a0c3-13535ce22585", "consumerID": "policy-id", "timestamp": 1636809150126, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-13T13:14:53.068Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:14:53.068Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:14:53.068Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cfc94-3da6-4cd7-a0c3-13535ce22585", "consumerID": "dcae-sch", "timestamp": 1636809159599, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-13T13:14:53.068Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:14:53.068Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:14:53.068Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cfc94-3da6-4cd7-a0c3-13535ce22585", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636809154235, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T13:14:53.068Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:14:53.068Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:14:53.068Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cfc94-3da6-4cd7-a0c3-13535ce22585", "consumerID": "cds", "timestamp": 1636809148894, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T13:14:53.068Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:14:53.068Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:14:53.068Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cfc94-3da6-4cd7-a0c3-13535ce22585", "consumerID": "policy-id", "timestamp": 1636809150126, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T13:14:53.068Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:14:53.068Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:14:53.069Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cfc94-3da6-4cd7-a0c3-13535ce22585", "consumerID": "ves-openapi-manager", "timestamp": 1636809161163, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T13:14:53.069Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:14:53.069Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:14:53.069Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cfc94-3da6-4cd7-a0c3-13535ce22585", "consumerID": "dcae-sch", "timestamp": 1636809159599, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-13T13:14:53.069Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:14:53.069Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:14:53.069Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cfc94-3da6-4cd7-a0c3-13535ce22585", "consumerID": "cds", "timestamp": 1636809148894, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-13T13:14:53.069Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:14:53.069Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:14:53.069Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cfc94-3da6-4cd7-a0c3-13535ce22585", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636809154235, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-13T13:14:53.069Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:14:53.069Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:14:53.069Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cfc94-3da6-4cd7-a0c3-13535ce22585", "consumerID": "policy-id", "timestamp": 1636809150126, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-13T13:14:53.069Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:14:53.069Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:14:53.069Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cfc94-3da6-4cd7-a0c3-13535ce22585", "consumerID": "ves-openapi-manager", "timestamp": 1636809161163, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-13T13:14:53.069Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:14:53.069Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:14:53.069Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cfc94-3da6-4cd7-a0c3-13535ce22585", "consumerID": "dcae-sch", "timestamp": 1636809159599, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-13T13:14:53.069Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:14:53.069Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:14:53.069Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cfc94-3da6-4cd7-a0c3-13535ce22585", "consumerID": "cds", "timestamp": 1636809148894, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-13T13:14:53.069Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:14:53.069Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:14:53.070Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cfc94-3da6-4cd7-a0c3-13535ce22585", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636809154235, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-13T13:14:53.070Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:14:53.070Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:14:53.070Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cfc94-3da6-4cd7-a0c3-13535ce22585", "consumerID": "policy-id", "timestamp": 1636809150126, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-13T13:14:53.070Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:14:53.070Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:14:53.070Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cfc94-3da6-4cd7-a0c3-13535ce22585", "consumerID": "ves-openapi-manager", "timestamp": 1636809161163, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-13T13:14:53.070Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:14:53.070Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:14:53.070Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cfc94-3da6-4cd7-a0c3-13535ce22585", "consumerID": "dcae-sch", "timestamp": 1636809159599, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T13:14:53.070Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:14:53.070Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:14:53.070Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cfc94-3da6-4cd7-a0c3-13535ce22585", "consumerID": "cds", "timestamp": 1636809148894, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-13T13:14:53.070Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:14:53.070Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:14:53.070Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cfc94-3da6-4cd7-a0c3-13535ce22585", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636809154235, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-13T13:14:53.070Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:14:53.070Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:14:53.070Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cfc94-3da6-4cd7-a0c3-13535ce22585", "consumerID": "policy-id", "timestamp": 1636809150126, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-13T13:14:53.070Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:14:53.070Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:14:53.070Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cfc94-3da6-4cd7-a0c3-13535ce22585", "consumerID": "ves-openapi-manager", "timestamp": 1636809161163, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-13T13:14:53.070Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:14:53.070Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:14:53.070Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cfc94-3da6-4cd7-a0c3-13535ce22585", "consumerID": "dcae-sch", "timestamp": 1636809159599, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-13T13:14:53.070Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:14:53.070Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:14:53.071Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cfc94-3da6-4cd7-a0c3-13535ce22585", "consumerID": "cds", "timestamp": 1636809148894, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-11-13T13:14:53.071Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:14:53.071Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:14:53.071Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cfc94-3da6-4cd7-a0c3-13535ce22585", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636809154235, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-11-13T13:14:53.071Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:14:53.071Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:14:53.071Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cfc94-3da6-4cd7-a0c3-13535ce22585", "consumerID": "policy-id", "timestamp": 1636809150126, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-11-13T13:14:53.071Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:14:53.071Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:14:53.071Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cfc94-3da6-4cd7-a0c3-13535ce22585", "consumerID": "ves-openapi-manager", "timestamp": 1636809161163, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T13:14:53.071Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:14:53.071Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:14:53.071Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cfc94-3da6-4cd7-a0c3-13535ce22585", "consumerID": "dcae-sch", "timestamp": 1636809159599, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-13T13:14:53.071Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:14:53.071Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:14:53.071Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cfc94-3da6-4cd7-a0c3-13535ce22585", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636809166797, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-13T13:14:53.071Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T13:14:53.071Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:14:53.071Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cfc94-3da6-4cd7-a0c3-13535ce22585", "consumerID": "ves-openapi-manager", "timestamp": 1636809161163, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-13T13:14:53.071Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:14:53.071Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:14:53.071Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cfc94-3da6-4cd7-a0c3-13535ce22585", "consumerID": "policy-id", "timestamp": 1636809166880, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-13T13:14:53.071Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T13:14:53.071Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:14:53.071Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cfc94-3da6-4cd7-a0c3-13535ce22585", "consumerID": "cds", "timestamp": 1636809166976, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-13T13:14:53.071Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T13:14:53.072Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:14:53.072Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cfc94-3da6-4cd7-a0c3-13535ce22585", "consumerID": "dcae-sch", "timestamp": 1636809159599, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-13T13:14:53.072Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:14:53.072Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:14:53.072Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cfc94-3da6-4cd7-a0c3-13535ce22585", "consumerID": "multicloud-k8s-id", "timestamp": 1636809166618, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T13:14:53.072Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:14:53.072Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:14:53.072Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cfc94-3da6-4cd7-a0c3-13535ce22585", "consumerID": "ves-openapi-manager", "timestamp": 1636809161163, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-11-13T13:14:53.072Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:14:53.072Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:14:53.072Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cfc94-3da6-4cd7-a0c3-13535ce22585", "consumerID": "policy-id", "timestamp": 1636809167883, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-11-13T13:14:53.072Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T13:14:53.072Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:14:53.072Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cfc94-3da6-4cd7-a0c3-13535ce22585", "consumerID": "dcae-sch", "timestamp": 1636809159599, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-13T13:14:53.072Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:14:53.072Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:14:53.072Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cfc94-3da6-4cd7-a0c3-13535ce22585", "consumerID": "multicloud-k8s-id", "timestamp": 1636809166618, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-13T13:14:53.072Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:14:53.072Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:14:53.072Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cfc94-3da6-4cd7-a0c3-13535ce22585", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636809168678, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-11-13T13:14:53.072Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T13:14:53.072Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:14:53.072Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cfc94-3da6-4cd7-a0c3-13535ce22585", "consumerID": "ves-openapi-manager", "timestamp": 1636809161163, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-13T13:14:53.072Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:14:53.073Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:14:53.073Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cfc94-3da6-4cd7-a0c3-13535ce22585", "consumerID": "policy-id", "timestamp": 1636809168885, "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=? 2021-11-13T13:14:53.573Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 592cfc94-3da6-4cd7-a0c3-13535ce22585 2021-11-13T13:14:53.573Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 592cfc94-3da6-4cd7-a0c3-13535ce22585 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 (?, ?, ?, ?, ?) 2021-11-13T13:14:53.578Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:14:53.578Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cfc94-3da6-4cd7-a0c3-13535ce22585", "consumerID": "cds", "timestamp": 1636809169051, "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=? 2021-11-13T13:14:53.582Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 592cfc94-3da6-4cd7-a0c3-13535ce22585 2021-11-13T13:14:53.583Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 592cfc94-3da6-4cd7-a0c3-13535ce22585 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 (?, ?, ?, ?, ?) 2021-11-13T13:14:53.588Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:14:53.588Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cfc94-3da6-4cd7-a0c3-13535ce22585", "consumerID": "multicloud-k8s-id", "timestamp": 1636809166618, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-13T13:14:53.588Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:14:53.588Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:14:53.588Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cfc94-3da6-4cd7-a0c3-13535ce22585", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636809169681, "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=? 2021-11-13T13:14:53.591Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 592cfc94-3da6-4cd7-a0c3-13535ce22585 2021-11-13T13:14:53.591Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 592cfc94-3da6-4cd7-a0c3-13535ce22585 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 (?, ?, ?, ?, ?) 2021-11-13T13:14:53.596Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:14:53.596Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cfc94-3da6-4cd7-a0c3-13535ce22585", "consumerID": "ves-openapi-manager", "timestamp": 1636809161163, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-13T13:14:53.596Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:14:53.596Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:14:53.596Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cfc94-3da6-4cd7-a0c3-13535ce22585", "consumerID": "multicloud-k8s-id", "timestamp": 1636809166618, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-13T13:14:53.596Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:14:53.596Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:14:53.596Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cfc94-3da6-4cd7-a0c3-13535ce22585", "consumerID": "ves-openapi-manager", "timestamp": 1636809171036, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-11-13T13:14:53.596Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T13:14:53.596Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:14:53.596Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cfc94-3da6-4cd7-a0c3-13535ce22585", "consumerID": "multicloud-k8s-id", "timestamp": 1636809166618, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T13:14:53.596Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:14:53.596Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:14:53.596Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cfc94-3da6-4cd7-a0c3-13535ce22585", "consumerID": "aai-ml", "timestamp": 1636809170683, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T13:14:53.596Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:14:53.596Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:14:53.597Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cfc94-3da6-4cd7-a0c3-13535ce22585", "consumerID": "ves-openapi-manager", "timestamp": 1636809172058, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-11-13T13:14:53.597Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T13:14:53.597Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:14:53.597Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cfc94-3da6-4cd7-a0c3-13535ce22585", "consumerID": "multicloud-k8s-id", "timestamp": 1636809166618, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-13T13:14:53.597Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:14:53.597Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:14:53.597Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cfc94-3da6-4cd7-a0c3-13535ce22585", "consumerID": "aai-ml", "timestamp": 1636809170683, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-13T13:14:53.597Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:15:13.319Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 592cfc94-3da6-4cd7-a0c3-13535ce22585 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-11-13T13:15:13.330Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 592cfc94-3da6-4cd7-a0c3-13535ce22585 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-13T13:15:13.332Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-13T13:15:13.332Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-13T13:15:13.332Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-13T13:15:43.333Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 592cfc94-3da6-4cd7-a0c3-13535ce22585 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-11-13T13:15:43.339Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 592cfc94-3da6-4cd7-a0c3-13535ce22585 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-13T13:15:43.341Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-13T13:15:43.341Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-13T13:15:43.341Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-13T13:15:53.035Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T13:15:53.036Z||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. 2021-11-13T13:15:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T13:15:53.058Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:15:53.066Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.067Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cfc94-3da6-4cd7-a0c3-13535ce22585", "consumerID": "ves-openapi-manager", "timestamp": 1636809173060, "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=? 2021-11-13T13:15:53.073Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 592cfc94-3da6-4cd7-a0c3-13535ce22585 2021-11-13T13:15:53.073Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 592cfc94-3da6-4cd7-a0c3-13535ce22585 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 (?, ?, ?, ?, ?) 2021-11-13T13:15:53.078Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.078Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cfc94-3da6-4cd7-a0c3-13535ce22585", "consumerID": "multicloud-k8s-id", "timestamp": 1636809166618, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-13T13:15:53.078Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:15:53.078Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.078Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cfc94-3da6-4cd7-a0c3-13535ce22585", "consumerID": "aai-ml", "timestamp": 1636809170683, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-13T13:15:53.079Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:15:53.079Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.079Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cfc94-3da6-4cd7-a0c3-13535ce22585", "consumerID": "multicloud-k8s-id", "timestamp": 1636809166618, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-13T13:15:53.079Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:15:53.079Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.079Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cfc94-3da6-4cd7-a0c3-13535ce22585", "consumerID": "aai-ml", "timestamp": 1636809170683, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-13T13:15:53.079Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:15:53.079Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.079Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cfc94-3da6-4cd7-a0c3-13535ce22585", "consumerID": "multicloud-k8s-id", "timestamp": 1636809166618, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-11-13T13:15:53.079Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:15:53.079Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.079Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cfc94-3da6-4cd7-a0c3-13535ce22585", "consumerID": "aai-ml", "timestamp": 1636809170683, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T13:15:53.079Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:15:53.079Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.079Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cfc94-3da6-4cd7-a0c3-13535ce22585", "consumerID": "clamp", "timestamp": 1636809175432, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T13:15:53.079Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:15:53.079Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.079Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cfc94-3da6-4cd7-a0c3-13535ce22585", "consumerID": "aai-ml", "timestamp": 1636809170683, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-13T13:15:53.079Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:15:53.079Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.079Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cfc94-3da6-4cd7-a0c3-13535ce22585", "consumerID": "clamp", "timestamp": 1636809175432, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-13T13:15:53.079Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:15:53.079Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.079Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cfc94-3da6-4cd7-a0c3-13535ce22585", "consumerID": "aai-ml", "timestamp": 1636809170683, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-13T13:15:53.079Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:15:53.079Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.079Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cfc94-3da6-4cd7-a0c3-13535ce22585", "consumerID": "clamp", "timestamp": 1636809175432, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-13T13:15:53.079Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:15:53.079Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.079Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cfc94-3da6-4cd7-a0c3-13535ce22585", "consumerID": "aai-ml", "timestamp": 1636809170683, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-13T13:15:53.079Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:15:53.079Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.079Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cfc94-3da6-4cd7-a0c3-13535ce22585", "consumerID": "clamp", "timestamp": 1636809175432, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-13T13:15:53.079Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:15:53.080Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.080Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cfc94-3da6-4cd7-a0c3-13535ce22585", "consumerID": "aai-ml", "timestamp": 1636809170683, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-11-13T13:15:53.080Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:15:53.080Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.080Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cfc94-3da6-4cd7-a0c3-13535ce22585", "consumerID": "clamp", "timestamp": 1636809175432, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T13:15:53.080Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:15:53.080Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.080Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cfc94-3da6-4cd7-a0c3-13535ce22585", "consumerID": "aai-ml", "timestamp": 1636809180409, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-13T13:15:53.080Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T13:15:53.080Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.080Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cfc94-3da6-4cd7-a0c3-13535ce22585", "consumerID": "clamp", "timestamp": 1636809175432, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-13T13:15:53.080Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:15:53.080Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.080Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cfc94-3da6-4cd7-a0c3-13535ce22585", "consumerID": "clamp", "timestamp": 1636809175432, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-13T13:15:53.080Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:15:53.080Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.080Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cfc94-3da6-4cd7-a0c3-13535ce22585", "consumerID": "clamp", "timestamp": 1636809175432, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-13T13:15:53.080Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:15:53.080Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.080Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cfc94-3da6-4cd7-a0c3-13535ce22585", "consumerID": "clamp", "timestamp": 1636809175432, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-11-13T13:15:53.080Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:15:53.080Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.080Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cfc94-3da6-4cd7-a0c3-13535ce22585", "consumerID": "aai-ml", "timestamp": 1636809185075, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-11-13T13:15:53.080Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T13:15:53.080Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.080Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cfc94-3da6-4cd7-a0c3-13535ce22585", "consumerID": "aai-ml", "timestamp": 1636809186078, "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=? 2021-11-13T13:15:53.083Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 592cfc94-3da6-4cd7-a0c3-13535ce22585 2021-11-13T13:15:53.083Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 592cfc94-3da6-4cd7-a0c3-13535ce22585 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 (?, ?, ?, ?, ?) 2021-11-13T13:15:53.087Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.087Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cfc94-3da6-4cd7-a0c3-13535ce22585", "consumerID": "clamp", "timestamp": 1636809194275, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-13T13:15:53.087Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T13:15:53.087Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.087Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cfc94-3da6-4cd7-a0c3-13535ce22585", "consumerID": "clamp", "timestamp": 1636809195290, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-11-13T13:15:53.087Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T13:15:53.087Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.087Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cfc94-3da6-4cd7-a0c3-13535ce22585", "consumerID": "clamp", "timestamp": 1636809196293, "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=? 2021-11-13T13:15:53.090Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 592cfc94-3da6-4cd7-a0c3-13535ce22585 2021-11-13T13:15:53.090Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 592cfc94-3da6-4cd7-a0c3-13535ce22585 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 (?, ?, ?, ?, ?) 2021-11-13T13:15:53.093Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.093Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dac9b1b3-8221-4f5c-b185-09d06e199514", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809214125, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-13T13:15:53.094Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T13:15:53.094Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.094Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809101561, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-13T13:15:53.094Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:15:53.094Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.094Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "multicloud-k8s-id", "timestamp": 1636809206618, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T13:15:53.094Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:15:53.094Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.094Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "cds", "timestamp": 1636809208894, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T13:15:53.094Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:15:53.094Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.094Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "clamp", "timestamp": 1636809205433, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T13:15:53.094Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:15:53.094Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.094Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "policy-id", "timestamp": 1636809210126, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T13:15:53.094Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:15:53.094Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.094Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636809214235, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T13:15:53.094Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:15:53.094Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.094Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809101561, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T13:15:53.094Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:15:53.094Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.094Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "cds", "timestamp": 1636809208894, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-11-13T13:15:53.094Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:15:53.094Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.094Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "clamp", "timestamp": 1636809205433, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-11-13T13:15:53.094Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:15:53.094Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.094Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "multicloud-k8s-id", "timestamp": 1636809206618, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-11-13T13:15:53.094Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:15:53.094Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.094Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "policy-id", "timestamp": 1636809210126, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-11-13T13:15:53.094Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:15:53.094Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.094Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636809214235, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-11-13T13:15:53.094Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:15:53.094Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.095Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809101561, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-11-13T13:15:53.095Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:15:53.095Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.095Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "multicloud-k8s-id", "timestamp": 1636809206618, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-11-13T13:15:53.095Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:15:53.095Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.095Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "clamp", "timestamp": 1636809205433, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-11-13T13:15:53.095Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:15:53.095Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.095Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "cds", "timestamp": 1636809208894, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-11-13T13:15:53.095Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:15:53.095Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.095Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "policy-id", "timestamp": 1636809210126, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-11-13T13:15:53.095Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:15:53.095Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.095Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636809214235, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-11-13T13:15:53.095Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:15:53.095Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.095Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809101561, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-13T13:15:53.095Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:15:53.095Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.095Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "multicloud-k8s-id", "timestamp": 1636809206618, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-11-13T13:15:53.095Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:15:53.095Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.095Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "clamp", "timestamp": 1636809205433, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-11-13T13:15:53.095Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:15:53.095Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.095Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "cds", "timestamp": 1636809208894, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-13T13:15:53.095Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:15:53.095Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.095Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "policy-id", "timestamp": 1636809210126, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-13T13:15:53.095Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:15:53.095Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.095Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636809214235, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-13T13:15:53.095Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:15:53.095Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.095Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809101561, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T13:15:53.095Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:15:53.095Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.096Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "multicloud-k8s-id", "timestamp": 1636809206618, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-11-13T13:15:53.096Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:15:53.096Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.096Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "clamp", "timestamp": 1636809205433, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-11-13T13:15:53.096Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:15:53.096Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.096Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "cds", "timestamp": 1636809208894, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-11-13T13:15:53.096Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:15:53.096Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.096Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "policy-id", "timestamp": 1636809210126, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-11-13T13:15:53.096Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:15:53.096Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.096Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636809214235, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-11-13T13:15:53.096Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:15:53.096Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.096Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809101561, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-11-13T13:15:53.096Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:15:53.096Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.096Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "dcae-sch", "timestamp": 1636809219599, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T13:15:53.096Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:15:53.096Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.096Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "multicloud-k8s-id", "timestamp": 1636809206618, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T13:15:53.096Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:15:53.096Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.096Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "clamp", "timestamp": 1636809205433, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T13:15:53.096Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:15:53.096Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.096Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "cds", "timestamp": 1636809208894, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T13:15:53.096Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:15:53.096Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.096Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "policy-id", "timestamp": 1636809210126, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T13:15:53.096Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:15:53.096Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.096Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636809214235, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T13:15:53.096Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:15:53.096Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.096Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809101561, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-13T13:15:53.097Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:15:53.097Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.097Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "dcae-sch", "timestamp": 1636809219599, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-11-13T13:15:53.097Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:15:53.097Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.097Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "multicloud-k8s-id", "timestamp": 1636809206618, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-11-13T13:15:53.097Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:15:53.097Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.097Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "cds", "timestamp": 1636809208894, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-11-13T13:15:53.097Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:15:53.097Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.097Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "clamp", "timestamp": 1636809205433, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-11-13T13:15:53.097Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:15:53.097Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.097Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "policy-id", "timestamp": 1636809210126, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-11-13T13:15:53.097Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:15:53.097Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.097Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636809214235, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-11-13T13:15:53.097Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:15:53.097Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.097Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "ves-openapi-manager", "timestamp": 1636809221162, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T13:15:53.097Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:15:53.097Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.097Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809101561, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-13T13:15:53.097Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:15:53.097Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.097Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "dcae-sch", "timestamp": 1636809219599, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-11-13T13:15:53.097Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:15:53.097Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.097Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "multicloud-k8s-id", "timestamp": 1636809206618, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-13T13:15:53.097Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:15:53.097Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.097Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "clamp", "timestamp": 1636809205433, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-13T13:15:53.097Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:15:53.097Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.097Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "cds", "timestamp": 1636809208894, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-13T13:15:53.098Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:15:53.098Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.098Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "policy-id", "timestamp": 1636809210126, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-13T13:15:53.098Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:15:53.098Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.098Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636809214235, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-13T13:15:53.098Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:15:53.098Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.098Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "ves-openapi-manager", "timestamp": 1636809221162, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-11-13T13:15:53.098Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:15:53.098Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.098Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "dcae-sch", "timestamp": 1636809219599, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-13T13:15:53.098Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:15:53.098Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.098Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "multicloud-k8s-id", "timestamp": 1636809206618, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-11-13T13:15:53.098Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:15:53.098Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.098Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "cds", "timestamp": 1636809208894, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-11-13T13:15:53.098Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:15:53.098Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.098Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "clamp", "timestamp": 1636809205433, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-11-13T13:15:53.098Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:15:53.098Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.098Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "policy-id", "timestamp": 1636809210126, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-11-13T13:15:53.098Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:15:53.098Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.098Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636809214235, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-11-13T13:15:53.098Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:15:53.098Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.098Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809223579, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-13T13:15:53.098Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T13:15:53.098Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.098Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "ves-openapi-manager", "timestamp": 1636809221162, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-11-13T13:15:53.098Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:15:53.098Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.099Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "dcae-sch", "timestamp": 1636809219599, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-11-13T13:15:53.099Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:15:53.099Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.099Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "multicloud-k8s-id", "timestamp": 1636809224675, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-13T13:15:53.099Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T13:15:53.099Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.099Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636809224681, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-13T13:15:53.099Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T13:15:53.099Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.099Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "cds", "timestamp": 1636809224683, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-13T13:15:53.099Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T13:15:53.099Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.099Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "policy-id", "timestamp": 1636809224680, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-13T13:15:53.099Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T13:15:53.099Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.099Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "ves-openapi-manager", "timestamp": 1636809221162, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-13T13:15:53.099Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:15:53.099Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.099Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "dcae-sch", "timestamp": 1636809219599, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T13:15:53.099Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:15:53.099Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.099Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "cds", "timestamp": 1636809225687, "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 (?, ?, ?, ?, ?) 2021-11-13T13:15:53.105Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 88a88b61-0055-4ee9-8d6a-6abf8cc57237 2021-11-13T13:15:53.105Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 88a88b61-0055-4ee9-8d6a-6abf8cc57237 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 (?, ?, ?, ?, ?) 2021-11-13T13:15:53.109Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.109Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "policy-id", "timestamp": 1636809225682, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-11-13T13:15:53.109Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T13:15:53.109Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.109Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "ves-openapi-manager", "timestamp": 1636809221162, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-11-13T13:15:53.109Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:15:53.109Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.109Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809225872, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-13T13:15:53.109Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T13:15:53.109Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.109Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "multicloud-k8s-id", "timestamp": 1636809225975, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-11-13T13:15:53.109Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T13:15:53.109Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.109Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "dcae-sch", "timestamp": 1636809219599, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-11-13T13:15:53.109Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:15:53.109Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.109Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "policy-id", "timestamp": 1636809226684, "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=? 2021-11-13T13:15:53.112Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 88a88b61-0055-4ee9-8d6a-6abf8cc57237 2021-11-13T13:15:53.112Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 88a88b61-0055-4ee9-8d6a-6abf8cc57237 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 (?, ?, ?, ?, ?) 2021-11-13T13:15:53.115Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.115Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "ves-openapi-manager", "timestamp": 1636809221162, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T13:15:53.115Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:15:53.115Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.115Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636809226826, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-11-13T13:15:53.115Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T13:15:53.116Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.116Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809227076, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-11-13T13:15:53.116Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T13:15:53.116Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.116Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "multicloud-k8s-id", "timestamp": 1636809227173, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-11-13T13:15:53.116Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T13:15:53.116Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.116Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "dcae-sch", "timestamp": 1636809219599, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-13T13:15:53.116Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:15:53.116Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.116Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "ves-openapi-manager", "timestamp": 1636809221162, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-11-13T13:15:53.116Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:15:53.116Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.116Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636809227830, "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=? 2021-11-13T13:15:53.119Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 88a88b61-0055-4ee9-8d6a-6abf8cc57237 2021-11-13T13:15:53.119Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 88a88b61-0055-4ee9-8d6a-6abf8cc57237 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 (?, ?, ?, ?, ?) 2021-11-13T13:15:53.122Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.122Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "dcae-sch", "timestamp": 1636809219599, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-13T13:15:53.122Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:15:53.122Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.122Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "multicloud-k8s-id", "timestamp": 1636809228372, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-11-13T13:15:53.122Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T13:15:53.122Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.123Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809228375, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-11-13T13:15:53.123Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T13:15:53.123Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.123Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "ves-openapi-manager", "timestamp": 1636809221162, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-13T13:15:53.123Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:15:53.123Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.123Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "multicloud-k8s-id", "timestamp": 1636809229425, "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=? 2021-11-13T13:15:53.125Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 88a88b61-0055-4ee9-8d6a-6abf8cc57237 2021-11-13T13:15:53.125Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 88a88b61-0055-4ee9-8d6a-6abf8cc57237 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=? 2021-11-13T13:15:53.129Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.129Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809229457, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-11-13T13:15:53.129Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T13:15:53.129Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.129Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "ves-openapi-manager", "timestamp": 1636809221162, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-13T13:15:53.129Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:15:53.129Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.129Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "clamp", "timestamp": 1636809230280, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-13T13:15:53.129Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T13:15:53.129Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.129Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "multicloud-k8s-id", "timestamp": 1636809230428, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-11-13T13:15:53.129Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T13:15:53.129Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.129Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809230460, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-11-13T13:15:53.129Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T13:15:53.129Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.129Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "aai-ml", "timestamp": 1636809230683, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T13:15:53.129Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:15:53.129Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.129Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809231465, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-11-13T13:15:53.130Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T13:15:53.130Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.130Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "clamp", "timestamp": 1636809232288, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-11-13T13:15:53.130Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T13:15:53.130Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.130Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "aai-ml", "timestamp": 1636809230683, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-11-13T13:15:53.130Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:15:53.130Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:15:53.130Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809232470, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-11-13T13:15:53.130Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T13:16:13.341Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 592cfc94-3da6-4cd7-a0c3-13535ce22585 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-11-13T13:16:13.350Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 592cfc94-3da6-4cd7-a0c3-13535ce22585 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-13T13:16:13.353Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-13T13:16:13.353Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-13T13:16:13.353Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-13T13:16:13.353Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-13T13:16:13.353Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-13T13:16:13.353Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-13T13:16:13.353Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-13T13:16:13.353Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-13T13:16:13.353Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-13T13:16:13.353Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-13T13:16:13.353Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-13T13:16:13.354Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-13T13:16:13.357Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-13T13:16:43.358Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 592cfc94-3da6-4cd7-a0c3-13535ce22585 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=? 2021-11-13T13:16:43.361Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 592cfc94-3da6-4cd7-a0c3-13535ce22585 and serviceModelVersionId: f9b89af4-c123-49a0-a894-d8085e1423a6 2021-11-13T13:16:43.361Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 834918b5-cbe3-48fd-932b-3774c4490d5a 2021-11-13T13:16:43.361Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/834918b5-cbe3-48fd-932b-3774c4490d5a/model-vers/model-ver/f9b89af4-c123-49a0-a894-d8085e1423a6?depth=0 2021-11-13T13:16:43.364Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2021-11-13T13:16:43.383Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/834918b5-cbe3-48fd-932b-3774c4490d5a/model-vers/model-ver/f9b89af4-c123-49a0-a894-d8085e1423a6?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]} 2021-11-13T13:16:43.384Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/834918b5-cbe3-48fd-932b-3774c4490d5a/model-vers/model-ver/f9b89af4-c123-49a0-a894-d8085e1423a6?depth=0|INFO|500||Invoke 2021-11-13T13:16:43.400Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/834918b5-cbe3-48fd-932b-3774c4490d5a/model-vers/model-ver/f9b89af4-c123-49a0-a894-d8085e1423a6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-13T13:16:43.590Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/834918b5-cbe3-48fd-932b-3774c4490d5a/model-vers/model-ver/f9b89af4-c123-49a0-a894-d8085e1423a6?depth=0|INFO|500||InvokeReturn 2021-11-13T13:16:43.590Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/834918b5-cbe3-48fd-932b-3774c4490d5a/model-vers/model-ver/f9b89af4-c123-49a0-a894-d8085e1423a6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211113-13:16:43:405-9819], vertex-id=[229584], Content-Length=[0], Date=[Sat, 13 Nov 2021 13:16:43 GMT], Content-Type=[application/json]} 2021-11-13T13:16:43.590Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity. 2021-11-13T13:16:43.591Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-13T13:16:43.591Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-13T13:16:43.594Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-11-13T13:16:43.595Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 592cfc94-3da6-4cd7-a0c3-13535ce22585 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-13T13:16:43.595Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-13T13:16:43.595Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-13T13:16:43.597Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-13T13:16:43.598Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "592cfc94-3da6-4cd7-a0c3-13535ce22585", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809403595, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-13T13:16:43.697Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-13T13:16:43.698Z||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. 2021-11-13T13:16:43.698Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as av4G2cPWChdmQ79q) ... 2021-11-13T13:16:43.711Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:16:43.712Z||pool-90-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-11-13T13:16:44.606Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-13T13:16:44.606Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"88a88b61-0055-4ee9-8d6a-6abf8cc57237","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"17477ec4-91af-4ba9-b58c-02b185286e2a","serviceDescription":"service","serviceInvariantUUID":"67ac1878-6738-4016-bcbe-5cb61a794fe5","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6c3f3042-dcee-4acd-b109-40f5330b0f0a","resourceInvariantUUID":"e46e070e-8b34-4778-bc98-b9218fa4e923","resourceCustomizationUUID":"9ed84b9a-e261-403e-b4be-90fa40f560f6","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":"ZmM2N2YwMmZlNjMxYjkyNGVjZGZhMDJlMzQ2OWM2ZGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a7d36399-4e98-4e41-8be8-e40bba643e8f","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":"08232a5b-014e-426f-b80b-8aaa21fd971e","artifactVersion":"2","generatedFromUUID":"28b70084-f87f-4420-8da0-a26c7411f9e3"},{"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":"28b70084-f87f-4420-8da0-a26c7411f9e3","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":"ZDk1ZDE4YWUyM2Y3Zjc0ODU1ZDFkZmM1Yjk4YmVmYmQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8283d3df-6f16-41c4-a687-424eed8d06c1","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":"a5afe53f-4b1c-4f9a-a9b9-60ba6dc6960b","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":"cd924127-b8da-4662-9025-06368aaa94bc","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":"7e3151e5-d3fb-4dc4-a5f0-37f4ea8c5b63","artifactVersion":"2","generatedFromUUID":"a5afe53f-4b1c-4f9a-a9b9-60ba6dc6960b"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NzZmNDdiNDNmNjY5YzU0YjA5ZWFiN2E0Nzg5YTk4OGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4ff1c017-0330-4597-8a02-91283ba35a07","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NDQ5OGRlYTA4Y2Y2ODRlYWQwZGU0MjUxZDRkZDk4NTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b495b336-c9e2-4649-8660-9cd69a05048d","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-13T13:16:44.606Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-13T13:16:44.607Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-13T13:16:44.608Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-13T13:16:44.609Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809266915, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T13:16:44.709Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-13T13:16:44.709Z||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. 2021-11-13T13:16:44.709Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as av4G2cPWChdmQ79q) ... 2021-11-13T13:16:44.723Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:16:44.724Z||pool-91-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-13T13:16:45.609Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-13T13:16:45.610Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-13T13:16:45.611Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-13T13:16:45.612Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809266915, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-11-13T13:16:45.712Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-13T13:16:45.713Z||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. 2021-11-13T13:16:45.713Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as av4G2cPWChdmQ79q) ... 2021-11-13T13:16:45.728Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:16:45.728Z||pool-92-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-11-13T13:16:46.612Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-13T13:16:46.613Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-13T13:16:46.616Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-13T13:16:46.616Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809266915, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-11-13T13:16:46.716Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-13T13:16:46.717Z||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. 2021-11-13T13:16:46.717Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as av4G2cPWChdmQ79q) ... 2021-11-13T13:16:46.730Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:16:46.731Z||pool-93-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-13T13:16:47.617Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-13T13:16:47.617Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-13T13:16:47.620Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-13T13:16:47.620Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809266915, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-11-13T13:16:47.720Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-13T13:16:47.720Z||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. 2021-11-13T13:16:47.720Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as av4G2cPWChdmQ79q) ... 2021-11-13T13:16:47.732Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:16:47.733Z||pool-94-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-11-13T13:16:48.620Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-13T13:16:48.621Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-13T13:16:48.623Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-13T13:16:48.623Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809266915, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-11-13T13:16:48.723Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-13T13:16:48.724Z||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. 2021-11-13T13:16:48.724Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as av4G2cPWChdmQ79q) ... 2021-11-13T13:16:48.736Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:16:48.736Z||pool-95-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-13T13:16:49.623Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-13T13:16:49.625Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-13T13:16:49.627Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-13T13:16:49.627Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809266915, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T13:16:49.727Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-13T13:16:49.728Z||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. 2021-11-13T13:16:49.728Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as av4G2cPWChdmQ79q) ... 2021-11-13T13:16:49.744Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:16:49.744Z||pool-96-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-11-13T13:16:50.628Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-13T13:16:50.629Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-13T13:16:50.631Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-13T13:16:50.632Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809266915, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-11-13T13:16:50.732Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-13T13:16:50.733Z||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. 2021-11-13T13:16:50.733Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as av4G2cPWChdmQ79q) ... 2021-11-13T13:16:50.747Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:16:50.747Z||pool-97-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2021-11-13T13:16:51.632Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-13T13:16:51.633Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-13T13:16:51.635Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-13T13:16:51.636Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809266915, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-13T13:16:51.736Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-13T13:16:51.736Z||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. 2021-11-13T13:16:51.737Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as av4G2cPWChdmQ79q) ... 2021-11-13T13:16:51.749Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:16:51.749Z||pool-98-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-13T13:16:52.636Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-13T13:16:52.637Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-13T13:16:52.640Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-13T13:16:52.640Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809266915, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-11-13T13:16:52.740Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-13T13:16:52.741Z||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. 2021-11-13T13:16:52.741Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as av4G2cPWChdmQ79q) ... 2021-11-13T13:16:52.754Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:16:52.754Z||pool-99-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-13T13:16:53.035Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T13:16:53.036Z||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. 2021-11-13T13:16:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T13:16:53.059Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:16:53.060Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:16:53.060Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "clamp", "timestamp": 1636809233290, "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=? 2021-11-13T13:16:53.587Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 88a88b61-0055-4ee9-8d6a-6abf8cc57237 2021-11-13T13:16:53.588Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 88a88b61-0055-4ee9-8d6a-6abf8cc57237 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 (?, ?, ?, ?, ?) 2021-11-13T13:16:53.594Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:16:53.594Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "aai-ml", "timestamp": 1636809230683, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-11-13T13:16:53.594Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:16:53.594Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:16:53.594Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "aai-ml", "timestamp": 1636809230683, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-13T13:16:53.595Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:16:53.595Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:16:53.595Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "aai-ml", "timestamp": 1636809230683, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-11-13T13:16:53.595Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:16:53.595Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:16:53.595Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "aai-ml", "timestamp": 1636809230683, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T13:16:53.595Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:16:53.595Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:16:53.595Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "aai-ml", "timestamp": 1636809230683, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-11-13T13:16:53.595Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:16:53.595Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:16:53.595Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "aai-ml", "timestamp": 1636809230683, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-13T13:16:53.595Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:16:53.595Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:16:53.595Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "aai-ml", "timestamp": 1636809230683, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-11-13T13:16:53.595Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:16:53.595Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:16:53.596Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "aai-ml", "timestamp": 1636809240413, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-13T13:16:53.596Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T13:16:53.596Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:16:53.596Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "aai-ml", "timestamp": 1636809248376, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-11-13T13:16:53.596Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T13:16:53.596Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:16:53.596Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "aai-ml", "timestamp": 1636809249379, "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=? 2021-11-13T13:16:53.599Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 88a88b61-0055-4ee9-8d6a-6abf8cc57237 2021-11-13T13:16:53.599Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 88a88b61-0055-4ee9-8d6a-6abf8cc57237 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 (?, ?, ?, ?, ?) 2021-11-13T13:16:53.603Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:16:53.603Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bb2c162-9787-4a51-b69a-71607c0a6e5f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809265903, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-13T13:16:53.603Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T13:16:53.603Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:16:53.603Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cfc94-3da6-4cd7-a0c3-13535ce22585", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809266915, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T13:16:53.603Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:16:53.603Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:16:53.603Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cfc94-3da6-4cd7-a0c3-13535ce22585", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809266915, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-13T13:16:53.603Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:16:53.603Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:16:53.603Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cfc94-3da6-4cd7-a0c3-13535ce22585", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809266915, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-13T13:16:53.603Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:16:53.603Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:16:53.603Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cfc94-3da6-4cd7-a0c3-13535ce22585", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809266915, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-13T13:16:53.603Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:16:53.603Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:16:53.603Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cfc94-3da6-4cd7-a0c3-13535ce22585", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809266915, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T13:16:53.603Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:16:53.604Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:16:53.604Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cfc94-3da6-4cd7-a0c3-13535ce22585", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809266915, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-13T13:16:53.604Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:16:53.604Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:16:53.604Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cfc94-3da6-4cd7-a0c3-13535ce22585", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809266915, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-13T13:16:53.604Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:16:53.604Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:16:53.604Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cfc94-3da6-4cd7-a0c3-13535ce22585", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809266915, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-13T13:16:53.604Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:16:53.604Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:16:53.604Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cfc94-3da6-4cd7-a0c3-13535ce22585", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809266915, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-11-13T13:16:53.604Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:16:53.604Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:16:53.604Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cfc94-3da6-4cd7-a0c3-13535ce22585", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809280704, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-13T13:16:53.604Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T13:16:53.605Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:16:53.605Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cfc94-3da6-4cd7-a0c3-13535ce22585", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809282309, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-11-13T13:16:53.605Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T13:16:53.642Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "17477ec4-91af-4ba9-b58c-02b185286e2a", "serviceDescription": "service", "serviceInvariantUUID": "67ac1878-6738-4016-bcbe-5cb61a794fe5", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "9ed84b9a-e261-403e-b4be-90fa40f560f6", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "6c3f3042-dcee-4acd-b109-40f5330b0f0a", "resourceInvariantUUID": "e46e070e-8b34-4778-bc98-b9218fa4e923", "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": "08232a5b-014e-426f-b80b-8aaa21fd971e", "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": "28b70084-f87f-4420-8da0-a26c7411f9e3", "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": "ZDk1ZDE4YWUyM2Y3Zjc0ODU1ZDFkZmM1Yjk4YmVmYmQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8283d3df-6f16-41c4-a687-424eed8d06c1", "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": "a5afe53f-4b1c-4f9a-a9b9-60ba6dc6960b", "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": "7e3151e5-d3fb-4dc4-a5f0-37f4ea8c5b63", "generatedFromUUID": "a5afe53f-4b1c-4f9a-a9b9-60ba6dc6960b" }, "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": "7e3151e5-d3fb-4dc4-a5f0-37f4ea8c5b63", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "NDQ5OGRlYTA4Y2Y2ODRlYWQwZGU0MjUxZDRkZDk4NTU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b495b336-c9e2-4649-8660-9cd69a05048d" } ], "workloadContext": "Production" } 2021-11-13T13:16:53.642Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-13T13:16:53.642Z|592cfc94-3da6-4cd7-a0c3-13535ce22585|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 17477ec4-91af-4ba9-b58c-02b185286e2a ASDC 2021-11-13T13:16:53.643Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:88a88b61-0055-4ee9-8d6a-6abf8cc57237 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:17477ec4-91af-4ba9-b58c-02b185286e2a ServiceInvariantUUID:67ac1878-6738-4016-bcbe-5cb61a794fe5 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:b495b336-c9e2-4649-8660-9cd69a05048d ArtifactChecksum:NDQ5OGRlYTA4Y2Y2ODRlYWQwZGU0MjUxZDRkZDk4NTU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:9ed84b9a-e261-403e-b4be-90fa40f560f6 ResourceInvariantUUID:e46e070e-8b34-4778-bc98-b9218fa4e923 ResourceName:basic_cnf ResourceType:VF ResourceUUID:6c3f3042-dcee-4acd-b109-40f5330b0f0a 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:08232a5b-014e-426f-b80b-8aaa21fd971e 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:28b70084-f87f-4420-8da0-a26c7411f9e3 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:8283d3df-6f16-41c4-a687-424eed8d06c1 ArtifactChecksum:ZDk1ZDE4YWUyM2Y3Zjc0ODU1ZDFkZmM1Yjk4YmVmYmQ= 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:a5afe53f-4b1c-4f9a-a9b9-60ba6dc6960b 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:7e3151e5-d3fb-4dc4-a5f0-37f4ea8c5b63 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:7e3151e5-d3fb-4dc4-a5f0-37f4ea8c5b63 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-11-13T13:16:53.643Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 17477ec4-91af-4ba9-b58c-02b185286e2a 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=? 2021-11-13T13:16:53.664Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-13T13:16:53.664Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-11-13T13:16:53.664Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-11-13T13:16:53.664Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: b495b336-c9e2-4649-8660-9cd69a05048d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-11-13T13:16:53.665Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-11-13T13:16:53.665Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-11-13T13:16:54.286Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-11-13T13:16:54.291Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar b495b336-c9e2-4649-8660-9cd69a05048d 68928 2021-11-13T13:16:54.291Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2021-11-13T13:16:54.292Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-11-13T13:16:54.292Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-13T13:16:54.292Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-13T13:16:54.294Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-13T13:16:54.294Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809414291, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-13T13:16:54.394Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-13T13:16:54.395Z||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. 2021-11-13T13:16:54.395Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as av4G2cPWChdmQ79q) ... 2021-11-13T13:16:54.406Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:16:54.407Z||pool-100-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-13T13:16:55.295Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-13T13:16:55.296Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-11-13T13:16:55.296Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: b495b336-c9e2-4649-8660-9cd69a05048d, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2021-11-13T13:16:55.297Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2021-11-13T13:16:55.297Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2021-11-13T13:16:55.297Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2021-11-13T13:16:55.371Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP383875430080599137/Definitions/service-BasicCnf-template.yml 2021-11-13T13:16:56.123Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-13T13:16:56.123Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||WARN|500||#################################################################################################### 2021-11-13T13:16:56.123Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-11-13T13:16:56.124Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2021-11-13T13:16:56.124Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-11-13T13:16:56.124Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-11-13T13:16:56.124Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-11-13T13:16:56.124Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-11-13T13:16:56.124Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||WARN|500||#################################################################################################### 2021-11-13T13:16:56.124Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T13:16:56.124Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-13T13:16:56.124Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-11-13T13:16:56.124Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2021-11-13T13:16:56.124Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-13T13:16:56.124Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T13:16:56.125Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-13T13:16:56.125Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-11-13T13:16:56.125Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2021-11-13T13:16:56.125Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-13T13:16:56.125Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T13:16:56.125Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-13T13:16:56.125Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T13:16:56.125Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-11-13T13:16:56.125Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2021-11-13T13:16:56.125Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||Node template dummy is not matching search criteria 2021-11-13T13:16:56.125Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-11-13T13:16:56.125Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T13:16:56.125Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-13T13:16:56.125Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T13:16:56.125Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-11-13T13:16:56.125Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-13T13:16:56.126Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T13:16:56.126Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-11-13T13:16:56.126Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-13T13:16:56.126Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T13:16:56.126Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-11-13T13:16:56.126Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-13T13:16:56.126Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T13:16:56.126Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-11-13T13:16:56.126Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-11-13T13:16:56.126Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=7408f9d3-e04d-4c47-8958-9c26b4a79a75 2021-11-13T13:16:56.126Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T13:16:56.126Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-13T13:16:56.126Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T13:16:56.126Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-13T13:16:56.126Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T13:16:56.126Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-13T13:16:56.126Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T13:16:56.127Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-13T13:16:56.127Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:17477ec4-91af-4ba9-b58c-02b185286e2a Model Version:NULL Model InvariantUuid:67ac1878-6738-4016-bcbe-5cb61a794fe5 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:84ca8734-74db-461e-b18e-1b01bb7ebfd5 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:e46e070e-8b34-4778-bc98-b9218fa4e923 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:9ed84b9a-e261-403e-b4be-90fa40f560f6 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:41fc902e-1c23-462c-a40c-befeb55efa39 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:1b20857e-a7a2-470a-b582-b8de38694815 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:7408f9d3-e04d-4c47-8958-9c26b4a79a75 ModelInvariantUuid:a4195c6f-de8b-4ad9-aa80-52da4301ffeb ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:71a018ac-aa27-4ed9-85a9-ff26f65fa144 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:7e80a551-a9c5-4653-bc77-6ba2bbd1a825 ModelInvariantUuid:98bf9d94-482f-4155-b42a-01c483b4a74d ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:bfb0a639-c94a-4664-8691-29de4f7d0da5 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=? 2021-11-13T13:16:56.588Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 6c3f3042-dcee-4acd-b109-40f5330b0f0a 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=? 2021-11-13T13:16:56.591Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||INFO|500||basic_cnf 0 2021-11-13T13:16:56.591Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6c3f3042-dcee-4acd-b109-40f5330b0f0a 2021-11-13T13:16:56.591Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 08232a5b-014e-426f-b80b-8aaa21fd971e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-11-13T13:16:56.591Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-11-13T13:16:56.592Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-11-13T13:16:56.697Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-11-13T13:16:56.698Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 08232a5b-014e-426f-b80b-8aaa21fd971e 12 2021-11-13T13:16:56.698Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2021-11-13T13:16:56.698Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-11-13T13:16:56.698Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-13T13:16:56.698Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-13T13:16:56.700Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-13T13:16:56.700Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809416698, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-11-13T13:16:56.800Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-13T13:16:56.801Z||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. 2021-11-13T13:16:56.801Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as av4G2cPWChdmQ79q) ... 2021-11-13T13:16:56.812Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:16:56.812Z||pool-101-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-13T13:16:57.700Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 28b70084-f87f-4420-8da0-a26c7411f9e3 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-11-13T13:16:57.701Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-11-13T13:16:57.701Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-11-13T13:16:57.733Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-11-13T13:16:57.734Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 28b70084-f87f-4420-8da0-a26c7411f9e3 2688 2021-11-13T13:16:57.734Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2021-11-13T13:16:57.734Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-11-13T13:16:57.734Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-13T13:16:57.734Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-13T13:16:57.737Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-13T13:16:57.737Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809417734, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-11-13T13:16:57.837Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-13T13:16:57.838Z||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. 2021-11-13T13:16:57.838Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as av4G2cPWChdmQ79q) ... 2021-11-13T13:16:57.850Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:16:57.850Z||pool-102-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-11-13T13:16:58.739Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 8283d3df-6f16-41c4-a687-424eed8d06c1 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-11-13T13:16:58.739Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-11-13T13:16:58.740Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-11-13T13:16:58.799Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-11-13T13:16:58.799Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 8283d3df-6f16-41c4-a687-424eed8d06c1 828 2021-11-13T13:16:58.799Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2021-11-13T13:16:58.799Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-11-13T13:16:58.799Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-13T13:16:58.799Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-13T13:16:58.801Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-13T13:16:58.801Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809418799, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-13T13:16:58.901Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-13T13:16:58.902Z||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. 2021-11-13T13:16:58.902Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as av4G2cPWChdmQ79q) ... 2021-11-13T13:16:58.916Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:16:58.916Z||pool-103-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-11-13T13:16:59.801Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "41fc902e-1c23-462c-a40c-befeb55efa39", "vfModuleModelVersion": "1", "vfModuleModelUUID": "1b20857e-a7a2-470a-b582-b8de38694815", "vfModuleModelCustomizationUUID": "9a045393-eb1a-489d-8efa-fe840494ac89", "isBase": true, "artifacts": [ "a5afe53f-4b1c-4f9a-a9b9-60ba6dc6960b", "28b70084-f87f-4420-8da0-a26c7411f9e3", "7e3151e5-d3fb-4dc4-a5f0-37f4ea8c5b63" ], "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": "" } } ] 2021-11-13T13:16:59.805Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:1b20857e-a7a2-470a-b582-b8de38694815 VfModuleModelInvariantUUID:41fc902e-1c23-462c-a40c-befeb55efa39 VfModuleModelDescription:NULL Artifacts UUID List:{ a5afe53f-4b1c-4f9a-a9b9-60ba6dc6960b , 28b70084-f87f-4420-8da0-a26c7411f9e3 , 7e3151e5-d3fb-4dc4-a5f0-37f4ea8c5b63 } 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 } 2021-11-13T13:16:59.807Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "41fc902e-1c23-462c-a40c-befeb55efa39", "vfModuleModelVersion": "1", "vfModuleModelUUID": "1b20857e-a7a2-470a-b582-b8de38694815", "vfModuleModelCustomizationUUID": "9a045393-eb1a-489d-8efa-fe840494ac89", "isBase": true, "artifacts": [ "a5afe53f-4b1c-4f9a-a9b9-60ba6dc6960b", "28b70084-f87f-4420-8da0-a26c7411f9e3", "7e3151e5-d3fb-4dc4-a5f0-37f4ea8c5b63" ], "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": "" } } ] 2021-11-13T13:16:59.807Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:1b20857e-a7a2-470a-b582-b8de38694815 VfModuleModelInvariantUUID:41fc902e-1c23-462c-a40c-befeb55efa39 VfModuleModelDescription:NULL Artifacts UUID List:{ a5afe53f-4b1c-4f9a-a9b9-60ba6dc6960b , 28b70084-f87f-4420-8da0-a26c7411f9e3 , 7e3151e5-d3fb-4dc4-a5f0-37f4ea8c5b63 } 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 } 2021-11-13T13:16:59.807Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a5afe53f-4b1c-4f9a-a9b9-60ba6dc6960b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-11-13T13:16:59.807Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-11-13T13:16:59.807Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-11-13T13:16:59.901Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-11-13T13:16:59.902Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml a5afe53f-4b1c-4f9a-a9b9-60ba6dc6960b 1164 2021-11-13T13:16:59.902Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2021-11-13T13:16:59.902Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-11-13T13:16:59.902Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-13T13:16:59.902Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-13T13:16:59.903Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-13T13:16:59.903Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809419902, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-11-13T13:17:00.003Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-13T13:17:00.004Z||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. 2021-11-13T13:17:00.004Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as av4G2cPWChdmQ79q) ... 2021-11-13T13:17:00.016Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:17:00.017Z||pool-104-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-11-13T13:17:00.904Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 7e3151e5-d3fb-4dc4-a5f0-37f4ea8c5b63 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-11-13T13:17:00.904Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-11-13T13:17:00.904Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-11-13T13:17:00.998Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-11-13T13:17:00.999Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 7e3151e5-d3fb-4dc4-a5f0-37f4ea8c5b63 200 2021-11-13T13:17:00.999Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2021-11-13T13:17:00.999Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-11-13T13:17:00.999Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-13T13:17:00.999Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-13T13:17:01.001Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-13T13:17:01.001Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809420999, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-11-13T13:17:01.101Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-13T13:17:01.102Z||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. 2021-11-13T13:17:01.102Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as av4G2cPWChdmQ79q) ... 2021-11-13T13:17:01.116Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:17:01.116Z||pool-105-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2021-11-13T13:17:02.001Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 17477ec4-91af-4ba9-b58c-02b185286e2a 2021-11-13T13:17:02.002Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 6c3f3042-dcee-4acd-b109-40f5330b0f0a ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? 2021-11-13T13:17:02.593Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select 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=? 2021-11-13T13:17:02.595Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3fe99c00, org.onap.sdc.toscaparser.api.parameters.Input@bb81df9, org.onap.sdc.toscaparser.api.parameters.Input@2dc89d4f, org.onap.sdc.toscaparser.api.parameters.Input@54aea7ce, org.onap.sdc.toscaparser.api.parameters.Input@27d428c7] 2021-11-13T13:17:02.596Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T13:17:02.596Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-13T13:17:02.596Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2021-11-13T13:17:02.596Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 9ed84b9a-e261-403e-b4be-90fa40f560f6 2021-11-13T13:17:02.597Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9ed84b9a-e261-403e-b4be-90fa40f560f6 matches Tosca VF Customization UUID: 9ed84b9a-e261-403e-b4be-90fa40f560f6 2021-11-13T13:17:02.597Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 9ed84b9a-e261-403e-b4be-90fa40f560f6 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=? 2021-11-13T13:17:02.599Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T13:17:02.599Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-13T13:17:02.600Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 9ed84b9a-e261-403e-b4be-90fa40f560f6: {\"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\"} 2021-11-13T13:17:02.600Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@24b2239b 2021-11-13T13:17:02.600Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T13:17:02.600Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-13T13:17:02.600Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9a045393-eb1a-489d-8efa-fe840494ac89 2021-11-13T13:17:02.600Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9a045393-eb1a-489d-8efa-fe840494ac89 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=? 2021-11-13T13:17:02.602Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T13:17:02.602Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-11-13T13:17:02.602Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-13T13:17:02.602Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T13:17:02.602Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-11-13T13:17:02.603Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-13T13:17:02.603Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T13:17:02.603Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-11-13T13:17:02.603Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-11-13T13:17:02.603Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=7408f9d3-e04d-4c47-8958-9c26b4a79a75 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=? 2021-11-13T13:17:02.604Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T13:17:02.605Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-11-13T13:17:02.605Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-13T13:17:02.605Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T13:17:02.605Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-11-13T13:17:02.605Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=9ed84b9a-e261-403e-b4be-90fa40f560f6 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=? 2021-11-13T13:17:02.606Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T13:17:02.606Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-13T13:17:02.606Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 17477ec4-91af-4ba9-b58c-02b185286e2a: basic_cnf 2021-11-13T13:17:02.606Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T13:17:02.607Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-13T13:17:02.607Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T13:17:02.607Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-13T13:17:02.607Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T13:17:02.607Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-13T13:17:02.607Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T13:17:02.607Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-13T13:17:02.607Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-13T13:17:02.607Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-13T13:17:02.608Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||INFO|500||Saving Service: basic_cnf Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-13T13:17:03.592Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 6c3f3042-dcee-4acd-b109-40f5330b0f0a 1 ASDC deployResourceStructure 2021-11-13T13:17:03.592Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2021-11-13T13:17:03.592Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource) 2021-11-13T13:17:03.593Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-11-13T13:17:03.593Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-13T13:17:03.594Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-13T13:17:03.594Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809423592, "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" } 2021-11-13T13:17:03.694Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-13T13:17:03.695Z||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. 2021-11-13T13:17:03.695Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as av4G2cPWChdmQ79q) ... 2021-11-13T13:17:03.705Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:17:03.705Z||pool-106-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-11-13T13:17:04.595Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2021-11-13T13:17:04.596Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource) 2021-11-13T13:17:04.596Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-11-13T13:17:04.596Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-13T13:17:04.598Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-13T13:17:04.598Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809424595, "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" } 2021-11-13T13:17:04.698Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-13T13:17:04.699Z||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. 2021-11-13T13:17:04.699Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as av4G2cPWChdmQ79q) ... 2021-11-13T13:17:04.711Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:17:04.712Z||pool-107-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-13T13:17:05.599Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2021-11-13T13:17:05.600Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-11-13T13:17:05.600Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-13T13:17:05.600Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-13T13:17:05.603Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-13T13:17:05.603Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809425599, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-11-13T13:17:05.703Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-13T13:17:05.704Z||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. 2021-11-13T13:17:05.704Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as av4G2cPWChdmQ79q) ... 2021-11-13T13:17:05.715Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:17:05.716Z||pool-108-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-13T13:17:06.604Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2021-11-13T13:17:06.604Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-11-13T13:17:06.604Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-13T13:17:06.604Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-13T13:17:06.606Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-13T13:17:06.606Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809426604, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-11-13T13:17:06.708Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-13T13:17:06.708Z||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. 2021-11-13T13:17:06.709Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as av4G2cPWChdmQ79q) ... 2021-11-13T13:17:06.721Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:17:06.721Z||pool-109-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-13T13:17:07.607Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2021-11-13T13:17:07.608Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-11-13T13:17:07.608Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-13T13:17:07.608Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-13T13:17:07.609Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-13T13:17:07.609Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809427607, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-11-13T13:17:07.709Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-13T13:17:07.710Z||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. 2021-11-13T13:17:07.710Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as av4G2cPWChdmQ79q) ... 2021-11-13T13:17:07.723Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:17:07.724Z||pool-110-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-13T13:17:08.610Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2021-11-13T13:17:08.610Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-11-13T13:17:08.610Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-13T13:17:08.611Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-13T13:17:08.613Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-13T13:17:08.613Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809428610, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-11-13T13:17:08.713Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-13T13:17:08.713Z||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. 2021-11-13T13:17:08.713Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as av4G2cPWChdmQ79q) ... 2021-11-13T13:17:08.725Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:17:08.726Z||pool-111-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-13T13:17:09.613Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 88a88b61-0055-4ee9-8d6a-6abf8cc57237 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-11-13T13:17:09.622Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 88a88b61-0055-4ee9-8d6a-6abf8cc57237 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-13T13:17:09.625Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-13T13:17:09.625Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-13T13:17:09.625Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-13T13:17:09.625Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-13T13:17:09.625Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-13T13:17:09.625Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-13T13:17:09.625Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-13T13:17:09.626Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-13T13:17:09.626Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-13T13:17:09.626Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-13T13:17:09.626Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-13T13:17:09.629Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-13T13:17:39.630Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 88a88b61-0055-4ee9-8d6a-6abf8cc57237 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=? 2021-11-13T13:17:40.592Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 88a88b61-0055-4ee9-8d6a-6abf8cc57237 and serviceModelVersionId: 17477ec4-91af-4ba9-b58c-02b185286e2a 2021-11-13T13:17:40.592Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 67ac1878-6738-4016-bcbe-5cb61a794fe5 2021-11-13T13:17:40.593Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/67ac1878-6738-4016-bcbe-5cb61a794fe5/model-vers/model-ver/17477ec4-91af-4ba9-b58c-02b185286e2a?depth=0 2021-11-13T13:17:40.598Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2021-11-13T13:17:40.618Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67ac1878-6738-4016-bcbe-5cb61a794fe5/model-vers/model-ver/17477ec4-91af-4ba9-b58c-02b185286e2a?depth=0|INFO|500||Invoke 2021-11-13T13:17:40.618Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67ac1878-6738-4016-bcbe-5cb61a794fe5/model-vers/model-ver/17477ec4-91af-4ba9-b58c-02b185286e2a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67ac1878-6738-4016-bcbe-5cb61a794fe5/model-vers/model-ver/17477ec4-91af-4ba9-b58c-02b185286e2a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[88a88b61-0055-4ee9-8d6a-6abf8cc57237], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[833fb8d0-bad6-471d-9737-03a0c9989783], X-ECOMP-RequestID=[88a88b61-0055-4ee9-8d6a-6abf8cc57237], X-TransactionId=[], X-ONAP-RequestID=[88a88b61-0055-4ee9-8d6a-6abf8cc57237], Content-Type=[application/merge-patch+json]} 2021-11-13T13:17:40.636Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67ac1878-6738-4016-bcbe-5cb61a794fe5/model-vers/model-ver/17477ec4-91af-4ba9-b58c-02b185286e2a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-13T13:17:40.800Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67ac1878-6738-4016-bcbe-5cb61a794fe5/model-vers/model-ver/17477ec4-91af-4ba9-b58c-02b185286e2a?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/67ac1878-6738-4016-bcbe-5cb61a794fe5/model-vers/model-ver/17477ec4-91af-4ba9-b58c-02b185286e2a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211113-13:17:40:641-48332], vertex-id=[246000], Content-Length=[0], Date=[Sat, 13 Nov 2021 13:17:40 GMT], Content-Type=[application/json]} 2021-11-13T13:17:40.800Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67ac1878-6738-4016-bcbe-5cb61a794fe5/model-vers/model-ver/17477ec4-91af-4ba9-b58c-02b185286e2a?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-11-13T13:17:40.801Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67ac1878-6738-4016-bcbe-5cb61a794fe5/model-vers/model-ver/17477ec4-91af-4ba9-b58c-02b185286e2a?depth=0|INFO|500||InvokeReturn 2021-11-13T13:17:40.801Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-13T13:17:40.802Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-13T13:17:41.592Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-11-13T13:17:41.592Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 88a88b61-0055-4ee9-8d6a-6abf8cc57237 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-13T13:17:41.592Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-13T13:17:41.592Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-13T13:17:41.594Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-13T13:17:41.594Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809461592, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-13T13:17:41.694Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-13T13:17:41.695Z||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. 2021-11-13T13:17:41.695Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as av4G2cPWChdmQ79q) ... 2021-11-13T13:17:41.707Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:17:41.708Z||pool-112-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-11-13T13:17:42.602Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T13:17:42.603Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|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. 2021-11-13T13:17:42.603Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|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 av4G2cPWChdmQ79q) ... 2021-11-13T13:17:53.035Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T13:17:53.036Z||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. 2021-11-13T13:17:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T13:17:53.058Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:17:53.059Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:17:53.059Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cfc94-3da6-4cd7-a0c3-13535ce22585", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809403595, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-13T13:17:53.060Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T13:17:53.061Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:17:53.061Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809266915, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T13:17:53.061Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:17:53.062Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:17:53.062Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809266915, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-11-13T13:17:53.062Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:17:53.062Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:17:53.063Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809266915, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-11-13T13:17:53.063Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:17:53.063Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:17:53.063Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809266915, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-11-13T13:17:53.063Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:17:53.064Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:17:53.064Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809266915, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-11-13T13:17:53.064Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:17:53.064Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:17:53.064Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809266915, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-13T13:17:53.065Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:17:53.065Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:17:53.065Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809266915, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-11-13T13:17:53.065Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:17:53.066Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:17:53.066Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809266915, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-13T13:17:53.066Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:17:53.066Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-13T13:17:53.066Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809266915, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-11-13T13:17:53.067Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-13T13:17:53.220Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:17:53.221Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T13:17:53.221Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|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. 2021-11-13T13:17:53.221Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|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 av4G2cPWChdmQ79q) ... 2021-11-13T13:18:02.761Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:18:02.762Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T13:18:02.762Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|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. 2021-11-13T13:18:02.763Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|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 av4G2cPWChdmQ79q) ... 2021-11-13T13:18:12.302Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:18:12.303Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T13:18:12.303Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|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. 2021-11-13T13:18:12.303Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|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 av4G2cPWChdmQ79q) ... 2021-11-13T13:18:21.846Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:18:21.846Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T13:18:21.847Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|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. 2021-11-13T13:18:21.847Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|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 av4G2cPWChdmQ79q) ... 2021-11-13T13:18:31.388Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:18:31.389Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T13:18:31.389Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|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. 2021-11-13T13:18:31.389Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|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 av4G2cPWChdmQ79q) ... 2021-11-13T13:18:40.934Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:18:40.935Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T13:18:40.935Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|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. 2021-11-13T13:18:40.935Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|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 av4G2cPWChdmQ79q) ... 2021-11-13T13:18:50.470Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:18:50.471Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T13:18:50.471Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|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. 2021-11-13T13:18:50.471Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|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 av4G2cPWChdmQ79q) ... 2021-11-13T13:18:53.035Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T13:18:53.036Z||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. 2021-11-13T13:18:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T13:18:53.564Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:18:53.564Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-13T13:18:53.565Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809414291, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-13T13:18:53.566Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T13:18:53.566Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-13T13:18:53.566Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809416698, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-11-13T13:18:53.566Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T13:18:53.566Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-13T13:18:53.566Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809417734, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-11-13T13:18:53.567Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T13:18:53.567Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-13T13:18:53.567Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809418799, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-13T13:18:53.567Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T13:18:53.567Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-13T13:18:53.567Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809419902, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-11-13T13:18:53.568Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T13:18:53.568Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-13T13:18:53.568Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809420999, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-11-13T13:18:53.568Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T13:18:53.568Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-13T13:18:53.568Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809423592, "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" } 2021-11-13T13:18:53.568Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T13:18:53.568Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-13T13:18:53.569Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809424595, "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" } 2021-11-13T13:18:53.569Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T13:18:53.569Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-13T13:18:53.569Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809425599, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-11-13T13:18:53.569Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T13:18:53.569Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-13T13:18:53.569Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809426604, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-11-13T13:18:53.570Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T13:18:53.570Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-13T13:18:53.570Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809427607, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-11-13T13:18:53.570Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T13:18:53.570Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-13T13:18:53.570Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809428610, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-11-13T13:18:53.570Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T13:18:53.571Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-13T13:18:53.571Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "88a88b61-0055-4ee9-8d6a-6abf8cc57237", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636809461592, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-13T13:18:53.571Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-13T13:19:00.026Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:19:00.026Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T13:19:00.027Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|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. 2021-11-13T13:19:00.027Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|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 av4G2cPWChdmQ79q) ... 2021-11-13T13:19:09.567Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:19:53.033Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T13:19:53.033Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|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. 2021-11-13T13:19:53.034Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|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 av4G2cPWChdmQ79q) ... 2021-11-13T13:19:53.035Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T13:19:53.036Z||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. 2021-11-13T13:19:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T13:20:02.580Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:20:02.580Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:20:53.033Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T13:20:53.033Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-13T13:20:53.033Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as av4G2cPWChdmQ79q) ... 2021-11-13T13:20:53.035Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T13:20:53.036Z||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. 2021-11-13T13:20:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T13:21:02.579Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:21:02.580Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:21:53.033Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T13:21:53.034Z||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. 2021-11-13T13:21:53.034Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T13:21:53.036Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T13:21:53.036Z||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. 2021-11-13T13:21:53.037Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T13:22:02.583Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:22:02.583Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:22:53.033Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T13:22:53.033Z||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. 2021-11-13T13:22:53.034Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T13:22:53.035Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T13:22:53.036Z||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. 2021-11-13T13:22:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T13:23:02.574Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:23:02.587Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:23:53.033Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T13:23:53.033Z||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. 2021-11-13T13:23:53.033Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T13:23:53.035Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T13:23:53.035Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|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. 2021-11-13T13:23:53.035Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|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 av4G2cPWChdmQ79q) ... 2021-11-13T13:24:02.579Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:24:02.579Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:24:53.033Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T13:24:53.033Z||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. 2021-11-13T13:24:53.033Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T13:24:53.035Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T13:24:53.035Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|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. 2021-11-13T13:24:53.035Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|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 av4G2cPWChdmQ79q) ... 2021-11-13T13:25:02.572Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:25:02.574Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:25:53.033Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T13:25:53.033Z||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. 2021-11-13T13:25:53.033Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T13:25:53.035Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T13:25:53.035Z||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. 2021-11-13T13:25:53.035Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T13:26:02.576Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:26:02.577Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:26:53.033Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T13:26:53.033Z||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. 2021-11-13T13:26:53.033Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T13:26:53.035Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T13:26:53.035Z||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. 2021-11-13T13:26:53.035Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T13:27:02.575Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:27:02.576Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:27:53.033Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T13:27:53.033Z||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. 2021-11-13T13:27:53.034Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T13:27:53.035Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T13:27:53.035Z||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. 2021-11-13T13:27:53.035Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T13:28:02.578Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:28:02.583Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:28:53.033Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T13:28:53.033Z||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. 2021-11-13T13:28:53.034Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T13:28:53.036Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T13:28:53.036Z||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. 2021-11-13T13:28:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T13:29:02.575Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:29:02.575Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:29:53.033Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T13:29:53.034Z||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. 2021-11-13T13:29:53.034Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T13:29:53.035Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T13:29:53.035Z||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. 2021-11-13T13:29:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T13:30:02.578Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:30:02.582Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:30:53.033Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T13:30:53.033Z||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. 2021-11-13T13:30:53.033Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T13:30:53.035Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T13:30:53.035Z||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. 2021-11-13T13:30:53.035Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T13:31:02.576Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:31:02.576Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:31:53.033Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T13:31:53.033Z||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. 2021-11-13T13:31:53.033Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T13:31:53.035Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T13:31:53.035Z||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. 2021-11-13T13:31:53.035Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T13:32:02.575Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:32:02.580Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:32:53.033Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T13:32:53.033Z||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. 2021-11-13T13:32:53.033Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T13:32:53.035Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T13:32:53.036Z||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. 2021-11-13T13:32:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T13:33:02.580Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:33:02.581Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:33:53.033Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T13:33:53.033Z||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. 2021-11-13T13:33:53.033Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T13:33:53.035Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T13:33:53.035Z||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. 2021-11-13T13:33:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T13:34:02.580Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:34:02.580Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:34:53.033Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T13:34:53.033Z||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. 2021-11-13T13:34:53.033Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T13:34:53.035Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T13:34:53.036Z||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. 2021-11-13T13:34:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T13:35:02.574Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:35:02.583Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:35:53.033Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T13:35:53.033Z||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. 2021-11-13T13:35:53.034Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T13:35:53.035Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T13:35:53.036Z||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. 2021-11-13T13:35:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T13:36:02.579Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:36:02.583Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:36:53.033Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T13:36:53.034Z||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. 2021-11-13T13:36:53.034Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T13:36:53.035Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T13:36:53.036Z||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. 2021-11-13T13:36:53.036Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T13:37:02.574Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:37:02.575Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:37:53.033Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T13:37:53.033Z||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. 2021-11-13T13:37:53.033Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T13:37:53.035Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T13:37:53.036Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|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. 2021-11-13T13:37:53.036Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|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 av4G2cPWChdmQ79q) ... 2021-11-13T13:38:02.586Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:38:02.587Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:38:53.033Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T13:38:53.033Z||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. 2021-11-13T13:38:53.033Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T13:38:53.035Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T13:38:53.035Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|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. 2021-11-13T13:38:53.036Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|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 av4G2cPWChdmQ79q) ... 2021-11-13T13:39:02.575Z|88a88b61-0055-4ee9-8d6a-6abf8cc57237|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:39:02.576Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:39:53.033Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T13:39:53.034Z||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. 2021-11-13T13:39:53.034Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T13:39:53.035Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-13T13:39:53.035Z||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. 2021-11-13T13:39:53.035Z||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 av4G2cPWChdmQ79q) ... 2021-11-13T13:40:02.581Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-13T13:40:02.583Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK