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-09-21T01:15:41.154Z||main|||||INFO|500||The following profiles are active: basic 2021-09-21T01:15:51.188Z||main|||||INFO|500||Starting service [Tomcat] 2021-09-21T01:15:51.188Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2021-09-21T01:15:51.262Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2021-09-21T01:15:53.579Z||main|||||INFO|500||catdb-pool - Starting... 2021-09-21T01:15:53.758Z||main|||||INFO|500||catdb-pool - Start completed. 2021-09-21T01:15:54.178Z||main|||||INFO|500||reqdb-pool - Starting... 2021-09-21T01:15:54.186Z||main|||||INFO|500||reqdb-pool - Start completed. 2021-09-21T01:15:54.269Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2021-09-21T01:15:54.397Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2021-09-21T01:15:54.768Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2021-09-21T01:15:55.650Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-09-21T01:15:57.689Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-09-21T01:15:57.747Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2021-09-21T01:15:58.267Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-09-21T01:15:58.463Z||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-09-21T01:15:59.512Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-09-21T01:16:00.534Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2021-09-21T01:16:00.554Z||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$$732b71b9.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-09-21T01:16:00.555Z||main|||||WARN|500||The sdc end point is not alive 2021-09-21T01:16:03.455Z||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-09-21T01:16:06.077Z||main|||||WARN|500||--- 2021-09-21T01:16:06.077Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2021-09-21T01:16:06.078Z||main|||||WARN|500||--- 2021-09-21T01:16:06.530Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2021-09-21T01:16:10.872Z||main|||||INFO|500||Started Application in 34.327 seconds (JVM running for 35.5) 2021-09-21T01:16:10.888Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-09-21T01:16:10.889Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-09-21T01:16:10.933Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-09-21T01:16:10.969Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-09-21T01:16:11.037Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3e63612f-f490-4b6e-bb28-7ff6b18de6de url= /sdc/v1/artifactTypes 2021-09-21T01:16:11.038Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-09-21T01:16:12.136Z||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.37.232] 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$$f22d50b1.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-09-21T01:16:12.143Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1de82657 2021-09-21T01:16:12.143Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-09-21T01:16:12.151Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-09-21T01:16:12.153Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-09-21T01:16:12.155Z||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$$f22d50b1.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-09-21T01:17:00.867Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-09-21T01:17:00.868Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-09-21T01:17:00.869Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-09-21T01:17:00.873Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-09-21T01:17:00.878Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 474de5fa-5bc2-4691-97f9-3f580d40fb69 url= /sdc/v1/artifactTypes 2021-09-21T01:17:00.879Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-09-21T01:17:01.894Z||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.37.232] 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$$f22d50b1.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-09-21T01:17:01.895Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7b46639a 2021-09-21T01:17:01.895Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-09-21T01:17:01.896Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-09-21T01:17:01.896Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-09-21T01:17:01.897Z||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$$f22d50b1.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-09-21T01:17:50.867Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-09-21T01:17:50.867Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-09-21T01:17:50.867Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-09-21T01:17:50.870Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-09-21T01:17:50.875Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8511f01f-515f-4836-93e9-ca38688ed59e url= /sdc/v1/artifactTypes 2021-09-21T01:17:50.875Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-09-21T01:17:51.910Z||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.37.232] 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$$f22d50b1.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-09-21T01:17:51.911Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@270e84b8 2021-09-21T01:17:51.912Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-09-21T01:17:51.912Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-09-21T01:17:51.913Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-09-21T01:17:51.914Z||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$$f22d50b1.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-09-21T01:18:40.867Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-09-21T01:18:40.868Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-09-21T01:18:40.868Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-09-21T01:18:40.871Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-09-21T01:18:40.877Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7782fba9-78e3-4cc2-9d10-73ddcfc3aa01 url= /sdc/v1/artifactTypes 2021-09-21T01:18:40.877Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-09-21T01:18:41.896Z||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.37.232] 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$$f22d50b1.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-09-21T01:18:41.897Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3cb00e52 2021-09-21T01:18:41.897Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-09-21T01:18:41.898Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-09-21T01:18:41.898Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-09-21T01:18:41.899Z||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$$f22d50b1.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-09-21T01:19:30.868Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-09-21T01:19:30.868Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-09-21T01:19:30.869Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-09-21T01:19:30.872Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-09-21T01:19:30.877Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5ed0ffc5-fa95-45fc-911b-45d2f0d5d575 url= /sdc/v1/artifactTypes 2021-09-21T01:19:30.877Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-09-21T01:19:31.912Z||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.37.232] 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$$f22d50b1.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-09-21T01:19:31.913Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7d51e3ff 2021-09-21T01:19:31.913Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-09-21T01:19:31.913Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-09-21T01:19:31.913Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-09-21T01:19:31.914Z||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$$f22d50b1.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-09-21T01:20:20.867Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-09-21T01:20:20.868Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-09-21T01:20:20.868Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-09-21T01:20:20.873Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-09-21T01:20:20.879Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8398450b-8a94-495f-bc47-f832009aeeba url= /sdc/v1/artifactTypes 2021-09-21T01:20:20.879Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-09-21T01:20:21.928Z||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.37.232] 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$$f22d50b1.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-09-21T01:20:21.929Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@12531cb0 2021-09-21T01:20:21.930Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-09-21T01:20:21.930Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-09-21T01:20:21.931Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-09-21T01:20:21.931Z||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$$f22d50b1.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-09-21T01:21:10.867Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-09-21T01:21:10.868Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-09-21T01:21:10.869Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-09-21T01:21:10.873Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-09-21T01:21:10.879Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ea236ef8-5ea2-442d-939d-ae52e7647975 url= /sdc/v1/artifactTypes 2021-09-21T01:21:10.879Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-09-21T01:21:11.910Z||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.37.232] 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$$f22d50b1.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-09-21T01:21:11.911Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3c6b8b9e 2021-09-21T01:21:11.911Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-09-21T01:21:11.911Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-09-21T01:21:11.911Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-09-21T01:21:11.912Z||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$$f22d50b1.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-09-21T01:22:00.867Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-09-21T01:22:00.868Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-09-21T01:22:00.869Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-09-21T01:22:00.874Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-09-21T01:22:00.881Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 90593e24-6f81-4f67-8143-4a32a42f8917 url= /sdc/v1/artifactTypes 2021-09-21T01:22:00.881Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-09-21T01:22:01.928Z||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.37.232] 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$$f22d50b1.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-09-21T01:22:01.928Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2a971d41 2021-09-21T01:22:01.929Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-09-21T01:22:01.929Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-09-21T01:22:01.930Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-09-21T01:22:01.931Z||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$$f22d50b1.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-09-21T01:22:50.867Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-09-21T01:22:50.868Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-09-21T01:22:50.868Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-09-21T01:22:50.871Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-09-21T01:22:50.879Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4305f403-002e-4cd4-b7e5-82d1abf83998 url= /sdc/v1/artifactTypes 2021-09-21T01:22:50.880Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-09-21T01:22:51.909Z||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.37.232] 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$$f22d50b1.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-09-21T01:22:51.910Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2891fa54 2021-09-21T01:22:51.910Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-09-21T01:22:51.910Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-09-21T01:22:51.911Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-09-21T01:22:51.911Z||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$$f22d50b1.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-09-21T01:23:40.867Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-09-21T01:23:40.868Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-09-21T01:23:40.868Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-09-21T01:23:40.872Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-09-21T01:23:40.878Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= acd89fd6-bb51-49bd-a0a3-ef816d2751ce url= /sdc/v1/artifactTypes 2021-09-21T01:23:40.878Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-09-21T01:23:41.896Z||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.37.232] 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$$f22d50b1.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-09-21T01:23:41.897Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@465f5402 2021-09-21T01:23:41.898Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-09-21T01:23:41.899Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-09-21T01:23:41.899Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-09-21T01:23:41.900Z||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$$f22d50b1.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-09-21T01:24:30.867Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-09-21T01:24:30.869Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-09-21T01:24:30.869Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-09-21T01:24:30.873Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-09-21T01:24:30.878Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b116f3a4-2a72-4ee2-8dea-82948c0e60ce url= /sdc/v1/artifactTypes 2021-09-21T01:24:30.879Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-09-21T01:24:31.082Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-09-21T01:24:31.088Z||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-09-21T01:24:31.110Z||scheduling-1|||||DEBUG|500||create keys 2021-09-21T01:24:31.117Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-09-21T01:24:32.136Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.1.73] failed: Connection refused (Connection refused); blacklisting for 2 minutes 2021-09-21T01:24:32.144Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.1.73] failed: Connection refused (Connection refused)] 2021-09-21T01:24:32.145Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.1.73] failed: Connection refused (Connection refused) 2021-09-21T01:24:32.145Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.1.73] failed: Connection refused (Connection refused) 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$$f22d50b1.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: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.1.73] failed: Connection refused (Connection refused) 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-09-21T01:25:20.869Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-09-21T01:25:20.872Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-09-21T01:25:20.873Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-09-21T01:25:20.877Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-09-21T01:25:20.887Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c0c4ffcf-bb76-4297-86b5-0e1e4bba1418 url= /sdc/v1/artifactTypes 2021-09-21T01:25:20.888Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-09-21T01:25:20.952Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-09-21T01:25:20.953Z||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-09-21T01:25:20.954Z||scheduling-1|||||DEBUG|500||create keys 2021-09-21T01:25:20.954Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts. 2021-09-21T01:25:20.955Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-09-21T01:25:21.991Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.1.73] failed: Connection refused (Connection refused); blacklisting for 2 minutes 2021-09-21T01:25:21.992Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.1.73] failed: Connection refused (Connection refused)] 2021-09-21T01:25:21.992Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.1.73] failed: Connection refused (Connection refused) 2021-09-21T01:25:21.993Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.1.73] failed: Connection refused (Connection refused) 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$$f22d50b1.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: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.1.73] failed: Connection refused (Connection refused) 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-09-21T01:25:38.566Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2021-09-21T01:26:10.867Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-09-21T01:26:10.868Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-09-21T01:26:10.868Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-09-21T01:26:10.871Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-09-21T01:26:10.878Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f341fad4-57fa-436a-a93b-c90c5afd7fa9 url= /sdc/v1/artifactTypes 2021-09-21T01:26:10.878Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-09-21T01:26:10.933Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-09-21T01:26:10.935Z||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-09-21T01:26:10.935Z||scheduling-1|||||DEBUG|500||create keys 2021-09-21T01:26:10.936Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts. 2021-09-21T01:26:10.936Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-09-21T01:26:10.963Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T01:26:10.984Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 24d0ff8e-56e9-405e-81ef-ebdfab30fcd9 url= /sdc/v1/registerForDistribution 2021-09-21T01:26:11.223Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 24d0ff8e-56e9-405e-81ef-ebdfab30fcd9 url= /sdc/v1/registerForDistribution 2021-09-21T01:26:11.223Z||scheduling-1|||||INFO|500||start DistributionClient 2021-09-21T01:26:11.233Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T01:26:11.234Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T01:26:11.238Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2021-09-21T01:26:11.239Z||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-09-21T01:26:11.239Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T01:26:11.239Z||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-09-21T01:26:11.240Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T01:26:21.502Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T01:26:21.502Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T01:27:11.231Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T01:27:11.232Z||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-09-21T01:27:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T01:27:11.233Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T01:27:11.234Z||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-09-21T01:27:11.234Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T01:27:20.799Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T01:27:20.807Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T01:28:11.231Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T01:28:11.232Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-21T01:28:11.233Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T01:28:11.233Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T01:28:11.235Z||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-09-21T01:28:11.236Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T01:28:20.795Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T01:28:20.795Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T01:29:11.231Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T01:29:11.232Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-21T01:29:11.233Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T01:29:11.233Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T01:29:11.234Z||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-09-21T01:29:11.235Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T01:29:20.790Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T01:29:20.792Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T01:30:11.231Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T01:30:11.232Z||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-09-21T01:30:11.232Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T01:30:11.233Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T01:30:11.235Z||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-09-21T01:30:11.236Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T01:30:20.791Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T01:30:20.791Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T01:31:11.231Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T01:31:11.232Z||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-09-21T01:31:11.232Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T01:31:11.233Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T01:31:11.233Z||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-09-21T01:31:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T01:31:20.783Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T01:31:20.784Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T01:32:11.231Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T01:32:11.232Z||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-09-21T01:32:11.232Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T01:32:11.233Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T01:32:11.234Z||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-09-21T01:32:11.234Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T01:32:20.785Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T01:32:20.788Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T01:33:11.231Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T01:33:11.232Z||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-09-21T01:33:11.232Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T01:33:11.233Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T01:33:11.234Z||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-09-21T01:33:11.235Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T01:33:20.790Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T01:33:20.790Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T01:34:11.231Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T01:34:11.232Z||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-09-21T01:34:11.232Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T01:34:11.233Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T01:34:11.233Z||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-09-21T01:34:11.234Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T01:34:20.787Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T01:34:20.787Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T01:35:11.231Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T01:35:11.232Z||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-09-21T01:35:11.232Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T01:35:11.233Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T01:35:11.234Z||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-09-21T01:35:11.234Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T01:35:20.783Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T01:35:20.783Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T01:36:11.231Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T01:36:11.232Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-21T01:36:11.232Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T01:36:11.233Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T01:36:11.234Z||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-09-21T01:36:11.235Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T01:36:20.787Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T01:36:20.787Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T01:37:11.231Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T01:37:11.232Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-21T01:37:11.232Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T01:37:11.233Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T01:37:11.233Z||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-09-21T01:37:11.234Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T01:37:20.789Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T01:37:20.789Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T01:38:11.231Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T01:38:11.232Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-21T01:38:11.232Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T01:38:11.233Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T01:38:11.233Z||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-09-21T01:38:11.234Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T01:38:20.788Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T01:38:20.789Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T01:39:11.231Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T01:39:11.232Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-21T01:39:11.232Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T01:39:11.233Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T01:39:11.234Z||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-09-21T01:39:11.234Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T01:39:20.780Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T01:39:20.782Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T01:40:11.231Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T01:40:11.232Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-21T01:40:11.232Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T01:40:11.233Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T01:40:11.234Z||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-09-21T01:40:11.234Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T01:40:20.787Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T01:40:20.788Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T01:41:11.231Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T01:41:11.231Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-21T01:41:11.231Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T01:41:11.233Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T01:41:11.233Z||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-09-21T01:41:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T01:41:20.776Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T01:41:20.786Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T01:42:11.231Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T01:42:11.231Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-21T01:42:11.231Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T01:42:11.233Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T01:42:11.233Z||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-09-21T01:42:11.234Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T01:42:20.785Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T01:42:20.785Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T01:43:11.231Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T01:43:11.232Z||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-09-21T01:43:11.232Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T01:43:11.233Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T01:43:11.234Z||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-09-21T01:43:11.235Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T01:43:20.786Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T01:43:20.786Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T01:44:11.231Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T01:44:11.232Z||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-09-21T01:44:11.232Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T01:44:11.233Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T01:44:11.234Z||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-09-21T01:44:11.234Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T01:44:20.785Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T01:44:20.787Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T01:45:11.231Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T01:45:11.232Z||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-09-21T01:45:11.232Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T01:45:11.233Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T01:45:11.234Z||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-09-21T01:45:11.234Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T01:45:20.782Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T01:45:20.783Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T01:46:11.231Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T01:46:11.232Z||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-09-21T01:46:11.232Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T01:46:11.233Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T01:46:11.234Z||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-09-21T01:46:11.234Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T01:46:20.784Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T01:46:20.785Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T01:47:11.231Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T01:47:11.232Z||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-09-21T01:47:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T01:47:11.233Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T01:47:11.233Z||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-09-21T01:47:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T01:47:20.808Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T01:47:20.813Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T01:48:11.231Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T01:48:11.232Z||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-09-21T01:48:11.232Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T01:48:11.233Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T01:48:11.233Z||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-09-21T01:48:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T01:48:20.785Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T01:48:20.785Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T01:49:11.231Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T01:49:11.232Z||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-09-21T01:49:11.232Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T01:49:11.233Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T01:49:11.233Z||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-09-21T01:49:11.234Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T01:49:20.781Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T01:49:20.782Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T01:50:11.231Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T01:50:11.232Z||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-09-21T01:50:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T01:50:11.233Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T01:50:11.233Z||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-09-21T01:50:11.234Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T01:50:20.779Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T01:50:20.785Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T01:51:11.231Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T01:51:11.232Z||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-09-21T01:51:11.232Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T01:51:11.233Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T01:51:11.234Z||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-09-21T01:51:11.234Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T01:51:20.787Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T01:51:20.787Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T01:52:11.231Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T01:52:11.232Z||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-09-21T01:52:11.232Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T01:52:11.233Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T01:52:11.233Z||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-09-21T01:52:11.234Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T01:52:20.780Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T01:52:20.780Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T01:53:11.231Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T01:53:11.232Z||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-09-21T01:53:11.232Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T01:53:11.233Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T01:53:11.233Z||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-09-21T01:53:11.234Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T01:53:20.779Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T01:53:20.787Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T01:54:11.231Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T01:54:11.232Z||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-09-21T01:54:11.232Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T01:54:11.233Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T01:54:11.233Z||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-09-21T01:54:11.234Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T01:54:20.785Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T01:54:20.785Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T01:55:11.231Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T01:55:11.232Z||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-09-21T01:55:11.232Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T01:55:11.233Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T01:55:11.233Z||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-09-21T01:55:11.234Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T01:55:20.781Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T01:55:20.783Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T01:56:11.231Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T01:56:11.232Z||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-09-21T01:56:11.232Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T01:56:11.233Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T01:56:11.234Z||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-09-21T01:56:11.234Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T01:56:20.789Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T01:56:20.789Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T01:57:11.231Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T01:57:11.232Z||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-09-21T01:57:11.232Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T01:57:11.233Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T01:57:11.233Z||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-09-21T01:57:11.234Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T01:57:20.782Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T01:57:20.787Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T01:58:11.231Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T01:58:11.232Z||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-09-21T01:58:11.232Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T01:58:11.233Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T01:58:11.233Z||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-09-21T01:58:11.234Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T01:58:20.779Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T01:58:20.787Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T01:59:11.231Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T01:59:11.232Z||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-09-21T01:59:11.232Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T01:59:11.233Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T01:59:11.234Z||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-09-21T01:59:11.234Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T01:59:20.785Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T01:59:20.785Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:00:11.231Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:00:11.232Z||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-09-21T02:00:11.232Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:00:11.233Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:00:11.234Z||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-09-21T02:00:11.235Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:00:20.783Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:00:20.784Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:01:11.231Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:01:11.231Z||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-09-21T02:01:11.232Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:01:11.233Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:01:11.233Z||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-09-21T02:01:11.234Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:01:20.780Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:01:20.781Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:02:11.231Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:02:11.232Z||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-09-21T02:02:11.232Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:02:11.233Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:02:11.233Z||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-09-21T02:02:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:02:20.775Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:02:20.785Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:03:11.231Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:03:11.232Z||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-09-21T02:03:11.232Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:03:11.233Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:03:11.234Z||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-09-21T02:03:11.234Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:03:20.779Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:03:20.780Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:04:11.231Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:04:11.232Z||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-09-21T02:04:11.232Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:04:11.233Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:04:11.234Z||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-09-21T02:04:11.234Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:04:20.781Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:04:20.781Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:05:11.231Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:05:11.232Z||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-09-21T02:05:11.232Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:05:11.233Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:05:11.233Z||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-09-21T02:05:11.234Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:05:20.781Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:05:20.782Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:06:11.231Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:06:11.231Z||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-09-21T02:06:11.231Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:06:11.233Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:06:11.233Z||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-09-21T02:06:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:06:20.785Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:06:20.785Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:07:11.231Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:07:11.231Z||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-09-21T02:07:11.232Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:07:11.233Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:07:11.234Z||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-09-21T02:07:11.234Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:07:20.780Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:07:20.797Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:08:11.231Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:08:11.231Z||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-09-21T02:08:11.231Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:08:11.233Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:08:11.233Z||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-09-21T02:08:11.234Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:08:20.788Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:08:20.790Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:09:11.231Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:09:11.232Z||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-09-21T02:09:11.232Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:09:11.233Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:09:11.233Z||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-09-21T02:09:11.234Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:09:20.785Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:09:20.785Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:10:11.231Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:10:11.232Z||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-09-21T02:10:11.232Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:10:11.233Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:10:11.233Z||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-09-21T02:10:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:10:20.785Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:10:20.785Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:11:11.231Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:11:11.232Z||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-09-21T02:11:11.232Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:11:11.233Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:11:11.234Z||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-09-21T02:11:11.234Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:11:20.783Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:11:20.789Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:12:11.231Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:12:11.232Z||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-09-21T02:12:11.232Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:12:11.233Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:12:11.233Z||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-09-21T02:12:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:12:20.783Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:12:20.801Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:13:11.231Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:13:11.232Z||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-09-21T02:13:11.232Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:13:11.233Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:13:11.234Z||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-09-21T02:13:11.234Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:13:20.783Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:13:20.783Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:14:11.231Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:14:11.232Z||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-09-21T02:14:11.232Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:14:11.233Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:14:11.233Z||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-09-21T02:14:11.234Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:14:20.781Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:14:20.781Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:15:11.231Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:15:11.232Z||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-09-21T02:15:11.232Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:15:11.233Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:15:11.233Z||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-09-21T02:15:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:15:20.783Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:15:20.784Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:16:11.231Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:16:11.232Z||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-09-21T02:16:11.232Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:16:11.233Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:16:11.234Z||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-09-21T02:16:11.234Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:16:20.779Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:16:20.780Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:17:11.231Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:17:11.231Z||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-09-21T02:17:11.231Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:17:11.233Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:17:11.233Z||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-09-21T02:17:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:17:20.778Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:17:20.779Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:18:11.231Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:18:11.231Z||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-09-21T02:18:11.232Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:18:11.233Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:18:11.233Z||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-09-21T02:18:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:18:20.783Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:18:20.785Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:19:11.231Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:19:11.232Z||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-09-21T02:19:11.232Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:19:11.233Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:19:11.234Z||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-09-21T02:19:11.234Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:19:20.783Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:19:20.786Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:20:11.231Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:20:11.231Z||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-09-21T02:20:11.232Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:20:11.233Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:20:11.233Z||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-09-21T02:20:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:20:20.778Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:20:20.781Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:21:11.231Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:21:11.231Z||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-09-21T02:21:11.232Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:21:11.233Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:21:11.233Z||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-09-21T02:21:11.234Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:21:20.781Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:21:20.781Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:22:11.231Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:22:11.231Z||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-09-21T02:22:11.232Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:22:11.233Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:22:11.234Z||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-09-21T02:22:11.234Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:22:20.779Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:22:20.779Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:23:11.231Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:23:11.232Z||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-09-21T02:23:11.232Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:23:11.233Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:23:11.233Z||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-09-21T02:23:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:23:20.776Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:23:20.783Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:24:11.231Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:24:11.231Z||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-09-21T02:24:11.232Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:24:11.233Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:24:11.234Z||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-09-21T02:24:11.234Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:24:20.784Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:24:20.784Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:25:11.231Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:25:11.232Z||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-09-21T02:25:11.232Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:25:11.233Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:25:11.234Z||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-09-21T02:25:11.234Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:25:20.779Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:25:20.781Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:26:11.231Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:26:11.231Z||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-09-21T02:26:11.232Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:26:11.233Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:26:11.233Z||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-09-21T02:26:11.234Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:26:20.777Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:26:20.778Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:27:11.231Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:27:11.231Z||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-09-21T02:27:11.232Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:27:11.233Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:27:11.233Z||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-09-21T02:27:11.234Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:27:20.781Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:27:20.784Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:28:11.231Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:28:11.231Z||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-09-21T02:28:11.232Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:28:11.233Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:28:11.234Z||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-09-21T02:28:11.234Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:28:20.777Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:28:20.777Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:29:11.231Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:29:11.231Z||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-09-21T02:29:11.232Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:29:11.233Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:29:11.233Z||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-09-21T02:29:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:29:20.779Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:29:20.789Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:30:11.231Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:30:11.231Z||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-09-21T02:30:11.232Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:30:11.233Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:30:11.234Z||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-09-21T02:30:11.234Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:30:20.783Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:30:20.784Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:31:11.231Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:31:11.231Z||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-09-21T02:31:11.232Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:31:11.233Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:31:11.233Z||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-09-21T02:31:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:31:20.781Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:31:20.781Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:32:11.231Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:32:11.231Z||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-09-21T02:32:11.231Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:32:11.233Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:32:11.233Z||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-09-21T02:32:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:32:20.781Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:32:20.781Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:33:11.231Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:33:11.233Z||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-09-21T02:33:11.233Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:33:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:33:11.233Z||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-09-21T02:33:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:33:20.775Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:33:20.781Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:34:11.231Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:34:11.231Z||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-09-21T02:34:11.231Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:34:11.233Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:34:11.233Z||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-09-21T02:34:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:34:20.779Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:34:20.780Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:35:11.231Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:35:11.232Z||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-09-21T02:35:11.232Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:35:11.233Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:35:11.233Z||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-09-21T02:35:11.234Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:35:20.782Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:35:20.784Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:36:11.231Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:36:11.232Z||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-09-21T02:36:11.232Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:36:11.233Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:36:11.234Z||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-09-21T02:36:11.234Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:36:20.778Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:36:20.782Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:37:11.231Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:37:11.231Z||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-09-21T02:37:11.231Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:37:11.233Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:37:11.234Z||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-09-21T02:37:11.234Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:37:20.782Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:37:20.783Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:38:11.231Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:38:11.232Z||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-09-21T02:38:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:38:11.233Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:38:11.234Z||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-09-21T02:38:11.234Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:38:20.789Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:38:20.791Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:39:11.231Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:39:11.232Z||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-09-21T02:39:11.232Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:39:11.233Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:39:11.233Z||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-09-21T02:39:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:39:20.783Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:39:20.783Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:40:11.231Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:40:11.232Z||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-09-21T02:40:11.232Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:40:11.233Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:40:11.234Z||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-09-21T02:40:11.234Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:40:20.782Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:40:20.783Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:41:11.231Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:41:11.232Z||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-09-21T02:41:11.232Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:41:11.233Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:41:11.233Z||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-09-21T02:41:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:41:20.780Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:41:20.780Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:42:11.231Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:42:11.231Z||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-09-21T02:42:11.232Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:42:11.233Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:42:11.233Z||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-09-21T02:42:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:42:20.776Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:42:20.781Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:43:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:43:11.232Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-21T02:43:11.232Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:43:11.233Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:43:11.234Z||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-09-21T02:43:11.235Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:43:20.780Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:43:20.781Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:44:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:44:11.232Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-21T02:44:11.232Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:44:11.233Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:44:11.233Z||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-09-21T02:44:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:44:20.773Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:44:20.775Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:45:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:45:11.231Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-21T02:45:11.232Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:45:11.233Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:45:11.233Z||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-09-21T02:45:11.234Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:45:20.783Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:45:20.783Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:46:11.231Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:46:11.231Z||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-09-21T02:46:11.231Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:46:11.233Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:46:11.234Z||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-09-21T02:46:11.234Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:46:20.788Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:46:20.788Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:47:11.231Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:47:11.231Z||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-09-21T02:47:11.231Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:47:11.233Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:47:11.233Z||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-09-21T02:47:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:47:20.779Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:47:20.779Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:48:11.231Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:48:11.232Z||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-09-21T02:48:11.232Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:48:11.233Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:48:11.233Z||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-09-21T02:48:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:48:20.789Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:48:20.790Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:49:11.231Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:49:11.231Z||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-09-21T02:49:11.232Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:49:11.233Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:49:11.233Z||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-09-21T02:49:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:49:20.780Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:49:20.785Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:50:11.231Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:50:11.232Z||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-09-21T02:50:11.232Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:50:11.233Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:50:11.234Z||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-09-21T02:50:11.234Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:50:20.780Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:50:20.783Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:51:11.231Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:51:11.231Z||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-09-21T02:51:11.232Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:51:11.233Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:51:11.234Z||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-09-21T02:51:11.234Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:51:20.783Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:51:20.790Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:52:11.231Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:52:11.231Z||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-09-21T02:52:11.232Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:52:11.233Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:52:11.233Z||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-09-21T02:52:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:52:20.777Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:52:20.781Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:53:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:53:11.232Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-21T02:53:11.232Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:53:11.233Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:53:11.234Z||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-09-21T02:53:11.234Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:53:20.786Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:53:20.787Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:54:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:54:11.232Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-21T02:54:11.232Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:54:11.233Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:54:11.233Z||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-09-21T02:54:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:54:20.779Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:54:20.783Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:55:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:55:11.231Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-21T02:55:11.231Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:55:11.233Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:55:11.233Z||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-09-21T02:55:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:55:20.779Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:55:20.779Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:56:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:56:11.231Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-21T02:56:11.231Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:56:11.233Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:56:11.233Z||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-09-21T02:56:11.234Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:56:20.779Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:56:20.780Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:57:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:57:11.231Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-21T02:57:11.232Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:57:11.233Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:57:11.233Z||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-09-21T02:57:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:57:20.781Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:57:20.783Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:58:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:58:11.232Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-21T02:58:11.232Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:58:11.233Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:58:11.234Z||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-09-21T02:58:11.234Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:58:20.784Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:58:20.784Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:59:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:59:11.231Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-21T02:59:11.232Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:59:11.233Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T02:59:11.234Z||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-09-21T02:59:11.234Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T02:59:20.780Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T02:59:20.780Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:00:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:00:11.232Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-21T03:00:11.232Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:00:11.233Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:00:11.234Z||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-09-21T03:00:11.234Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:00:20.780Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:00:20.780Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:01:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:01:11.231Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-21T03:01:11.232Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:01:11.233Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:01:11.233Z||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-09-21T03:01:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:01:20.778Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:01:20.782Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:02:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:02:11.233Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-21T03:02:11.233Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:02:11.233Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:02:11.233Z||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-09-21T03:02:11.234Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:02:20.783Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:02:20.783Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:03:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:03:11.231Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-21T03:03:11.232Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:03:11.233Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:03:11.234Z||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-09-21T03:03:11.234Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:03:20.780Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:03:20.780Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:04:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:04:11.233Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-21T03:04:11.233Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:04:11.234Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:04:11.234Z||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-09-21T03:04:11.234Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:04:20.782Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:04:20.785Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:05:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:05:11.232Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-21T03:05:11.232Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:05:11.233Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:05:11.233Z||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-09-21T03:05:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:05:20.783Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:05:20.783Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:06:11.231Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:06:11.231Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-21T03:06:11.232Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:06:11.233Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:06:11.234Z||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-09-21T03:06:11.234Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:06:20.781Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:06:20.782Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:07:11.231Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:07:11.231Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-21T03:07:11.231Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:07:11.233Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:07:11.233Z||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-09-21T03:07:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:07:20.781Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:07:20.805Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:08:11.231Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:08:11.231Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-21T03:08:11.231Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:08:11.233Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:08:11.233Z||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-09-21T03:08:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:08:20.783Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:08:20.784Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:09:11.231Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:09:11.231Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-21T03:09:11.231Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:09:11.233Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:09:11.233Z||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-09-21T03:09:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:09:20.778Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:09:20.786Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:10:11.231Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:10:11.231Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-21T03:10:11.232Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:10:11.233Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:10:11.233Z||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-09-21T03:10:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:10:20.782Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:10:20.782Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:11:11.231Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:11:11.231Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-21T03:11:11.232Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:11:11.233Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:11:11.234Z||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-09-21T03:11:11.234Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:11:20.782Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:11:20.782Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:12:11.231Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:12:11.231Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-21T03:12:11.232Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:12:11.233Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:12:11.233Z||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-09-21T03:12:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:12:20.779Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:12:20.779Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:13:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:13:11.231Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-21T03:13:11.232Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:13:11.233Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:13:11.233Z||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-09-21T03:13:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:13:20.780Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:13:20.780Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:14:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:14:11.231Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-21T03:14:11.232Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:14:11.233Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:14:11.233Z||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-09-21T03:14:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:14:20.779Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:14:20.779Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:15:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:15:11.231Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-21T03:15:11.231Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:15:11.233Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:15:11.233Z||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-09-21T03:15:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:15:20.777Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:15:20.778Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:16:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:16:11.233Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-21T03:16:11.233Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:16:11.233Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:16:11.233Z||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-09-21T03:16:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:16:20.778Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:16:20.788Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:17:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:17:11.232Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-21T03:17:11.232Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:17:11.233Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:17:11.234Z||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-09-21T03:17:11.234Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:17:20.786Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:17:20.786Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:18:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:18:11.232Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-21T03:18:11.232Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:18:11.233Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:18:11.234Z||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-09-21T03:18:11.234Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:18:20.786Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:18:20.816Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:19:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:19:11.231Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-21T03:19:11.231Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:19:11.233Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:19:11.233Z||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-09-21T03:19:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:19:20.776Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:19:20.777Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:20:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:20:11.231Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-21T03:20:11.231Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:20:11.233Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:20:11.233Z||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-09-21T03:20:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:20:20.774Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:20:20.781Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:21:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:21:11.231Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-21T03:21:11.232Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:21:11.233Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:21:11.234Z||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-09-21T03:21:11.234Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:21:20.776Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:21:20.777Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:22:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:22:11.231Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-21T03:22:11.231Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:22:11.233Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:22:11.233Z||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-09-21T03:22:11.234Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:22:20.777Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:22:20.781Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:23:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:23:11.231Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-21T03:23:11.231Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:23:11.233Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:23:11.233Z||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-09-21T03:23:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:23:20.777Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:23:20.777Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:24:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:24:11.231Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-21T03:24:11.232Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:24:11.233Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:24:11.233Z||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-09-21T03:24:11.234Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:24:20.775Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:24:20.778Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:25:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:25:11.233Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:25:11.233Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-21T03:25:11.233Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:25:11.233Z||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-09-21T03:25:11.234Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:25:20.786Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:25:20.788Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:26:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:26:11.231Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-21T03:26:11.231Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:26:11.233Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:26:11.233Z||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-09-21T03:26:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:26:20.783Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:26:20.783Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:27:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:27:11.232Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-21T03:27:11.233Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:27:11.233Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:27:11.233Z||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-09-21T03:27:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:27:20.791Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:27:20.792Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:28:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:28:11.232Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-21T03:28:11.232Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:28:11.233Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:28:11.233Z||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-09-21T03:28:11.234Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:28:20.781Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:28:20.794Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:29:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:29:11.232Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-21T03:29:11.232Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:29:11.233Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:29:11.233Z||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-09-21T03:29:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:29:20.781Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:29:20.781Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:30:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:30:11.232Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-21T03:30:11.232Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:30:11.233Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:30:11.234Z||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-09-21T03:30:11.234Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:30:20.778Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:30:20.779Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:31:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:31:11.231Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-21T03:31:11.232Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:31:11.233Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:31:11.233Z||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-09-21T03:31:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:31:20.780Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:31:20.781Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:32:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:32:11.232Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-21T03:32:11.232Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:32:11.233Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:32:11.234Z||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-09-21T03:32:11.234Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:32:20.781Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:32:20.786Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:33:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:33:11.231Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-21T03:33:11.231Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:33:11.233Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:33:11.234Z||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-09-21T03:33:11.234Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:33:20.778Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:33:20.781Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:34:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:34:11.231Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-21T03:34:11.232Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:34:11.233Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:34:11.233Z||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-09-21T03:34:11.234Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:34:20.777Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:34:20.777Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:35:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:35:11.231Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-21T03:35:11.232Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:35:11.233Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:35:11.233Z||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-09-21T03:35:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:35:20.781Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:35:20.783Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:36:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:36:11.231Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-21T03:36:11.231Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:36:11.233Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:36:11.233Z||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-09-21T03:36:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:36:20.779Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:36:20.781Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:37:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:37:11.231Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-21T03:37:11.231Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:37:11.233Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:37:11.233Z||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-09-21T03:37:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:37:20.777Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:37:20.777Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:38:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:38:11.232Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-21T03:38:11.232Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:38:11.233Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:38:11.233Z||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-09-21T03:38:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:38:20.781Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:38:20.781Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:39:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:39:11.231Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-21T03:39:11.231Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:39:11.233Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:39:11.233Z||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-09-21T03:39:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:39:20.779Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:39:20.783Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:40:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:40:11.231Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-21T03:40:11.231Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:40:11.233Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:40:11.233Z||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-09-21T03:40:11.234Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:40:20.778Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:40:20.779Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:41:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:41:11.233Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:41:11.233Z||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-09-21T03:41:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:41:11.233Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-21T03:41:11.234Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:41:20.781Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:41:20.787Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:42:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:42:11.231Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-21T03:42:11.231Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:42:11.233Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:42:11.233Z||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-09-21T03:42:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:42:20.776Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:42:20.776Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:43:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:43:11.231Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-21T03:43:11.232Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:43:11.233Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:43:11.233Z||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-09-21T03:43:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:43:20.777Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:43:20.782Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:44:11.231Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:44:11.231Z||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-09-21T03:44:11.231Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:44:11.233Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:44:11.233Z||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-09-21T03:44:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:44:20.781Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:44:20.781Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:45:11.231Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:45:11.231Z||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-09-21T03:45:11.231Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:45:11.233Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:45:11.233Z||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-09-21T03:45:11.234Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:45:20.781Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:45:20.785Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:46:11.231Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:46:11.231Z||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-09-21T03:46:11.231Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:46:11.233Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:46:11.233Z||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-09-21T03:46:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:46:20.784Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:46:20.784Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:47:11.231Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:47:11.231Z||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-09-21T03:47:11.231Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:47:11.233Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:47:11.233Z||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-09-21T03:47:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:47:20.777Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:47:20.778Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:48:11.231Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:48:11.231Z||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-09-21T03:48:11.231Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:48:11.233Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:48:11.234Z||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-09-21T03:48:11.234Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:48:20.778Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:48:20.782Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:49:11.231Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:49:11.231Z||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-09-21T03:49:11.231Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:49:11.233Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:49:11.233Z||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-09-21T03:49:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:49:20.779Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:49:20.779Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:50:11.231Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:50:11.231Z||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-09-21T03:50:11.231Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:50:11.233Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:50:11.233Z||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-09-21T03:50:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:50:20.776Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:50:20.779Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:51:11.231Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:51:11.232Z||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-09-21T03:51:11.232Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:51:11.233Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:51:11.233Z||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-09-21T03:51:11.234Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:51:20.783Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:51:20.786Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:52:11.231Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:52:11.231Z||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-09-21T03:52:11.232Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:52:11.233Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:52:11.233Z||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-09-21T03:52:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:52:20.808Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:52:20.809Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:53:11.231Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:53:11.232Z||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-09-21T03:53:11.232Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:53:11.233Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:53:11.233Z||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-09-21T03:53:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:53:20.776Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:53:20.777Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:54:11.231Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:54:11.232Z||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-09-21T03:54:11.232Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:54:11.233Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:54:11.233Z||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-09-21T03:54:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:54:20.780Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:54:20.789Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:55:11.231Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:55:11.231Z||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-09-21T03:55:11.231Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:55:11.233Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:55:11.234Z||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-09-21T03:55:11.234Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:55:20.778Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:55:20.779Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:56:11.231Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:56:11.231Z||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-09-21T03:56:11.231Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:56:11.233Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:56:11.233Z||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-09-21T03:56:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:56:20.774Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:56:20.776Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:57:11.231Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:57:11.231Z||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-09-21T03:57:11.232Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:57:11.233Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:57:11.233Z||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-09-21T03:57:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:57:20.778Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:57:20.779Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:58:11.231Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:58:11.231Z||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-09-21T03:58:11.232Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:58:11.233Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:58:11.234Z||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-09-21T03:58:11.234Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:58:20.778Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:58:20.778Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:59:11.231Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:59:11.231Z||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-09-21T03:59:11.231Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:59:11.233Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T03:59:11.233Z||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-09-21T03:59:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T03:59:20.775Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T03:59:20.776Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:00:11.231Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:00:11.232Z||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-09-21T04:00:11.232Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:00:11.233Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:00:11.234Z||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-09-21T04:00:11.234Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:00:20.782Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:00:20.782Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:01:11.231Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:01:11.231Z||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-09-21T04:01:11.232Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:01:11.233Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:01:11.233Z||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-09-21T04:01:11.234Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:01:20.777Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:01:20.784Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:02:11.231Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:02:11.231Z||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-09-21T04:02:11.232Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:02:11.233Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:02:11.233Z||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-09-21T04:02:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:02:20.784Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:02:20.785Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:03:11.231Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:03:11.231Z||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-09-21T04:03:11.231Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:03:11.233Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:03:11.233Z||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-09-21T04:03:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:03:20.775Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:03:20.777Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:04:11.231Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:04:11.231Z||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-09-21T04:04:11.231Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:04:11.233Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:04:11.233Z||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-09-21T04:04:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:04:20.780Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:04:20.781Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:05:11.231Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:05:11.231Z||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-09-21T04:05:11.232Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:05:11.233Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:05:11.233Z||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-09-21T04:05:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:05:20.779Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:05:20.779Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:06:11.231Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:06:11.232Z||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-09-21T04:06:11.232Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:06:11.233Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:06:11.233Z||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-09-21T04:06:11.234Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:06:20.777Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:06:20.779Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:07:11.231Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:07:11.231Z||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-09-21T04:07:11.232Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:07:11.233Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:07:11.233Z||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-09-21T04:07:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:07:20.778Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:07:20.781Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:08:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:08:11.231Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-21T04:08:11.231Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:08:11.233Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:08:11.233Z||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-09-21T04:08:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:08:20.781Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:08:20.783Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:09:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:09:11.231Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-21T04:09:11.231Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:09:11.233Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:09:11.233Z||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-09-21T04:09:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:09:20.780Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:09:20.780Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:10:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:10:11.231Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-21T04:10:11.231Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:10:11.233Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:10:11.233Z||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-09-21T04:10:11.234Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:10:20.778Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:10:20.779Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:11:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:11:11.231Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-21T04:11:11.231Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:11:11.233Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:11:11.233Z||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-09-21T04:11:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:11:20.777Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:11:20.779Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:12:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:12:11.232Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-21T04:12:11.232Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:12:11.233Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:12:11.235Z||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-09-21T04:12:11.235Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:12:20.782Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:12:20.783Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:13:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:13:11.231Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-21T04:13:11.231Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:13:11.233Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:13:11.233Z||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-09-21T04:13:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:13:20.775Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:13:20.776Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:14:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:14:11.232Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-21T04:14:11.232Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:14:11.233Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:14:11.233Z||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-09-21T04:14:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:14:20.779Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:14:20.780Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:15:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:15:11.231Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-21T04:15:11.231Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:15:11.233Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:15:11.233Z||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-09-21T04:15:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:15:20.775Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:15:20.778Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:16:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:16:11.232Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-21T04:16:11.232Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:16:11.233Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:16:11.233Z||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-09-21T04:16:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:16:20.774Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:16:20.776Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:17:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:17:11.232Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-21T04:17:11.233Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:17:11.233Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:17:11.233Z||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-09-21T04:17:11.234Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:17:20.777Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:17:20.779Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:18:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:18:11.232Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-21T04:18:11.232Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:18:11.233Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:18:11.233Z||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-09-21T04:18:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:18:20.780Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:18:20.781Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:19:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:19:11.231Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-21T04:19:11.232Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:19:11.233Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:19:11.233Z||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-09-21T04:19:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:19:20.777Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:19:20.779Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:20:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:20:11.231Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-21T04:20:11.232Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:20:11.233Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:20:11.233Z||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-09-21T04:20:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:20:20.780Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:20:20.782Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:21:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:21:11.232Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-21T04:21:11.232Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:21:11.233Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:21:11.233Z||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-09-21T04:21:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:21:20.780Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:21:20.781Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:22:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:22:11.232Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-21T04:22:11.232Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:22:11.233Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:22:11.233Z||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-09-21T04:22:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:22:20.781Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:22:20.782Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:23:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:23:11.232Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-21T04:23:11.233Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:23:11.233Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:23:11.233Z||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-09-21T04:23:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:23:20.777Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:23:20.785Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:24:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:24:11.232Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-21T04:24:11.233Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:24:11.233Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:24:11.233Z||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-09-21T04:24:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:24:20.779Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:24:20.780Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:25:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:25:11.232Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-21T04:25:11.232Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:25:11.233Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:25:11.233Z||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-09-21T04:25:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:25:20.772Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:25:20.779Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:26:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:26:11.231Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-21T04:26:11.232Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:26:11.233Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:26:11.233Z||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-09-21T04:26:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:26:20.778Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:26:20.778Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:27:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:27:11.231Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-21T04:27:11.232Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:27:11.233Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:27:11.233Z||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-09-21T04:27:11.234Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:27:20.781Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:27:20.781Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:28:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:28:11.231Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-21T04:28:11.231Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:28:11.233Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:28:11.233Z||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-09-21T04:28:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:28:20.774Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:28:20.776Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:29:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:29:11.231Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-21T04:29:11.232Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:29:11.233Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:29:11.233Z||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-09-21T04:29:11.234Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:29:20.774Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:29:20.775Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:30:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:30:11.232Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-21T04:30:11.232Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:30:11.233Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:30:11.234Z||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-09-21T04:30:11.234Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:30:20.779Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:30:20.779Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:31:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:31:11.231Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-21T04:31:11.231Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:31:11.233Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:31:11.233Z||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-09-21T04:31:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:31:20.780Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:31:20.784Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:32:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:32:11.231Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-21T04:32:11.231Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:32:11.233Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:32:11.233Z||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-09-21T04:32:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:32:20.778Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:32:20.779Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:33:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:33:11.231Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-21T04:33:11.231Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:33:11.233Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:33:11.233Z||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-09-21T04:33:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:33:20.780Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:33:20.780Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:34:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:34:11.231Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-21T04:34:11.231Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:34:11.233Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:34:11.233Z||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-09-21T04:34:11.234Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:34:20.774Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:34:20.775Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:35:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:35:11.232Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-21T04:35:11.232Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:35:11.233Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:35:11.233Z||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-09-21T04:35:11.234Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:35:20.777Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:35:20.789Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:36:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:36:11.231Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-21T04:36:11.232Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:36:11.233Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:36:11.233Z||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-09-21T04:36:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:36:20.777Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:36:20.785Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:37:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:37:11.232Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-21T04:37:11.233Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:37:11.233Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:37:11.233Z||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-09-21T04:37:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:37:20.782Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:37:20.782Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:38:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:38:11.232Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-21T04:38:11.232Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:38:11.233Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:38:11.233Z||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-09-21T04:38:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:38:20.778Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:38:20.778Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:39:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:39:11.231Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-21T04:39:11.231Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:39:11.233Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:39:11.233Z||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-09-21T04:39:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:39:20.778Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:39:20.778Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:40:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:40:11.232Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-21T04:40:11.232Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:40:11.233Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:40:11.234Z||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-09-21T04:40:11.234Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:40:20.779Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:40:20.780Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:41:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:41:11.231Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-21T04:41:11.232Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:41:11.233Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:41:11.233Z||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-09-21T04:41:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:41:20.777Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:41:20.780Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:42:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:42:11.231Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-21T04:42:11.231Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:42:11.233Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:42:11.233Z||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-09-21T04:42:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:42:20.777Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:42:20.777Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:43:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:43:11.231Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-21T04:43:11.232Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:43:11.233Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:43:11.233Z||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-09-21T04:43:11.234Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:43:20.778Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:43:20.780Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:44:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:44:11.231Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-21T04:44:11.231Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:44:11.233Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:44:11.233Z||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-09-21T04:44:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:44:20.775Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:44:20.777Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:45:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:45:11.231Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-21T04:45:11.231Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:45:11.233Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:45:11.233Z||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-09-21T04:45:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:45:20.778Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:45:20.779Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:46:11.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:46:11.231Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-21T04:46:11.231Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:46:11.233Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:46:11.234Z||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-09-21T04:46:11.234Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:46:11.863Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:46:11.864Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-21T04:46:11.864Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"caefdbda-d62c-4b4f-90e0-072bbeefa563","serviceName":"vFW 2021-09-21 04-43-08","serviceVersion":"1.0","serviceUUID":"5ded54bb-8bad-4423-b411-5043ed4556b0","serviceDescription":"catalog service description","serviceInvariantUUID":"c845fa38-9428-438b-8937-5f3094656cd4","resources":[{"resourceInstanceName":"vFW cb461cf2-dfb9 0","resourceName":"vFW cb461cf2-dfb9","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fa7afd05-a3f0-4bc3-9a72-9ef5b46b8772","resourceInvariantUUID":"a38eee86-4d83-4090-9be8-3a39f792cb8e","resourceCustomizationUUID":"49703e46-89c8-4cdb-a5bb-9ecb0f402a8b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/vf-license-model.xml","artifactChecksum":"YTVkYTVhN2Q2NDc0YmRhNDE0NTQ2NWZhYzgzMDBiZmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fb7c6f19-9f69-4721-9064-5f8fba142483","artifactVersion":"1"},{"artifactName":"vfwcb461cf2dfb90_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/vfwcb461cf2dfb90_modules.json","artifactChecksum":"ZmU5YTBkNTNhYmQ1YjRhY2JiZTY3YWViMTk2YmIxMDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a0f13ec0-bc90-4159-8087-cfabce3704de","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c1c8e4a4-438f-48de-a879-a6fc9c84e447","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/vendor-license-model.xml","artifactChecksum":"MWYyNzNjMzI0ZTBmNTFlZTFkMGFjMWI0YzM2ODk4MDI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e9d3d8f6-482a-4b4e-911e-c2f0f7f72010","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e2f83b2d-b00f-4195-8163-7ab9012ef10d","artifactVersion":"2","generatedFromUUID":"c1c8e4a4-438f-48de-a879-a6fc9c84e447"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210921044308-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210921044308/1.0/artifacts/service-Vfw20210921044308-template.yml","artifactChecksum":"MGQwOTE0YTkzZGVmNzM1ZDgwYzdmMTNlODg3M2Y4Nzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3fd6df4b-69aa-4201-9087-7735161fdcb9","artifactVersion":"1"},{"artifactName":"service-Vfw20210921044308-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210921044308/1.0/artifacts/service-Vfw20210921044308-csar.csar","artifactChecksum":"OGFiMDE0NzRhZDZkMDIzMmZkZTNmNzg3MTdiNzA0ZTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6a2834b9-bfbd-4a13-8f36-e7ec1286e3ed","artifactVersion":"1"}],"workloadContext":"Production"} 2021-09-21T04:46:11.865Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:46:11.870Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:46:11.870Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563", "consumerID": "cds", "timestamp": 1632199540500, "artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T04:46:11.871Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-21T04:46:11.876Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-21T04:46:11.885Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T04:46:11.885Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632199571231, "artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T04:46:11.888Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:46:11.888Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:46:11.888Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563", "consumerID": "dcae-sch", "timestamp": 1632199547396, "artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T04:46:11.888Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:46:11.888Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:46:11.888Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563", "consumerID": "cds", "timestamp": 1632199540500, "artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/vfwcb461cf2dfb90_modules.json", "status": "NOT_NOTIFIED" } 2021-09-21T04:46:11.888Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:46:11.889Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:46:11.889Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563", "consumerID": "dcae-sch", "timestamp": 1632199547396, "artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/vfwcb461cf2dfb90_modules.json", "status": "NOT_NOTIFIED" } 2021-09-21T04:46:11.889Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:46:11.889Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:46:11.889Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563", "consumerID": "cds", "timestamp": 1632199540500, "artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-09-21T04:46:11.889Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:46:11.889Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:46:11.889Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563", "consumerID": "dcae-sch", "timestamp": 1632199547396, "artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-09-21T04:46:11.889Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:46:11.889Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:46:11.889Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563", "consumerID": "multicloud-k8s-id", "timestamp": 1632199549761, "artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T04:46:11.889Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:46:11.889Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:46:11.890Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563", "consumerID": "cds", "timestamp": 1632199540500, "artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T04:46:11.890Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:46:11.890Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:46:11.890Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563", "consumerID": "dcae-sch", "timestamp": 1632199547396, "artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T04:46:11.890Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:46:11.890Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:46:11.890Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563", "consumerID": "multicloud-k8s-id", "timestamp": 1632199549761, "artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/vfwcb461cf2dfb90_modules.json", "status": "NOTIFIED" } 2021-09-21T04:46:11.890Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:46:11.890Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:46:11.890Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563", "consumerID": "ves-openapi-manager", "timestamp": 1632199550812, "artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T04:46:11.890Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:46:11.890Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:46:11.890Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563", "consumerID": "cds", "timestamp": 1632199540500, "artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-09-21T04:46:11.891Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:46:11.891Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:46:11.891Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563", "consumerID": "dcae-sch", "timestamp": 1632199547396, "artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-09-21T04:46:11.891Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:46:11.891Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:46:11.891Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563", "consumerID": "multicloud-k8s-id", "timestamp": 1632199549761, "artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-09-21T04:46:11.891Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:46:11.891Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:46:11.891Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563", "consumerID": "ves-openapi-manager", "timestamp": 1632199550812, "artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/vfwcb461cf2dfb90_modules.json", "status": "NOT_NOTIFIED" } 2021-09-21T04:46:11.891Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:46:11.891Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:46:11.891Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563", "consumerID": "cds", "timestamp": 1632199540500, "artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/artifacts/service-Vfw20210921044308-template.yml", "status": "NOT_NOTIFIED" } 2021-09-21T04:46:11.892Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:46:11.892Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:46:11.892Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563", "consumerID": "dcae-sch", "timestamp": 1632199547396, "artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/artifacts/service-Vfw20210921044308-template.yml", "status": "NOT_NOTIFIED" } 2021-09-21T04:46:11.892Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:46:11.892Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:46:11.892Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563", "consumerID": "aai-ml", "timestamp": 1632199552431, "artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T04:46:11.892Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:46:11.892Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:46:11.892Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563", "consumerID": "multicloud-k8s-id", "timestamp": 1632199549761, "artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T04:46:11.892Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:46:11.892Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:46:11.892Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563", "consumerID": "ves-openapi-manager", "timestamp": 1632199550812, "artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-09-21T04:46:11.892Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:46:11.892Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:46:11.892Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563", "consumerID": "cds", "timestamp": 1632199540500, "artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/artifacts/service-Vfw20210921044308-csar.csar", "status": "NOTIFIED" } 2021-09-21T04:46:11.892Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:46:11.893Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:46:11.893Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563", "consumerID": "dcae-sch", "timestamp": 1632199547396, "artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/artifacts/service-Vfw20210921044308-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-21T04:46:11.893Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:46:11.893Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:46:11.893Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563", "consumerID": "aai-ml", "timestamp": 1632199552431, "artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/vfwcb461cf2dfb90_modules.json", "status": "NOT_NOTIFIED" } 2021-09-21T04:46:11.893Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:46:11.893Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:46:11.893Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563", "consumerID": "multicloud-k8s-id", "timestamp": 1632199549761, "artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-09-21T04:46:11.893Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:46:11.893Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:46:11.893Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563", "consumerID": "ves-openapi-manager", "timestamp": 1632199550812, "artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T04:46:11.893Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:46:11.893Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:46:11.893Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563", "consumerID": "aai-ml", "timestamp": 1632199552431, "artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-09-21T04:46:11.893Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:46:11.893Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:46:11.893Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563", "consumerID": "multicloud-k8s-id", "timestamp": 1632199549761, "artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/artifacts/service-Vfw20210921044308-template.yml", "status": "NOT_NOTIFIED" } 2021-09-21T04:46:11.893Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:46:11.894Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:46:11.894Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563", "consumerID": "ves-openapi-manager", "timestamp": 1632199550812, "artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-09-21T04:46:11.894Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:46:11.894Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:46:11.894Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563", "consumerID": "clamp", "timestamp": 1632199555010, "artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T04:46:11.894Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:46:11.894Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:46:11.894Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563", "consumerID": "cds", "timestamp": 1632199555983, "artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/artifacts/service-Vfw20210921044308-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-21T04:46:11.894Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T04:46:11.894Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:46:11.894Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563", "consumerID": "aai-ml", "timestamp": 1632199552431, "artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T04:46:11.894Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:46:11.895Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:46:11.895Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563", "consumerID": "multicloud-k8s-id", "timestamp": 1632199549761, "artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/artifacts/service-Vfw20210921044308-csar.csar", "status": "NOTIFIED" } 2021-09-21T04:46:11.895Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:46:11.895Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:46:11.895Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563", "consumerID": "ves-openapi-manager", "timestamp": 1632199550812, "artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/artifacts/service-Vfw20210921044308-template.yml", "status": "NOT_NOTIFIED" } 2021-09-21T04:46:11.895Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:46:11.895Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:46:11.895Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563", "consumerID": "clamp", "timestamp": 1632199555010, "artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/vfwcb461cf2dfb90_modules.json", "status": "NOTIFIED" } 2021-09-21T04:46:11.895Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:46:11.895Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:46:11.895Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563", "consumerID": "policy-id", "timestamp": 1632199556145, "artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T04:46:11.895Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:46:11.896Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:46:11.896Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563", "consumerID": "cds", "timestamp": 1632199556999, "artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/artifacts/service-Vfw20210921044308-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=? 2021-09-21T04:46:11.986Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2021-09-21T04:46:11.990Z||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-09-21T04:46:11.990Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:46:12.003Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:46:12.004Z||pool-3-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-09-21T04:46:12.031Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of caefdbda-d62c-4b4f-90e0-072bbeefa563 2021-09-21T04:46:12.051Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId caefdbda-d62c-4b4f-90e0-072bbeefa563 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-09-21T04:46:12.069Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:46:12.069Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563", "consumerID": "aai-ml", "timestamp": 1632199552431, "artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-09-21T04:46:12.070Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:46:12.070Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:46:12.070Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563", "consumerID": "ves-openapi-manager", "timestamp": 1632199550812, "artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/artifacts/service-Vfw20210921044308-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-21T04:46:12.070Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:46:12.071Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:46:12.071Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563", "consumerID": "multicloud-k8s-id", "timestamp": 1632199557633, "artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/vfwcb461cf2dfb90_modules.json", "status": "DOWNLOAD_OK" } 2021-09-21T04:46:12.071Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T04:46:12.071Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:46:12.071Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563", "consumerID": "clamp", "timestamp": 1632199555010, "artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-09-21T04:46:12.071Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:46:12.071Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:46:12.071Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563", "consumerID": "policy-id", "timestamp": 1632199556145, "artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/vfwcb461cf2dfb90_modules.json", "status": "NOT_NOTIFIED" } 2021-09-21T04:46:12.071Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:46:12.071Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:46:12.072Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563", "consumerID": "aai-ml", "timestamp": 1632199552431, "artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/artifacts/service-Vfw20210921044308-template.yml", "status": "NOT_NOTIFIED" } 2021-09-21T04:46:12.072Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:46:12.072Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:46:12.072Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563", "consumerID": "clamp", "timestamp": 1632199555010, "artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T04:46:12.072Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:46:12.072Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:46:12.072Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563", "consumerID": "multicloud-k8s-id", "timestamp": 1632199558824, "artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-09-21T04:46:12.072Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T04:46:12.072Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:46:12.072Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563", "consumerID": "policy-id", "timestamp": 1632199556145, "artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-09-21T04:46:12.072Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:46:12.073Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:46:12.073Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563", "consumerID": "aai-ml", "timestamp": 1632199552431, "artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/artifacts/service-Vfw20210921044308-csar.csar", "status": "NOTIFIED" } 2021-09-21T04:46:12.073Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:46:12.073Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:46:12.073Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563", "consumerID": "clamp", "timestamp": 1632199555010, "artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-09-21T04:46:12.073Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:46:12.073Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:46:12.073Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563", "consumerID": "policy-id", "timestamp": 1632199556145, "artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T04:46:12.073Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:46:12.073Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:46:12.073Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563", "consumerID": "multicloud-k8s-id", "timestamp": 1632199560006, "artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-09-21T04:46:12.074Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T04:46:12.074Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:46:12.074Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563", "consumerID": "aai-ml", "timestamp": 1632199560530, "artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/artifacts/service-Vfw20210921044308-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-21T04:46:12.074Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T04:46:12.074Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:46:12.074Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563", "consumerID": "clamp", "timestamp": 1632199555010, "artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/artifacts/service-Vfw20210921044308-template.yml", "status": "NOT_NOTIFIED" } 2021-09-21T04:46:12.074Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:46:12.074Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:46:12.074Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632199560155, "artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T04:46:12.074Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:46:12.075Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:46:12.075Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563", "consumerID": "policy-id", "timestamp": 1632199556145, "artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-09-21T04:46:12.075Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:46:12.075Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:46:12.075Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563", "consumerID": "clamp", "timestamp": 1632199555010, "artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/artifacts/service-Vfw20210921044308-csar.csar", "status": "NOTIFIED" } 2021-09-21T04:46:12.075Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:46:12.075Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:46:12.075Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632199560155, "artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/vfwcb461cf2dfb90_modules.json", "status": "NOT_NOTIFIED" } 2021-09-21T04:46:12.075Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:46:12.076Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:46:12.076Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563", "consumerID": "policy-id", "timestamp": 1632199556145, "artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/artifacts/service-Vfw20210921044308-template.yml", "status": "NOT_NOTIFIED" } 2021-09-21T04:46:12.076Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:46:12.076Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:46:12.076Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563", "consumerID": "multicloud-k8s-id", "timestamp": 1632199562177, "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-09-21T04:46:12.094Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of caefdbda-d62c-4b4f-90e0-072bbeefa563 2021-09-21T04:46:12.094Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId caefdbda-d62c-4b4f-90e0-072bbeefa563 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-09-21T04:46:12.105Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:46:12.105Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632199560155, "artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-09-21T04:46:12.105Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:46:12.105Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:46:12.105Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563", "consumerID": "policy-id", "timestamp": 1632199556145, "artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/artifacts/service-Vfw20210921044308-csar.csar", "status": "NOTIFIED" } 2021-09-21T04:46:12.105Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:46:12.105Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:46:12.105Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563", "consumerID": "multicloud-k8s-id", "timestamp": 1632199563180, "artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/vfwcb461cf2dfb90_modules.json", "status": "DEPLOY_OK" } 2021-09-21T04:46:12.106Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T04:46:12.106Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:46:12.106Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632199560155, "artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T04:46:12.106Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:46:12.106Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:46:12.106Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563", "consumerID": "policy-id", "timestamp": 1632199564718, "artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/artifacts/service-Vfw20210921044308-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-21T04:46:12.106Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T04:46:12.106Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:46:12.106Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632199560155, "artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-09-21T04:46:12.106Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:46:12.106Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:46:12.107Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563", "consumerID": "policy-id", "timestamp": 1632199565725, "artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/artifacts/service-Vfw20210921044308-csar.csar", "status": "DEPLOY_OK" } 2021-09-21T04:46:12.107Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T04:46:12.107Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:46:12.107Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632199560155, "artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/artifacts/service-Vfw20210921044308-template.yml", "status": "NOT_NOTIFIED" } 2021-09-21T04:46:12.107Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:46:12.107Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:46:12.107Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563", "consumerID": "policy-id", "timestamp": 1632199566730, "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-09-21T04:46:12.112Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of caefdbda-d62c-4b4f-90e0-072bbeefa563 2021-09-21T04:46:12.112Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId caefdbda-d62c-4b4f-90e0-072bbeefa563 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-09-21T04:46:12.122Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:46:12.123Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632199560155, "artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/artifacts/service-Vfw20210921044308-csar.csar", "status": "NOTIFIED" } 2021-09-21T04:46:12.123Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:46:12.123Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:46:12.123Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632199568573, "artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/artifacts/service-Vfw20210921044308-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-21T04:46:12.123Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T04:46:12.890Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-21T04:46:12.891Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-21T04:46:12.893Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T04:46:12.893Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632199571231, "artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/vfwcb461cf2dfb90_modules.json", "status": "NOTIFIED" } 2021-09-21T04:46:12.993Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-21T04:46:12.994Z||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-09-21T04:46:12.994Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:46:13.005Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:46:13.005Z||pool-4-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-21T04:46:13.893Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-21T04:46:13.894Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-21T04:46:13.896Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T04:46:13.896Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632199571231, "artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-09-21T04:46:13.996Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-21T04:46:13.997Z||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-09-21T04:46:13.997Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:46:14.007Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:46:14.008Z||pool-5-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-21T04:46:14.896Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-21T04:46:14.897Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-21T04:46:14.899Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T04:46:14.899Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632199571231, "artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T04:46:14.999Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-21T04:46:15.000Z||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-09-21T04:46:15.000Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:46:15.009Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:46:15.010Z||pool-6-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-21T04:46:15.900Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-21T04:46:15.901Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-21T04:46:15.902Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T04:46:15.903Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632199571231, "artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-09-21T04:46:16.003Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-21T04:46:16.003Z||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-09-21T04:46:16.003Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:46:16.014Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:46:16.014Z||pool-7-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-21T04:46:16.903Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-21T04:46:16.904Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-21T04:46:16.906Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T04:46:16.906Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632199571231, "artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/artifacts/service-Vfw20210921044308-template.yml", "status": "NOT_NOTIFIED" } 2021-09-21T04:46:17.006Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-21T04:46:17.007Z||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-09-21T04:46:17.007Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:46:17.017Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:46:17.018Z||pool-8-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-21T04:46:17.906Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-21T04:46:17.907Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-21T04:46:17.909Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T04:46:17.909Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632199571231, "artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/artifacts/service-Vfw20210921044308-csar.csar", "status": "NOTIFIED" } 2021-09-21T04:46:18.010Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-21T04:46:18.010Z||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-09-21T04:46:18.011Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:46:18.023Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:46:18.023Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-09-21T04:46:18.911Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563", "serviceName": "vFW 2021-09-21 04-43-08", "serviceVersion": "1.0", "serviceUUID": "5ded54bb-8bad-4423-b411-5043ed4556b0", "serviceDescription": "catalog service description", "serviceInvariantUUID": "c845fa38-9428-438b-8937-5f3094656cd4", "resources": [ { "resourceInstanceName": "vFW cb461cf2-dfb9 0", "resourceCustomizationUUID": "49703e46-89c8-4cdb-a5bb-9ecb0f402a8b", "resourceName": "vFW cb461cf2-dfb9", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "fa7afd05-a3f0-4bc3-9a72-9ef5b46b8772", "resourceInvariantUUID": "a38eee86-4d83-4090-9be8-3a39f792cb8e", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwcb461cf2dfb90_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/vfwcb461cf2dfb90_modules.json", "artifactChecksum": "ZmU5YTBkNTNhYmQ1YjRhY2JiZTY3YWViMTk2YmIxMDg\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a0f13ec0-bc90-4159-8087-cfabce3704de", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "c1c8e4a4-438f-48de-a879-a6fc9c84e447", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "e2f83b2d-b00f-4195-8163-7ab9012ef10d", "generatedFromUUID": "c1c8e4a4-438f-48de-a879-a6fc9c84e447" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "e2f83b2d-b00f-4195-8163-7ab9012ef10d", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20210921044308-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/artifacts/service-Vfw20210921044308-csar.csar", "artifactChecksum": "OGFiMDE0NzRhZDZkMDIzMmZkZTNmNzg3MTdiNzA0ZTk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "6a2834b9-bfbd-4a13-8f36-e7ec1286e3ed" } ], "workloadContext": "Production" } 2021-09-21T04:46:18.912Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-09-21T04:46:18.912Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5ded54bb-8bad-4423-b411-5043ed4556b0 ASDC 2021-09-21T04:46:18.988Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:caefdbda-d62c-4b4f-90e0-072bbeefa563 ServiceName:vFW 2021-09-21 04-43-08 ServiceVersion:1.0 ServiceUUID:5ded54bb-8bad-4423-b411-5043ed4556b0 ServiceInvariantUUID:c845fa38-9428-438b-8937-5f3094656cd4 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20210921044308-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210921044308/1.0/artifacts/service-Vfw20210921044308-csar.csar ArtifactUUID:6a2834b9-bfbd-4a13-8f36-e7ec1286e3ed ArtifactChecksum:OGFiMDE0NzRhZDZkMDIzMmZkZTNmNzg3MTdiNzA0ZTk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW cb461cf2-dfb9 0 ResourceCustomizationUUID:49703e46-89c8-4cdb-a5bb-9ecb0f402a8b ResourceInvariantUUID:a38eee86-4d83-4090-9be8-3a39f792cb8e ResourceName:vFW cb461cf2-dfb9 ResourceType:VF ResourceUUID:fa7afd05-a3f0-4bc3-9a72-9ef5b46b8772 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwcb461cf2dfb90_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/vfwcb461cf2dfb90_modules.json ArtifactUUID:a0f13ec0-bc90-4159-8087-cfabce3704de ArtifactChecksum:ZmU5YTBkNTNhYmQ1YjRhY2JiZTY3YWViMTk2YmIxMDg= 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/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/base_vfw.yaml ArtifactUUID:c1c8e4a4-438f-48de-a879-a6fc9c84e447 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/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/base_vfw.env ArtifactUUID:e2f83b2d-b00f-4195-8163-7ab9012ef10d 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/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/base_vfw.env ArtifactUUID:e2f83b2d-b00f-4195-8163-7ab9012ef10d ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-09-21T04:46:18.989Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5ded54bb-8bad-4423-b411-5043ed4556b0 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-09-21T04:46:19.058Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-21T04:46:19.059Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-09-21T04:46:19.059Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-09-21T04:46:19.060Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 6a2834b9-bfbd-4a13-8f36-e7ec1286e3ed from URL: /sdc/v1/catalog/services/Vfw20210921044308/1.0/artifacts/service-Vfw20210921044308-csar.csar 2021-09-21T04:46:19.060Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-09-21T04:46:19.061Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210921044308/1.0/artifacts/service-Vfw20210921044308-csar.csar 2021-09-21T04:46:19.249Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-09-21T04:46:19.265Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210921044308/1.0/artifacts/service-Vfw20210921044308-csar.csar 6a2834b9-bfbd-4a13-8f36-e7ec1286e3ed 98733 2021-09-21T04:46:19.267Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210921044308/1.0/artifacts/service-Vfw20210921044308-csar.csar ASDC sendASDCNotification 2021-09-21T04:46:19.268Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210921044308/1.0/artifacts/service-Vfw20210921044308-csar.csar 2021-09-21T04:46:19.269Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-21T04:46:19.271Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-21T04:46:19.272Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T04:46:19.272Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632199579265, "artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/artifacts/service-Vfw20210921044308-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-21T04:46:19.373Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-21T04:46:19.373Z||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-09-21T04:46:19.373Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:46:19.383Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:46:19.383Z||pool-10-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-21T04:46:20.273Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-21T04:46:20.274Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-09-21T04:46:20.275Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 6a2834b9-bfbd-4a13-8f36-e7ec1286e3ed, URL: /sdc/v1/catalog/services/Vfw20210921044308/1.0/artifacts/service-Vfw20210921044308-csar.csar to file: /app/ASDC/1/service-Vfw20210921044308-csar.csar 2021-09-21T04:46:20.275Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210921044308-csar.csar 2021-09-21T04:46:20.336Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210921044308-csar.csar 2021-09-21T04:46:20.336Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210921044308-csar.csar 2021-09-21T04:46:20.833Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP108440010460449744/Definitions/service-Vfw20210921044308-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-09-21T04:46:23.211Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2021-09-21T04:46:23.215Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-09-21T04:46:23.216Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210921044308-csar.csar 2021-09-21T04:46:23.216Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2021-09-21T04:46:23.216Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||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-Vfw20210921044308-csar.csar 2021-09-21T04:46:23.216Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||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-Vfw20210921044308-csar.csar 2021-09-21T04:46:23.216Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||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-Vfw20210921044308-csar.csar 2021-09-21T04:46:23.216Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210921044308-csar.csar 2021-09-21T04:46:23.216Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210921044308-csar.csar 2021-09-21T04:46:23.217Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||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-Vfw20210921044308-csar.csar 2021-09-21T04:46:23.217Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||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-Vfw20210921044308-csar.csar 2021-09-21T04:46:23.217Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||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-Vfw20210921044308-csar.csar 2021-09-21T04:46:23.217Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210921044308-csar.csar 2021-09-21T04:46:23.217Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||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-Vfw20210921044308-csar.csar 2021-09-21T04:46:23.217Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW cb461cf2-dfb9 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-Vfw20210921044308-csar.csar 2021-09-21T04:46:23.217Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210921044308-csar.csar 2021-09-21T04:46:23.217Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||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-Vfw20210921044308-csar.csar 2021-09-21T04:46:23.217Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-09-21T04:46:23.227Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T04:46:23.229Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-21 04-43-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-21T04:46:23.232Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vFW cb461cf2-dfb9 0 is matching search criteria 2021-09-21T04:46:23.232Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-09-21T04:46:23.233Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW cb461cf2-dfb9 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-21T04:46:23.235Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T04:46:23.235Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-21 04-43-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-21T04:46:23.235Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vFW cb461cf2-dfb9 0 is matching search criteria 2021-09-21T04:46:23.236Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-09-21T04:46:23.236Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW cb461cf2-dfb9 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-21T04:46:23.236Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T04:46:23.236Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-21 04-43-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-21T04:46:23.239Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T04:46:23.240Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vFW cb461cf2-dfb9 0 is not matching search criteria 2021-09-21T04:46:23.240Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-09-21T04:46:23.240Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-09-21T04:46:23.240Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-09-21T04:46:23.240Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-09-21T04:46:23.240Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-09-21T04:46:23.241Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-09-21T04:46:23.241Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2021-09-21T04:46:23.241Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-09-21T04:46:23.241Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2021-09-21T04:46:23.241Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-09-21T04:46:23.241Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-09-21T04:46:23.241Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-09-21T04:46:23.241Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-09-21T04:46:23.241Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2021-09-21T04:46:23.242Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-09-21T04:46:23.242Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-09-21T04:46:23.242Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T04:46:23.242Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-21 04-43-08 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-21T04:46:23.243Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T04:46:23.243Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vFW cb461cf2-dfb9 0 is matching search criteria 2021-09-21T04:46:23.243Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW cb461cf2-dfb9 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-21T04:46:23.244Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T04:46:23.244Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vFW cb461cf2-dfb9 0 is matching search criteria 2021-09-21T04:46:23.244Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW cb461cf2-dfb9 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-21T04:46:23.244Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T04:46:23.244Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vFW cb461cf2-dfb9 0 is matching search criteria 2021-09-21T04:46:23.244Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW cb461cf2-dfb9 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-21T04:46:23.244Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T04:46:23.245Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vFW cb461cf2-dfb9 0 is not matching search criteria 2021-09-21T04:46:23.245Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-09-21T04:46:23.245Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-09-21T04:46:23.245Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-09-21T04:46:23.245Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-09-21T04:46:23.245Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2021-09-21T04:46:23.245Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-09-21T04:46:23.246Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-09-21T04:46:23.246Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-09-21T04:46:23.246Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-09-21T04:46:23.246Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2021-09-21T04:46:23.246Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-09-21T04:46:23.246Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=aee206cc-a8c0-4da1-b15f-a081dab21d8d 2021-09-21T04:46:23.246Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T04:46:23.247Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vFW cb461cf2-dfb9 0 is not matching search criteria 2021-09-21T04:46:23.247Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-09-21T04:46:23.247Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-09-21T04:46:23.247Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-09-21T04:46:23.247Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-09-21T04:46:23.247Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-09-21T04:46:23.247Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-09-21T04:46:23.247Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2021-09-21T04:46:23.247Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-09-21T04:46:23.248Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-09-21T04:46:23.248Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-09-21T04:46:23.248Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2021-09-21T04:46:23.248Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-09-21T04:46:23.248Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=bac14556-c78e-4497-9c63-25e7b5f8dc9b 2021-09-21T04:46:23.248Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T04:46:23.248Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vFW cb461cf2-dfb9 0 is not matching search criteria 2021-09-21T04:46:23.249Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-09-21T04:46:23.249Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-09-21T04:46:23.249Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-09-21T04:46:23.249Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-09-21T04:46:23.249Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-09-21T04:46:23.249Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-09-21T04:46:23.249Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2021-09-21T04:46:23.249Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-09-21T04:46:23.249Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2021-09-21T04:46:23.249Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-09-21T04:46:23.250Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-09-21T04:46:23.250Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-09-21T04:46:23.250Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=3e63a4b3-0edc-4c8b-8cdd-dd22e63a5671 2021-09-21T04:46:23.250Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T04:46:23.250Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-21 04-43-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-21T04:46:23.250Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T04:46:23.250Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-21 04-43-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-21T04:46:23.251Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T04:46:23.251Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-21 04-43-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-21T04:46:23.251Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T04:46:23.251Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-21 04-43-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-21T04:46:23.251Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2021-09-21 04-43-08 Description:catalog service description Model UUID:5ded54bb-8bad-4423-b411-5043ed4556b0 Model Version:NULL Model InvariantUuid:c845fa38-9428-438b-8937-5f3094656cd4 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW cb461cf2-dfb9 Model UUID:b927b456-a4ea-4b6c-83da-c4fdb0c70f99 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:a38eee86-4d83-4090-9be8-3a39f792cb8e Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:49703e46-89c8-4cdb-a5bb-9ecb0f402a8b NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:baee02bc-fb72-45ac-a69a-f50c156b5788 ModelName:VfwCb461cf2Dfb9..base_vfw..module-0 ModelUuid:f84a6c7d-d7e9-46ba-8dea-a0ee98f4d8d3 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:aee206cc-a8c0-4da1-b15f-a081dab21d8d ModelInvariantUuid:7910fd18-3316-43cc-9b2d-d0140432287f ModelName:vFW cb461cf2-dfb9-nodes.vfwCvfc ModelUuid:a660ce16-98c7-47e5-a9d9-3015ca3a9de0 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:9e03c4c5-51fb-4909-a664-5873d339a72d ModelInvariantUuid:314b33ad-5744-4742-92b8-a3d82001180e ModelName:VfwCb461cf2Dfb9.compute.nodes.heat.vfw ModelUuid:14bda97d-793f-470c-8277-6804535de52b ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:bac14556-c78e-4497-9c63-25e7b5f8dc9b ModelInvariantUuid:c3c8c8f3-a049-4d3f-badb-944799f4619b ModelName:vFW cb461cf2-dfb9-nodes.vsnCvfc ModelUuid:6b95db47-9ab6-4ff8-9890-ab7040ecc11c ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:f3bccbd4-3c63-4440-a82a-7cfefc7a3db2 ModelInvariantUuid:2472b822-0d73-4142-9594-72b5700dc948 ModelName:VfwCb461cf2Dfb9.compute.nodes.heat.vsn ModelUuid:38e2f93c-f4c5-4995-9875-3719d849fa19 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:3e63a4b3-0edc-4c8b-8cdd-dd22e63a5671 ModelInvariantUuid:9b204173-65b3-45fe-bd2d-ff4f8a62fd97 ModelName:vFW cb461cf2-dfb9-nodes.vpgCvfc ModelUuid:272dfa0c-f356-467b-add2-f231a8fda78f ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:731d85d5-0637-47c5-b32d-fb96db1a9e9e ModelInvariantUuid:ec5a5799-01bb-4822-bd4d-c795d0f0b807 ModelName:VfwCb461cf2Dfb9.compute.nodes.heat.vpg ModelUuid:a0f6650a-8580-4ef4-b412-b96f9a071e05 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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-09-21T04:46:23.270Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: fa7afd05-a3f0-4bc3-9a72-9ef5b46b8772 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-21T04:46:23.409Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||vFW cb461cf2-dfb9 0 2021-09-21T04:46:23.416Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: fa7afd05-a3f0-4bc3-9a72-9ef5b46b8772 2021-09-21T04:46:23.416Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: a0f13ec0-bc90-4159-8087-cfabce3704de from URL: /sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/vfwcb461cf2dfb90_modules.json 2021-09-21T04:46:23.416Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-09-21T04:46:23.417Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/vfwcb461cf2dfb90_modules.json 2021-09-21T04:46:24.596Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-09-21T04:46:24.597Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/vfwcb461cf2dfb90_modules.json a0f13ec0-bc90-4159-8087-cfabce3704de 785 2021-09-21T04:46:24.597Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/vfwcb461cf2dfb90_modules.json ASDC sendASDCNotification 2021-09-21T04:46:24.598Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/vfwcb461cf2dfb90_modules.json 2021-09-21T04:46:24.598Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-21T04:46:24.598Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-21T04:46:24.600Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T04:46:24.600Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632199584597, "artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/vfwcb461cf2dfb90_modules.json", "status": "DOWNLOAD_OK" } 2021-09-21T04:46:24.700Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-21T04:46:24.701Z||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-09-21T04:46:24.701Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:46:24.710Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:46:24.710Z||pool-11-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-21T04:46:25.601Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwCb461cf2Dfb9..base_vfw..module-0", "vfModuleModelInvariantUUID": "baee02bc-fb72-45ac-a69a-f50c156b5788", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f84a6c7d-d7e9-46ba-8dea-a0ee98f4d8d3", "vfModuleModelCustomizationUUID": "930a6772-7e84-47a5-bf14-f0711c7fb8cc", "isBase": true, "artifacts": [ "c1c8e4a4-438f-48de-a879-a6fc9c84e447", "e2f83b2d-b00f-4195-8163-7ab9012ef10d" ], "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-09-21T04:46:25.615Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwCb461cf2Dfb9..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f84a6c7d-d7e9-46ba-8dea-a0ee98f4d8d3 VfModuleModelInvariantUUID:baee02bc-fb72-45ac-a69a-f50c156b5788 VfModuleModelDescription:NULL Artifacts UUID List:{ c1c8e4a4-438f-48de-a879-a6fc9c84e447 , e2f83b2d-b00f-4195-8163-7ab9012ef10d } 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-09-21T04:46:25.618Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwCb461cf2Dfb9..base_vfw..module-0", "vfModuleModelInvariantUUID": "baee02bc-fb72-45ac-a69a-f50c156b5788", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f84a6c7d-d7e9-46ba-8dea-a0ee98f4d8d3", "vfModuleModelCustomizationUUID": "930a6772-7e84-47a5-bf14-f0711c7fb8cc", "isBase": true, "artifacts": [ "c1c8e4a4-438f-48de-a879-a6fc9c84e447", "e2f83b2d-b00f-4195-8163-7ab9012ef10d" ], "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-09-21T04:46:25.618Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwCb461cf2Dfb9..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f84a6c7d-d7e9-46ba-8dea-a0ee98f4d8d3 VfModuleModelInvariantUUID:baee02bc-fb72-45ac-a69a-f50c156b5788 VfModuleModelDescription:NULL Artifacts UUID List:{ c1c8e4a4-438f-48de-a879-a6fc9c84e447 , e2f83b2d-b00f-4195-8163-7ab9012ef10d } 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-09-21T04:46:25.618Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: c1c8e4a4-438f-48de-a879-a6fc9c84e447 from URL: /sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/base_vfw.yaml 2021-09-21T04:46:25.618Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-09-21T04:46:25.618Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/base_vfw.yaml 2021-09-21T04:46:26.246Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-09-21T04:46:26.247Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/base_vfw.yaml c1c8e4a4-438f-48de-a879-a6fc9c84e447 20368 2021-09-21T04:46:26.248Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-09-21T04:46:26.248Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/base_vfw.yaml 2021-09-21T04:46:26.248Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-21T04:46:26.248Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-21T04:46:26.249Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T04:46:26.250Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632199586248, "artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-09-21T04:46:26.350Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-21T04:46:26.351Z||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-09-21T04:46:26.352Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:46:26.363Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:46:26.363Z||pool-12-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-09-21T04:46:27.250Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e2f83b2d-b00f-4195-8163-7ab9012ef10d from URL: /sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/base_vfw.env 2021-09-21T04:46:27.252Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-09-21T04:46:27.252Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/base_vfw.env 2021-09-21T04:46:27.752Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-09-21T04:46:27.753Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/base_vfw.env e2f83b2d-b00f-4195-8163-7ab9012ef10d 2098 2021-09-21T04:46:27.753Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/base_vfw.env ASDC sendASDCNotification 2021-09-21T04:46:27.753Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/base_vfw.env 2021-09-21T04:46:27.754Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-21T04:46:27.754Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-21T04:46:27.756Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T04:46:27.756Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632199587753, "artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-09-21T04:46:27.856Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-21T04:46:27.857Z||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-09-21T04:46:27.857Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:46:27.867Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:46:27.867Z||pool-13-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-21T04:46:28.757Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 5ded54bb-8bad-4423-b411-5043ed4556b0 2021-09-21T04:46:28.758Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW cb461cf2-dfb9 0 fa7afd05-a3f0-4bc3-9a72-9ef5b46b8772 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-21T04:46:28.797Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6c524357, org.onap.sdc.toscaparser.api.parameters.Input@c91ac91, org.onap.sdc.toscaparser.api.parameters.Input@63bc2bf8, org.onap.sdc.toscaparser.api.parameters.Input@784acd3e, org.onap.sdc.toscaparser.api.parameters.Input@6fc619b] 2021-09-21T04:46:28.800Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T04:46:28.800Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-21 04-43-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-21T04:46:28.800Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2021-09-21T04:46:28.800Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 49703e46-89c8-4cdb-a5bb-9ecb0f402a8b 2021-09-21T04:46:28.800Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 49703e46-89c8-4cdb-a5bb-9ecb0f402a8b matches Tosca VF Customization UUID: 49703e46-89c8-4cdb-a5bb-9ecb0f402a8b 2021-09-21T04:46:28.801Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 49703e46-89c8-4cdb-a5bb-9ecb0f402a8b matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-09-21T04:46:28.807Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T04:46:28.807Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-21 04-43-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-21T04:46:28.808Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 49703e46-89c8-4cdb-a5bb-9ecb0f402a8b: {\"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-09-21T04:46:28.808Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3077d4af 2021-09-21T04:46:28.808Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T04:46:28.808Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-21 04-43-08 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-21T04:46:28.809Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 930a6772-7e84-47a5-bf14-f0711c7fb8cc 2021-09-21T04:46:28.810Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 930a6772-7e84-47a5-bf14-f0711c7fb8cc Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-09-21T04:46:28.815Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T04:46:28.815Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vFW cb461cf2-dfb9 0 is matching search criteria 2021-09-21T04:46:28.815Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW cb461cf2-dfb9 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-21T04:46:28.815Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T04:46:28.816Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vFW cb461cf2-dfb9 0 is matching search criteria 2021-09-21T04:46:28.816Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW cb461cf2-dfb9 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-21T04:46:28.816Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T04:46:28.816Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vFW cb461cf2-dfb9 0 is not matching search criteria 2021-09-21T04:46:28.816Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-09-21T04:46:28.816Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-09-21T04:46:28.816Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-09-21T04:46:28.817Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-09-21T04:46:28.817Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2021-09-21T04:46:28.817Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-09-21T04:46:28.817Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-09-21T04:46:28.817Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-09-21T04:46:28.817Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-09-21T04:46:28.817Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2021-09-21T04:46:28.818Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-09-21T04:46:28.818Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=aee206cc-a8c0-4da1-b15f-a081dab21d8d Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-09-21T04:46:28.829Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T04:46:28.830Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vFW cb461cf2-dfb9 0 is matching search criteria 2021-09-21T04:46:28.830Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW cb461cf2-dfb9 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-21T04:46:28.830Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T04:46:28.831Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vFW cb461cf2-dfb9 0 is not matching search criteria 2021-09-21T04:46:28.831Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-09-21T04:46:28.831Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-09-21T04:46:28.831Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-09-21T04:46:28.831Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-09-21T04:46:28.831Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-09-21T04:46:28.832Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-09-21T04:46:28.832Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2021-09-21T04:46:28.832Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-09-21T04:46:28.832Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-09-21T04:46:28.832Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-09-21T04:46:28.832Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2021-09-21T04:46:28.832Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-09-21T04:46:28.833Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=bac14556-c78e-4497-9c63-25e7b5f8dc9b Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-09-21T04:46:28.835Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T04:46:28.836Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vFW cb461cf2-dfb9 0 is matching search criteria 2021-09-21T04:46:28.836Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW cb461cf2-dfb9 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-21T04:46:28.838Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T04:46:28.839Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vFW cb461cf2-dfb9 0 is not matching search criteria 2021-09-21T04:46:28.839Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-09-21T04:46:28.839Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-09-21T04:46:28.839Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-09-21T04:46:28.839Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-09-21T04:46:28.840Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-09-21T04:46:28.840Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-09-21T04:46:28.840Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2021-09-21T04:46:28.840Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-09-21T04:46:28.840Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2021-09-21T04:46:28.840Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-09-21T04:46:28.841Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-09-21T04:46:28.841Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-09-21T04:46:28.841Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=3e63a4b3-0edc-4c8b-8cdd-dd22e63a5671 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-09-21T04:46:28.843Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T04:46:28.844Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vFW cb461cf2-dfb9 0 is matching search criteria 2021-09-21T04:46:28.844Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW cb461cf2-dfb9 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-21T04:46:28.844Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T04:46:28.844Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Node template vFW cb461cf2-dfb9 0 is matching search criteria 2021-09-21T04:46:28.844Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW cb461cf2-dfb9 0] matching following query criteria: sdcType=VF, customizationUUID=49703e46-89c8-4cdb-a5bb-9ecb0f402a8b Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-21T04:46:28.847Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T04:46:28.847Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-21 04-43-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-21T04:46:28.847Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 5ded54bb-8bad-4423-b411-5043ed4556b0: vFW cb461cf2-dfb9 2021-09-21T04:46:28.847Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T04:46:28.848Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-21 04-43-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-21T04:46:28.848Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T04:46:28.848Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-21 04-43-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-21T04:46:28.848Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T04:46:28.848Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-21 04-43-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-21T04:46:28.848Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T04:46:28.849Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-21 04-43-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-21T04:46:28.849Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T04:46:28.849Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-21 04-43-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-21T04:46:28.849Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2021-09-21 04-43-08 Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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-09-21T04:46:29.182Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW cb461cf2-dfb9 fa7afd05-a3f0-4bc3-9a72-9ef5b46b8772 1 ASDC deployResourceStructure 2021-09-21T04:46:29.182Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/vfwcb461cf2dfb90_modules.json ASDC sendASDCNotification 2021-09-21T04:46:29.182Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/vfwcb461cf2dfb90_modules.json 2021-09-21T04:46:29.182Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-21T04:46:29.183Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-21T04:46:29.184Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T04:46:29.184Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632199589182, "artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/vfwcb461cf2dfb90_modules.json", "status": "DEPLOY_OK" } 2021-09-21T04:46:29.285Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms 2021-09-21T04:46:29.285Z||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-09-21T04:46:29.285Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:46:29.296Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:46:29.296Z||pool-14-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-21T04:46:30.193Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-09-21T04:46:30.193Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/base_vfw.yaml 2021-09-21T04:46:30.194Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-21T04:46:30.194Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-21T04:46:30.196Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T04:46:30.196Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632199590193, "artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-09-21T04:46:30.296Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-21T04:46:30.297Z||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-09-21T04:46:30.297Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:46:30.309Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:46:30.309Z||pool-15-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-09-21T04:46:31.197Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/base_vfw.env ASDC sendASDCNotification 2021-09-21T04:46:31.198Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/base_vfw.env 2021-09-21T04:46:31.198Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-21T04:46:31.199Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-21T04:46:31.201Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T04:46:31.202Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632199591197, "artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-09-21T04:46:31.302Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-21T04:46:31.303Z||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-09-21T04:46:31.303Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:46:31.314Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:46:31.315Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-09-21T04:46:32.202Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210921044308/1.0/artifacts/service-Vfw20210921044308-csar.csar ASDC sendASDCNotification 2021-09-21T04:46:32.203Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210921044308/1.0/artifacts/service-Vfw20210921044308-csar.csar 2021-09-21T04:46:32.204Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-21T04:46:32.204Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-21T04:46:32.206Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T04:46:32.206Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632199592202, "artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/artifacts/service-Vfw20210921044308-csar.csar", "status": "DEPLOY_OK" } 2021-09-21T04:46:32.306Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-21T04:46:32.307Z||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-09-21T04:46:32.307Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:46:32.317Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:46:32.317Z||pool-17-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-21T04:46:33.207Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: caefdbda-d62c-4b4f-90e0-072bbeefa563 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-21T04:46:33.224Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: caefdbda-d62c-4b4f-90e0-072bbeefa563 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-09-21T04:46:33.227Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-21T04:46:33.227Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-21T04:46:33.227Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-21T04:47:03.227Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: caefdbda-d62c-4b4f-90e0-072bbeefa563 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-21T04:47:03.239Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: caefdbda-d62c-4b4f-90e0-072bbeefa563 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-09-21T04:47:03.242Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-21T04:47:03.242Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-21T04:47:03.242Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-21T04:47:11.233Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:47:11.234Z||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-09-21T04:47:11.234Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:47:11.361Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:47:11.361Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:47:11.361Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632199571231, "artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T04:47:11.363Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:47:33.243Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: caefdbda-d62c-4b4f-90e0-072bbeefa563 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-21T04:47:33.255Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: caefdbda-d62c-4b4f-90e0-072bbeefa563 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-09-21T04:47:33.257Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-21T04:47:33.257Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-21T04:47:33.257Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-21T04:48:03.257Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: caefdbda-d62c-4b4f-90e0-072bbeefa563 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-21T04:48:03.269Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: caefdbda-d62c-4b4f-90e0-072bbeefa563 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-09-21T04:48:03.272Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-21T04:48:03.272Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-21T04:48:03.273Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-21T04:48:11.233Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:48:11.234Z||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-09-21T04:48:11.234Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:48:11.261Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:48:11.264Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:48:11.264Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632199571231, "artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/vfwcb461cf2dfb90_modules.json", "status": "NOTIFIED" } 2021-09-21T04:48:11.266Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:48:11.267Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:48:11.267Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632199573411, "artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/artifacts/service-Vfw20210921044308-csar.csar", "status": "DEPLOY_OK" } 2021-09-21T04:48:11.267Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T04:48:11.267Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:48:11.267Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632199571231, "artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-09-21T04:48:11.267Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:48:11.267Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:48:11.267Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632199574417, "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-09-21T04:48:11.276Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of caefdbda-d62c-4b4f-90e0-072bbeefa563 2021-09-21T04:48:11.276Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId caefdbda-d62c-4b4f-90e0-072bbeefa563 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-09-21T04:48:11.285Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:48:11.285Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632199571231, "artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T04:48:11.286Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:48:11.286Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:48:11.286Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632199571231, "artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-09-21T04:48:11.286Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:48:11.286Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:48:11.286Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563", "consumerID": "aai-ml", "timestamp": 1632199576773, "artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/artifacts/service-Vfw20210921044308-csar.csar", "status": "DEPLOY_OK" } 2021-09-21T04:48:11.286Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T04:48:11.286Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:48:11.286Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632199571231, "artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/artifacts/service-Vfw20210921044308-template.yml", "status": "NOT_NOTIFIED" } 2021-09-21T04:48:11.286Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:48:11.287Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:48:11.287Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563", "consumerID": "aai-ml", "timestamp": 1632199577778, "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-09-21T04:48:11.292Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of caefdbda-d62c-4b4f-90e0-072bbeefa563 2021-09-21T04:48:11.292Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId caefdbda-d62c-4b4f-90e0-072bbeefa563 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-09-21T04:48:11.303Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:48:11.303Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632199571231, "artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/artifacts/service-Vfw20210921044308-csar.csar", "status": "NOTIFIED" } 2021-09-21T04:48:11.303Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:48:11.303Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:48:11.303Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632199579265, "artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/artifacts/service-Vfw20210921044308-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-21T04:48:11.303Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T04:48:11.303Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:48:11.303Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563", "consumerID": "clamp", "timestamp": 1632199581019, "artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/artifacts/service-Vfw20210921044308-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-21T04:48:11.304Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T04:48:11.304Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:48:11.304Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563", "consumerID": "clamp", "timestamp": 1632199583034, "artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/artifacts/service-Vfw20210921044308-csar.csar", "status": "DEPLOY_OK" } 2021-09-21T04:48:11.304Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T04:48:11.304Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:48:11.304Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563", "consumerID": "clamp", "timestamp": 1632199584039, "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-09-21T04:48:11.310Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of caefdbda-d62c-4b4f-90e0-072bbeefa563 2021-09-21T04:48:11.310Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId caefdbda-d62c-4b4f-90e0-072bbeefa563 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-09-21T04:48:11.319Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:48:11.319Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632199584597, "artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/vfwcb461cf2dfb90_modules.json", "status": "DOWNLOAD_OK" } 2021-09-21T04:48:11.320Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T04:48:11.320Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:48:11.320Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632199586248, "artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-09-21T04:48:11.320Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T04:48:11.320Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:48:11.320Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632199587753, "artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-09-21T04:48:11.321Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T04:48:11.321Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:48:11.321Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632199589182, "artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/vfwcb461cf2dfb90_modules.json", "status": "DEPLOY_OK" } 2021-09-21T04:48:11.321Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T04:48:11.321Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:48:11.321Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632199590193, "artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-09-21T04:48:11.321Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T04:48:11.321Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:48:11.321Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632199591197, "artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/resourceInstances/vfwcb461cf2dfb90/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-09-21T04:48:11.322Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T04:48:11.322Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:48:11.322Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632199592202, "artifactURL": "/sdc/v1/catalog/services/Vfw20210921044308/1.0/artifacts/service-Vfw20210921044308-csar.csar", "status": "DEPLOY_OK" } 2021-09-21T04:48:11.322Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T04:48:33.273Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: caefdbda-d62c-4b4f-90e0-072bbeefa563 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-21T04:48:33.289Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: caefdbda-d62c-4b4f-90e0-072bbeefa563 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-09-21T04:48:33.292Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-21T04:48:33.292Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-21T04:48:33.292Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-09-21T04:48:33.293Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-09-21T04:48:33.293Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-21T04:48:33.293Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-21T04:48:33.293Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-21T04:48:33.293Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-21T04:48:33.293Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-21T04:48:33.293Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-21T04:48:33.293Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||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-09-21T04:48:33.299Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-09-21T04:49:03.300Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: caefdbda-d62c-4b4f-90e0-072bbeefa563 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-09-21T04:49:03.307Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: caefdbda-d62c-4b4f-90e0-072bbeefa563 and serviceModelVersionId: 5ded54bb-8bad-4423-b411-5043ed4556b0 2021-09-21T04:49:03.307Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c845fa38-9428-438b-8937-5f3094656cd4 2021-09-21T04:49:11.233Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:49:11.234Z||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-09-21T04:49:11.234Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:49:11.759Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:49:11.763Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:49:11.763Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5", "consumerID": "policy-id", "timestamp": 1632199636144, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T04:49:11.763Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:49:11.763Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:49:11.763Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5", "consumerID": "policy-id", "timestamp": 1632199636144, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/basic_onboard_omgrff0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-21T04:49:11.763Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:49:11.763Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:49:11.763Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5", "consumerID": "aai-ml", "timestamp": 1632199642431, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T04:49:11.764Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:49:11.764Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:49:11.764Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5", "consumerID": "policy-id", "timestamp": 1632199636144, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-09-21T04:49:11.764Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:49:11.764Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:49:11.764Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5", "consumerID": "aai-ml", "timestamp": 1632199642431, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/basic_onboard_omgrff0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-21T04:49:11.764Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:49:11.764Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:49:11.764Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5", "consumerID": "policy-id", "timestamp": 1632199636144, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T04:49:11.764Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:49:11.764Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:49:11.764Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5", "consumerID": "aai-ml", "timestamp": 1632199642431, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-21T04:49:11.764Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:49:11.764Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:49:11.764Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5", "consumerID": "clamp", "timestamp": 1632199645010, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T04:49:11.764Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:49:11.764Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:49:11.765Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5", "consumerID": "policy-id", "timestamp": 1632199636144, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-21T04:49:11.765Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:49:11.765Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:49:11.765Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5", "consumerID": "aai-ml", "timestamp": 1632199642431, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T04:49:11.765Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:49:11.765Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:49:11.765Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5", "consumerID": "cds", "timestamp": 1632199645500, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T04:49:11.765Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:49:11.765Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:49:11.765Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5", "consumerID": "clamp", "timestamp": 1632199645010, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/basic_onboard_omgrff0_modules.json", "status": "NOTIFIED" } 2021-09-21T04:49:11.765Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:49:11.765Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:49:11.765Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5", "consumerID": "policy-id", "timestamp": 1632199636144, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/artifacts/service-BasicOnboardOmgrff-template.yml", "status": "NOT_NOTIFIED" } 2021-09-21T04:49:11.765Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:49:11.765Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:49:11.765Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5", "consumerID": "aai-ml", "timestamp": 1632199642431, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-21T04:49:11.765Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:49:11.765Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:49:11.765Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5", "consumerID": "cds", "timestamp": 1632199645500, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/basic_onboard_omgrff0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-21T04:49:11.765Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:49:11.765Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:49:11.765Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5", "consumerID": "clamp", "timestamp": 1632199645010, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-21T04:49:11.766Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:49:11.766Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:49:11.766Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5", "consumerID": "policy-id", "timestamp": 1632199636144, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/artifacts/service-BasicOnboardOmgrff-csar.csar", "status": "NOTIFIED" } 2021-09-21T04:49:11.766Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:49:11.766Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:49:11.766Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5", "consumerID": "dcae-sch", "timestamp": 1632199647396, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T04:49:11.766Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:49:11.766Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:49:11.766Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5", "consumerID": "aai-ml", "timestamp": 1632199642431, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/artifacts/service-BasicOnboardOmgrff-template.yml", "status": "NOT_NOTIFIED" } 2021-09-21T04:49:11.766Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:49:11.766Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:49:11.766Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5", "consumerID": "cds", "timestamp": 1632199645500, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-21T04:49:11.766Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:49:11.766Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:49:11.766Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5", "consumerID": "clamp", "timestamp": 1632199645010, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T04:49:11.766Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:49:11.767Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:49:11.767Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5", "consumerID": "dcae-sch", "timestamp": 1632199647396, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/basic_onboard_omgrff0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-21T04:49:11.767Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:49:11.767Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:49:11.767Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5", "consumerID": "aai-ml", "timestamp": 1632199642431, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/artifacts/service-BasicOnboardOmgrff-csar.csar", "status": "NOTIFIED" } 2021-09-21T04:49:11.767Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:49:11.767Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:49:11.767Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5", "consumerID": "cds", "timestamp": 1632199645500, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T04:49:11.767Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:49:11.767Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:49:11.767Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5", "consumerID": "policy-id", "timestamp": 1632199649539, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/artifacts/service-BasicOnboardOmgrff-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-21T04:49:11.767Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T04:49:11.767Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:49:11.767Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5", "consumerID": "clamp", "timestamp": 1632199645010, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-21T04:49:11.767Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:49:11.767Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:49:11.767Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5", "consumerID": "dcae-sch", "timestamp": 1632199647396, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-21T04:49:11.767Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:49:11.767Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:49:11.767Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5", "consumerID": "cds", "timestamp": 1632199645500, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-21T04:49:11.767Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:49:11.767Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:49:11.768Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5", "consumerID": "multicloud-k8s-id", "timestamp": 1632199649761, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T04:49:11.768Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:49:11.768Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:49:11.768Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5", "consumerID": "aai-ml", "timestamp": 1632199650543, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/artifacts/service-BasicOnboardOmgrff-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-21T04:49:11.768Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T04:49:11.768Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:49:11.768Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5", "consumerID": "policy-id", "timestamp": 1632199650542, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/artifacts/service-BasicOnboardOmgrff-csar.csar", "status": "DEPLOY_OK" } 2021-09-21T04:49:11.768Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T04:49:11.768Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:49:11.768Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5", "consumerID": "clamp", "timestamp": 1632199645010, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/artifacts/service-BasicOnboardOmgrff-template.yml", "status": "NOT_NOTIFIED" } 2021-09-21T04:49:11.768Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:49:11.768Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:49:11.768Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632199650155, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T04:49:11.768Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:49:11.768Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:49:11.769Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5", "consumerID": "dcae-sch", "timestamp": 1632199647396, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T04:49:11.769Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:49:11.769Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:49:11.769Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5", "consumerID": "cds", "timestamp": 1632199645500, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/artifacts/service-BasicOnboardOmgrff-template.yml", "status": "NOT_NOTIFIED" } 2021-09-21T04:49:11.769Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:49:11.769Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:49:11.769Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5", "consumerID": "multicloud-k8s-id", "timestamp": 1632199649761, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/basic_onboard_omgrff0_modules.json", "status": "NOTIFIED" } 2021-09-21T04:49:11.769Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:49:11.769Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:49:11.769Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5", "consumerID": "ves-openapi-manager", "timestamp": 1632199650812, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T04:49:11.769Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:49:11.769Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:49:11.769Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5", "consumerID": "policy-id", "timestamp": 1632199651544, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-09-21T04:49:11.784Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 46ce334c-7a34-4960-9c68-7f1633fbd9e5 2021-09-21T04:49:11.784Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46ce334c-7a34-4960-9c68-7f1633fbd9e5 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-09-21T04:49:11.793Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:49:11.794Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5", "consumerID": "clamp", "timestamp": 1632199645010, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/artifacts/service-BasicOnboardOmgrff-csar.csar", "status": "NOTIFIED" } 2021-09-21T04:49:11.794Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:49:11.794Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:49:11.794Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632199650155, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/basic_onboard_omgrff0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-21T04:49:11.794Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:49:11.794Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:49:11.794Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5", "consumerID": "dcae-sch", "timestamp": 1632199647396, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-21T04:49:11.795Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:49:11.795Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:49:11.795Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5", "consumerID": "cds", "timestamp": 1632199645500, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/artifacts/service-BasicOnboardOmgrff-csar.csar", "status": "NOTIFIED" } 2021-09-21T04:49:11.795Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:49:11.795Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:49:11.795Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5", "consumerID": "multicloud-k8s-id", "timestamp": 1632199649761, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-09-21T04:49:11.795Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:49:11.795Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:49:11.795Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5", "consumerID": "ves-openapi-manager", "timestamp": 1632199650812, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/basic_onboard_omgrff0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-21T04:49:11.796Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:49:11.796Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:49:11.796Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632199650155, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-21T04:49:11.796Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:49:11.796Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:49:11.796Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5", "consumerID": "dcae-sch", "timestamp": 1632199647396, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/artifacts/service-BasicOnboardOmgrff-template.yml", "status": "NOT_NOTIFIED" } 2021-09-21T04:49:11.796Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:49:11.796Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:49:11.796Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5", "consumerID": "multicloud-k8s-id", "timestamp": 1632199649761, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T04:49:11.796Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:49:11.796Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:49:11.796Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5", "consumerID": "ves-openapi-manager", "timestamp": 1632199650812, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-21T04:49:11.796Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:49:11.797Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:49:11.797Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632199650155, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T04:49:11.797Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:49:11.797Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:49:11.797Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5", "consumerID": "dcae-sch", "timestamp": 1632199647396, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/artifacts/service-BasicOnboardOmgrff-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-21T04:49:11.797Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:49:11.797Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:49:11.797Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5", "consumerID": "multicloud-k8s-id", "timestamp": 1632199649761, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-09-21T04:49:11.797Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:49:11.797Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:49:11.797Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5", "consumerID": "cds", "timestamp": 1632199654407, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/artifacts/service-BasicOnboardOmgrff-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-21T04:49:11.797Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T04:49:11.797Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:49:11.798Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5", "consumerID": "ves-openapi-manager", "timestamp": 1632199650812, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T04:49:11.798Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:49:11.798Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:49:11.798Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632199650155, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-21T04:49:11.798Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:49:11.798Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:49:11.798Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5", "consumerID": "multicloud-k8s-id", "timestamp": 1632199649761, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/artifacts/service-BasicOnboardOmgrff-template.yml", "status": "NOT_NOTIFIED" } 2021-09-21T04:49:11.798Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:49:11.798Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:49:11.798Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5", "consumerID": "cds", "timestamp": 1632199655412, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/artifacts/service-BasicOnboardOmgrff-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-09-21T04:49:11.804Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 46ce334c-7a34-4960-9c68-7f1633fbd9e5 2021-09-21T04:49:11.804Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46ce334c-7a34-4960-9c68-7f1633fbd9e5 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-09-21T04:49:11.832Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:49:11.833Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5", "consumerID": "ves-openapi-manager", "timestamp": 1632199650812, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-21T04:49:11.833Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:49:11.833Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:49:11.833Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632199650155, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/artifacts/service-BasicOnboardOmgrff-template.yml", "status": "NOT_NOTIFIED" } 2021-09-21T04:49:11.833Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:49:11.833Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:49:11.833Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5", "consumerID": "multicloud-k8s-id", "timestamp": 1632199649761, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/artifacts/service-BasicOnboardOmgrff-csar.csar", "status": "NOTIFIED" } 2021-09-21T04:49:11.834Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:49:11.834Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:49:11.834Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5", "consumerID": "ves-openapi-manager", "timestamp": 1632199650812, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/artifacts/service-BasicOnboardOmgrff-template.yml", "status": "NOT_NOTIFIED" } 2021-09-21T04:49:11.834Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:49:11.834Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:49:11.834Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5", "consumerID": "aai-ml", "timestamp": 1632199656481, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/artifacts/service-BasicOnboardOmgrff-csar.csar", "status": "DEPLOY_OK" } 2021-09-21T04:49:11.834Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T04:49:11.834Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:49:11.834Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632199650155, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/artifacts/service-BasicOnboardOmgrff-csar.csar", "status": "NOTIFIED" } 2021-09-21T04:49:11.834Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:49:11.834Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:49:11.835Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5", "consumerID": "ves-openapi-manager", "timestamp": 1632199650812, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/artifacts/service-BasicOnboardOmgrff-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-21T04:49:11.835Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-21T04:49:11.835Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:49:11.835Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5", "consumerID": "aai-ml", "timestamp": 1632199657484, "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-09-21T04:49:11.844Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 46ce334c-7a34-4960-9c68-7f1633fbd9e5 2021-09-21T04:49:11.844Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46ce334c-7a34-4960-9c68-7f1633fbd9e5 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-09-21T04:49:11.854Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:49:11.854Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5", "consumerID": "multicloud-k8s-id", "timestamp": 1632199657592, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/basic_onboard_omgrff0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-21T04:49:11.854Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T04:49:11.854Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:49:11.854Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5", "consumerID": "clamp", "timestamp": 1632199658023, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/artifacts/service-BasicOnboardOmgrff-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-21T04:49:11.855Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T04:49:11.855Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:49:11.855Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632199658234, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/artifacts/service-BasicOnboardOmgrff-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-21T04:49:11.855Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T04:49:11.855Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:49:11.855Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5", "consumerID": "multicloud-k8s-id", "timestamp": 1632199658778, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-09-21T04:49:11.856Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T04:49:11.856Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:49:11.856Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5", "consumerID": "clamp", "timestamp": 1632199659040, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/artifacts/service-BasicOnboardOmgrff-csar.csar", "status": "DEPLOY_OK" } 2021-09-21T04:49:11.856Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T04:49:11.856Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:49:11.856Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5", "consumerID": "multicloud-k8s-id", "timestamp": 1632199659960, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-09-21T04:49:11.856Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T04:49:11.856Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:49:11.856Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5", "consumerID": "clamp", "timestamp": 1632199660044, "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-09-21T04:49:11.863Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 46ce334c-7a34-4960-9c68-7f1633fbd9e5 2021-09-21T04:49:11.864Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46ce334c-7a34-4960-9c68-7f1633fbd9e5 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-09-21T04:49:11.873Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:49:11.873Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632199660433, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/artifacts/service-BasicOnboardOmgrff-csar.csar", "status": "DEPLOY_OK" } 2021-09-21T04:49:11.874Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T04:49:11.874Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:49:11.874Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5", "consumerID": "multicloud-k8s-id", "timestamp": 1632199660984, "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-09-21T04:49:11.879Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 46ce334c-7a34-4960-9c68-7f1633fbd9e5 2021-09-21T04:49:11.879Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46ce334c-7a34-4960-9c68-7f1633fbd9e5 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-09-21T04:49:11.884Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:49:11.885Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632199661436, "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-09-21T04:49:11.889Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 46ce334c-7a34-4960-9c68-7f1633fbd9e5 2021-09-21T04:49:11.889Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46ce334c-7a34-4960-9c68-7f1633fbd9e5 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-09-21T04:49:11.898Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-21T04:49:11.898Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5", "consumerID": "multicloud-k8s-id", "timestamp": 1632199661987, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/basic_onboard_omgrff0_modules.json", "status": "DEPLOY_OK" } 2021-09-21T04:49:11.898Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T04:49:15.804Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c845fa38-9428-438b-8937-5f3094656cd4/model-vers/model-ver/5ded54bb-8bad-4423-b411-5043ed4556b0?depth=0 2021-09-21T04:49:15.903Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2021-09-21T04:49:16.475Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c845fa38-9428-438b-8937-5f3094656cd4/model-vers/model-ver/5ded54bb-8bad-4423-b411-5043ed4556b0?depth=0|INFO|500||Invoke 2021-09-21T04:49:16.481Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c845fa38-9428-438b-8937-5f3094656cd4/model-vers/model-ver/5ded54bb-8bad-4423-b411-5043ed4556b0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c845fa38-9428-438b-8937-5f3094656cd4/model-vers/model-ver/5ded54bb-8bad-4423-b411-5043ed4556b0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[caefdbda-d62c-4b4f-90e0-072bbeefa563], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[106d88de-41f7-42f7-81da-ea9242c4bbe1], X-ECOMP-RequestID=[caefdbda-d62c-4b4f-90e0-072bbeefa563], X-TransactionId=[], X-ONAP-RequestID=[caefdbda-d62c-4b4f-90e0-072bbeefa563], Content-Type=[application/merge-patch+json]} 2021-09-21T04:49:16.771Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c845fa38-9428-438b-8937-5f3094656cd4/model-vers/model-ver/5ded54bb-8bad-4423-b411-5043ed4556b0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-09-21T04:49:16.925Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c845fa38-9428-438b-8937-5f3094656cd4/model-vers/model-ver/5ded54bb-8bad-4423-b411-5043ed4556b0?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c845fa38-9428-438b-8937-5f3094656cd4/model-vers/model-ver/5ded54bb-8bad-4423-b411-5043ed4556b0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210921-04:49:16:777-38383], vertex-id=[184440], Content-Length=[0], Date=[Tue, 21 Sep 2021 04:49:16 GMT], Content-Type=[application/json]} 2021-09-21T04:49:16.927Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c845fa38-9428-438b-8937-5f3094656cd4/model-vers/model-ver/5ded54bb-8bad-4423-b411-5043ed4556b0?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-09-21T04:49:16.928Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c845fa38-9428-438b-8937-5f3094656cd4/model-vers/model-ver/5ded54bb-8bad-4423-b411-5043ed4556b0?depth=0|INFO|500||InvokeReturn 2021-09-21T04:49:16.931Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-09-21T04:49:16.931Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-21T04:49:16.936Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||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-09-21T04:49:16.944Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID caefdbda-d62c-4b4f-90e0-072bbeefa563 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-09-21T04:49:16.945Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-09-21T04:49:16.945Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-21T04:49:16.947Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T04:49:16.947Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632199756945, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-21T04:49:17.047Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-21T04:49:17.048Z||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-09-21T04:49:17.049Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:49:17.059Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:49:17.059Z||pool-18-thread-1|||||INFO|500||cambria reply ok (11 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-09-21T04:49:17.960Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:49:17.960Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-21T04:49:17.960Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:49:22.252Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:49:22.253Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-21T04:49:22.253Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"46ce334c-7a34-4960-9c68-7f1633fbd9e5","serviceName":"basic_onboard_oMGRfF","serviceVersion":"1.0","serviceUUID":"2a031839-216a-4e94-ad0f-2b112dd59f85","serviceDescription":"service","serviceInvariantUUID":"b74fcbae-20ab-4db2-9373-5a88dfb20041","resources":[{"resourceInstanceName":"basic_onboard_oMGRfF 0","resourceName":"basic_onboard_oMGRfF","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7e0dbcc0-1ce8-4610-898a-a85a55b58dd4","resourceInvariantUUID":"65741679-d1d7-4460-85a1-521f3c0876fd","resourceCustomizationUUID":"1674df5e-1bb6-4849-89da-9581d6373b7b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/vf-license-model.xml","artifactChecksum":"MTQ2NjY5NjJiMTMyZWEwMDhhNGU3MTI3YWVkNzE4Y2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4886d64b-4e36-4d74-bf60-a205ec30ba39","artifactVersion":"1"},{"artifactName":"basic_onboard_omgrff0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/basic_onboard_omgrff0_modules.json","artifactChecksum":"NGVmNGU4ZDQ0NDhiODZlZTk4ZTA5ZjZjNzNmNzI4NDE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4cfe24a7-1685-4337-bac6-95d80ab4ae9a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"dec702c6-b2f9-4ac4-9d70-95c89db91353","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6a26ee25-5419-4da9-babf-ca2172d91132","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"35e2ad01-ffa6-42fd-9e4e-6d1440fafe69","artifactVersion":"2","generatedFromUUID":"dec702c6-b2f9-4ac4-9d70-95c89db91353"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardOmgrff-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/artifacts/service-BasicOnboardOmgrff-template.yml","artifactChecksum":"M2IyYTcwZDYyOGNhMGVlNzllYmY3ZjQxMDBiZjM0M2M\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3f2c8329-af36-4998-9c7e-19b86c46a78a","artifactVersion":"1"},{"artifactName":"service-BasicOnboardOmgrff-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/artifacts/service-BasicOnboardOmgrff-csar.csar","artifactChecksum":"NDllYTY0ZTIxMzc2NWMwNWIyNjI3NmJlMTJkNTA5OTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"09c5b1d0-9629-4d41-a19b-bb50c6c82ced","artifactVersion":"1"}],"workloadContext":"Production"} 2021-09-21T04:49:22.256Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-21T04:49:22.256Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-21T04:49:22.258Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T04:49:22.258Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632199757960, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T04:49:22.358Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-21T04:49:22.359Z||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-09-21T04:49:22.359Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:49:22.370Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:49:22.371Z||pool-19-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-21T04:49:23.265Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-21T04:49:23.265Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-21T04:49:23.268Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T04:49:23.268Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632199757960, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/basic_onboard_omgrff0_modules.json", "status": "NOTIFIED" } 2021-09-21T04:49:23.368Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-21T04:49:23.369Z||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-09-21T04:49:23.369Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:49:23.379Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:49:23.380Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-21T04:49:24.268Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-21T04:49:24.269Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-21T04:49:24.271Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T04:49:24.271Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632199757960, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-09-21T04:49:24.372Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-21T04:49:24.372Z||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-09-21T04:49:24.372Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:49:24.382Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:49:24.382Z||pool-21-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-21T04:49:25.272Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-21T04:49:25.274Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-21T04:49:25.275Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T04:49:25.276Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632199757960, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T04:49:25.377Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-21T04:49:25.378Z||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-09-21T04:49:25.378Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:49:25.387Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:49:25.387Z||pool-22-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-21T04:49:26.277Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-21T04:49:26.278Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-21T04:49:26.280Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T04:49:26.280Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632199757960, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-09-21T04:49:26.383Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2021-09-21T04:49:26.384Z||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-09-21T04:49:26.384Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:49:26.392Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:49:26.392Z||pool-23-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-21T04:49:27.280Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-21T04:49:27.282Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-21T04:49:27.284Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T04:49:27.284Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632199757960, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/artifacts/service-BasicOnboardOmgrff-template.yml", "status": "NOT_NOTIFIED" } 2021-09-21T04:49:27.389Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2021-09-21T04:49:27.390Z||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-09-21T04:49:27.390Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:49:27.401Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:49:27.401Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-09-21T04:49:28.285Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-21T04:49:28.286Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-21T04:49:28.288Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T04:49:28.288Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632199757960, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/artifacts/service-BasicOnboardOmgrff-csar.csar", "status": "NOTIFIED" } 2021-09-21T04:49:28.389Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-21T04:49:28.389Z||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-09-21T04:49:28.390Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:49:28.400Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:49:28.400Z||pool-25-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-21T04:49:29.290Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5", "serviceName": "basic_onboard_oMGRfF", "serviceVersion": "1.0", "serviceUUID": "2a031839-216a-4e94-ad0f-2b112dd59f85", "serviceDescription": "service", "serviceInvariantUUID": "b74fcbae-20ab-4db2-9373-5a88dfb20041", "resources": [ { "resourceInstanceName": "basic_onboard_oMGRfF 0", "resourceCustomizationUUID": "1674df5e-1bb6-4849-89da-9581d6373b7b", "resourceName": "basic_onboard_oMGRfF", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "7e0dbcc0-1ce8-4610-898a-a85a55b58dd4", "resourceInvariantUUID": "65741679-d1d7-4460-85a1-521f3c0876fd", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_omgrff0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/basic_onboard_omgrff0_modules.json", "artifactChecksum": "NGVmNGU4ZDQ0NDhiODZlZTk4ZTA5ZjZjNzNmNzI4NDE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4cfe24a7-1685-4337-bac6-95d80ab4ae9a", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "dec702c6-b2f9-4ac4-9d70-95c89db91353", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "35e2ad01-ffa6-42fd-9e4e-6d1440fafe69", "generatedFromUUID": "dec702c6-b2f9-4ac4-9d70-95c89db91353" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "35e2ad01-ffa6-42fd-9e4e-6d1440fafe69", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardOmgrff-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/artifacts/service-BasicOnboardOmgrff-csar.csar", "artifactChecksum": "NDllYTY0ZTIxMzc2NWMwNWIyNjI3NmJlMTJkNTA5OTM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "09c5b1d0-9629-4d41-a19b-bb50c6c82ced" } ], "workloadContext": "Production" } 2021-09-21T04:49:29.291Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-09-21T04:49:29.291Z|caefdbda-d62c-4b4f-90e0-072bbeefa563|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2a031839-216a-4e94-ad0f-2b112dd59f85 ASDC 2021-09-21T04:49:29.291Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:46ce334c-7a34-4960-9c68-7f1633fbd9e5 ServiceName:basic_onboard_oMGRfF ServiceVersion:1.0 ServiceUUID:2a031839-216a-4e94-ad0f-2b112dd59f85 ServiceInvariantUUID:b74fcbae-20ab-4db2-9373-5a88dfb20041 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardOmgrff-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/artifacts/service-BasicOnboardOmgrff-csar.csar ArtifactUUID:09c5b1d0-9629-4d41-a19b-bb50c6c82ced ArtifactChecksum:NDllYTY0ZTIxMzc2NWMwNWIyNjI3NmJlMTJkNTA5OTM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_oMGRfF 0 ResourceCustomizationUUID:1674df5e-1bb6-4849-89da-9581d6373b7b ResourceInvariantUUID:65741679-d1d7-4460-85a1-521f3c0876fd ResourceName:basic_onboard_oMGRfF ResourceType:VF ResourceUUID:7e0dbcc0-1ce8-4610-898a-a85a55b58dd4 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_omgrff0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/basic_onboard_omgrff0_modules.json ArtifactUUID:4cfe24a7-1685-4337-bac6-95d80ab4ae9a ArtifactChecksum:NGVmNGU4ZDQ0NDhiODZlZTk4ZTA5ZjZjNzNmNzI4NDE= 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/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/base_ubuntu18.yaml ArtifactUUID:dec702c6-b2f9-4ac4-9d70-95c89db91353 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/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/base_ubuntu18.env ArtifactUUID:35e2ad01-ffa6-42fd-9e4e-6d1440fafe69 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/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/base_ubuntu18.env ArtifactUUID:35e2ad01-ffa6-42fd-9e4e-6d1440fafe69 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-09-21T04:49:29.291Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2a031839-216a-4e94-ad0f-2b112dd59f85 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-09-21T04:49:29.329Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-21T04:49:29.330Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-09-21T04:49:29.330Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-09-21T04:49:29.330Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 09c5b1d0-9629-4d41-a19b-bb50c6c82ced from URL: /sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/artifacts/service-BasicOnboardOmgrff-csar.csar 2021-09-21T04:49:29.330Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-09-21T04:49:29.330Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/artifacts/service-BasicOnboardOmgrff-csar.csar 2021-09-21T04:49:29.626Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-09-21T04:49:29.629Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/artifacts/service-BasicOnboardOmgrff-csar.csar 09c5b1d0-9629-4d41-a19b-bb50c6c82ced 71377 2021-09-21T04:49:29.629Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/artifacts/service-BasicOnboardOmgrff-csar.csar ASDC sendASDCNotification 2021-09-21T04:49:29.629Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/artifacts/service-BasicOnboardOmgrff-csar.csar 2021-09-21T04:49:29.630Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-21T04:49:29.630Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-21T04:49:29.632Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T04:49:29.632Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632199769629, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/artifacts/service-BasicOnboardOmgrff-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-21T04:49:29.732Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-21T04:49:29.733Z||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-09-21T04:49:29.733Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:49:29.744Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:49:29.744Z||pool-26-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-21T04:49:30.632Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-21T04:49:30.634Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-09-21T04:49:30.635Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 09c5b1d0-9629-4d41-a19b-bb50c6c82ced, URL: /sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/artifacts/service-BasicOnboardOmgrff-csar.csar to file: /app/ASDC/1/service-BasicOnboardOmgrff-csar.csar 2021-09-21T04:49:30.635Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardOmgrff-csar.csar 2021-09-21T04:49:30.635Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardOmgrff-csar.csar 2021-09-21T04:49:30.635Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardOmgrff-csar.csar 2021-09-21T04:49:30.755Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10925481019899929178/Definitions/service-BasicOnboardOmgrff-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-09-21T04:49:32.136Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2021-09-21T04:49:32.137Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-09-21T04:49:32.137Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardOmgrff-csar.csar 2021-09-21T04:49:32.137Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-09-21T04:49:32.137Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_oMGRfF 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-BasicOnboardOmgrff-csar.csar 2021-09-21T04:49:32.137Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||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-BasicOnboardOmgrff-csar.csar 2021-09-21T04:49:32.137Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||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-BasicOnboardOmgrff-csar.csar 2021-09-21T04:49:32.137Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||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-BasicOnboardOmgrff-csar.csar 2021-09-21T04:49:32.137Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||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-BasicOnboardOmgrff-csar.csar 2021-09-21T04:49:32.137Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardOmgrff-csar.csar 2021-09-21T04:49:32.137Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardOmgrff-csar.csar 2021-09-21T04:49:32.137Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||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-BasicOnboardOmgrff-csar.csar 2021-09-21T04:49:32.138Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||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-BasicOnboardOmgrff-csar.csar 2021-09-21T04:49:32.138Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-09-21T04:49:32.138Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T04:49:32.138Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_oMGRfF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-21T04:49:32.138Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_oMGRfF 0 is matching search criteria 2021-09-21T04:49:32.138Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-09-21T04:49:32.138Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_oMGRfF 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-21T04:49:32.138Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T04:49:32.138Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_oMGRfF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-21T04:49:32.138Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_oMGRfF 0 is matching search criteria 2021-09-21T04:49:32.139Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-09-21T04:49:32.139Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_oMGRfF 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-21T04:49:32.139Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T04:49:32.139Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_oMGRfF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-21T04:49:32.139Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T04:49:32.139Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_oMGRfF 0 is not matching search criteria 2021-09-21T04:49:32.139Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-09-21T04:49:32.139Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-09-21T04:49:32.140Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-09-21T04:49:32.140Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-09-21T04:49:32.140Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-09-21T04:49:32.140Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T04:49:32.140Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_oMGRfF is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-21T04:49:32.140Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T04:49:32.140Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_oMGRfF 0 is matching search criteria 2021-09-21T04:49:32.140Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_oMGRfF 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-21T04:49:32.141Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T04:49:32.141Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_oMGRfF 0 is matching search criteria 2021-09-21T04:49:32.141Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_oMGRfF 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-21T04:49:32.141Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T04:49:32.141Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_oMGRfF 0 is matching search criteria 2021-09-21T04:49:32.141Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_oMGRfF 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-21T04:49:32.142Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T04:49:32.142Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_oMGRfF 0 is not matching search criteria 2021-09-21T04:49:32.142Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-09-21T04:49:32.142Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-09-21T04:49:32.142Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=269e072c-eddf-4db5-845a-38bfec499e2d 2021-09-21T04:49:32.142Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T04:49:32.142Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_oMGRfF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-21T04:49:32.142Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T04:49:32.143Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_oMGRfF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-21T04:49:32.143Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T04:49:32.143Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_oMGRfF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-21T04:49:32.143Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T04:49:32.143Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_oMGRfF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-21T04:49:32.143Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_oMGRfF Description:service Model UUID:2a031839-216a-4e94-ad0f-2b112dd59f85 Model Version:NULL Model InvariantUuid:b74fcbae-20ab-4db2-9373-5a88dfb20041 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_oMGRfF Model UUID:1a968639-5713-455d-a272-db97aafb2d4f Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:65741679-d1d7-4460-85a1-521f3c0876fd Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:1674df5e-1bb6-4849-89da-9581d6373b7b NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:eb4963ad-91b0-48f4-b0c0-dd1069d45d7e ModelName:BasicOnboardOmgrff..base_ubuntu18..module-0 ModelUuid:59db62e1-935a-449d-bb95-ce7d27ed513b ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:269e072c-eddf-4db5-845a-38bfec499e2d ModelInvariantUuid:9eda6027-cc93-41e8-91e3-87c667b3cb4e ModelName:basic_onboard_oMGRfF-nodes.ubuntu18Cvfc ModelUuid:c76aeec0-cfeb-4e9b-948e-d8149cd39066 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:29235f72-8e78-40b0-aa9f-cac86aed2bfd ModelInvariantUuid:ea2f7312-b244-4637-b53d-69f3122bf6a4 ModelName:BasicOnboardOmgrff.compute.nodes.heat.ubuntu18 ModelUuid:5e3ac710-c665-4ae7-83e9-11a421d6d6a0 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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-09-21T04:49:32.149Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 7e0dbcc0-1ce8-4610-898a-a85a55b58dd4 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-21T04:49:32.151Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||basic_onboard_oMGRfF 0 2021-09-21T04:49:32.151Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7e0dbcc0-1ce8-4610-898a-a85a55b58dd4 2021-09-21T04:49:32.151Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 4cfe24a7-1685-4337-bac6-95d80ab4ae9a from URL: /sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/basic_onboard_omgrff0_modules.json 2021-09-21T04:49:32.151Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-09-21T04:49:32.151Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/basic_onboard_omgrff0_modules.json 2021-09-21T04:49:33.809Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-09-21T04:49:33.809Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/basic_onboard_omgrff0_modules.json 4cfe24a7-1685-4337-bac6-95d80ab4ae9a 798 2021-09-21T04:49:33.809Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/basic_onboard_omgrff0_modules.json ASDC sendASDCNotification 2021-09-21T04:49:33.809Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/basic_onboard_omgrff0_modules.json 2021-09-21T04:49:33.809Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-21T04:49:33.810Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-21T04:49:33.811Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T04:49:33.812Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632199773809, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/basic_onboard_omgrff0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-21T04:49:33.912Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-21T04:49:33.913Z||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-09-21T04:49:33.913Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:49:33.922Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:49:33.923Z||pool-27-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-21T04:49:34.815Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardOmgrff..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "eb4963ad-91b0-48f4-b0c0-dd1069d45d7e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "59db62e1-935a-449d-bb95-ce7d27ed513b", "vfModuleModelCustomizationUUID": "759f2941-2feb-4047-b083-91a8c898fccf", "isBase": true, "artifacts": [ "dec702c6-b2f9-4ac4-9d70-95c89db91353", "35e2ad01-ffa6-42fd-9e4e-6d1440fafe69" ], "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-09-21T04:49:34.820Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardOmgrff..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:59db62e1-935a-449d-bb95-ce7d27ed513b VfModuleModelInvariantUUID:eb4963ad-91b0-48f4-b0c0-dd1069d45d7e VfModuleModelDescription:NULL Artifacts UUID List:{ dec702c6-b2f9-4ac4-9d70-95c89db91353 , 35e2ad01-ffa6-42fd-9e4e-6d1440fafe69 } 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-09-21T04:49:34.822Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardOmgrff..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "eb4963ad-91b0-48f4-b0c0-dd1069d45d7e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "59db62e1-935a-449d-bb95-ce7d27ed513b", "vfModuleModelCustomizationUUID": "759f2941-2feb-4047-b083-91a8c898fccf", "isBase": true, "artifacts": [ "dec702c6-b2f9-4ac4-9d70-95c89db91353", "35e2ad01-ffa6-42fd-9e4e-6d1440fafe69" ], "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-09-21T04:49:34.822Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardOmgrff..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:59db62e1-935a-449d-bb95-ce7d27ed513b VfModuleModelInvariantUUID:eb4963ad-91b0-48f4-b0c0-dd1069d45d7e VfModuleModelDescription:NULL Artifacts UUID List:{ dec702c6-b2f9-4ac4-9d70-95c89db91353 , 35e2ad01-ffa6-42fd-9e4e-6d1440fafe69 } 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-09-21T04:49:34.822Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: dec702c6-b2f9-4ac4-9d70-95c89db91353 from URL: /sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/base_ubuntu18.yaml 2021-09-21T04:49:34.823Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-09-21T04:49:34.823Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/base_ubuntu18.yaml 2021-09-21T04:49:35.342Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-09-21T04:49:35.342Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/base_ubuntu18.yaml dec702c6-b2f9-4ac4-9d70-95c89db91353 5033 2021-09-21T04:49:35.342Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-09-21T04:49:35.343Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/base_ubuntu18.yaml 2021-09-21T04:49:35.343Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-21T04:49:35.343Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-21T04:49:35.347Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T04:49:35.347Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632199775342, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-09-21T04:49:35.445Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2021-09-21T04:49:35.446Z||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-09-21T04:49:35.446Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:49:35.456Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:49:35.457Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-21T04:49:36.348Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 35e2ad01-ffa6-42fd-9e4e-6d1440fafe69 from URL: /sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/base_ubuntu18.env 2021-09-21T04:49:36.349Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-09-21T04:49:36.349Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/base_ubuntu18.env 2021-09-21T04:49:36.518Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-09-21T04:49:36.518Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/base_ubuntu18.env 35e2ad01-ffa6-42fd-9e4e-6d1440fafe69 909 2021-09-21T04:49:36.518Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-09-21T04:49:36.519Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/base_ubuntu18.env 2021-09-21T04:49:36.519Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-21T04:49:36.519Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-21T04:49:36.521Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T04:49:36.521Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632199776518, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-09-21T04:49:36.621Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-21T04:49:36.622Z||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-09-21T04:49:36.622Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:49:36.633Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:49:36.634Z||pool-29-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-09-21T04:49:37.522Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 2a031839-216a-4e94-ad0f-2b112dd59f85 2021-09-21T04:49:37.523Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_oMGRfF 0 7e0dbcc0-1ce8-4610-898a-a85a55b58dd4 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-21T04:49:37.537Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4eb24876, org.onap.sdc.toscaparser.api.parameters.Input@6e7ccee7, org.onap.sdc.toscaparser.api.parameters.Input@4a84be5d, org.onap.sdc.toscaparser.api.parameters.Input@27558425, org.onap.sdc.toscaparser.api.parameters.Input@7bf89941] 2021-09-21T04:49:37.538Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T04:49:37.538Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_oMGRfF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-21T04:49:37.538Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2021-09-21T04:49:37.538Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 1674df5e-1bb6-4849-89da-9581d6373b7b 2021-09-21T04:49:37.539Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1674df5e-1bb6-4849-89da-9581d6373b7b matches Tosca VF Customization UUID: 1674df5e-1bb6-4849-89da-9581d6373b7b 2021-09-21T04:49:37.539Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 1674df5e-1bb6-4849-89da-9581d6373b7b matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-09-21T04:49:37.541Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T04:49:37.541Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_oMGRfF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-21T04:49:37.541Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 1674df5e-1bb6-4849-89da-9581d6373b7b: {\"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-09-21T04:49:37.542Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@171d9e5e 2021-09-21T04:49:37.542Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T04:49:37.542Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_oMGRfF is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-21T04:49:37.542Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 759f2941-2feb-4047-b083-91a8c898fccf 2021-09-21T04:49:37.542Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 759f2941-2feb-4047-b083-91a8c898fccf Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-09-21T04:49:37.544Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T04:49:37.544Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_oMGRfF 0 is matching search criteria 2021-09-21T04:49:37.545Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_oMGRfF 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-21T04:49:37.545Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T04:49:37.545Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_oMGRfF 0 is matching search criteria 2021-09-21T04:49:37.545Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_oMGRfF 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-21T04:49:37.545Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T04:49:37.545Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_oMGRfF 0 is not matching search criteria 2021-09-21T04:49:37.546Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-09-21T04:49:37.546Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-09-21T04:49:37.546Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=269e072c-eddf-4db5-845a-38bfec499e2d Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-09-21T04:49:37.548Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T04:49:37.548Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_oMGRfF 0 is matching search criteria 2021-09-21T04:49:37.548Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_oMGRfF 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-21T04:49:37.548Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T04:49:37.548Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_oMGRfF 0 is matching search criteria 2021-09-21T04:49:37.548Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_oMGRfF 0] matching following query criteria: sdcType=VF, customizationUUID=1674df5e-1bb6-4849-89da-9581d6373b7b Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-21T04:49:37.550Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T04:49:37.550Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_oMGRfF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-21T04:49:37.550Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 2a031839-216a-4e94-ad0f-2b112dd59f85: basic_onboard_oMGRfF 2021-09-21T04:49:37.550Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T04:49:37.550Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_oMGRfF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-21T04:49:37.551Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T04:49:37.551Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_oMGRfF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-21T04:49:37.551Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T04:49:37.551Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_oMGRfF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-21T04:49:37.551Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T04:49:37.551Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_oMGRfF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-21T04:49:37.551Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T04:49:37.551Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_oMGRfF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-21T04:49:37.552Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||Saving Service: basic_onboard_oMGRfF Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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-09-21T04:49:37.624Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_oMGRfF 7e0dbcc0-1ce8-4610-898a-a85a55b58dd4 1 ASDC deployResourceStructure 2021-09-21T04:49:37.624Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/basic_onboard_omgrff0_modules.json ASDC sendASDCNotification 2021-09-21T04:49:37.624Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/basic_onboard_omgrff0_modules.json 2021-09-21T04:49:37.625Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-21T04:49:37.625Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-21T04:49:37.628Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T04:49:37.628Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632199777624, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/basic_onboard_omgrff0_modules.json", "status": "DEPLOY_OK" } 2021-09-21T04:49:37.728Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-21T04:49:37.729Z||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-09-21T04:49:37.729Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:49:37.739Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:49:37.739Z||pool-30-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-21T04:49:38.629Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-09-21T04:49:38.630Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/base_ubuntu18.yaml 2021-09-21T04:49:38.630Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-21T04:49:38.631Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-21T04:49:38.633Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T04:49:38.633Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632199778629, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-09-21T04:49:38.734Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-21T04:49:38.734Z||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-09-21T04:49:38.735Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:49:38.745Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:49:38.745Z||pool-31-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-21T04:49:39.635Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-09-21T04:49:39.636Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/base_ubuntu18.env 2021-09-21T04:49:39.636Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-21T04:49:39.636Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-21T04:49:39.639Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T04:49:39.639Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632199779635, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-09-21T04:49:39.739Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-21T04:49:39.740Z||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-09-21T04:49:39.740Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:49:39.750Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:49:39.751Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-21T04:49:40.641Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/artifacts/service-BasicOnboardOmgrff-csar.csar ASDC sendASDCNotification 2021-09-21T04:49:40.641Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/artifacts/service-BasicOnboardOmgrff-csar.csar 2021-09-21T04:49:40.641Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-21T04:49:40.641Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-21T04:49:40.645Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T04:49:40.645Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632199780640, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/artifacts/service-BasicOnboardOmgrff-csar.csar", "status": "DEPLOY_OK" } 2021-09-21T04:49:40.745Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-21T04:49:40.746Z||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-09-21T04:49:40.746Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:49:40.757Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:49:40.757Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-21T04:49:41.645Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 46ce334c-7a34-4960-9c68-7f1633fbd9e5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-21T04:49:41.660Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 46ce334c-7a34-4960-9c68-7f1633fbd9e5 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-09-21T04:49:41.665Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-21T04:49:41.665Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-21T04:49:41.665Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-09-21T04:49:41.665Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-09-21T04:49:41.665Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-21T04:49:41.665Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-21T04:49:41.665Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-21T04:49:41.665Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-21T04:49:41.665Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-21T04:49:41.665Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-21T04:49:41.666Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||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-09-21T04:49:41.671Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-09-21T04:50:11.233Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:50:11.234Z||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-09-21T04:50:11.234Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:50:11.672Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 46ce334c-7a34-4960-9c68-7f1633fbd9e5 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-09-21T04:50:11.678Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 46ce334c-7a34-4960-9c68-7f1633fbd9e5 and serviceModelVersionId: 2a031839-216a-4e94-ad0f-2b112dd59f85 2021-09-21T04:50:11.678Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b74fcbae-20ab-4db2-9373-5a88dfb20041 2021-09-21T04:50:11.680Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b74fcbae-20ab-4db2-9373-5a88dfb20041/model-vers/model-ver/2a031839-216a-4e94-ad0f-2b112dd59f85?depth=0 2021-09-21T04:50:11.685Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2021-09-21T04:50:11.758Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b74fcbae-20ab-4db2-9373-5a88dfb20041/model-vers/model-ver/2a031839-216a-4e94-ad0f-2b112dd59f85?depth=0|INFO|500||Invoke 2021-09-21T04:50:11.758Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b74fcbae-20ab-4db2-9373-5a88dfb20041/model-vers/model-ver/2a031839-216a-4e94-ad0f-2b112dd59f85?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b74fcbae-20ab-4db2-9373-5a88dfb20041/model-vers/model-ver/2a031839-216a-4e94-ad0f-2b112dd59f85?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[46ce334c-7a34-4960-9c68-7f1633fbd9e5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5ded2c6a-3065-4160-a814-0a37363c567c], X-ECOMP-RequestID=[46ce334c-7a34-4960-9c68-7f1633fbd9e5], X-TransactionId=[], X-ONAP-RequestID=[46ce334c-7a34-4960-9c68-7f1633fbd9e5], Content-Type=[application/merge-patch+json]} 2021-09-21T04:50:11.787Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b74fcbae-20ab-4db2-9373-5a88dfb20041/model-vers/model-ver/2a031839-216a-4e94-ad0f-2b112dd59f85?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-09-21T04:50:11.862Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:50:11.864Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-21T04:50:11.864Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "caefdbda-d62c-4b4f-90e0-072bbeefa563", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632199756945, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-21T04:50:11.864Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T04:50:11.865Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-21T04:50:11.865Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632199757960, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T04:50:11.865Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-21T04:50:11.865Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-21T04:50:11.865Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632199757960, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/basic_onboard_omgrff0_modules.json", "status": "NOTIFIED" } 2021-09-21T04:50:11.865Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-21T04:50:11.865Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-21T04:50:11.865Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632199757960, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-09-21T04:50:11.865Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-21T04:50:11.865Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-21T04:50:11.865Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632199757960, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T04:50:11.865Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-21T04:50:11.865Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-21T04:50:11.865Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632199757960, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-09-21T04:50:11.866Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-21T04:50:11.866Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-21T04:50:11.866Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632199757960, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/artifacts/service-BasicOnboardOmgrff-template.yml", "status": "NOT_NOTIFIED" } 2021-09-21T04:50:11.866Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-21T04:50:11.866Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-21T04:50:11.866Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632199757960, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/artifacts/service-BasicOnboardOmgrff-csar.csar", "status": "NOTIFIED" } 2021-09-21T04:50:11.866Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-21T04:50:11.866Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-21T04:50:11.866Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632199769629, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/artifacts/service-BasicOnboardOmgrff-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-21T04:50:11.866Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T04:50:11.866Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-21T04:50:11.866Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632199773809, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/basic_onboard_omgrff0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-21T04:50:11.867Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T04:50:11.867Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-21T04:50:11.867Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632199775342, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-09-21T04:50:11.867Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T04:50:11.867Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-21T04:50:11.867Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632199776518, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-09-21T04:50:11.867Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T04:50:11.867Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-21T04:50:11.867Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632199777624, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/basic_onboard_omgrff0_modules.json", "status": "DEPLOY_OK" } 2021-09-21T04:50:11.867Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T04:50:11.867Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-21T04:50:11.867Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632199778629, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-09-21T04:50:11.867Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T04:50:11.867Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-21T04:50:11.867Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632199779635, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/resourceInstances/basic_onboard_omgrff0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-09-21T04:50:11.867Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T04:50:11.868Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-21T04:50:11.868Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632199780640, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOmgrff/1.0/artifacts/service-BasicOnboardOmgrff-csar.csar", "status": "DEPLOY_OK" } 2021-09-21T04:50:11.868Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T04:50:12.200Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b74fcbae-20ab-4db2-9373-5a88dfb20041/model-vers/model-ver/2a031839-216a-4e94-ad0f-2b112dd59f85?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b74fcbae-20ab-4db2-9373-5a88dfb20041/model-vers/model-ver/2a031839-216a-4e94-ad0f-2b112dd59f85?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210921-04:50:11:793-39987], vertex-id=[192744], Content-Length=[0], Date=[Tue, 21 Sep 2021 04:50:11 GMT], Content-Type=[application/json]} 2021-09-21T04:50:12.201Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b74fcbae-20ab-4db2-9373-5a88dfb20041/model-vers/model-ver/2a031839-216a-4e94-ad0f-2b112dd59f85?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-09-21T04:50:12.202Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b74fcbae-20ab-4db2-9373-5a88dfb20041/model-vers/model-ver/2a031839-216a-4e94-ad0f-2b112dd59f85?depth=0|INFO|500||InvokeReturn 2021-09-21T04:50:12.203Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-09-21T04:50:12.203Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-21T04:50:12.209Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||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-09-21T04:50:12.209Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 46ce334c-7a34-4960-9c68-7f1633fbd9e5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-09-21T04:50:12.210Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-09-21T04:50:12.211Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-21T04:50:12.213Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T04:50:12.213Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632199812210, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-21T04:50:12.313Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-21T04:50:12.314Z||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-09-21T04:50:12.314Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:50:12.325Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:50:12.325Z||pool-34-thread-1|||||INFO|500||cambria reply ok (12 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-09-21T04:50:13.227Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:50:13.227Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-21T04:50:13.227Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:50:22.769Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:50:22.770Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:50:22.770Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-21T04:50:22.771Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:50:32.310Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:50:32.311Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:50:32.311Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-21T04:50:32.311Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:50:41.847Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:51:11.231Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:51:11.232Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-21T04:51:11.232Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:51:11.233Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:51:11.234Z||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-09-21T04:51:11.234Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:51:11.862Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:51:11.863Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-21T04:51:11.863Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "46ce334c-7a34-4960-9c68-7f1633fbd9e5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632199812210, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-21T04:51:11.864Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T04:51:20.779Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:52:11.231Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:52:11.232Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-21T04:52:11.232Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:52:11.233Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:52:11.233Z||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-09-21T04:52:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:52:20.777Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:52:20.777Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:53:11.231Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:53:11.232Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-21T04:53:11.232Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:53:11.233Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:53:11.234Z||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-09-21T04:53:11.234Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:53:20.778Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:53:20.779Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:54:11.231Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:54:11.232Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-21T04:54:11.232Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:54:11.233Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:54:11.233Z||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-09-21T04:54:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:54:20.775Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:54:20.775Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:55:11.231Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:55:11.232Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-21T04:55:11.232Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:55:11.233Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:55:11.233Z||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-09-21T04:55:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:55:20.778Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:55:20.780Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:56:11.231Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:56:11.231Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-21T04:56:11.231Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:56:11.233Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:56:11.233Z||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-09-21T04:56:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:56:20.775Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:56:20.775Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:57:11.231Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:57:11.231Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-21T04:57:11.231Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:57:11.233Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:57:11.233Z||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-09-21T04:57:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:57:20.778Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:57:20.779Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:58:11.231Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:58:11.232Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-21T04:58:11.232Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:58:11.233Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:58:11.233Z||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-09-21T04:58:11.234Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:58:20.776Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:58:20.777Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:59:11.231Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:59:11.231Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-21T04:59:11.231Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:59:11.233Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T04:59:11.233Z||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-09-21T04:59:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T04:59:20.772Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T04:59:20.779Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:00:11.231Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T05:00:11.231Z||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-09-21T05:00:11.232Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:00:11.233Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T05:00:11.233Z||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-09-21T05:00:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:00:11.859Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:00:11.860Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-21T05:00:11.860Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"c3a397f8-2ed4-49c6-b851-96747581ef22","serviceName":"Demo_pNF_z6hkKYqG3J2ZYzMGKVAE","serviceVersion":"1.0","serviceUUID":"a2782430-bade-4bd6-a9d5-acd5d6cffc04","serviceDescription":"catalog service description","serviceInvariantUUID":"dba45d17-f3f8-437b-8023-6e20529e15f9","resources":[{"resourceInstanceName":"pNF 9587c19d-1cf9 0","resourceName":"pNF 9587c19d-1cf9","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"804a1b92-5618-4a89-bd5c-01346e5a84c3","resourceInvariantUUID":"b5e48f60-e2df-4363-b550-494594ebfa47","resourceCustomizationUUID":"9c043008-9cc7-49af-8e4f-0dab1c9c1ea9","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/vf-license-model.xml","artifactChecksum":"NjdmMDgyNDY4ZGE4NDg0ZGEyZjJmNjlhMDc0ODg4OTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"409f5b68-5277-488c-b8d9-a1bf837bbecf","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/pNF.csar","artifactChecksum":"YWM4MzZmOWZmMTRmM2FjODlhMTExNGNmNWU2ZjYyODI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6482f1b3-6e03-40cd-ae2c-4d728a7427b8","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6ab6a1ef-bd6b-46ec-a507-969d54a92fdd","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/vendor-license-model.xml","artifactChecksum":"NmU1NzAxMmI3OTk4NDQwOTQ0NWU3NTY0N2ZlZjc0NTQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5d7913ea-4cb2-48a2-979b-c5a32a7c7154","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"14d05fa0-f5cb-4ab6-aa2d-383f96d6ad76","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6f62d9bc-1a9a-4e86-aa44-5e63d5a264c6","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfZ6hkkyqg3j2zyzmgkvae-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/artifacts/service-DemoPnfZ6hkkyqg3j2zyzmgkvae-template.yml","artifactChecksum":"Y2RiOTM3MDFiNDJiODcyODc3YzkyZDJhN2EyYWRlZDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4fe40b84-eb4c-412d-838b-8e8e9d159c96","artifactVersion":"1"},{"artifactName":"service-DemoPnfZ6hkkyqg3j2zyzmgkvae-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/artifacts/service-DemoPnfZ6hkkyqg3j2zyzmgkvae-csar.csar","artifactChecksum":"MTA3NjgzOTczNDc2MmVmZDAxMTU3MTY2OGZjYzAyZmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c2e6eabf-5147-4768-92b3-d23bb69cfd55","artifactVersion":"1"}],"workloadContext":"Production"} 2021-09-21T05:00:11.862Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-21T05:00:11.862Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-21T05:00:11.863Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:00:11.864Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T05:00:11.864Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200411231, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:00:11.865Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:00:11.865Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22", "consumerID": "dcae-sch", "timestamp": 1632200367396, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:00:11.866Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:00:11.866Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:00:11.866Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22", "consumerID": "multicloud-k8s-id", "timestamp": 1632200369761, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:00:11.866Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:00:11.866Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:00:11.866Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22", "consumerID": "cds", "timestamp": 1632200365500, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:00:11.866Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:00:11.866Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:00:11.866Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22", "consumerID": "aai-ml", "timestamp": 1632200362431, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:00:11.866Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:00:11.866Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:00:11.866Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22", "consumerID": "clamp", "timestamp": 1632200365010, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:00:11.866Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:00:11.866Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:00:11.866Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632200370155, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:00:11.866Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:00:11.866Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:00:11.867Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22", "consumerID": "ves-openapi-manager", "timestamp": 1632200370812, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:00:11.867Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:00:11.867Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:00:11.867Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22", "consumerID": "dcae-sch", "timestamp": 1632200367396, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-21T05:00:11.867Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:00:11.867Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:00:11.867Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22", "consumerID": "multicloud-k8s-id", "timestamp": 1632200369761, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-21T05:00:11.867Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:00:11.867Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:00:11.867Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22", "consumerID": "cds", "timestamp": 1632200365500, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-21T05:00:11.867Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:00:11.867Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:00:11.867Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22", "consumerID": "clamp", "timestamp": 1632200365010, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-21T05:00:11.867Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:00:11.867Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:00:11.867Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632200370155, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-21T05:00:11.867Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:00:11.867Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:00:11.867Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22", "consumerID": "aai-ml", "timestamp": 1632200362431, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-21T05:00:11.868Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:00:11.868Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:00:11.868Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22", "consumerID": "ves-openapi-manager", "timestamp": 1632200370812, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-21T05:00:11.868Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:00:11.868Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:00:11.868Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22", "consumerID": "dcae-sch", "timestamp": 1632200367396, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-21T05:00:11.868Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:00:11.868Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:00:11.868Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22", "consumerID": "multicloud-k8s-id", "timestamp": 1632200369761, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-21T05:00:11.868Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:00:11.868Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:00:11.868Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22", "consumerID": "cds", "timestamp": 1632200365500, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-21T05:00:11.868Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:00:11.868Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:00:11.868Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22", "consumerID": "aai-ml", "timestamp": 1632200362431, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-21T05:00:11.868Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:00:11.868Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:00:11.868Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632200370155, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-21T05:00:11.868Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:00:11.868Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:00:11.868Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22", "consumerID": "clamp", "timestamp": 1632200365010, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-21T05:00:11.869Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:00:11.869Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:00:11.869Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22", "consumerID": "ves-openapi-manager", "timestamp": 1632200370812, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-21T05:00:11.869Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:00:11.869Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:00:11.869Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22", "consumerID": "dcae-sch", "timestamp": 1632200367396, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:00:11.869Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:00:11.869Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:00:11.869Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22", "consumerID": "multicloud-k8s-id", "timestamp": 1632200369761, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:00:11.869Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:00:11.869Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:00:11.869Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22", "consumerID": "cds", "timestamp": 1632200365500, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:00:11.869Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:00:11.869Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:00:11.869Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22", "consumerID": "aai-ml", "timestamp": 1632200362431, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:00:11.869Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:00:11.870Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:00:11.870Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632200370155, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:00:11.870Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:00:11.870Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:00:11.870Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22", "consumerID": "clamp", "timestamp": 1632200365010, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:00:11.870Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:00:11.870Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:00:11.870Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22", "consumerID": "ves-openapi-manager", "timestamp": 1632200370812, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:00:11.870Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:00:11.870Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:00:11.870Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22", "consumerID": "dcae-sch", "timestamp": 1632200367396, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-21T05:00:11.870Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:00:11.870Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:00:11.870Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22", "consumerID": "multicloud-k8s-id", "timestamp": 1632200369761, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-21T05:00:11.870Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:00:11.870Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:00:11.871Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22", "consumerID": "cds", "timestamp": 1632200365500, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-21T05:00:11.871Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:00:11.871Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:00:11.871Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22", "consumerID": "aai-ml", "timestamp": 1632200362431, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-21T05:00:11.871Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:00:11.871Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:00:11.871Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632200370155, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-21T05:00:11.871Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:00:11.871Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:00:11.871Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22", "consumerID": "clamp", "timestamp": 1632200365010, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-21T05:00:11.871Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:00:11.871Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:00:11.871Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22", "consumerID": "ves-openapi-manager", "timestamp": 1632200370812, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-21T05:00:11.872Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:00:11.872Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:00:11.872Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22", "consumerID": "dcae-sch", "timestamp": 1632200367396, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-21T05:00:11.872Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:00:11.872Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:00:11.872Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22", "consumerID": "multicloud-k8s-id", "timestamp": 1632200369761, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-21T05:00:11.872Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:00:11.872Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:00:11.872Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22", "consumerID": "cds", "timestamp": 1632200365500, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-21T05:00:11.872Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:00:11.872Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:00:11.872Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22", "consumerID": "aai-ml", "timestamp": 1632200362431, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-21T05:00:11.872Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:00:11.872Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:00:11.872Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632200370155, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-21T05:00:11.872Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:00:11.872Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:00:11.872Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22", "consumerID": "clamp", "timestamp": 1632200365010, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-21T05:00:11.872Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:00:11.873Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:00:11.873Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22", "consumerID": "ves-openapi-manager", "timestamp": 1632200370812, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-09-21T05:00:11.873Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:00:11.873Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:00:11.873Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22", "consumerID": "policy-id", "timestamp": 1632200376144, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:00:11.873Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:00:11.873Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:00:11.873Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22", "consumerID": "dcae-sch", "timestamp": 1632200367396, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/artifacts/service-DemoPnfZ6hkkyqg3j2zyzmgkvae-template.yml", "status": "NOT_NOTIFIED" } 2021-09-21T05:00:11.873Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:00:11.873Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:00:11.873Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22", "consumerID": "multicloud-k8s-id", "timestamp": 1632200369761, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/artifacts/service-DemoPnfZ6hkkyqg3j2zyzmgkvae-template.yml", "status": "NOT_NOTIFIED" } 2021-09-21T05:00:11.873Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:00:11.873Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:00:11.873Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22", "consumerID": "cds", "timestamp": 1632200365500, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/artifacts/service-DemoPnfZ6hkkyqg3j2zyzmgkvae-template.yml", "status": "NOT_NOTIFIED" } 2021-09-21T05:00:11.873Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:00:11.873Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:00:11.873Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22", "consumerID": "aai-ml", "timestamp": 1632200362431, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/artifacts/service-DemoPnfZ6hkkyqg3j2zyzmgkvae-template.yml", "status": "NOT_NOTIFIED" } 2021-09-21T05:00:11.873Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:00:11.873Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:00:11.873Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632200370155, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/artifacts/service-DemoPnfZ6hkkyqg3j2zyzmgkvae-template.yml", "status": "NOT_NOTIFIED" } 2021-09-21T05:00:11.874Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:00:11.874Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:00:11.874Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22", "consumerID": "clamp", "timestamp": 1632200365010, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/artifacts/service-DemoPnfZ6hkkyqg3j2zyzmgkvae-template.yml", "status": "NOT_NOTIFIED" } 2021-09-21T05:00:11.874Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:00:11.874Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:00:11.874Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22", "consumerID": "ves-openapi-manager", "timestamp": 1632200370812, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/artifacts/service-DemoPnfZ6hkkyqg3j2zyzmgkvae-template.yml", "status": "NOT_NOTIFIED" } 2021-09-21T05:00:11.874Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:00:11.874Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:00:11.874Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22", "consumerID": "policy-id", "timestamp": 1632200376144, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-21T05:00:11.874Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:00:11.874Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:00:11.874Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22", "consumerID": "dcae-sch", "timestamp": 1632200367396, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/artifacts/service-DemoPnfZ6hkkyqg3j2zyzmgkvae-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-21T05:00:11.874Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:00:11.874Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:00:11.874Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22", "consumerID": "multicloud-k8s-id", "timestamp": 1632200369761, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/artifacts/service-DemoPnfZ6hkkyqg3j2zyzmgkvae-csar.csar", "status": "NOTIFIED" } 2021-09-21T05:00:11.874Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:00:11.874Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:00:11.874Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22", "consumerID": "cds", "timestamp": 1632200365500, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/artifacts/service-DemoPnfZ6hkkyqg3j2zyzmgkvae-csar.csar", "status": "NOTIFIED" } 2021-09-21T05:00:11.875Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:00:11.875Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:00:11.875Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22", "consumerID": "aai-ml", "timestamp": 1632200362431, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/artifacts/service-DemoPnfZ6hkkyqg3j2zyzmgkvae-csar.csar", "status": "NOTIFIED" } 2021-09-21T05:00:11.875Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:00:11.875Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:00:11.875Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632200370155, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/artifacts/service-DemoPnfZ6hkkyqg3j2zyzmgkvae-csar.csar", "status": "NOTIFIED" } 2021-09-21T05:00:11.875Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:00:11.875Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:00:11.875Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22", "consumerID": "clamp", "timestamp": 1632200365010, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/artifacts/service-DemoPnfZ6hkkyqg3j2zyzmgkvae-csar.csar", "status": "NOTIFIED" } 2021-09-21T05:00:11.875Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:00:11.875Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:00:11.875Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22", "consumerID": "ves-openapi-manager", "timestamp": 1632200370812, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/artifacts/service-DemoPnfZ6hkkyqg3j2zyzmgkvae-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-21T05:00:11.875Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:00:11.875Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:00:11.875Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22", "consumerID": "policy-id", "timestamp": 1632200376144, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-21T05:00:11.875Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:00:11.875Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:00:11.875Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632200379413, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/artifacts/service-DemoPnfZ6hkkyqg3j2zyzmgkvae-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-21T05:00:11.876Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:00:11.876Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:00:11.876Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22", "consumerID": "cds", "timestamp": 1632200379418, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/artifacts/service-DemoPnfZ6hkkyqg3j2zyzmgkvae-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-21T05:00:11.876Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:00:11.876Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:00:11.876Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22", "consumerID": "aai-ml", "timestamp": 1632200379423, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/artifacts/service-DemoPnfZ6hkkyqg3j2zyzmgkvae-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-21T05:00:11.876Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:00:11.876Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:00:11.876Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22", "consumerID": "ves-openapi-manager", "timestamp": 1632200379767, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-09-21T05:00:11.876Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:00:11.876Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:00:11.876Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22", "consumerID": "policy-id", "timestamp": 1632200376144, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:00:11.876Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:00:11.876Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:00:11.876Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22", "consumerID": "cds", "timestamp": 1632200380424, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/artifacts/service-DemoPnfZ6hkkyqg3j2zyzmgkvae-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-09-21T05:00:11.891Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c3a397f8-2ed4-49c6-b851-96747581ef22 2021-09-21T05:00:11.891Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3a397f8-2ed4-49c6-b851-96747581ef22 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-09-21T05:00:11.899Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:00:11.899Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22", "consumerID": "policy-id", "timestamp": 1632200376144, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-21T05:00:11.900Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:00:11.900Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:00:11.900Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22", "consumerID": "ves-openapi-manager", "timestamp": 1632200381015, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-09-21T05:00:11.900Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:00:11.900Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:00:11.900Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632200381150, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/artifacts/service-DemoPnfZ6hkkyqg3j2zyzmgkvae-csar.csar", "status": "DEPLOY_OK" } 2021-09-21T05:00:11.900Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:00:11.900Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:00:11.900Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22", "consumerID": "policy-id", "timestamp": 1632200376144, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-21T05:00:11.900Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:00:11.900Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:00:11.900Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22", "consumerID": "ves-openapi-manager", "timestamp": 1632200382019, "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-09-21T05:00:11.904Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of c3a397f8-2ed4-49c6-b851-96747581ef22 2021-09-21T05:00:11.904Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3a397f8-2ed4-49c6-b851-96747581ef22 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-09-21T05:00:11.914Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:00:11.915Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632200382153, "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-09-21T05:00:11.919Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c3a397f8-2ed4-49c6-b851-96747581ef22 2021-09-21T05:00:11.920Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3a397f8-2ed4-49c6-b851-96747581ef22 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-09-21T05:00:11.928Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:00:11.928Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22", "consumerID": "policy-id", "timestamp": 1632200376144, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/artifacts/service-DemoPnfZ6hkkyqg3j2zyzmgkvae-template.yml", "status": "NOT_NOTIFIED" } 2021-09-21T05:00:11.928Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:00:11.928Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:00:11.928Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22", "consumerID": "policy-id", "timestamp": 1632200376144, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/artifacts/service-DemoPnfZ6hkkyqg3j2zyzmgkvae-csar.csar", "status": "NOTIFIED" } 2021-09-21T05:00:11.928Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:00:11.928Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:00:11.929Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22", "consumerID": "clamp", "timestamp": 1632200384142, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/artifacts/service-DemoPnfZ6hkkyqg3j2zyzmgkvae-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-21T05:00:11.929Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:00:11.929Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:00:11.929Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22", "consumerID": "aai-ml", "timestamp": 1632200384315, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/artifacts/service-DemoPnfZ6hkkyqg3j2zyzmgkvae-csar.csar", "status": "DEPLOY_OK" } 2021-09-21T05:00:11.929Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:00:11.929Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:00:11.929Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22", "consumerID": "aai-ml", "timestamp": 1632200385318, "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-09-21T05:00:11.934Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c3a397f8-2ed4-49c6-b851-96747581ef22 2021-09-21T05:00:11.934Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3a397f8-2ed4-49c6-b851-96747581ef22 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-09-21T05:00:11.942Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:00:11.942Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22", "consumerID": "clamp", "timestamp": 1632200386150, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/artifacts/service-DemoPnfZ6hkkyqg3j2zyzmgkvae-csar.csar", "status": "DEPLOY_OK" } 2021-09-21T05:00:11.943Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:00:11.943Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:00:11.943Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22", "consumerID": "policy-id", "timestamp": 1632200386242, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/artifacts/service-DemoPnfZ6hkkyqg3j2zyzmgkvae-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-21T05:00:11.944Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:00:11.944Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:00:11.944Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22", "consumerID": "clamp", "timestamp": 1632200387152, "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-09-21T05:00:11.949Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c3a397f8-2ed4-49c6-b851-96747581ef22 2021-09-21T05:00:11.949Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3a397f8-2ed4-49c6-b851-96747581ef22 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-09-21T05:00:11.958Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:00:11.958Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22", "consumerID": "policy-id", "timestamp": 1632200387248, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/artifacts/service-DemoPnfZ6hkkyqg3j2zyzmgkvae-csar.csar", "status": "DEPLOY_OK" } 2021-09-21T05:00:11.958Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:00:11.958Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:00:11.958Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22", "consumerID": "policy-id", "timestamp": 1632200388250, "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-09-21T05:00:11.963Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c3a397f8-2ed4-49c6-b851-96747581ef22 2021-09-21T05:00:11.963Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3a397f8-2ed4-49c6-b851-96747581ef22 and ComponentName POLICY 2021-09-21T05:00:11.964Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_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-09-21T05:00:11.965Z||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-09-21T05:00:11.965Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-09-21T05:00:11.972Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:00:11.972Z||pool-35-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-09-21T05:00:12.865Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-21T05:00:12.866Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-21T05:00:12.868Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T05:00:12.868Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200411231, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-21T05:00:12.968Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-21T05:00:12.969Z||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-09-21T05:00:12.969Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:00:12.979Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:00:12.979Z||pool-36-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-21T05:00:13.869Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-21T05:00:13.869Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-21T05:00:13.871Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T05:00:13.871Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200411231, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-21T05:00:13.971Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-21T05:00:13.972Z||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-09-21T05:00:13.972Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:00:13.980Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:00:13.980Z||pool-37-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-21T05:00:14.872Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-21T05:00:14.873Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-21T05:00:14.874Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T05:00:14.875Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200411231, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:00:14.975Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-21T05:00:14.975Z||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-09-21T05:00:14.975Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:00:14.985Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:00:14.986Z||pool-38-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-21T05:00:15.875Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-21T05:00:15.876Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-21T05:00:15.877Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T05:00:15.878Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200411231, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-21T05:00:15.978Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-21T05:00:15.979Z||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-09-21T05:00:15.979Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:00:15.989Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:00:15.990Z||pool-39-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-21T05:00:16.878Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-21T05:00:16.879Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-21T05:00:16.881Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T05:00:16.881Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200411231, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-21T05:00:16.981Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-21T05:00:16.982Z||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-09-21T05:00:16.982Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:00:16.991Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:00:16.991Z||pool-40-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-21T05:00:17.883Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-21T05:00:17.884Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-21T05:00:17.886Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T05:00:17.886Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200411231, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/artifacts/service-DemoPnfZ6hkkyqg3j2zyzmgkvae-template.yml", "status": "NOT_NOTIFIED" } 2021-09-21T05:00:17.986Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-21T05:00:17.987Z||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-09-21T05:00:17.987Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:00:17.997Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:00:17.997Z||pool-41-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-21T05:00:18.887Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-21T05:00:18.887Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-21T05:00:18.889Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T05:00:18.889Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200411231, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/artifacts/service-DemoPnfZ6hkkyqg3j2zyzmgkvae-csar.csar", "status": "NOTIFIED" } 2021-09-21T05:00:18.989Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-21T05:00:18.990Z||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-09-21T05:00:18.990Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:00:18.999Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:00:18.999Z||pool-42-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-21T05:00:19.890Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22", "serviceName": "Demo_pNF_z6hkKYqG3J2ZYzMGKVAE", "serviceVersion": "1.0", "serviceUUID": "a2782430-bade-4bd6-a9d5-acd5d6cffc04", "serviceDescription": "catalog service description", "serviceInvariantUUID": "dba45d17-f3f8-437b-8023-6e20529e15f9", "resources": [ { "resourceInstanceName": "pNF 9587c19d-1cf9 0", "resourceCustomizationUUID": "9c043008-9cc7-49af-8e4f-0dab1c9c1ea9", "resourceName": "pNF 9587c19d-1cf9", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "804a1b92-5618-4a89-bd5c-01346e5a84c3", "resourceInvariantUUID": "b5e48f60-e2df-4363-b550-494594ebfa47", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfZ6hkkyqg3j2zyzmgkvae-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/artifacts/service-DemoPnfZ6hkkyqg3j2zyzmgkvae-csar.csar", "artifactChecksum": "MTA3NjgzOTczNDc2MmVmZDAxMTU3MTY2OGZjYzAyZmQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c2e6eabf-5147-4768-92b3-d23bb69cfd55" } ], "workloadContext": "Production" } 2021-09-21T05:00:19.890Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-09-21T05:00:19.891Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a2782430-bade-4bd6-a9d5-acd5d6cffc04 ASDC 2021-09-21T05:00:19.891Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:c3a397f8-2ed4-49c6-b851-96747581ef22 ServiceName:Demo_pNF_z6hkKYqG3J2ZYzMGKVAE ServiceVersion:1.0 ServiceUUID:a2782430-bade-4bd6-a9d5-acd5d6cffc04 ServiceInvariantUUID:dba45d17-f3f8-437b-8023-6e20529e15f9 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfZ6hkkyqg3j2zyzmgkvae-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/artifacts/service-DemoPnfZ6hkkyqg3j2zyzmgkvae-csar.csar ArtifactUUID:c2e6eabf-5147-4768-92b3-d23bb69cfd55 ArtifactChecksum:MTA3NjgzOTczNDc2MmVmZDAxMTU3MTY2OGZjYzAyZmQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 9587c19d-1cf9 0 ResourceCustomizationUUID:9c043008-9cc7-49af-8e4f-0dab1c9c1ea9 ResourceInvariantUUID:b5e48f60-e2df-4363-b550-494594ebfa47 ResourceName:pNF 9587c19d-1cf9 ResourceType:PNF ResourceUUID:804a1b92-5618-4a89-bd5c-01346e5a84c3 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-09-21T05:00:19.891Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a2782430-bade-4bd6-a9d5-acd5d6cffc04 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-09-21T05:00:19.917Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-21T05:00:19.918Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-09-21T05:00:19.918Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-09-21T05:00:19.918Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: c2e6eabf-5147-4768-92b3-d23bb69cfd55 from URL: /sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/artifacts/service-DemoPnfZ6hkkyqg3j2zyzmgkvae-csar.csar 2021-09-21T05:00:19.918Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-09-21T05:00:19.918Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/artifacts/service-DemoPnfZ6hkkyqg3j2zyzmgkvae-csar.csar 2021-09-21T05:00:20.339Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-09-21T05:00:20.345Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/artifacts/service-DemoPnfZ6hkkyqg3j2zyzmgkvae-csar.csar c2e6eabf-5147-4768-92b3-d23bb69cfd55 82565 2021-09-21T05:00:20.346Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/artifacts/service-DemoPnfZ6hkkyqg3j2zyzmgkvae-csar.csar ASDC sendASDCNotification 2021-09-21T05:00:20.346Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/artifacts/service-DemoPnfZ6hkkyqg3j2zyzmgkvae-csar.csar 2021-09-21T05:00:20.346Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-21T05:00:20.346Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-21T05:00:20.348Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T05:00:20.348Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200420346, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/artifacts/service-DemoPnfZ6hkkyqg3j2zyzmgkvae-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-21T05:00:20.448Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-21T05:00:20.449Z||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-09-21T05:00:20.449Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:00:20.461Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:00:20.461Z||pool-43-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-09-21T05:00:21.349Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-21T05:00:21.350Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-09-21T05:00:21.351Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: c2e6eabf-5147-4768-92b3-d23bb69cfd55, URL: /sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/artifacts/service-DemoPnfZ6hkkyqg3j2zyzmgkvae-csar.csar to file: /app/ASDC/1/service-DemoPnfZ6hkkyqg3j2zyzmgkvae-csar.csar 2021-09-21T05:00:21.351Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfZ6hkkyqg3j2zyzmgkvae-csar.csar 2021-09-21T05:00:21.352Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfZ6hkkyqg3j2zyzmgkvae-csar.csar 2021-09-21T05:00:21.352Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfZ6hkkyqg3j2zyzmgkvae-csar.csar 2021-09-21T05:00:21.439Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9226565149560394727/Definitions/service-DemoPnfZ6hkkyqg3j2zyzmgkvae-template.yml 2021-09-21T05:00:22.062Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2021-09-21T05:00:22.062Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-09-21T05:00:22.063Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfZ6hkkyqg3j2zyzmgkvae-csar.csar 2021-09-21T05:00:22.063Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2021-09-21T05:00:22.063Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfZ6hkkyqg3j2zyzmgkvae-csar.csar 2021-09-21T05:00:22.063Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfZ6hkkyqg3j2zyzmgkvae-csar.csar 2021-09-21T05:00:22.063Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfZ6hkkyqg3j2zyzmgkvae-csar.csar 2021-09-21T05:00:22.063Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfZ6hkkyqg3j2zyzmgkvae-csar.csar 2021-09-21T05:00:22.063Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfZ6hkkyqg3j2zyzmgkvae-csar.csar 2021-09-21T05:00:22.063Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 9587c19d-1cf9 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-DemoPnfZ6hkkyqg3j2zyzmgkvae-csar.csar 2021-09-21T05:00:22.063Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfZ6hkkyqg3j2zyzmgkvae-csar.csar 2021-09-21T05:00:22.063Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-09-21T05:00:22.063Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:00:22.063Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_z6hkKYqG3J2ZYzMGKVAE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-21T05:00:22.063Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||Node template pNF 9587c19d-1cf9 0 is matching search criteria 2021-09-21T05:00:22.064Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-09-21T05:00:22.064Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 9587c19d-1cf9 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-21T05:00:22.064Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:00:22.064Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_z6hkKYqG3J2ZYzMGKVAE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-21T05:00:22.064Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||Node template pNF 9587c19d-1cf9 0 is matching search criteria 2021-09-21T05:00:22.064Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-09-21T05:00:22.064Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 9587c19d-1cf9 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-21T05:00:22.064Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:00:22.064Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_z6hkKYqG3J2ZYzMGKVAE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-21T05:00:22.065Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:00:22.065Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_z6hkKYqG3J2ZYzMGKVAE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-21T05:00:22.065Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:00:22.065Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_z6hkKYqG3J2ZYzMGKVAE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-21T05:00:22.065Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:00:22.065Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_z6hkKYqG3J2ZYzMGKVAE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-21T05:00:22.065Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:00:22.066Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_z6hkKYqG3J2ZYzMGKVAE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-21T05:00:22.066Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_z6hkKYqG3J2ZYzMGKVAE Description:catalog service description Model UUID:a2782430-bade-4bd6-a9d5-acd5d6cffc04 Model Version:NULL Model InvariantUuid:dba45d17-f3f8-437b-8023-6e20529e15f9 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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-09-21T05:00:22.075Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: 804a1b92-5618-4a89-bd5c-01346e5a84c3 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-21T05:00:22.078Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||INFO|500||pNF 9587c19d-1cf9 0 2021-09-21T05:00:22.078Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 804a1b92-5618-4a89-bd5c-01346e5a84c3 2021-09-21T05:00:22.079Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||No resources found for Service: a2782430-bade-4bd6-a9d5-acd5d6cffc04 2021-09-21T05:00:22.079Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: a2782430-bade-4bd6-a9d5-acd5d6cffc04 2021-09-21T05:00:22.079Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 9587c19d-1cf9 0 804a1b92-5618-4a89-bd5c-01346e5a84c3 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-21T05:00:22.084Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5835cf63, org.onap.sdc.toscaparser.api.parameters.Input@b445031, org.onap.sdc.toscaparser.api.parameters.Input@3a0630c7, org.onap.sdc.toscaparser.api.parameters.Input@2e4833ed, org.onap.sdc.toscaparser.api.parameters.Input@5870af90] 2021-09-21T05:00:22.085Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:00:22.085Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_z6hkKYqG3J2ZYzMGKVAE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-21T05:00:22.085Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid a2782430-bade-4bd6-a9d5-acd5d6cffc04: pNF 9587c19d-1cf9 2021-09-21T05:00:22.085Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||INFO|500||Processing PNF resource: 804a1b92-5618-4a89-bd5c-01346e5a84c3 2021-09-21T05:00:22.086Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:00:22.086Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_z6hkKYqG3J2ZYzMGKVAE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-21T05:00:22.086Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||INFO|500||Resource customization UUID: 9c043008-9cc7-49af-8e4f-0dab1c9c1ea9 is the same as notified resource customizationUUID: 9c043008-9cc7-49af-8e4f-0dab1c9c1ea9 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_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-09-21T05:00:22.182Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 9587c19d-1cf9 804a1b92-5618-4a89-bd5c-01346e5a84c3 0 ASDC deployResourceStructure 2021-09-21T05:00:22.183Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/artifacts/service-DemoPnfZ6hkkyqg3j2zyzmgkvae-csar.csar ASDC sendASDCNotification 2021-09-21T05:00:22.183Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/artifacts/service-DemoPnfZ6hkkyqg3j2zyzmgkvae-csar.csar 2021-09-21T05:00:22.183Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-21T05:00:22.183Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-21T05:00:22.185Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T05:00:22.185Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200422183, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/artifacts/service-DemoPnfZ6hkkyqg3j2zyzmgkvae-csar.csar", "status": "DEPLOY_OK" } 2021-09-21T05:00:22.285Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-21T05:00:22.286Z||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-09-21T05:00:22.286Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:00:22.296Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:00:22.296Z||pool-44-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-21T05:00:23.186Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c3a397f8-2ed4-49c6-b851-96747581ef22 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-21T05:00:23.200Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c3a397f8-2ed4-49c6-b851-96747581ef22 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-09-21T05:00:23.204Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-21T05:00:23.204Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-21T05:00:23.204Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-09-21T05:00:23.204Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-09-21T05:00:23.204Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-21T05:00:23.204Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-21T05:00:23.204Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-21T05:00:23.204Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-21T05:00:23.204Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-21T05:00:23.204Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-21T05:00:23.204Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-21T05:00:23.205Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-21T05:00:23.209Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-09-21T05:00:53.210Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c3a397f8-2ed4-49c6-b851-96747581ef22 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-09-21T05:00:53.216Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c3a397f8-2ed4-49c6-b851-96747581ef22 and serviceModelVersionId: a2782430-bade-4bd6-a9d5-acd5d6cffc04 2021-09-21T05:00:53.216Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : dba45d17-f3f8-437b-8023-6e20529e15f9 2021-09-21T05:00:53.217Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/dba45d17-f3f8-437b-8023-6e20529e15f9/model-vers/model-ver/a2782430-bade-4bd6-a9d5-acd5d6cffc04?depth=0 2021-09-21T05:00:53.224Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2021-09-21T05:00:53.266Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/dba45d17-f3f8-437b-8023-6e20529e15f9/model-vers/model-ver/a2782430-bade-4bd6-a9d5-acd5d6cffc04?depth=0|INFO|500||Invoke 2021-09-21T05:00:53.267Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/dba45d17-f3f8-437b-8023-6e20529e15f9/model-vers/model-ver/a2782430-bade-4bd6-a9d5-acd5d6cffc04?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/dba45d17-f3f8-437b-8023-6e20529e15f9/model-vers/model-ver/a2782430-bade-4bd6-a9d5-acd5d6cffc04?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c3a397f8-2ed4-49c6-b851-96747581ef22], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[45e849d8-2433-422b-9011-cd5236f3c14f], X-ECOMP-RequestID=[c3a397f8-2ed4-49c6-b851-96747581ef22], X-TransactionId=[], X-ONAP-RequestID=[c3a397f8-2ed4-49c6-b851-96747581ef22], Content-Type=[application/merge-patch+json]} 2021-09-21T05:00:53.292Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/dba45d17-f3f8-437b-8023-6e20529e15f9/model-vers/model-ver/a2782430-bade-4bd6-a9d5-acd5d6cffc04?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-09-21T05:00:53.735Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/dba45d17-f3f8-437b-8023-6e20529e15f9/model-vers/model-ver/a2782430-bade-4bd6-a9d5-acd5d6cffc04?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/dba45d17-f3f8-437b-8023-6e20529e15f9/model-vers/model-ver/a2782430-bade-4bd6-a9d5-acd5d6cffc04?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210921-05:00:53:297-66728], vertex-id=[159928], Content-Length=[0], Date=[Tue, 21 Sep 2021 05:00:53 GMT], Content-Type=[application/json]} 2021-09-21T05:00:53.735Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/dba45d17-f3f8-437b-8023-6e20529e15f9/model-vers/model-ver/a2782430-bade-4bd6-a9d5-acd5d6cffc04?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-09-21T05:00:53.736Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/dba45d17-f3f8-437b-8023-6e20529e15f9/model-vers/model-ver/a2782430-bade-4bd6-a9d5-acd5d6cffc04?depth=0|INFO|500||InvokeReturn 2021-09-21T05:00:53.737Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-09-21T05:00:53.737Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-21T05:00:53.743Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-09-21T05:00:53.743Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c3a397f8-2ed4-49c6-b851-96747581ef22 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-09-21T05:00:53.744Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-09-21T05:00:53.744Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-21T05:00:53.745Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T05:00:53.746Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200453743, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-21T05:00:53.846Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-21T05:00:53.846Z||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-09-21T05:00:53.846Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:00:53.859Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:00:53.860Z||pool-45-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-09-21T05:01:11.231Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T05:01:11.231Z|c3a397f8-2ed4-49c6-b851-96747581ef22|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-09-21T05:01:11.231Z|c3a397f8-2ed4-49c6-b851-96747581ef22|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 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:01:11.233Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T05:01:11.233Z||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-09-21T05:01:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:01:11.352Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:01:11.353Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:01:11.353Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200411231, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:01:11.354Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:01:20.773Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:02:11.231Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T05:02:11.231Z|c3a397f8-2ed4-49c6-b851-96747581ef22|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-09-21T05:02:11.232Z|c3a397f8-2ed4-49c6-b851-96747581ef22|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 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:02:11.233Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T05:02:11.233Z||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-09-21T05:02:11.234Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:02:11.754Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:02:11.755Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:02:11.755Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200411231, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-21T05:02:11.756Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:02:11.756Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:02:11.756Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200411231, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-21T05:02:11.756Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:02:11.756Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:02:11.756Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200411231, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:02:11.756Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:02:11.756Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:02:11.756Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200411231, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-21T05:02:11.756Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:02:11.756Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:02:11.757Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200411231, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/resourceInstances/pnf9587c19d1cf90/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-21T05:02:11.757Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:02:11.757Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:02:11.757Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200411231, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/artifacts/service-DemoPnfZ6hkkyqg3j2zyzmgkvae-template.yml", "status": "NOT_NOTIFIED" } 2021-09-21T05:02:11.757Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:02:11.757Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:02:11.757Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200411231, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/artifacts/service-DemoPnfZ6hkkyqg3j2zyzmgkvae-csar.csar", "status": "NOTIFIED" } 2021-09-21T05:02:11.757Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:02:11.757Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:02:11.758Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200420346, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/artifacts/service-DemoPnfZ6hkkyqg3j2zyzmgkvae-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-21T05:02:11.758Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:02:11.758Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:02:11.758Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200422183, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZ6hkkyqg3j2zyzmgkvae/1.0/artifacts/service-DemoPnfZ6hkkyqg3j2zyzmgkvae-csar.csar", "status": "DEPLOY_OK" } 2021-09-21T05:02:11.758Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:02:11.758Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:02:11.758Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3a397f8-2ed4-49c6-b851-96747581ef22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200453743, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-21T05:02:11.758Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:02:20.774Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:03:11.231Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T05:03:11.232Z|c3a397f8-2ed4-49c6-b851-96747581ef22|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-09-21T05:03:11.232Z|c3a397f8-2ed4-49c6-b851-96747581ef22|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 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:03:11.233Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T05:03:11.233Z||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-09-21T05:03:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:03:11.352Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:03:11.365Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.365Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "aai-ml", "timestamp": 1632200542431, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-09-21T05:03:11.365Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.365Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.365Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632200550155, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-09-21T05:03:11.366Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.366Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.366Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "cds", "timestamp": 1632200545500, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-09-21T05:03:11.366Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.366Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.366Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "multicloud-k8s-id", "timestamp": 1632200549761, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-09-21T05:03:11.366Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.366Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.366Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "dcae-sch", "timestamp": 1632200547396, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOTIFIED" } 2021-09-21T05:03:11.366Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.366Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.366Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "clamp", "timestamp": 1632200545010, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-09-21T05:03:11.366Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.366Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.366Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "ves-openapi-manager", "timestamp": 1632200550812, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-09-21T05:03:11.366Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.366Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.367Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "cds", "timestamp": 1632200545500, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:03:11.367Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.367Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.367Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632200550155, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:03:11.367Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.367Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.367Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "aai-ml", "timestamp": 1632200542431, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:03:11.367Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.367Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.367Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "dcae-sch", "timestamp": 1632200547396, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:03:11.367Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.367Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.367Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "multicloud-k8s-id", "timestamp": 1632200549761, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:03:11.367Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.367Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.367Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "clamp", "timestamp": 1632200545010, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:03:11.368Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.368Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.368Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "ves-openapi-manager", "timestamp": 1632200550812, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:03:11.368Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.368Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.368Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "cds", "timestamp": 1632200545500, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-21T05:03:11.368Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.368Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.368Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "aai-ml", "timestamp": 1632200542431, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-21T05:03:11.368Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.368Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.368Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632200550155, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-21T05:03:11.368Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.369Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.369Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "multicloud-k8s-id", "timestamp": 1632200549761, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-09-21T05:03:11.369Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.369Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.369Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "dcae-sch", "timestamp": 1632200547396, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-21T05:03:11.369Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.369Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.369Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "clamp", "timestamp": 1632200545010, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-09-21T05:03:11.369Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.369Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.369Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "ves-openapi-manager", "timestamp": 1632200550812, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-21T05:03:11.369Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.369Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.369Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "cds", "timestamp": 1632200545500, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-21T05:03:11.369Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.369Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.370Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632200550155, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-21T05:03:11.370Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.370Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.370Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "aai-ml", "timestamp": 1632200542431, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-21T05:03:11.370Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.370Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.370Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "multicloud-k8s-id", "timestamp": 1632200549761, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-09-21T05:03:11.370Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.370Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.370Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "dcae-sch", "timestamp": 1632200547396, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-21T05:03:11.370Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.370Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.370Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "clamp", "timestamp": 1632200545010, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-21T05:03:11.370Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.370Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.370Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "ves-openapi-manager", "timestamp": 1632200550812, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-21T05:03:11.370Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.370Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.370Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "cds", "timestamp": 1632200545500, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:03:11.371Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.371Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.371Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632200550155, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:03:11.371Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.371Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.371Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "aai-ml", "timestamp": 1632200542431, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:03:11.371Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.371Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.371Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "multicloud-k8s-id", "timestamp": 1632200549761, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:03:11.371Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.371Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.371Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "dcae-sch", "timestamp": 1632200547396, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:03:11.371Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.371Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.372Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "clamp", "timestamp": 1632200545010, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:03:11.372Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.372Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.372Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "ves-openapi-manager", "timestamp": 1632200550812, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:03:11.372Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.372Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.372Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "cds", "timestamp": 1632200545500, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-21T05:03:11.372Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.372Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.372Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "aai-ml", "timestamp": 1632200542431, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-21T05:03:11.372Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.372Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.372Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632200550155, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-21T05:03:11.372Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.372Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.372Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "multicloud-k8s-id", "timestamp": 1632200549761, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-09-21T05:03:11.372Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.373Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.373Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "dcae-sch", "timestamp": 1632200547396, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-21T05:03:11.373Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.373Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.373Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "clamp", "timestamp": 1632200545010, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-21T05:03:11.373Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.373Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.373Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "ves-openapi-manager", "timestamp": 1632200550812, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-21T05:03:11.373Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.373Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.373Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "policy-id", "timestamp": 1632200556144, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-09-21T05:03:11.373Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.373Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.373Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "cds", "timestamp": 1632200545500, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-21T05:03:11.373Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.373Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.374Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "aai-ml", "timestamp": 1632200542431, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-21T05:03:11.374Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.374Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.374Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632200550155, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-21T05:03:11.374Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.374Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.374Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "multicloud-k8s-id", "timestamp": 1632200549761, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-21T05:03:11.374Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.374Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.374Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "dcae-sch", "timestamp": 1632200547396, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-21T05:03:11.374Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.374Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.374Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "clamp", "timestamp": 1632200545010, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-21T05:03:11.374Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.374Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.374Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "ves-openapi-manager", "timestamp": 1632200550812, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-21T05:03:11.374Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.374Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.375Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "policy-id", "timestamp": 1632200556144, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:03:11.375Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.375Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.375Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "cds", "timestamp": 1632200545500, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-09-21T05:03:11.375Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.375Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.375Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "aai-ml", "timestamp": 1632200542431, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-09-21T05:03:11.375Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.375Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.375Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632200550155, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-09-21T05:03:11.375Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.375Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.375Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "multicloud-k8s-id", "timestamp": 1632200549761, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-09-21T05:03:11.375Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.375Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.375Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "dcae-sch", "timestamp": 1632200547396, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-21T05:03:11.375Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.375Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.375Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "clamp", "timestamp": 1632200545010, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-09-21T05:03:11.375Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.375Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.376Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "ves-openapi-manager", "timestamp": 1632200550812, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-21T05:03:11.376Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.376Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.376Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "policy-id", "timestamp": 1632200556144, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-21T05:03:11.376Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.376Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.376Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "aai-ml", "timestamp": 1632200559290, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-21T05:03:11.376Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:03:11.376Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.376Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "cds", "timestamp": 1632200559347, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-21T05:03:11.376Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:03:11.376Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.376Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632200559357, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-21T05:03:11.376Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:03:11.376Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.376Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "multicloud-k8s-id", "timestamp": 1632200559383, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-21T05:03:11.376Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:03:11.376Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.377Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "policy-id", "timestamp": 1632200556144, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-09-21T05:03:11.377Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.377Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.377Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "dcae-sch", "timestamp": 1632200560170, "artifactURL": "/sdc/v1/catalog/services/03e393a8-f8e1-4cb7-88b1-a71a60f48def/resourceInstances/basicclamp0/artifacts/23ee4ec2-4f6a-427f-9475-ae1a30d163fc", "status": "DOWNLOAD_OK" } 2021-09-21T05:03:11.377Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:03:11.377Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.377Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "cds", "timestamp": 1632200560351, "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-09-21T05:03:11.393Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 13505463-c97c-4ff9-90b7-50c43400a28d 2021-09-21T05:03:11.393Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 13505463-c97c-4ff9-90b7-50c43400a28d 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-09-21T05:03:11.402Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.402Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "multicloud-k8s-id", "timestamp": 1632200560567, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-09-21T05:03:11.402Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:03:11.402Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.402Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "policy-id", "timestamp": 1632200556144, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:03:11.402Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.402Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.402Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632200561390, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-09-21T05:03:11.403Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:03:11.403Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.403Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "dcae-sch", "timestamp": 1632200561413, "artifactURL": "/sdc/v1/catalog/services/03e393a8-f8e1-4cb7-88b1-a71a60f48def/resourceInstances/basicclamp0/artifacts/23ee4ec2-4f6a-427f-9475-ae1a30d163fc", "status": "DEPLOY_OK" } 2021-09-21T05:03:11.403Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:03:11.403Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.403Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "policy-id", "timestamp": 1632200556144, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-21T05:03:11.403Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.403Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.403Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "clamp", "timestamp": 1632200562170, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-21T05:03:11.403Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:03:11.403Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.404Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632200562392, "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-09-21T05:03:11.409Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 13505463-c97c-4ff9-90b7-50c43400a28d 2021-09-21T05:03:11.409Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 13505463-c97c-4ff9-90b7-50c43400a28d 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-09-21T05:03:11.417Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.417Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "dcae-sch", "timestamp": 1632200562419, "artifactURL": "/sdc/v1/catalog/services/03e393a8-f8e1-4cb7-88b1-a71a60f48def/resourceInstances/basicclamp0/artifacts/23ee4ec2-4f6a-427f-9475-ae1a30d163fc", "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-09-21T05:03:11.425Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 13505463-c97c-4ff9-90b7-50c43400a28d 2021-09-21T05:03:11.425Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 13505463-c97c-4ff9-90b7-50c43400a28d 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-09-21T05:03:11.434Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.434Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "policy-id", "timestamp": 1632200556144, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-21T05:03:11.435Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.435Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.435Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "multicloud-k8s-id", "timestamp": 1632200562912, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-09-21T05:03:11.435Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:03:11.435Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.435Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "clamp", "timestamp": 1632200563174, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-21T05:03:11.435Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:03:11.435Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.435Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "policy-id", "timestamp": 1632200556144, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-09-21T05:03:11.435Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.435Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.435Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "multicloud-k8s-id", "timestamp": 1632200563931, "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-09-21T05:03:11.440Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 13505463-c97c-4ff9-90b7-50c43400a28d 2021-09-21T05:03:11.440Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 13505463-c97c-4ff9-90b7-50c43400a28d 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-09-21T05:03:11.449Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.449Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "multicloud-k8s-id", "timestamp": 1632200564934, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-09-21T05:03:11.450Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:03:11.450Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.450Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "537b0354-ae67-4297-ab3f-bfff7fd1ad9b", "consumerID": "cds", "timestamp": 1632200561354, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:03:11.450Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.450Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.450Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "policy-id", "timestamp": 1632200566251, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-21T05:03:11.450Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:03:11.451Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.451Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "537b0354-ae67-4297-ab3f-bfff7fd1ad9b", "consumerID": "cds", "timestamp": 1632200561354, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-21T05:03:11.451Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.451Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.451Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "aai-ml", "timestamp": 1632200567138, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-09-21T05:03:11.451Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:03:11.451Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.451Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "policy-id", "timestamp": 1632200567254, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-09-21T05:03:11.451Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:03:11.452Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.452Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "clamp", "timestamp": 1632200567307, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-09-21T05:03:11.452Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:03:11.452Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.452Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "537b0354-ae67-4297-ab3f-bfff7fd1ad9b", "consumerID": "cds", "timestamp": 1632200561354, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-21T05:03:11.452Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.452Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.452Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "537b0354-ae67-4297-ab3f-bfff7fd1ad9b", "consumerID": "dcae-sch", "timestamp": 1632200567396, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:03:11.452Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.452Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.452Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "aai-ml", "timestamp": 1632200568143, "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-09-21T05:03:11.460Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 13505463-c97c-4ff9-90b7-50c43400a28d 2021-09-21T05:03:11.460Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 13505463-c97c-4ff9-90b7-50c43400a28d 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-09-21T05:03:11.469Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.469Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "policy-id", "timestamp": 1632200568256, "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-09-21T05:03:11.475Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 13505463-c97c-4ff9-90b7-50c43400a28d 2021-09-21T05:03:11.475Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 13505463-c97c-4ff9-90b7-50c43400a28d 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-09-21T05:03:11.483Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.483Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "clamp", "timestamp": 1632200568310, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-09-21T05:03:11.483Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:03:11.483Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.483Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "537b0354-ae67-4297-ab3f-bfff7fd1ad9b", "consumerID": "cds", "timestamp": 1632200561354, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:03:11.483Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.484Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.484Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "537b0354-ae67-4297-ab3f-bfff7fd1ad9b", "consumerID": "dcae-sch", "timestamp": 1632200567396, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-21T05:03:11.484Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.484Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.484Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "clamp", "timestamp": 1632200569312, "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-09-21T05:03:11.489Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 13505463-c97c-4ff9-90b7-50c43400a28d 2021-09-21T05:03:11.489Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 13505463-c97c-4ff9-90b7-50c43400a28d 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-09-21T05:03:11.499Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.499Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "537b0354-ae67-4297-ab3f-bfff7fd1ad9b", "consumerID": "cds", "timestamp": 1632200561354, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-21T05:03:11.499Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.500Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.500Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "537b0354-ae67-4297-ab3f-bfff7fd1ad9b", "consumerID": "dcae-sch", "timestamp": 1632200567396, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-21T05:03:11.500Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.500Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.500Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "537b0354-ae67-4297-ab3f-bfff7fd1ad9b", "consumerID": "multicloud-k8s-id", "timestamp": 1632200569761, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:03:11.500Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.500Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.500Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "537b0354-ae67-4297-ab3f-bfff7fd1ad9b", "consumerID": "cds", "timestamp": 1632200561354, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-21T05:03:11.500Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.500Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.501Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "537b0354-ae67-4297-ab3f-bfff7fd1ad9b", "consumerID": "dcae-sch", "timestamp": 1632200567396, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:03:11.501Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.501Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.501Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "537b0354-ae67-4297-ab3f-bfff7fd1ad9b", "consumerID": "multicloud-k8s-id", "timestamp": 1632200569761, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-09-21T05:03:11.501Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.501Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.501Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "537b0354-ae67-4297-ab3f-bfff7fd1ad9b", "consumerID": "ves-openapi-manager", "timestamp": 1632200570812, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:03:11.501Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.501Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.501Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "537b0354-ae67-4297-ab3f-bfff7fd1ad9b", "consumerID": "cds", "timestamp": 1632200561354, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-09-21T05:03:11.501Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.501Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.502Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "537b0354-ae67-4297-ab3f-bfff7fd1ad9b", "consumerID": "dcae-sch", "timestamp": 1632200567396, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-21T05:03:11.502Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.502Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.502Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "537b0354-ae67-4297-ab3f-bfff7fd1ad9b", "consumerID": "multicloud-k8s-id", "timestamp": 1632200569761, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-09-21T05:03:11.502Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.502Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.502Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "537b0354-ae67-4297-ab3f-bfff7fd1ad9b", "consumerID": "ves-openapi-manager", "timestamp": 1632200570812, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-21T05:03:11.502Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.502Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.502Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "537b0354-ae67-4297-ab3f-bfff7fd1ad9b", "consumerID": "dcae-sch", "timestamp": 1632200567396, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-21T05:03:11.503Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.503Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.503Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "537b0354-ae67-4297-ab3f-bfff7fd1ad9b", "consumerID": "aai-ml", "timestamp": 1632200572431, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:03:11.503Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.503Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.503Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "537b0354-ae67-4297-ab3f-bfff7fd1ad9b", "consumerID": "multicloud-k8s-id", "timestamp": 1632200569761, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:03:11.504Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.504Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.504Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "537b0354-ae67-4297-ab3f-bfff7fd1ad9b", "consumerID": "ves-openapi-manager", "timestamp": 1632200570812, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-21T05:03:11.504Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.504Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.504Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "537b0354-ae67-4297-ab3f-bfff7fd1ad9b", "consumerID": "dcae-sch", "timestamp": 1632200567396, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-21T05:03:11.504Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.504Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.504Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "537b0354-ae67-4297-ab3f-bfff7fd1ad9b", "consumerID": "aai-ml", "timestamp": 1632200572431, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-21T05:03:11.504Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.504Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.504Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "537b0354-ae67-4297-ab3f-bfff7fd1ad9b", "consumerID": "cds", "timestamp": 1632200574303, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-21T05:03:11.504Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:03:11.505Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.505Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "537b0354-ae67-4297-ab3f-bfff7fd1ad9b", "consumerID": "multicloud-k8s-id", "timestamp": 1632200569761, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-09-21T05:03:11.505Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.505Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.505Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "537b0354-ae67-4297-ab3f-bfff7fd1ad9b", "consumerID": "ves-openapi-manager", "timestamp": 1632200570812, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:03:11.505Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.505Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.505Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "537b0354-ae67-4297-ab3f-bfff7fd1ad9b", "consumerID": "aai-ml", "timestamp": 1632200572431, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-21T05:03:11.505Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.505Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.506Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "537b0354-ae67-4297-ab3f-bfff7fd1ad9b", "consumerID": "cds", "timestamp": 1632200575306, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-09-21T05:03:11.519Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 537b0354-ae67-4297-ab3f-bfff7fd1ad9b 2021-09-21T05:03:11.519Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 537b0354-ae67-4297-ab3f-bfff7fd1ad9b 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-09-21T05:03:11.528Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.529Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "537b0354-ae67-4297-ab3f-bfff7fd1ad9b", "consumerID": "multicloud-k8s-id", "timestamp": 1632200569761, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-21T05:03:11.529Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.529Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.529Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "537b0354-ae67-4297-ab3f-bfff7fd1ad9b", "consumerID": "ves-openapi-manager", "timestamp": 1632200570812, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-21T05:03:11.530Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.530Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.530Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "537b0354-ae67-4297-ab3f-bfff7fd1ad9b", "consumerID": "clamp", "timestamp": 1632200575010, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:03:11.530Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.530Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.530Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "537b0354-ae67-4297-ab3f-bfff7fd1ad9b", "consumerID": "aai-ml", "timestamp": 1632200572431, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:03:11.530Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.530Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.531Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "537b0354-ae67-4297-ab3f-bfff7fd1ad9b", "consumerID": "multicloud-k8s-id", "timestamp": 1632200569761, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-09-21T05:03:11.531Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.531Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.531Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "537b0354-ae67-4297-ab3f-bfff7fd1ad9b", "consumerID": "ves-openapi-manager", "timestamp": 1632200570812, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-21T05:03:11.531Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.531Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.531Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "537b0354-ae67-4297-ab3f-bfff7fd1ad9b", "consumerID": "clamp", "timestamp": 1632200575010, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-09-21T05:03:11.532Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.532Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.532Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "537b0354-ae67-4297-ab3f-bfff7fd1ad9b", "consumerID": "policy-id", "timestamp": 1632200576144, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:03:11.532Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.532Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.532Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "537b0354-ae67-4297-ab3f-bfff7fd1ad9b", "consumerID": "aai-ml", "timestamp": 1632200572431, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-21T05:03:11.532Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.532Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.532Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "537b0354-ae67-4297-ab3f-bfff7fd1ad9b", "consumerID": "ves-openapi-manager", "timestamp": 1632200570812, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-21T05:03:11.533Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.533Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.533Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "537b0354-ae67-4297-ab3f-bfff7fd1ad9b", "consumerID": "multicloud-k8s-id", "timestamp": 1632200577580, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-21T05:03:11.533Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:03:11.533Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.533Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "537b0354-ae67-4297-ab3f-bfff7fd1ad9b", "consumerID": "clamp", "timestamp": 1632200575010, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-21T05:03:11.533Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.533Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.533Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "537b0354-ae67-4297-ab3f-bfff7fd1ad9b", "consumerID": "policy-id", "timestamp": 1632200576144, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-21T05:03:11.534Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.534Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.534Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "537b0354-ae67-4297-ab3f-bfff7fd1ad9b", "consumerID": "aai-ml", "timestamp": 1632200572431, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-21T05:03:11.534Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.534Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.534Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "537b0354-ae67-4297-ab3f-bfff7fd1ad9b", "consumerID": "clamp", "timestamp": 1632200575010, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:03:11.534Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.534Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.534Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "537b0354-ae67-4297-ab3f-bfff7fd1ad9b", "consumerID": "multicloud-k8s-id", "timestamp": 1632200578765, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-09-21T05:03:11.535Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:03:11.535Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.535Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "537b0354-ae67-4297-ab3f-bfff7fd1ad9b", "consumerID": "policy-id", "timestamp": 1632200576144, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-09-21T05:03:11.535Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.535Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.535Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "537b0354-ae67-4297-ab3f-bfff7fd1ad9b", "consumerID": "aai-ml", "timestamp": 1632200572431, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-09-21T05:03:11.535Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.535Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.535Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "537b0354-ae67-4297-ab3f-bfff7fd1ad9b", "consumerID": "clamp", "timestamp": 1632200575010, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-21T05:03:11.536Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.536Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.536Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "537b0354-ae67-4297-ab3f-bfff7fd1ad9b", "consumerID": "policy-id", "timestamp": 1632200576144, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:03:11.536Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.536Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.536Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "537b0354-ae67-4297-ab3f-bfff7fd1ad9b", "consumerID": "multicloud-k8s-id", "timestamp": 1632200579918, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-09-21T05:03:11.536Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:03:11.536Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.536Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "537b0354-ae67-4297-ab3f-bfff7fd1ad9b", "consumerID": "aai-ml", "timestamp": 1632200580314, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-21T05:03:11.536Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:03:11.536Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.536Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "537b0354-ae67-4297-ab3f-bfff7fd1ad9b", "consumerID": "clamp", "timestamp": 1632200575010, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-21T05:03:11.536Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.536Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.537Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "537b0354-ae67-4297-ab3f-bfff7fd1ad9b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632200580155, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:03:11.537Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.537Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.537Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "537b0354-ae67-4297-ab3f-bfff7fd1ad9b", "consumerID": "policy-id", "timestamp": 1632200576144, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-21T05:03:11.537Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.537Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.537Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "537b0354-ae67-4297-ab3f-bfff7fd1ad9b", "consumerID": "multicloud-k8s-id", "timestamp": 1632200580977, "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-09-21T05:03:11.543Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 537b0354-ae67-4297-ab3f-bfff7fd1ad9b 2021-09-21T05:03:11.543Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 537b0354-ae67-4297-ab3f-bfff7fd1ad9b 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-09-21T05:03:11.551Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.551Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "537b0354-ae67-4297-ab3f-bfff7fd1ad9b", "consumerID": "clamp", "timestamp": 1632200575010, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-09-21T05:03:11.552Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.552Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.552Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "537b0354-ae67-4297-ab3f-bfff7fd1ad9b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632200580155, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-21T05:03:11.552Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.552Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.552Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "537b0354-ae67-4297-ab3f-bfff7fd1ad9b", "consumerID": "policy-id", "timestamp": 1632200576144, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-21T05:03:11.552Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.552Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.552Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "537b0354-ae67-4297-ab3f-bfff7fd1ad9b", "consumerID": "multicloud-k8s-id", "timestamp": 1632200581981, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-09-21T05:03:11.552Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:03:11.552Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.552Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "537b0354-ae67-4297-ab3f-bfff7fd1ad9b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632200580155, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-21T05:03:11.553Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.553Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.553Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "537b0354-ae67-4297-ab3f-bfff7fd1ad9b", "consumerID": "policy-id", "timestamp": 1632200576144, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-09-21T05:03:11.553Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.553Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.553Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "537b0354-ae67-4297-ab3f-bfff7fd1ad9b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632200580155, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:03:11.553Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.553Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.553Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "537b0354-ae67-4297-ab3f-bfff7fd1ad9b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632200580155, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-21T05:03:11.553Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.553Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.553Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "537b0354-ae67-4297-ab3f-bfff7fd1ad9b", "consumerID": "policy-id", "timestamp": 1632200584936, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-21T05:03:11.553Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:03:11.554Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.554Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "537b0354-ae67-4297-ab3f-bfff7fd1ad9b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632200580155, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-21T05:03:11.554Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.554Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.554Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "537b0354-ae67-4297-ab3f-bfff7fd1ad9b", "consumerID": "policy-id", "timestamp": 1632200585939, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-09-21T05:03:11.554Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:03:11.554Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.554Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "consumerID": "cds", "timestamp": 1632200576310, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:03:11.554Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.554Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.554Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "537b0354-ae67-4297-ab3f-bfff7fd1ad9b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632200580155, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-09-21T05:03:11.554Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.554Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.554Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "537b0354-ae67-4297-ab3f-bfff7fd1ad9b", "consumerID": "policy-id", "timestamp": 1632200586941, "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-09-21T05:03:11.562Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 537b0354-ae67-4297-ab3f-bfff7fd1ad9b 2021-09-21T05:03:11.562Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 537b0354-ae67-4297-ab3f-bfff7fd1ad9b 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-09-21T05:03:11.570Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.571Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "consumerID": "cds", "timestamp": 1632200576310, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-21T05:03:11.571Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.571Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.572Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "537b0354-ae67-4297-ab3f-bfff7fd1ad9b", "consumerID": "aai-ml", "timestamp": 1632200587736, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-09-21T05:03:11.572Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:03:11.572Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.572Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "consumerID": "dcae-sch", "timestamp": 1632200587396, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:03:11.572Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.572Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.572Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "consumerID": "cds", "timestamp": 1632200576310, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-21T05:03:11.573Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.573Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.573Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "537b0354-ae67-4297-ab3f-bfff7fd1ad9b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632200588449, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-21T05:03:11.573Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:03:11.573Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.574Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "537b0354-ae67-4297-ab3f-bfff7fd1ad9b", "consumerID": "aai-ml", "timestamp": 1632200588740, "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-09-21T05:03:11.580Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 537b0354-ae67-4297-ab3f-bfff7fd1ad9b 2021-09-21T05:03:11.581Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 537b0354-ae67-4297-ab3f-bfff7fd1ad9b 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-09-21T05:03:11.591Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.591Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "consumerID": "dcae-sch", "timestamp": 1632200587396, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-21T05:03:11.591Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.592Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.592Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "consumerID": "cds", "timestamp": 1632200576310, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:03:11.592Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.592Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.592Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "consumerID": "dcae-sch", "timestamp": 1632200587396, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-21T05:03:11.592Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.593Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.593Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "537b0354-ae67-4297-ab3f-bfff7fd1ad9b", "consumerID": "clamp", "timestamp": 1632200590175, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-21T05:03:11.593Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:03:11.593Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.593Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "consumerID": "cds", "timestamp": 1632200576310, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-21T05:03:11.593Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.593Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.594Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "consumerID": "multicloud-k8s-id", "timestamp": 1632200589761, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:03:11.594Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.594Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.594Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "537b0354-ae67-4297-ab3f-bfff7fd1ad9b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632200590567, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-09-21T05:03:11.594Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:03:11.595Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.595Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "consumerID": "dcae-sch", "timestamp": 1632200587396, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:03:11.595Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:03:11.856Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:03:11.858Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-21T05:03:11.858Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"13505463-c97c-4ff9-90b7-50c43400a28d","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"03e393a8-f8e1-4cb7-88b1-a71a60f48def","serviceDescription":"service","serviceInvariantUUID":"aacdaff2-8026-4575-8800-ed698cd56edc","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b32eadf4-3053-47e4-a5cf-c39ced6f9733","resourceInvariantUUID":"05ef93ed-5872-4d4a-aebb-566200c02dc2","resourceCustomizationUUID":"c346560d-385c-4c7e-af9d-003e47129127","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":"23ee4ec2-4f6a-427f-9475-ae1a30d163fc","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":"ZTdmMzNjNzAwMmRhZjYwMmM2ZWJmMWZmYTY1NzJhYmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9ddabbd1-3f6f-42f8-b8e6-455f12b9c6f6","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":"ZGUzM2UwZDc0YTFiZDUzMzFhNDRmYTM0YTU4YzliY2I\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"cbc35d4e-aeb6-4fb0-86ed-ae96cfd96cb8","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":"f7fad36d-459f-40fb-a6ab-994d4d557186","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":"499fa3fa-2772-4d11-aff0-fb12ebcb0ccc","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":"6e528f49-093b-4b9b-9389-f8fccbcbb708","artifactVersion":"2","generatedFromUUID":"f7fad36d-459f-40fb-a6ab-994d4d557186"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"Njk4MTdhOTI1ZGZjY2VmYmUzZGFhNWE1Y2U0MDU3ZGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b58d8c56-e87b-49b2-ac37-56f8c248b2c6","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"ZDUzNmZmYzc3OGQxOWQyMmE0OWMyM2U0NDgxYzVmOTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0b828ad2-c8f9-4e41-b15d-f571d32cc51b","artifactVersion":"1"}],"workloadContext":"Production"} 2021-09-21T05:03:11.861Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-21T05:03:11.861Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-21T05:03:11.863Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T05:03:11.863Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200591231, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-09-21T05:03:11.964Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-21T05:03:11.965Z||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-09-21T05:03:11.965Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:03:11.973Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:03:11.974Z||pool-46-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-21T05:03:12.864Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-21T05:03:12.865Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-21T05:03:12.867Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T05:03:12.867Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200591231, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:03:12.967Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-21T05:03:12.968Z||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-09-21T05:03:12.968Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:03:12.979Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:03:12.980Z||pool-47-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-21T05:03:13.867Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-21T05:03:13.868Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-21T05:03:13.870Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T05:03:13.870Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200591231, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-09-21T05:03:13.970Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-21T05:03:13.971Z||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-09-21T05:03:13.971Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:03:13.980Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:03:13.981Z||pool-48-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-21T05:03:14.870Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-21T05:03:14.871Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-21T05:03:14.875Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T05:03:14.875Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200591231, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-09-21T05:03:14.973Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2021-09-21T05:03:14.974Z||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-09-21T05:03:14.974Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:03:14.981Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:03:14.982Z||pool-49-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-21T05:03:15.875Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-21T05:03:15.877Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-21T05:03:15.879Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T05:03:15.879Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200591231, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:03:15.979Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-21T05:03:15.980Z||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-09-21T05:03:15.980Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:03:15.990Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:03:15.991Z||pool-50-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-21T05:03:16.879Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-21T05:03:16.880Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-21T05:03:16.882Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T05:03:16.883Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200591231, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-09-21T05:03:16.982Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-21T05:03:16.982Z||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-09-21T05:03:16.982Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:03:16.991Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:03:16.991Z||pool-51-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-21T05:03:17.883Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-21T05:03:17.884Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-21T05:03:17.886Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T05:03:17.886Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200591231, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-21T05:03:17.986Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-21T05:03:17.987Z||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-09-21T05:03:17.987Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:03:17.997Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:03:17.998Z||pool-52-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-21T05:03:18.886Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-21T05:03:18.887Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-21T05:03:18.890Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T05:03:18.890Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200591231, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-09-21T05:03:18.991Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-21T05:03:18.991Z||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-09-21T05:03:18.991Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:03:19.005Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:03:19.005Z||pool-53-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-09-21T05:03:19.892Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "serviceName": "basicclamp", "serviceVersion": "1.0", "serviceUUID": "03e393a8-f8e1-4cb7-88b1-a71a60f48def", "serviceDescription": "service", "serviceInvariantUUID": "aacdaff2-8026-4575-8800-ed698cd56edc", "resources": [ { "resourceInstanceName": "basicclamp 0", "resourceCustomizationUUID": "c346560d-385c-4c7e-af9d-003e47129127", "resourceName": "basicclamp", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "b32eadf4-3053-47e4-a5cf-c39ced6f9733", "resourceInvariantUUID": "05ef93ed-5872-4d4a-aebb-566200c02dc2", "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": "ZGUzM2UwZDc0YTFiZDUzMzFhNDRmYTM0YTU4YzliY2I\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "cbc35d4e-aeb6-4fb0-86ed-ae96cfd96cb8", "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": "f7fad36d-459f-40fb-a6ab-994d4d557186", "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": "6e528f49-093b-4b9b-9389-f8fccbcbb708", "generatedFromUUID": "f7fad36d-459f-40fb-a6ab-994d4d557186" }, "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": "6e528f49-093b-4b9b-9389-f8fccbcbb708", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Basicclamp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "artifactChecksum": "ZDUzNmZmYzc3OGQxOWQyMmE0OWMyM2U0NDgxYzVmOTM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0b828ad2-c8f9-4e41-b15d-f571d32cc51b" } ], "workloadContext": "Production" } 2021-09-21T05:03:19.892Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-09-21T05:03:19.892Z|c3a397f8-2ed4-49c6-b851-96747581ef22|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 03e393a8-f8e1-4cb7-88b1-a71a60f48def ASDC 2021-09-21T05:03:19.893Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:13505463-c97c-4ff9-90b7-50c43400a28d ServiceName:basicclamp ServiceVersion:1.0 ServiceUUID:03e393a8-f8e1-4cb7-88b1-a71a60f48def ServiceInvariantUUID:aacdaff2-8026-4575-8800-ed698cd56edc 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:0b828ad2-c8f9-4e41-b15d-f571d32cc51b ArtifactChecksum:ZDUzNmZmYzc3OGQxOWQyMmE0OWMyM2U0NDgxYzVmOTM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basicclamp 0 ResourceCustomizationUUID:c346560d-385c-4c7e-af9d-003e47129127 ResourceInvariantUUID:05ef93ed-5872-4d4a-aebb-566200c02dc2 ResourceName:basicclamp ResourceType:VF ResourceUUID:b32eadf4-3053-47e4-a5cf-c39ced6f9733 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:cbc35d4e-aeb6-4fb0-86ed-ae96cfd96cb8 ArtifactChecksum:ZGUzM2UwZDc0YTFiZDUzMzFhNDRmYTM0YTU4YzliY2I= 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:f7fad36d-459f-40fb-a6ab-994d4d557186 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:6e528f49-093b-4b9b-9389-f8fccbcbb708 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:6e528f49-093b-4b9b-9389-f8fccbcbb708 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-09-21T05:03:19.893Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 03e393a8-f8e1-4cb7-88b1-a71a60f48def 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-09-21T05:03:19.928Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-21T05:03:19.928Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-09-21T05:03:19.928Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-09-21T05:03:19.929Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 0b828ad2-c8f9-4e41-b15d-f571d32cc51b from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-09-21T05:03:19.929Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-09-21T05:03:19.929Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-09-21T05:03:20.288Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-09-21T05:03:20.293Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 0b828ad2-c8f9-4e41-b15d-f571d32cc51b 73458 2021-09-21T05:03:20.294Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2021-09-21T05:03:20.294Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-09-21T05:03:20.294Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-21T05:03:20.294Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-21T05:03:20.296Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T05:03:20.296Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200600294, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-21T05:03:20.396Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-21T05:03:20.397Z||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-09-21T05:03:20.397Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:03:20.406Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:03:20.407Z||pool-54-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-21T05:03:21.296Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-21T05:03:21.298Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-09-21T05:03:21.298Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 0b828ad2-c8f9-4e41-b15d-f571d32cc51b, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-21T05:03:21.298Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar 2021-09-21T05:03:21.299Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-21T05:03:21.299Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-21T05:03:21.397Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16387707141548556076/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-09-21T05:03:22.363Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2021-09-21T05:03:22.363Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-09-21T05:03:22.364Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-21T05:03:22.364Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-09-21T05:03:22.364Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||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-09-21T05:03:22.364Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||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-09-21T05:03:22.364Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-21T05:03:22.364Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-21T05:03:22.364Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-21T05:03:22.364Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||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-09-21T05:03:22.364Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||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-09-21T05:03:22.364Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-21T05:03:22.364Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-21T05:03:22.364Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-09-21T05:03:22.364Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:03:22.365Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-21T05:03:22.365Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-09-21T05:03:22.365Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-09-21T05:03:22.365Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-21T05:03:22.365Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:03:22.365Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-21T05:03:22.365Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-09-21T05:03:22.365Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-09-21T05:03:22.365Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-21T05:03:22.365Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:03:22.365Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-21T05:03:22.365Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:03:22.366Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-09-21T05:03:22.366Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-09-21T05:03:22.366Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-09-21T05:03:22.366Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-09-21T05:03:22.366Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-09-21T05:03:22.366Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-09-21T05:03:22.366Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:03:22.366Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-21T05:03:22.366Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:03:22.366Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-09-21T05:03:22.366Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-21T05:03:22.366Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:03:22.367Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-09-21T05:03:22.367Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-21T05:03:22.367Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:03:22.367Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-09-21T05:03:22.367Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-21T05:03:22.367Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:03:22.367Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-09-21T05:03:22.367Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-09-21T05:03:22.367Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-09-21T05:03:22.367Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ad891b92-f893-49e5-ad2e-43aa9ab79c85 2021-09-21T05:03:22.368Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:03:22.368Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-21T05:03:22.368Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:03:22.368Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-21T05:03:22.368Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:03:22.368Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-21T05:03:22.368Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:03:22.368Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-21T05:03:22.368Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basicclamp Description:service Model UUID:03e393a8-f8e1-4cb7-88b1-a71a60f48def Model Version:NULL Model InvariantUuid:aacdaff2-8026-4575-8800-ed698cd56edc Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basicclamp Model UUID:92981976-aa02-40df-916b-592f6bbe6a87 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:05ef93ed-5872-4d4a-aebb-566200c02dc2 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:c346560d-385c-4c7e-af9d-003e47129127 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:ade981b9-46be-4098-b478-85da4db8893e ModelName:Basicclamp..base_ubuntu18..module-0 ModelUuid:7594064d-4ee6-4ad9-a8b1-f9ad14f7c197 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:ad891b92-f893-49e5-ad2e-43aa9ab79c85 ModelInvariantUuid:bc480aee-4783-461b-8168-29e63e3d7210 ModelName:basicclamp-nodes.ubuntu18Cvfc ModelUuid:bac3b34e-afac-4b80-8485-0df6b2342a0c ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:8fb06b41-97d4-4868-bf96-56af46d0d6bb ModelInvariantUuid:9672a143-6119-4d5b-a109-c82357247bd4 ModelName:Basicclamp.compute.nodes.heat.ubuntu18 ModelUuid:28c98939-a159-41c2-9d34-5a72a08816ce 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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-09-21T05:03:22.382Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: b32eadf4-3053-47e4-a5cf-c39ced6f9733 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-21T05:03:22.385Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||INFO|500||basicclamp 0 2021-09-21T05:03:22.385Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b32eadf4-3053-47e4-a5cf-c39ced6f9733 2021-09-21T05:03:22.385Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: cbc35d4e-aeb6-4fb0-86ed-ae96cfd96cb8 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-09-21T05:03:22.385Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-09-21T05:03:22.385Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-09-21T05:03:23.495Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-09-21T05:03:23.496Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json cbc35d4e-aeb6-4fb0-86ed-ae96cfd96cb8 790 2021-09-21T05:03:23.496Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||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-09-21T05:03:23.496Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||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-09-21T05:03:23.496Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-21T05:03:23.496Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-21T05:03:23.498Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T05:03:23.498Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200603496, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-21T05:03:23.598Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-21T05:03:23.599Z||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-09-21T05:03:23.599Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:03:23.609Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:03:23.609Z||pool-55-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-21T05:03:24.499Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "ade981b9-46be-4098-b478-85da4db8893e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "7594064d-4ee6-4ad9-a8b1-f9ad14f7c197", "vfModuleModelCustomizationUUID": "793f9f4d-460b-4c7e-a564-7d43b516f678", "isBase": true, "artifacts": [ "f7fad36d-459f-40fb-a6ab-994d4d557186", "6e528f49-093b-4b9b-9389-f8fccbcbb708" ], "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-09-21T05:03:24.502Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:7594064d-4ee6-4ad9-a8b1-f9ad14f7c197 VfModuleModelInvariantUUID:ade981b9-46be-4098-b478-85da4db8893e VfModuleModelDescription:NULL Artifacts UUID List:{ f7fad36d-459f-40fb-a6ab-994d4d557186 , 6e528f49-093b-4b9b-9389-f8fccbcbb708 } 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-09-21T05:03:24.504Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "ade981b9-46be-4098-b478-85da4db8893e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "7594064d-4ee6-4ad9-a8b1-f9ad14f7c197", "vfModuleModelCustomizationUUID": "793f9f4d-460b-4c7e-a564-7d43b516f678", "isBase": true, "artifacts": [ "f7fad36d-459f-40fb-a6ab-994d4d557186", "6e528f49-093b-4b9b-9389-f8fccbcbb708" ], "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-09-21T05:03:24.504Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:7594064d-4ee6-4ad9-a8b1-f9ad14f7c197 VfModuleModelInvariantUUID:ade981b9-46be-4098-b478-85da4db8893e VfModuleModelDescription:NULL Artifacts UUID List:{ f7fad36d-459f-40fb-a6ab-994d4d557186 , 6e528f49-093b-4b9b-9389-f8fccbcbb708 } 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-09-21T05:03:24.504Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: f7fad36d-459f-40fb-a6ab-994d4d557186 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-09-21T05:03:24.504Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-09-21T05:03:24.504Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-09-21T05:03:25.741Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-09-21T05:03:25.741Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml f7fad36d-459f-40fb-a6ab-994d4d557186 5033 2021-09-21T05:03:25.742Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||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-09-21T05:03:25.742Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||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-09-21T05:03:25.742Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-21T05:03:25.742Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-21T05:03:25.744Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T05:03:25.744Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200605742, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-09-21T05:03:25.844Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-21T05:03:25.845Z||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-09-21T05:03:25.845Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:03:25.853Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:03:25.854Z||pool-56-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-21T05:03:26.744Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 6e528f49-093b-4b9b-9389-f8fccbcbb708 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-09-21T05:03:26.745Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-09-21T05:03:26.745Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-09-21T05:03:27.356Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-09-21T05:03:27.357Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 6e528f49-093b-4b9b-9389-f8fccbcbb708 909 2021-09-21T05:03:27.357Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||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-09-21T05:03:27.357Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||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-09-21T05:03:27.357Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-21T05:03:27.358Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-21T05:03:27.360Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T05:03:27.360Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200607357, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-09-21T05:03:27.460Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-21T05:03:27.461Z||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-09-21T05:03:27.461Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:03:27.473Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:03:27.473Z||pool-57-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-09-21T05:03:28.361Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 03e393a8-f8e1-4cb7-88b1-a71a60f48def 2021-09-21T05:03:28.361Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 b32eadf4-3053-47e4-a5cf-c39ced6f9733 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-21T05:03:28.383Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@60671252, org.onap.sdc.toscaparser.api.parameters.Input@63653e0, org.onap.sdc.toscaparser.api.parameters.Input@2c386af9, org.onap.sdc.toscaparser.api.parameters.Input@2e84dd04, org.onap.sdc.toscaparser.api.parameters.Input@7629bf04] 2021-09-21T05:03:28.385Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:03:28.385Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-21T05:03:28.385Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2021-09-21T05:03:28.385Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= c346560d-385c-4c7e-af9d-003e47129127 2021-09-21T05:03:28.386Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c346560d-385c-4c7e-af9d-003e47129127 matches Tosca VF Customization UUID: c346560d-385c-4c7e-af9d-003e47129127 2021-09-21T05:03:28.386Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: c346560d-385c-4c7e-af9d-003e47129127 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-09-21T05:03:28.389Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:03:28.389Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-21T05:03:28.390Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id c346560d-385c-4c7e-af9d-003e47129127: {\"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-09-21T05:03:28.390Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@25d00a30 2021-09-21T05:03:28.390Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:03:28.391Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-21T05:03:28.391Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 793f9f4d-460b-4c7e-a564-7d43b516f678 2021-09-21T05:03:28.391Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 793f9f4d-460b-4c7e-a564-7d43b516f678 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-09-21T05:03:28.395Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:03:28.395Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-09-21T05:03:28.396Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-21T05:03:28.396Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:03:28.396Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-09-21T05:03:28.396Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-21T05:03:28.396Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:03:28.396Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-09-21T05:03:28.396Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-09-21T05:03:28.397Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-09-21T05:03:28.397Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ad891b92-f893-49e5-ad2e-43aa9ab79c85 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-09-21T05:03:28.400Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:03:28.400Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-09-21T05:03:28.400Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-21T05:03:28.400Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:03:28.400Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-09-21T05:03:28.401Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=c346560d-385c-4c7e-af9d-003e47129127 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-21T05:03:28.403Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:03:28.403Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-21T05:03:28.403Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 03e393a8-f8e1-4cb7-88b1-a71a60f48def: basicclamp 2021-09-21T05:03:28.403Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:03:28.403Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-21T05:03:28.403Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:03:28.404Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-21T05:03:28.404Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:03:28.404Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-21T05:03:28.404Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:03:28.404Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-21T05:03:28.404Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:03:28.404Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-21T05:03:28.404Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||INFO|500||Saving Service: basicclamp Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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-09-21T05:03:28.478Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp b32eadf4-3053-47e4-a5cf-c39ced6f9733 1 ASDC deployResourceStructure 2021-09-21T05:03:28.479Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||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-09-21T05:03:28.479Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||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-09-21T05:03:28.479Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-21T05:03:28.479Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-21T05:03:28.481Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T05:03:28.481Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200608479, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-09-21T05:03:28.582Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-21T05:03:28.582Z||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-09-21T05:03:28.583Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:03:28.593Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:03:28.594Z||pool-58-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-21T05:03:29.482Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||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-09-21T05:03:29.483Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||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-09-21T05:03:29.483Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-21T05:03:29.483Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-21T05:03:29.484Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T05:03:29.484Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200609482, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-09-21T05:03:29.585Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-21T05:03:29.586Z||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-09-21T05:03:29.586Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:03:29.597Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:03:29.597Z||pool-59-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-21T05:03:30.485Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||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-09-21T05:03:30.485Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||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-09-21T05:03:30.485Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-21T05:03:30.486Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-21T05:03:30.488Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T05:03:30.488Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200610485, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-09-21T05:03:30.588Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-21T05:03:30.589Z||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-09-21T05:03:30.589Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:03:30.598Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:03:30.599Z||pool-60-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-09-21T05:03:31.488Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2021-09-21T05:03:31.489Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-09-21T05:03:31.489Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-21T05:03:31.489Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-21T05:03:31.491Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T05:03:31.491Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200611488, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-09-21T05:03:31.592Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-21T05:03:31.592Z||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-09-21T05:03:31.592Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:03:31.603Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:03:31.603Z||pool-61-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-21T05:03:32.492Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 13505463-c97c-4ff9-90b7-50c43400a28d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-21T05:03:32.502Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 13505463-c97c-4ff9-90b7-50c43400a28d 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-09-21T05:03:32.505Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-21T05:03:32.505Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-21T05:03:32.505Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-09-21T05:03:32.505Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-09-21T05:03:32.505Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-21T05:03:32.505Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-21T05:03:32.505Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-21T05:03:32.505Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-21T05:03:32.505Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-21T05:03:32.506Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-21T05:03:32.506Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-21T05:03:32.506Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-21T05:03:32.512Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-09-21T05:04:02.512Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 13505463-c97c-4ff9-90b7-50c43400a28d 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-09-21T05:04:02.517Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 13505463-c97c-4ff9-90b7-50c43400a28d and serviceModelVersionId: 03e393a8-f8e1-4cb7-88b1-a71a60f48def 2021-09-21T05:04:02.517Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : aacdaff2-8026-4575-8800-ed698cd56edc 2021-09-21T05:04:02.518Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/aacdaff2-8026-4575-8800-ed698cd56edc/model-vers/model-ver/03e393a8-f8e1-4cb7-88b1-a71a60f48def?depth=0 2021-09-21T05:04:02.522Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2021-09-21T05:04:02.554Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/aacdaff2-8026-4575-8800-ed698cd56edc/model-vers/model-ver/03e393a8-f8e1-4cb7-88b1-a71a60f48def?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-09-21T05:04:02.555Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/aacdaff2-8026-4575-8800-ed698cd56edc/model-vers/model-ver/03e393a8-f8e1-4cb7-88b1-a71a60f48def?depth=0|INFO|500||Invoke 2021-09-21T05:04:02.574Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/aacdaff2-8026-4575-8800-ed698cd56edc/model-vers/model-ver/03e393a8-f8e1-4cb7-88b1-a71a60f48def?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-09-21T05:04:02.917Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/aacdaff2-8026-4575-8800-ed698cd56edc/model-vers/model-ver/03e393a8-f8e1-4cb7-88b1-a71a60f48def?depth=0|INFO|500||InvokeReturn 2021-09-21T05:04:02.917Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/aacdaff2-8026-4575-8800-ed698cd56edc/model-vers/model-ver/03e393a8-f8e1-4cb7-88b1-a71a60f48def?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210921-05:04:02:579-41602], vertex-id=[213224], Content-Length=[0], Date=[Tue, 21 Sep 2021 05:04:02 GMT], Content-Type=[application/json]} 2021-09-21T05:04:02.917Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2021-09-21T05:04:02.917Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-09-21T05:04:02.917Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-21T05:04:02.923Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-09-21T05:04:02.923Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 13505463-c97c-4ff9-90b7-50c43400a28d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-09-21T05:04:02.923Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-09-21T05:04:02.924Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-21T05:04:02.925Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T05:04:02.925Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200642923, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-21T05:04:03.026Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-21T05:04:03.026Z||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-09-21T05:04:03.027Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:04:03.042Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:04:03.042Z||pool-62-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-09-21T05:04:03.938Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-21T05:04:03.938Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"537b0354-ae67-4297-ab3f-bfff7fd1ad9b","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"d33fedec-6fc0-413a-b72e-2065ed814e1d","serviceDescription":"service","serviceInvariantUUID":"1b7ccc8e-fbc2-4f4d-bfeb-1c082f4a9633","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2e8c26db-9968-4e35-8159-099da31b59c2","resourceInvariantUUID":"2ba04aaa-5983-49b0-a646-cd9e90e7b322","resourceCustomizationUUID":"ebb46207-2ffa-4336-b924-d8d78ed5294a","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":"MzI2ZThlMjdjNWFiMjFmZjY2OWZmMDM5OTc3ZjBlZjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1d5797f1-d9e1-45f6-9d3f-472172c783cb","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":"NGM0ZWU3NGFlNmU2MDU1ZjE2OWVkNGY2OWM3MWY4YmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6da4be2c-9bba-4317-95fb-d19ec69e9833","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":"8a80cf1d-ca4c-403c-8469-f53e820163a2","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":"444a2ba5-a474-4797-8ac6-f3e22bf66233","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":"636e25c3-f869-4a41-87fc-8bd9df838ebb","artifactVersion":"2","generatedFromUUID":"8a80cf1d-ca4c-403c-8469-f53e820163a2"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YjBlMmNmM2M4MmQxZjg2M2ZhYTVkODFkNGZmNDUxYWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bea60275-3b4b-47fa-b718-78b66b03517a","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NWI2MGE4ODQ3MmY1ZDVlMWJiNjI1NDY5MWI0MGQ1ODg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e82c3adc-7258-4a7a-b76e-16ddf3b7dc63","artifactVersion":"1"}],"workloadContext":"Production"} 2021-09-21T05:04:03.939Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-21T05:04:03.939Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-21T05:04:03.941Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T05:04:03.941Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "537b0354-ae67-4297-ab3f-bfff7fd1ad9b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200591231, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:04:04.042Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-21T05:04:04.043Z||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-09-21T05:04:04.043Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:04:04.053Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:04:04.054Z||pool-63-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-21T05:04:04.942Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-21T05:04:04.943Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-21T05:04:04.945Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T05:04:04.945Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "537b0354-ae67-4297-ab3f-bfff7fd1ad9b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200591231, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-09-21T05:04:05.045Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-21T05:04:05.045Z||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-09-21T05:04:05.045Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:04:05.054Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:04:05.054Z||pool-64-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-21T05:04:05.946Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-21T05:04:05.946Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-21T05:04:05.948Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T05:04:05.948Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "537b0354-ae67-4297-ab3f-bfff7fd1ad9b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200591231, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-09-21T05:04:06.049Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-21T05:04:06.049Z||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-09-21T05:04:06.050Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:04:06.060Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:04:06.060Z||pool-65-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-21T05:04:06.949Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-21T05:04:06.950Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-21T05:04:06.951Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T05:04:06.952Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "537b0354-ae67-4297-ab3f-bfff7fd1ad9b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200591231, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:04:07.052Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-21T05:04:07.052Z||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-09-21T05:04:07.053Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:04:07.060Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:04:07.061Z||pool-66-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-09-21T05:04:07.952Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-21T05:04:07.953Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-21T05:04:07.954Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T05:04:07.954Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "537b0354-ae67-4297-ab3f-bfff7fd1ad9b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200591231, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-09-21T05:04:08.054Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-21T05:04:08.055Z||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-09-21T05:04:08.055Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:04:08.064Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:04:08.064Z||pool-67-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-21T05:04:08.954Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-21T05:04:08.955Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-21T05:04:08.957Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T05:04:08.957Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "537b0354-ae67-4297-ab3f-bfff7fd1ad9b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200591231, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-21T05:04:09.057Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-21T05:04:09.057Z||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-09-21T05:04:09.057Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:04:09.067Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:04:09.068Z||pool-68-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-21T05:04:09.957Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-21T05:04:09.958Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-21T05:04:09.960Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T05:04:09.960Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "537b0354-ae67-4297-ab3f-bfff7fd1ad9b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200591231, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-09-21T05:04:10.060Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-21T05:04:10.061Z||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-09-21T05:04:10.061Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:04:10.071Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:04:10.071Z||pool-69-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-09-21T05:04:10.961Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "537b0354-ae67-4297-ab3f-bfff7fd1ad9b", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "d33fedec-6fc0-413a-b72e-2065ed814e1d", "serviceDescription": "service", "serviceInvariantUUID": "1b7ccc8e-fbc2-4f4d-bfeb-1c082f4a9633", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "ebb46207-2ffa-4336-b924-d8d78ed5294a", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "2e8c26db-9968-4e35-8159-099da31b59c2", "resourceInvariantUUID": "2ba04aaa-5983-49b0-a646-cd9e90e7b322", "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": "NGM0ZWU3NGFlNmU2MDU1ZjE2OWVkNGY2OWM3MWY4YmM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "6da4be2c-9bba-4317-95fb-d19ec69e9833", "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": "8a80cf1d-ca4c-403c-8469-f53e820163a2", "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": "636e25c3-f869-4a41-87fc-8bd9df838ebb", "generatedFromUUID": "8a80cf1d-ca4c-403c-8469-f53e820163a2" }, "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": "636e25c3-f869-4a41-87fc-8bd9df838ebb", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "NWI2MGE4ODQ3MmY1ZDVlMWJiNjI1NDY5MWI0MGQ1ODg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e82c3adc-7258-4a7a-b76e-16ddf3b7dc63" } ], "workloadContext": "Production" } 2021-09-21T05:04:10.961Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-09-21T05:04:10.961Z|13505463-c97c-4ff9-90b7-50c43400a28d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d33fedec-6fc0-413a-b72e-2065ed814e1d ASDC 2021-09-21T05:04:10.961Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:537b0354-ae67-4297-ab3f-bfff7fd1ad9b ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:d33fedec-6fc0-413a-b72e-2065ed814e1d ServiceInvariantUUID:1b7ccc8e-fbc2-4f4d-bfeb-1c082f4a9633 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:e82c3adc-7258-4a7a-b76e-16ddf3b7dc63 ArtifactChecksum:NWI2MGE4ODQ3MmY1ZDVlMWJiNjI1NDY5MWI0MGQ1ODg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:ebb46207-2ffa-4336-b924-d8d78ed5294a ResourceInvariantUUID:2ba04aaa-5983-49b0-a646-cd9e90e7b322 ResourceName:basic_vm ResourceType:VF ResourceUUID:2e8c26db-9968-4e35-8159-099da31b59c2 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:6da4be2c-9bba-4317-95fb-d19ec69e9833 ArtifactChecksum:NGM0ZWU3NGFlNmU2MDU1ZjE2OWVkNGY2OWM3MWY4YmM= 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:8a80cf1d-ca4c-403c-8469-f53e820163a2 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:636e25c3-f869-4a41-87fc-8bd9df838ebb 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:636e25c3-f869-4a41-87fc-8bd9df838ebb ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-09-21T05:04:10.961Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d33fedec-6fc0-413a-b72e-2065ed814e1d 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-09-21T05:04:10.993Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-21T05:04:10.994Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-09-21T05:04:10.994Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-09-21T05:04:10.994Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: e82c3adc-7258-4a7a-b76e-16ddf3b7dc63 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-09-21T05:04:10.994Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-09-21T05:04:10.994Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-09-21T05:04:11.233Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T05:04:11.233Z||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-09-21T05:04:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:04:11.252Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:04:11.253Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:04:11.253Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "consumerID": "cds", "timestamp": 1632200576310, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-21T05:04:11.254Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:04:13.425Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-09-21T05:04:13.429Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar e82c3adc-7258-4a7a-b76e-16ddf3b7dc63 70866 2021-09-21T05:04:13.429Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2021-09-21T05:04:13.430Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-09-21T05:04:13.430Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-21T05:04:13.430Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-21T05:04:13.432Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T05:04:13.432Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "537b0354-ae67-4297-ab3f-bfff7fd1ad9b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200653429, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-21T05:04:13.532Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-21T05:04:13.533Z||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-09-21T05:04:13.533Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:04:13.541Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:04:13.542Z||pool-70-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-21T05:04:14.433Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-21T05:04:14.434Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-09-21T05:04:14.434Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: e82c3adc-7258-4a7a-b76e-16ddf3b7dc63, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2021-09-21T05:04:14.434Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2021-09-21T05:04:14.435Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2021-09-21T05:04:14.435Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2021-09-21T05:04:14.632Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3643681379420618007/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-09-21T05:04:15.602Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2021-09-21T05:04:15.602Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-09-21T05:04:15.602Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-09-21T05:04:15.602Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-09-21T05:04:15.602Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-09-21T05:04:15.602Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-09-21T05:04:15.602Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-09-21T05:04:15.602Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-09-21T05:04:15.603Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-09-21T05:04:15.603Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-09-21T05:04:15.603Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-09-21T05:04:15.603Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-09-21T05:04:15.603Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-09-21T05:04:15.603Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-09-21T05:04:15.603Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:04:15.603Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-21T05:04:15.603Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-09-21T05:04:15.603Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-09-21T05:04:15.603Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-21T05:04:15.604Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:04:15.604Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-21T05:04:15.604Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-09-21T05:04:15.604Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-09-21T05:04:15.604Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-21T05:04:15.604Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:04:15.604Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-21T05:04:15.604Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:04:15.604Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-09-21T05:04:15.604Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2021-09-21T05:04:15.604Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2021-09-21T05:04:15.605Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2021-09-21T05:04:15.605Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-09-21T05:04:15.605Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-09-21T05:04:15.605Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:04:15.605Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-21T05:04:15.605Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:04:15.605Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-09-21T05:04:15.605Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-21T05:04:15.605Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:04:15.605Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-09-21T05:04:15.605Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-21T05:04:15.605Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:04:15.606Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-09-21T05:04:15.606Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-21T05:04:15.606Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:04:15.606Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-09-21T05:04:15.606Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2021-09-21T05:04:15.606Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-09-21T05:04:15.606Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=4dbfdaca-80a1-4121-887e-902cdbe87a89 2021-09-21T05:04:15.606Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:04:15.606Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-21T05:04:15.606Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:04:15.606Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-21T05:04:15.606Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:04:15.607Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-21T05:04:15.607Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:04:15.607Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-21T05:04:15.607Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:d33fedec-6fc0-413a-b72e-2065ed814e1d Model Version:NULL Model InvariantUuid:1b7ccc8e-fbc2-4f4d-bfeb-1c082f4a9633 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:eba84fbe-e9d0-4873-a3b8-de72cf5ccfa8 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:2ba04aaa-5983-49b0-a646-cd9e90e7b322 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:ebb46207-2ffa-4336-b924-d8d78ed5294a NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:ea746bca-1e0d-43e1-9063-985687b59620 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:633d126b-c7b4-41da-89fc-729cbd0ab073 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:4dbfdaca-80a1-4121-887e-902cdbe87a89 ModelInvariantUuid:43649668-b6d1-4c74-b362-5b8dbb23ecdf ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:049c00e5-dff5-493f-8594-714fd0fb7f11 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:a3c3dc78-73d9-42cd-9c6e-3e26c6201aa8 ModelInvariantUuid:d1e57e1d-35d4-4c8a-a390-9d06eb33450b ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:8c06433e-f3a7-49d2-90d1-0bffae2d0efe 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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-09-21T05:04:15.614Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 2e8c26db-9968-4e35-8159-099da31b59c2 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-21T05:04:15.616Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||INFO|500||basic_vm 0 2021-09-21T05:04:15.616Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2e8c26db-9968-4e35-8159-099da31b59c2 2021-09-21T05:04:15.616Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 6da4be2c-9bba-4317-95fb-d19ec69e9833 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-09-21T05:04:15.616Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-09-21T05:04:15.616Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-09-21T05:04:16.048Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-09-21T05:04:16.048Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 6da4be2c-9bba-4317-95fb-d19ec69e9833 787 2021-09-21T05:04:16.048Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2021-09-21T05:04:16.049Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-09-21T05:04:16.049Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-21T05:04:16.049Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-21T05:04:16.051Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T05:04:16.051Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "537b0354-ae67-4297-ab3f-bfff7fd1ad9b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200656048, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-21T05:04:16.151Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-21T05:04:16.151Z||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-09-21T05:04:16.152Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:04:16.160Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:04:16.160Z||pool-71-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-21T05:04:17.051Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "ea746bca-1e0d-43e1-9063-985687b59620", "vfModuleModelVersion": "1", "vfModuleModelUUID": "633d126b-c7b4-41da-89fc-729cbd0ab073", "vfModuleModelCustomizationUUID": "eccdc563-7a90-43d0-b2d4-c020a190c9b4", "isBase": true, "artifacts": [ "8a80cf1d-ca4c-403c-8469-f53e820163a2", "636e25c3-f869-4a41-87fc-8bd9df838ebb" ], "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-09-21T05:04:17.054Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:633d126b-c7b4-41da-89fc-729cbd0ab073 VfModuleModelInvariantUUID:ea746bca-1e0d-43e1-9063-985687b59620 VfModuleModelDescription:NULL Artifacts UUID List:{ 8a80cf1d-ca4c-403c-8469-f53e820163a2 , 636e25c3-f869-4a41-87fc-8bd9df838ebb } 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-09-21T05:04:17.055Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "ea746bca-1e0d-43e1-9063-985687b59620", "vfModuleModelVersion": "1", "vfModuleModelUUID": "633d126b-c7b4-41da-89fc-729cbd0ab073", "vfModuleModelCustomizationUUID": "eccdc563-7a90-43d0-b2d4-c020a190c9b4", "isBase": true, "artifacts": [ "8a80cf1d-ca4c-403c-8469-f53e820163a2", "636e25c3-f869-4a41-87fc-8bd9df838ebb" ], "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-09-21T05:04:17.055Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:633d126b-c7b4-41da-89fc-729cbd0ab073 VfModuleModelInvariantUUID:ea746bca-1e0d-43e1-9063-985687b59620 VfModuleModelDescription:NULL Artifacts UUID List:{ 8a80cf1d-ca4c-403c-8469-f53e820163a2 , 636e25c3-f869-4a41-87fc-8bd9df838ebb } 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-09-21T05:04:17.056Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 8a80cf1d-ca4c-403c-8469-f53e820163a2 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-09-21T05:04:17.056Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-09-21T05:04:17.056Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-09-21T05:04:17.351Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-09-21T05:04:17.351Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 8a80cf1d-ca4c-403c-8469-f53e820163a2 5033 2021-09-21T05:04:17.352Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-09-21T05:04:17.352Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-09-21T05:04:17.352Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-21T05:04:17.352Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-21T05:04:17.354Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T05:04:17.354Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "537b0354-ae67-4297-ab3f-bfff7fd1ad9b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200657352, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-09-21T05:04:17.454Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-21T05:04:17.455Z||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-09-21T05:04:17.455Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:04:17.465Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:04:17.466Z||pool-72-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-21T05:04:18.354Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 636e25c3-f869-4a41-87fc-8bd9df838ebb from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-09-21T05:04:18.355Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-09-21T05:04:18.355Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-09-21T05:04:18.521Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-09-21T05:04:18.521Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 636e25c3-f869-4a41-87fc-8bd9df838ebb 903 2021-09-21T05:04:18.521Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-09-21T05:04:18.521Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-09-21T05:04:18.521Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-21T05:04:18.522Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-21T05:04:18.523Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T05:04:18.523Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "537b0354-ae67-4297-ab3f-bfff7fd1ad9b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200658521, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-09-21T05:04:18.624Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-21T05:04:18.624Z||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-09-21T05:04:18.624Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:04:18.635Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:04:18.635Z||pool-73-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-21T05:04:19.524Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: d33fedec-6fc0-413a-b72e-2065ed814e1d 2021-09-21T05:04:19.524Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 2e8c26db-9968-4e35-8159-099da31b59c2 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-21T05:04:19.534Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2bbcee06, org.onap.sdc.toscaparser.api.parameters.Input@fc9e9f8, org.onap.sdc.toscaparser.api.parameters.Input@6fb86598, org.onap.sdc.toscaparser.api.parameters.Input@d16a49e, org.onap.sdc.toscaparser.api.parameters.Input@4196a7e4] 2021-09-21T05:04:19.535Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:04:19.535Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-21T05:04:19.535Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2021-09-21T05:04:19.535Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= ebb46207-2ffa-4336-b924-d8d78ed5294a 2021-09-21T05:04:19.536Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ebb46207-2ffa-4336-b924-d8d78ed5294a matches Tosca VF Customization UUID: ebb46207-2ffa-4336-b924-d8d78ed5294a 2021-09-21T05:04:19.536Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: ebb46207-2ffa-4336-b924-d8d78ed5294a matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-09-21T05:04:19.537Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:04:19.537Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-21T05:04:19.538Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id ebb46207-2ffa-4336-b924-d8d78ed5294a: {\"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-09-21T05:04:19.538Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@15625277 2021-09-21T05:04:19.538Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:04:19.538Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-21T05:04:19.538Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : eccdc563-7a90-43d0-b2d4-c020a190c9b4 2021-09-21T05:04:19.538Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID eccdc563-7a90-43d0-b2d4-c020a190c9b4 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-09-21T05:04:19.540Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:04:19.540Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-09-21T05:04:19.541Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-21T05:04:19.541Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:04:19.541Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-09-21T05:04:19.541Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-21T05:04:19.541Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:04:19.541Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-09-21T05:04:19.541Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2021-09-21T05:04:19.542Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-09-21T05:04:19.542Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=4dbfdaca-80a1-4121-887e-902cdbe87a89 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-09-21T05:04:19.544Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:04:19.544Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-09-21T05:04:19.544Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-21T05:04:19.544Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:04:19.544Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-09-21T05:04:19.544Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=ebb46207-2ffa-4336-b924-d8d78ed5294a Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-21T05:04:19.546Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:04:19.546Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-21T05:04:19.546Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid d33fedec-6fc0-413a-b72e-2065ed814e1d: basic_vm 2021-09-21T05:04:19.546Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:04:19.546Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-21T05:04:19.547Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:04:19.547Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-21T05:04:19.547Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:04:19.547Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-21T05:04:19.547Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:04:19.547Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-21T05:04:19.547Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:04:19.547Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-21T05:04:19.547Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||INFO|500||Saving Service: basic_vm Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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-09-21T05:04:19.635Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 2e8c26db-9968-4e35-8159-099da31b59c2 1 ASDC deployResourceStructure 2021-09-21T05:04:19.635Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2021-09-21T05:04:19.635Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-09-21T05:04:19.635Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-21T05:04:19.635Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-21T05:04:19.637Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T05:04:19.637Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "537b0354-ae67-4297-ab3f-bfff7fd1ad9b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200659635, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-09-21T05:04:19.737Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-21T05:04:19.738Z||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-09-21T05:04:19.738Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:04:19.749Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:04:19.749Z||pool-74-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-21T05:04:20.637Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-09-21T05:04:20.638Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-09-21T05:04:20.638Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-21T05:04:20.638Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-21T05:04:20.639Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T05:04:20.639Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "537b0354-ae67-4297-ab3f-bfff7fd1ad9b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200660637, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-09-21T05:04:20.740Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-21T05:04:20.741Z||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-09-21T05:04:20.741Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:04:20.752Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:04:20.752Z||pool-75-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-21T05:04:21.640Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-09-21T05:04:21.640Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-09-21T05:04:21.640Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-21T05:04:21.640Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-21T05:04:21.642Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T05:04:21.642Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "537b0354-ae67-4297-ab3f-bfff7fd1ad9b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200661640, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-09-21T05:04:21.742Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-21T05:04:21.743Z||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-09-21T05:04:21.743Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:04:21.753Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:04:21.753Z||pool-76-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-09-21T05:04:22.642Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2021-09-21T05:04:22.643Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-09-21T05:04:22.643Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-21T05:04:22.644Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-21T05:04:22.645Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T05:04:22.646Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "537b0354-ae67-4297-ab3f-bfff7fd1ad9b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200662642, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-09-21T05:04:22.746Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-21T05:04:22.747Z||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-09-21T05:04:22.747Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:04:22.758Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:04:22.758Z||pool-77-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-21T05:04:23.646Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 537b0354-ae67-4297-ab3f-bfff7fd1ad9b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-21T05:04:23.657Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 537b0354-ae67-4297-ab3f-bfff7fd1ad9b 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-09-21T05:04:23.659Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-21T05:04:23.659Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-21T05:04:23.659Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-21T05:04:23.659Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-21T05:04:53.659Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 537b0354-ae67-4297-ab3f-bfff7fd1ad9b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-21T05:04:53.671Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 537b0354-ae67-4297-ab3f-bfff7fd1ad9b 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-09-21T05:04:53.674Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-21T05:04:53.674Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-21T05:04:53.674Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-21T05:04:53.674Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-21T05:05:11.233Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T05:05:11.234Z||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-09-21T05:05:11.234Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:05:11.255Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:05:11.256Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:05:11.256Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "consumerID": "multicloud-k8s-id", "timestamp": 1632200589761, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-09-21T05:05:11.257Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:05:23.674Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 537b0354-ae67-4297-ab3f-bfff7fd1ad9b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-21T05:05:23.686Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 537b0354-ae67-4297-ab3f-bfff7fd1ad9b 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-09-21T05:05:23.691Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-21T05:05:23.691Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-21T05:05:23.691Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-21T05:05:23.691Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-21T05:05:53.692Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 537b0354-ae67-4297-ab3f-bfff7fd1ad9b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-21T05:05:53.705Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 537b0354-ae67-4297-ab3f-bfff7fd1ad9b 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-09-21T05:05:53.708Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-21T05:05:53.708Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-21T05:05:53.708Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-21T05:05:53.708Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-21T05:06:11.233Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T05:06:11.233Z||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-09-21T05:06:11.234Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:06:11.258Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:06:11.260Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:06:11.260Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "consumerID": "ves-openapi-manager", "timestamp": 1632200590812, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:06:11.260Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:06:11.260Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:06:11.260Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "537b0354-ae67-4297-ab3f-bfff7fd1ad9b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632200591571, "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-09-21T05:06:11.265Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 537b0354-ae67-4297-ab3f-bfff7fd1ad9b 2021-09-21T05:06:11.265Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 537b0354-ae67-4297-ab3f-bfff7fd1ad9b 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-09-21T05:06:11.273Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:06:11.273Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200591231, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-09-21T05:06:11.273Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:06:11.274Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:06:11.274Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "consumerID": "dcae-sch", "timestamp": 1632200587396, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-21T05:06:11.274Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:06:11.274Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:06:11.274Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "537b0354-ae67-4297-ab3f-bfff7fd1ad9b", "consumerID": "clamp", "timestamp": 1632200592181, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-09-21T05:06:11.274Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:06:11.274Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:06:11.274Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "consumerID": "cds", "timestamp": 1632200576310, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-21T05:06:11.274Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:06:11.274Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:06:11.275Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "consumerID": "multicloud-k8s-id", "timestamp": 1632200589761, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-09-21T05:06:11.275Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:06:11.275Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:06:11.275Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "consumerID": "ves-openapi-manager", "timestamp": 1632200590812, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-21T05:06:11.275Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:06:11.275Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:06:11.275Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200591231, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:06:11.275Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:06:11.275Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:06:11.275Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "consumerID": "dcae-sch", "timestamp": 1632200587396, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-21T05:06:11.275Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:06:11.276Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:06:11.276Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "537b0354-ae67-4297-ab3f-bfff7fd1ad9b", "consumerID": "clamp", "timestamp": 1632200593183, "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-09-21T05:06:11.280Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 537b0354-ae67-4297-ab3f-bfff7fd1ad9b 2021-09-21T05:06:11.281Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 537b0354-ae67-4297-ab3f-bfff7fd1ad9b 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-09-21T05:06:11.288Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:06:11.288Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "consumerID": "cds", "timestamp": 1632200576310, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-09-21T05:06:11.288Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:06:11.289Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:06:11.289Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "consumerID": "multicloud-k8s-id", "timestamp": 1632200589761, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:06:11.289Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:06:11.289Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:06:11.289Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "consumerID": "ves-openapi-manager", "timestamp": 1632200590812, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-21T05:06:11.289Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:06:11.289Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:06:11.289Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200591231, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-09-21T05:06:11.289Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:06:11.289Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:06:11.289Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "consumerID": "dcae-sch", "timestamp": 1632200587396, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-21T05:06:11.290Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:06:11.290Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:06:11.290Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "consumerID": "multicloud-k8s-id", "timestamp": 1632200589761, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-09-21T05:06:11.290Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:06:11.290Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:06:11.290Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "consumerID": "ves-openapi-manager", "timestamp": 1632200590812, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:06:11.290Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:06:11.290Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:06:11.290Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200591231, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-09-21T05:06:11.290Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:06:11.290Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:06:11.290Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "consumerID": "dcae-sch", "timestamp": 1632200587396, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-21T05:06:11.290Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:06:11.290Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:06:11.290Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "consumerID": "multicloud-k8s-id", "timestamp": 1632200589761, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-21T05:06:11.291Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:06:11.291Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:06:11.291Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "consumerID": "ves-openapi-manager", "timestamp": 1632200590812, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-21T05:06:11.291Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:06:11.291Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:06:11.291Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "consumerID": "cds", "timestamp": 1632200595548, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-21T05:06:11.291Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:06:11.291Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:06:11.291Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200591231, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:06:11.291Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:06:11.291Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:06:11.291Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "consumerID": "multicloud-k8s-id", "timestamp": 1632200589761, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-21T05:06:11.291Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:06:11.292Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:06:11.292Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "consumerID": "ves-openapi-manager", "timestamp": 1632200590812, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-21T05:06:11.292Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:06:11.292Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:06:11.292Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "consumerID": "policy-id", "timestamp": 1632200596144, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:06:11.292Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:06:11.292Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:06:11.292Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200591231, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-09-21T05:06:11.292Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:06:11.292Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:06:11.292Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "consumerID": "multicloud-k8s-id", "timestamp": 1632200589761, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-09-21T05:06:11.293Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:06:11.293Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:06:11.293Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "consumerID": "ves-openapi-manager", "timestamp": 1632200590812, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-21T05:06:11.293Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:06:11.293Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:06:11.293Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "consumerID": "cds", "timestamp": 1632200597763, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-09-21T05:06:11.305Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 66350d12-9734-4bd8-9c0f-c34d15059708 2021-09-21T05:06:11.305Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 66350d12-9734-4bd8-9c0f-c34d15059708 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-09-21T05:06:11.313Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:06:11.313Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "consumerID": "policy-id", "timestamp": 1632200596144, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-21T05:06:11.314Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:06:11.314Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:06:11.314Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200591231, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-21T05:06:11.314Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:06:11.314Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:06:11.314Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "consumerID": "ves-openapi-manager", "timestamp": 1632200590812, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-21T05:06:11.314Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:06:11.314Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:06:11.314Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "consumerID": "multicloud-k8s-id", "timestamp": 1632200598578, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-21T05:06:11.314Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:06:11.314Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:06:11.314Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "consumerID": "policy-id", "timestamp": 1632200596144, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-09-21T05:06:11.314Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:06:11.315Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:06:11.315Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200591231, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-09-21T05:06:11.315Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:06:11.315Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:06:11.315Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "consumerID": "multicloud-k8s-id", "timestamp": 1632200599781, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-09-21T05:06:11.315Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:06:11.315Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:06:11.315Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "consumerID": "policy-id", "timestamp": 1632200596144, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:06:11.315Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:06:11.316Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:06:11.316Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200600294, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-21T05:06:11.316Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:06:11.316Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:06:11.316Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "consumerID": "policy-id", "timestamp": 1632200596144, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-21T05:06:11.316Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:06:11.316Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:06:11.316Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "consumerID": "multicloud-k8s-id", "timestamp": 1632200601307, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-09-21T05:06:11.316Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:06:11.316Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:06:11.316Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "consumerID": "policy-id", "timestamp": 1632200596144, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-21T05:06:11.316Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:06:11.317Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:06:11.317Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "consumerID": "multicloud-k8s-id", "timestamp": 1632200602329, "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-09-21T05:06:11.322Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 66350d12-9734-4bd8-9c0f-c34d15059708 2021-09-21T05:06:11.322Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 66350d12-9734-4bd8-9c0f-c34d15059708 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-09-21T05:06:11.330Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:06:11.331Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "consumerID": "policy-id", "timestamp": 1632200596144, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-21T05:06:11.331Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:06:11.331Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:06:11.331Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "consumerID": "aai-ml", "timestamp": 1632200602431, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:06:11.331Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:06:11.331Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:06:11.331Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "consumerID": "multicloud-k8s-id", "timestamp": 1632200603333, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-09-21T05:06:11.331Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:06:11.331Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:06:11.331Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200603496, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-21T05:06:11.331Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:06:11.332Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:06:11.332Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "consumerID": "policy-id", "timestamp": 1632200596144, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-09-21T05:06:11.332Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:06:11.332Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:06:11.332Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "consumerID": "aai-ml", "timestamp": 1632200602431, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-21T05:06:11.332Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:06:11.332Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:06:11.332Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "consumerID": "aai-ml", "timestamp": 1632200602431, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-21T05:06:11.332Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:06:11.332Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:06:11.332Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "consumerID": "clamp", "timestamp": 1632200605010, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:06:11.332Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:06:11.332Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:06:11.332Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200605742, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-09-21T05:06:11.332Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:06:11.332Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:06:11.332Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "consumerID": "policy-id", "timestamp": 1632200605957, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-21T05:06:11.333Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:06:11.333Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:06:11.333Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "consumerID": "aai-ml", "timestamp": 1632200602431, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:06:11.333Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:06:11.333Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:06:11.333Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "consumerID": "clamp", "timestamp": 1632200605010, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-09-21T05:06:11.333Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:06:11.333Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:06:11.333Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "consumerID": "policy-id", "timestamp": 1632200606960, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-21T05:06:11.333Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:06:11.333Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:06:11.333Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "consumerID": "aai-ml", "timestamp": 1632200602431, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-21T05:06:11.333Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:06:11.333Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:06:11.333Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200607357, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-09-21T05:06:11.334Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:06:11.334Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:06:11.334Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "consumerID": "clamp", "timestamp": 1632200605010, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-21T05:06:11.334Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:06:11.334Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:06:11.334Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "consumerID": "policy-id", "timestamp": 1632200607962, "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-09-21T05:06:11.339Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 66350d12-9734-4bd8-9c0f-c34d15059708 2021-09-21T05:06:11.340Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 66350d12-9734-4bd8-9c0f-c34d15059708 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-09-21T05:06:11.347Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:06:11.347Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "consumerID": "aai-ml", "timestamp": 1632200602431, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-21T05:06:11.348Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:06:11.348Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:06:11.348Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200608479, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-09-21T05:06:11.348Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:06:11.348Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:06:11.348Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "consumerID": "clamp", "timestamp": 1632200605010, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:06:11.348Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:06:11.348Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:06:11.348Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "consumerID": "aai-ml", "timestamp": 1632200602431, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-21T05:06:11.348Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:06:11.349Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:06:11.349Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200609482, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-09-21T05:06:11.349Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:06:11.349Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:06:11.349Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "consumerID": "clamp", "timestamp": 1632200605010, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-21T05:06:11.349Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:06:11.349Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:06:11.349Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "consumerID": "aai-ml", "timestamp": 1632200602431, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-09-21T05:06:11.349Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:06:11.349Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:06:11.349Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200610485, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-09-21T05:06:11.349Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:06:11.350Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:06:11.350Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "consumerID": "clamp", "timestamp": 1632200605010, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-21T05:06:11.350Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:06:11.350Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:06:11.350Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632200610155, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:06:11.350Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:06:11.350Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:06:11.350Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200611488, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-09-21T05:06:11.350Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:06:11.350Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:06:11.350Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "consumerID": "clamp", "timestamp": 1632200605010, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-21T05:06:11.350Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:06:11.350Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:06:11.351Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632200610155, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-21T05:06:11.351Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:06:11.351Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:06:11.351Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "consumerID": "clamp", "timestamp": 1632200605010, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-09-21T05:06:11.351Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:06:11.351Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:06:11.351Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "consumerID": "aai-ml", "timestamp": 1632200612721, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-21T05:06:11.351Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:06:11.351Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:06:11.351Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632200610155, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-21T05:06:11.351Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:06:11.351Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:06:11.351Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632200610155, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:06:11.351Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:06:11.351Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:06:11.352Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632200610155, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-21T05:06:11.352Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:06:11.352Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:06:11.352Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632200610155, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-21T05:06:11.352Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:06:11.352Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:06:11.352Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632200610155, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-21T05:06:11.352Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:06:11.352Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:06:11.352Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632200610155, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-09-21T05:06:11.352Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:06:11.352Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:06:11.352Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "consumerID": "aai-ml", "timestamp": 1632200617890, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-21T05:06:11.353Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:06:11.353Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:06:11.353Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "consumerID": "aai-ml", "timestamp": 1632200618895, "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-09-21T05:06:11.358Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 66350d12-9734-4bd8-9c0f-c34d15059708 2021-09-21T05:06:11.358Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 66350d12-9734-4bd8-9c0f-c34d15059708 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-09-21T05:06:11.367Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:06:11.367Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632200619006, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-21T05:06:11.367Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:06:11.367Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:06:11.367Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632200621010, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-21T05:06:11.368Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:06:11.368Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:06:11.368Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632200622014, "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-09-21T05:06:11.372Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 66350d12-9734-4bd8-9c0f-c34d15059708 2021-09-21T05:06:11.372Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 66350d12-9734-4bd8-9c0f-c34d15059708 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-09-21T05:06:11.381Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:06:11.381Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "consumerID": "clamp", "timestamp": 1632200625181, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-21T05:06:11.381Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:06:11.381Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:06:11.381Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "consumerID": "clamp", "timestamp": 1632200628185, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-21T05:06:11.381Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:06:11.381Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:06:11.381Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "consumerID": "clamp", "timestamp": 1632200629188, "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-09-21T05:06:11.386Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 66350d12-9734-4bd8-9c0f-c34d15059708 2021-09-21T05:06:11.387Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 66350d12-9734-4bd8-9c0f-c34d15059708 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-09-21T05:06:11.395Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:06:11.395Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "13505463-c97c-4ff9-90b7-50c43400a28d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200642923, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-21T05:06:11.395Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:06:11.395Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:06:11.395Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "537b0354-ae67-4297-ab3f-bfff7fd1ad9b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200591231, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:06:11.395Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:06:11.395Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:06:11.395Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "537b0354-ae67-4297-ab3f-bfff7fd1ad9b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200591231, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-09-21T05:06:11.395Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:06:11.395Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:06:11.395Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "537b0354-ae67-4297-ab3f-bfff7fd1ad9b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200591231, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-09-21T05:06:11.395Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:06:11.396Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:06:11.396Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "537b0354-ae67-4297-ab3f-bfff7fd1ad9b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200591231, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:06:11.396Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:06:11.396Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:06:11.396Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "537b0354-ae67-4297-ab3f-bfff7fd1ad9b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200591231, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-09-21T05:06:11.396Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:06:11.396Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:06:11.396Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "537b0354-ae67-4297-ab3f-bfff7fd1ad9b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200591231, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-21T05:06:11.396Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:06:11.396Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:06:11.396Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "537b0354-ae67-4297-ab3f-bfff7fd1ad9b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200591231, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-09-21T05:06:11.396Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:06:23.709Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 537b0354-ae67-4297-ab3f-bfff7fd1ad9b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-21T05:06:23.722Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 537b0354-ae67-4297-ab3f-bfff7fd1ad9b 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-09-21T05:06:23.725Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-21T05:06:23.725Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-21T05:06:23.725Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-09-21T05:06:23.725Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-09-21T05:06:23.725Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-21T05:06:23.725Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-21T05:06:23.725Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-21T05:06:23.726Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-21T05:06:23.726Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-21T05:06:23.726Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-21T05:06:23.726Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-21T05:06:23.731Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-09-21T05:06:53.732Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 537b0354-ae67-4297-ab3f-bfff7fd1ad9b 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-09-21T05:06:53.739Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 537b0354-ae67-4297-ab3f-bfff7fd1ad9b and serviceModelVersionId: d33fedec-6fc0-413a-b72e-2065ed814e1d 2021-09-21T05:06:53.739Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1b7ccc8e-fbc2-4f4d-bfeb-1c082f4a9633 2021-09-21T05:06:53.739Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1b7ccc8e-fbc2-4f4d-bfeb-1c082f4a9633/model-vers/model-ver/d33fedec-6fc0-413a-b72e-2065ed814e1d?depth=0 2021-09-21T05:06:53.745Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2021-09-21T05:06:53.776Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1b7ccc8e-fbc2-4f4d-bfeb-1c082f4a9633/model-vers/model-ver/d33fedec-6fc0-413a-b72e-2065ed814e1d?depth=0|INFO|500||Invoke 2021-09-21T05:06:53.776Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1b7ccc8e-fbc2-4f4d-bfeb-1c082f4a9633/model-vers/model-ver/d33fedec-6fc0-413a-b72e-2065ed814e1d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1b7ccc8e-fbc2-4f4d-bfeb-1c082f4a9633/model-vers/model-ver/d33fedec-6fc0-413a-b72e-2065ed814e1d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[537b0354-ae67-4297-ab3f-bfff7fd1ad9b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[88f2dd01-ff43-4b1b-92fd-7c90c7630882], X-ECOMP-RequestID=[537b0354-ae67-4297-ab3f-bfff7fd1ad9b], X-TransactionId=[], X-ONAP-RequestID=[537b0354-ae67-4297-ab3f-bfff7fd1ad9b], Content-Type=[application/merge-patch+json]} 2021-09-21T05:06:53.798Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1b7ccc8e-fbc2-4f4d-bfeb-1c082f4a9633/model-vers/model-ver/d33fedec-6fc0-413a-b72e-2065ed814e1d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-09-21T05:06:54.199Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1b7ccc8e-fbc2-4f4d-bfeb-1c082f4a9633/model-vers/model-ver/d33fedec-6fc0-413a-b72e-2065ed814e1d?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1b7ccc8e-fbc2-4f4d-bfeb-1c082f4a9633/model-vers/model-ver/d33fedec-6fc0-413a-b72e-2065ed814e1d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210921-05:06:53:804-75432], vertex-id=[217328], Content-Length=[0], Date=[Tue, 21 Sep 2021 05:06:53 GMT], Content-Type=[application/json]} 2021-09-21T05:06:54.199Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1b7ccc8e-fbc2-4f4d-bfeb-1c082f4a9633/model-vers/model-ver/d33fedec-6fc0-413a-b72e-2065ed814e1d?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-09-21T05:06:54.200Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1b7ccc8e-fbc2-4f4d-bfeb-1c082f4a9633/model-vers/model-ver/d33fedec-6fc0-413a-b72e-2065ed814e1d?depth=0|INFO|500||InvokeReturn 2021-09-21T05:06:54.200Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-09-21T05:06:54.200Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-21T05:06:54.205Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-09-21T05:06:54.206Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 537b0354-ae67-4297-ab3f-bfff7fd1ad9b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-09-21T05:06:54.206Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-09-21T05:06:54.206Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-21T05:06:54.208Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T05:06:54.208Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "537b0354-ae67-4297-ab3f-bfff7fd1ad9b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200814206, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-21T05:06:54.308Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-21T05:06:54.309Z||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-09-21T05:06:54.309Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:06:54.323Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:06:54.323Z||pool-78-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-09-21T05:06:55.219Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-21T05:06:55.219Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"66350d12-9734-4bd8-9c0f-c34d15059708","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"06ced73b-90d2-475b-a98a-b06d92da35bb","serviceDescription":"service","serviceInvariantUUID":"4241da5e-5ccf-4437-83b0-9eaac3698596","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"05af86c6-e56c-4ac9-a1f0-de1b93b9aaaf","resourceInvariantUUID":"a4b4a7e8-c593-4044-bd1b-fb12d73cf6fd","resourceCustomizationUUID":"2737b09b-67d4-4783-a7a4-057a1af44009","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml","artifactChecksum":"MWI1NmQ5MWE5ZDlmMDU2ODY4ZGNlYTdkMTNjNjBjYTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6524970c-02a4-423f-a582-a64b5cf44da5","artifactVersion":"1"},{"artifactName":"basic_vm_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json","artifactChecksum":"YjhiYzcwN2NiYmE3NTFmOWZkZWQ0Y2U4YWQyYzYyNzU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"fc1da658-486e-47c1-9c3e-c83d5002a001","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"52e85b81-307f-4424-8394-7ad51936fade","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"OWU2MDAzY2U5YmM3Y2I4NzM1MjdlMzY3NjE0N2IyYmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ee1d12ea-daf5-42b6-9a5f-a13e7453ca5c","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b44ac8fb-f5ce-4788-bd15-31107f6b05ee","artifactVersion":"2","generatedFromUUID":"52e85b81-307f-4424-8394-7ad51936fade"},{"artifactName":"BASIC_VM_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip","artifactChecksum":"ODYzYjkxZmYxYTFlMWUzNDdlYzhiMjQ2OTllMjE3Zjk\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"dce23a2d-201a-4321-a9a5-89d5b7eed34b","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVmMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml","artifactChecksum":"MTA1YWFkMDkyNWQxM2M0OWNiNDEyMDgzZTlmODU2Y2M\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b62ceed5-4e64-45c6-8f6c-47c95d775b2d","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"YzRkMWVkOTc1MjRiZDk2NWNmYTIyNzkwNWRlYTkzODY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"081ea700-3f89-4c52-9319-0ba9ac9d24e9","artifactVersion":"1"}],"workloadContext":"Production"} 2021-09-21T05:06:55.220Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-21T05:06:55.220Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-21T05:06:55.221Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T05:06:55.222Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200591231, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:06:55.322Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-21T05:06:55.322Z||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-09-21T05:06:55.322Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:06:55.330Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:06:55.331Z||pool-79-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-21T05:06:56.222Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-21T05:06:56.224Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-21T05:06:56.226Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T05:06:56.226Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200591231, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-09-21T05:06:56.326Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-21T05:06:56.327Z||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-09-21T05:06:56.327Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:06:56.336Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:06:56.337Z||pool-80-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-21T05:06:57.227Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-21T05:06:57.228Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-21T05:06:57.230Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T05:06:57.230Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200591231, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-09-21T05:06:57.330Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-21T05:06:57.331Z||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-09-21T05:06:57.331Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:06:57.340Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:06:57.341Z||pool-81-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-21T05:06:58.230Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-21T05:06:58.231Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-21T05:06:58.232Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T05:06:58.233Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200591231, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:06:58.333Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-21T05:06:58.333Z||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-09-21T05:06:58.333Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:06:58.344Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:06:58.344Z||pool-82-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-21T05:06:59.233Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-21T05:06:59.233Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-21T05:06:59.235Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T05:06:59.235Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200591231, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-09-21T05:06:59.336Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-21T05:06:59.336Z||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-09-21T05:06:59.336Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:06:59.345Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:06:59.345Z||pool-83-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-21T05:07:00.236Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-21T05:07:00.237Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-21T05:07:00.239Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T05:07:00.239Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200591231, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-21T05:07:00.339Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-21T05:07:00.339Z||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-09-21T05:07:00.340Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:07:00.350Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:07:00.350Z||pool-84-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-21T05:07:01.239Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-21T05:07:01.240Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-21T05:07:01.242Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T05:07:01.243Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200591231, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-21T05:07:01.343Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-21T05:07:01.343Z||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-09-21T05:07:01.343Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:07:01.352Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:07:01.352Z||pool-85-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-21T05:07:02.243Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-21T05:07:02.244Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-21T05:07:02.246Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T05:07:02.246Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200591231, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-09-21T05:07:02.346Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-21T05:07:02.347Z||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-09-21T05:07:02.347Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:07:02.357Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:07:02.358Z||pool-86-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-21T05:07:03.248Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "06ced73b-90d2-475b-a98a-b06d92da35bb", "serviceDescription": "service", "serviceInvariantUUID": "4241da5e-5ccf-4437-83b0-9eaac3698596", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "2737b09b-67d4-4783-a7a4-057a1af44009", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "05af86c6-e56c-4ac9-a1f0-de1b93b9aaaf", "resourceInvariantUUID": "a4b4a7e8-c593-4044-bd1b-fb12d73cf6fd", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_vm_macro0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "artifactChecksum": "YjhiYzcwN2NiYmE3NTFmOWZkZWQ0Y2U4YWQyYzYyNzU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "fc1da658-486e-47c1-9c3e-c83d5002a001", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "52e85b81-307f-4424-8394-7ad51936fade", "generatedArtifact": { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "b44ac8fb-f5ce-4788-bd15-31107f6b05ee", "generatedFromUUID": "52e85b81-307f-4424-8394-7ad51936fade" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "b44ac8fb-f5ce-4788-bd15-31107f6b05ee", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "YzRkMWVkOTc1MjRiZDk2NWNmYTIyNzkwNWRlYTkzODY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "081ea700-3f89-4c52-9319-0ba9ac9d24e9" } ], "workloadContext": "Production" } 2021-09-21T05:07:03.248Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-09-21T05:07:03.248Z|537b0354-ae67-4297-ab3f-bfff7fd1ad9b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 06ced73b-90d2-475b-a98a-b06d92da35bb ASDC 2021-09-21T05:07:03.248Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:66350d12-9734-4bd8-9c0f-c34d15059708 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:06ced73b-90d2-475b-a98a-b06d92da35bb ServiceInvariantUUID:4241da5e-5ccf-4437-83b0-9eaac3698596 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicVmMacro-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ArtifactUUID:081ea700-3f89-4c52-9319-0ba9ac9d24e9 ArtifactChecksum:YzRkMWVkOTc1MjRiZDk2NWNmYTIyNzkwNWRlYTkzODY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:2737b09b-67d4-4783-a7a4-057a1af44009 ResourceInvariantUUID:a4b4a7e8-c593-4044-bd1b-fb12d73cf6fd ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:05af86c6-e56c-4ac9-a1f0-de1b93b9aaaf ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_vm_macro0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ArtifactUUID:fc1da658-486e-47c1-9c3e-c83d5002a001 ArtifactChecksum:YjhiYzcwN2NiYmE3NTFmOWZkZWQ0Y2U4YWQyYzYyNzU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ArtifactUUID:52e85b81-307f-4424-8394-7ad51936fade ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ArtifactUUID:b44ac8fb-f5ce-4788-bd15-31107f6b05ee ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ArtifactUUID:b44ac8fb-f5ce-4788-bd15-31107f6b05ee ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-09-21T05:07:03.249Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 06ced73b-90d2-475b-a98a-b06d92da35bb 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-09-21T05:07:03.280Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-21T05:07:03.281Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-09-21T05:07:03.281Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-09-21T05:07:03.281Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 081ea700-3f89-4c52-9319-0ba9ac9d24e9 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-09-21T05:07:03.281Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-09-21T05:07:03.281Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-09-21T05:07:03.932Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-09-21T05:07:03.937Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 081ea700-3f89-4c52-9319-0ba9ac9d24e9 78606 2021-09-21T05:07:03.937Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2021-09-21T05:07:03.937Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-09-21T05:07:03.937Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-21T05:07:03.937Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-21T05:07:03.939Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T05:07:03.939Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200823937, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-21T05:07:04.040Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-21T05:07:04.040Z||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-09-21T05:07:04.041Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:07:04.053Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:07:04.053Z||pool-87-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-09-21T05:07:04.940Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-21T05:07:04.941Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-09-21T05:07:04.941Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 081ea700-3f89-4c52-9319-0ba9ac9d24e9, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-09-21T05:07:04.941Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2021-09-21T05:07:04.941Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-09-21T05:07:04.941Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-09-21T05:07:05.045Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16807940666865194246/Definitions/service-BasicVmMacro-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2021-09-21T05:07:06.088Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2021-09-21T05:07:06.089Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-09-21T05:07:06.089Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-09-21T05:07:06.089Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-09-21T05:07:06.089Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-09-21T05:07:06.089Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-09-21T05:07:06.089Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-09-21T05:07:06.089Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-09-21T05:07:06.089Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-09-21T05:07:06.090Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-09-21T05:07:06.090Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-09-21T05:07:06.090Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-09-21T05:07:06.090Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-09-21T05:07:06.090Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-09-21T05:07:06.090Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:07:06.090Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-21T05:07:06.090Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-09-21T05:07:06.091Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-09-21T05:07:06.091Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-21T05:07:06.091Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:07:06.091Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-21T05:07:06.091Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-09-21T05:07:06.091Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-09-21T05:07:06.091Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-21T05:07:06.091Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:07:06.091Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-21T05:07:06.092Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:07:06.092Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-09-21T05:07:06.092Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2021-09-21T05:07:06.092Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2021-09-21T05:07:06.092Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2021-09-21T05:07:06.092Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-09-21T05:07:06.092Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-09-21T05:07:06.092Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:07:06.093Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-21T05:07:06.093Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:07:06.093Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-09-21T05:07:06.093Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-21T05:07:06.093Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:07:06.093Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-09-21T05:07:06.093Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-21T05:07:06.094Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:07:06.094Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-09-21T05:07:06.094Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-21T05:07:06.094Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:07:06.094Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-09-21T05:07:06.094Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2021-09-21T05:07:06.094Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-09-21T05:07:06.094Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=6e62bbbc-b362-454e-abc2-b7ec3f40b40a 2021-09-21T05:07:06.095Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:07:06.095Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-21T05:07:06.095Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:07:06.095Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-21T05:07:06.095Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:07:06.095Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-21T05:07:06.095Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:07:06.096Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-21T05:07:06.096Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:06ced73b-90d2-475b-a98a-b06d92da35bb Model Version:NULL Model InvariantUuid:4241da5e-5ccf-4437-83b0-9eaac3698596 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:9e858a49-b1c0-4b86-b586-05c51412a810 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:a4b4a7e8-c593-4044-bd1b-fb12d73cf6fd Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:2737b09b-67d4-4783-a7a4-057a1af44009 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:8da4bd4e-ef62-4840-8f65-7b14ed1cb4c9 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:9eacef04-6c13-497f-8710-993b99fceada ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:6e62bbbc-b362-454e-abc2-b7ec3f40b40a ModelInvariantUuid:3ec2382e-6b42-49f6-9d0f-98ffa13f1df9 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:58b9dada-c4f7-4708-ada2-44c35a0e947e ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:54ffce12-95b3-4d25-81f5-6142f3c40e90 ModelInvariantUuid:a714954c-bcfd-4e11-be08-4d120a00d2b6 ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:dfa3baed-c894-4205-a3a6-db4c358b4b29 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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-09-21T05:07:06.104Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 05af86c6-e56c-4ac9-a1f0-de1b93b9aaaf Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-21T05:07:06.108Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||INFO|500||basic_vm_macro 0 2021-09-21T05:07:06.108Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 05af86c6-e56c-4ac9-a1f0-de1b93b9aaaf 2021-09-21T05:07:06.108Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: fc1da658-486e-47c1-9c3e-c83d5002a001 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-09-21T05:07:06.108Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-09-21T05:07:06.108Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-09-21T05:07:06.544Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-09-21T05:07:06.545Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json fc1da658-486e-47c1-9c3e-c83d5002a001 792 2021-09-21T05:07:06.545Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2021-09-21T05:07:06.545Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-09-21T05:07:06.545Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-21T05:07:06.545Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-21T05:07:06.548Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T05:07:06.548Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200826545, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-21T05:07:06.648Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-21T05:07:06.649Z||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-09-21T05:07:06.649Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:07:06.659Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:07:06.660Z||pool-88-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-21T05:07:07.549Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "8da4bd4e-ef62-4840-8f65-7b14ed1cb4c9", "vfModuleModelVersion": "1", "vfModuleModelUUID": "9eacef04-6c13-497f-8710-993b99fceada", "vfModuleModelCustomizationUUID": "805eeb4b-0404-4b32-a458-d32f8865cd11", "isBase": true, "artifacts": [ "52e85b81-307f-4424-8394-7ad51936fade", "b44ac8fb-f5ce-4788-bd15-31107f6b05ee" ], "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-09-21T05:07:07.552Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:9eacef04-6c13-497f-8710-993b99fceada VfModuleModelInvariantUUID:8da4bd4e-ef62-4840-8f65-7b14ed1cb4c9 VfModuleModelDescription:NULL Artifacts UUID List:{ 52e85b81-307f-4424-8394-7ad51936fade , b44ac8fb-f5ce-4788-bd15-31107f6b05ee } 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-09-21T05:07:07.554Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "8da4bd4e-ef62-4840-8f65-7b14ed1cb4c9", "vfModuleModelVersion": "1", "vfModuleModelUUID": "9eacef04-6c13-497f-8710-993b99fceada", "vfModuleModelCustomizationUUID": "805eeb4b-0404-4b32-a458-d32f8865cd11", "isBase": true, "artifacts": [ "52e85b81-307f-4424-8394-7ad51936fade", "b44ac8fb-f5ce-4788-bd15-31107f6b05ee" ], "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-09-21T05:07:07.555Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:9eacef04-6c13-497f-8710-993b99fceada VfModuleModelInvariantUUID:8da4bd4e-ef62-4840-8f65-7b14ed1cb4c9 VfModuleModelDescription:NULL Artifacts UUID List:{ 52e85b81-307f-4424-8394-7ad51936fade , b44ac8fb-f5ce-4788-bd15-31107f6b05ee } 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-09-21T05:07:07.555Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 52e85b81-307f-4424-8394-7ad51936fade from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-09-21T05:07:07.555Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-09-21T05:07:07.555Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-09-21T05:07:07.956Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-09-21T05:07:07.956Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 52e85b81-307f-4424-8394-7ad51936fade 5033 2021-09-21T05:07:07.957Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-09-21T05:07:07.957Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-09-21T05:07:07.957Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-21T05:07:07.957Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-21T05:07:07.958Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T05:07:07.958Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200827957, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-09-21T05:07:08.058Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-21T05:07:08.059Z||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-09-21T05:07:08.059Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:07:08.067Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:07:08.068Z||pool-89-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-21T05:07:08.958Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: b44ac8fb-f5ce-4788-bd15-31107f6b05ee from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-09-21T05:07:08.959Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-09-21T05:07:08.959Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-09-21T05:07:09.549Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-09-21T05:07:09.549Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env b44ac8fb-f5ce-4788-bd15-31107f6b05ee 903 2021-09-21T05:07:09.549Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-09-21T05:07:09.550Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-09-21T05:07:09.550Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-21T05:07:09.550Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-21T05:07:09.552Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T05:07:09.552Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200829549, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-09-21T05:07:09.652Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-21T05:07:09.653Z||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-09-21T05:07:09.653Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:07:09.661Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:07:09.662Z||pool-90-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-21T05:07:10.552Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 06ced73b-90d2-475b-a98a-b06d92da35bb 2021-09-21T05:07:10.553Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 05af86c6-e56c-4ac9-a1f0-de1b93b9aaaf ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-21T05:07:10.565Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5adfee7e, org.onap.sdc.toscaparser.api.parameters.Input@4fbd6ed5, org.onap.sdc.toscaparser.api.parameters.Input@7e9a5502, org.onap.sdc.toscaparser.api.parameters.Input@bdbb34a, org.onap.sdc.toscaparser.api.parameters.Input@2ed20051] 2021-09-21T05:07:10.566Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:07:10.566Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-21T05:07:10.566Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2021-09-21T05:07:10.566Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 2737b09b-67d4-4783-a7a4-057a1af44009 2021-09-21T05:07:10.567Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2737b09b-67d4-4783-a7a4-057a1af44009 matches Tosca VF Customization UUID: 2737b09b-67d4-4783-a7a4-057a1af44009 2021-09-21T05:07:10.567Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 2737b09b-67d4-4783-a7a4-057a1af44009 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-09-21T05:07:10.568Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:07:10.568Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-21T05:07:10.569Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 2737b09b-67d4-4783-a7a4-057a1af44009: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"} 2021-09-21T05:07:10.569Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@70b4d8e5 2021-09-21T05:07:10.569Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:07:10.569Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-21T05:07:10.570Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 805eeb4b-0404-4b32-a458-d32f8865cd11 2021-09-21T05:07:10.570Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 805eeb4b-0404-4b32-a458-d32f8865cd11 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-09-21T05:07:10.571Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:07:10.571Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-09-21T05:07:10.572Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-21T05:07:10.572Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:07:10.572Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-09-21T05:07:10.572Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-21T05:07:10.572Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:07:10.572Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-09-21T05:07:10.572Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2021-09-21T05:07:10.573Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-09-21T05:07:10.573Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=6e62bbbc-b362-454e-abc2-b7ec3f40b40a Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-09-21T05:07:10.574Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:07:10.575Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-09-21T05:07:10.575Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-21T05:07:10.575Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:07:10.575Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-09-21T05:07:10.575Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=2737b09b-67d4-4783-a7a4-057a1af44009 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-21T05:07:10.576Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:07:10.577Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-21T05:07:10.577Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 06ced73b-90d2-475b-a98a-b06d92da35bb: basic_vm_macro 2021-09-21T05:07:10.577Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:07:10.577Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-21T05:07:10.577Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:07:10.577Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-21T05:07:10.577Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:07:10.577Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-21T05:07:10.577Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:07:10.578Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-21T05:07:10.578Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:07:10.578Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-21T05:07:10.578Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||INFO|500||Saving Service: basic_vm_macro Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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-09-21T05:07:10.648Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 05af86c6-e56c-4ac9-a1f0-de1b93b9aaaf 1 ASDC deployResourceStructure 2021-09-21T05:07:10.649Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2021-09-21T05:07:10.649Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-09-21T05:07:10.649Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-21T05:07:10.649Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-21T05:07:10.651Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T05:07:10.652Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200830649, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-09-21T05:07:10.751Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-21T05:07:10.752Z||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-09-21T05:07:10.752Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:07:10.760Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:07:10.760Z||pool-91-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-09-21T05:07:11.233Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T05:07:11.233Z||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-09-21T05:07:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:07:11.251Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:07:11.251Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:07:11.252Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "537b0354-ae67-4297-ab3f-bfff7fd1ad9b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200653429, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-21T05:07:11.252Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:07:11.252Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:07:11.252Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "537b0354-ae67-4297-ab3f-bfff7fd1ad9b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200656048, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-21T05:07:11.253Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:07:11.253Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:07:11.253Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "537b0354-ae67-4297-ab3f-bfff7fd1ad9b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200657352, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-09-21T05:07:11.253Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:07:11.253Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:07:11.253Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "537b0354-ae67-4297-ab3f-bfff7fd1ad9b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200658521, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-09-21T05:07:11.253Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:07:11.253Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:07:11.253Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "537b0354-ae67-4297-ab3f-bfff7fd1ad9b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200659635, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-09-21T05:07:11.253Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:07:11.253Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:07:11.253Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "537b0354-ae67-4297-ab3f-bfff7fd1ad9b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200660637, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-09-21T05:07:11.253Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:07:11.254Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:07:11.254Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "537b0354-ae67-4297-ab3f-bfff7fd1ad9b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200661640, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-09-21T05:07:11.254Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:07:11.254Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:07:11.254Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "537b0354-ae67-4297-ab3f-bfff7fd1ad9b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200662642, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-09-21T05:07:11.254Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:07:11.653Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-09-21T05:07:11.654Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-09-21T05:07:11.654Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-21T05:07:11.654Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-21T05:07:11.656Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T05:07:11.656Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200831653, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-09-21T05:07:11.756Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-21T05:07:11.757Z||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-09-21T05:07:11.757Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:07:11.768Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:07:11.768Z||pool-92-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-21T05:07:12.656Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-09-21T05:07:12.657Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-09-21T05:07:12.657Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-21T05:07:12.657Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-21T05:07:12.659Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T05:07:12.659Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200832656, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-09-21T05:07:12.759Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-21T05:07:12.760Z||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-09-21T05:07:12.760Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:07:12.769Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:07:12.769Z||pool-93-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-21T05:07:13.660Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2021-09-21T05:07:13.660Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-09-21T05:07:13.660Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-21T05:07:13.661Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-21T05:07:13.662Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T05:07:13.663Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200833659, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-21T05:07:13.763Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-21T05:07:13.764Z||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-09-21T05:07:13.764Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:07:13.772Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:07:13.773Z||pool-94-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-21T05:07:14.663Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 66350d12-9734-4bd8-9c0f-c34d15059708 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-21T05:07:14.674Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 66350d12-9734-4bd8-9c0f-c34d15059708 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-09-21T05:07:14.677Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-21T05:07:14.677Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-21T05:07:14.678Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-09-21T05:07:14.678Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-09-21T05:07:14.678Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-21T05:07:14.678Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-21T05:07:14.679Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-21T05:07:14.679Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-21T05:07:14.679Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-21T05:07:14.679Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-21T05:07:14.679Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-21T05:07:14.684Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-09-21T05:07:44.684Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 66350d12-9734-4bd8-9c0f-c34d15059708 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-09-21T05:07:44.689Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 66350d12-9734-4bd8-9c0f-c34d15059708 and serviceModelVersionId: 06ced73b-90d2-475b-a98a-b06d92da35bb 2021-09-21T05:07:44.690Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4241da5e-5ccf-4437-83b0-9eaac3698596 2021-09-21T05:07:44.690Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4241da5e-5ccf-4437-83b0-9eaac3698596/model-vers/model-ver/06ced73b-90d2-475b-a98a-b06d92da35bb?depth=0 2021-09-21T05:07:44.697Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2021-09-21T05:07:44.725Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4241da5e-5ccf-4437-83b0-9eaac3698596/model-vers/model-ver/06ced73b-90d2-475b-a98a-b06d92da35bb?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-09-21T05:07:44.725Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4241da5e-5ccf-4437-83b0-9eaac3698596/model-vers/model-ver/06ced73b-90d2-475b-a98a-b06d92da35bb?depth=0|INFO|500||Invoke 2021-09-21T05:07:44.739Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4241da5e-5ccf-4437-83b0-9eaac3698596/model-vers/model-ver/06ced73b-90d2-475b-a98a-b06d92da35bb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-09-21T05:07:45.197Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4241da5e-5ccf-4437-83b0-9eaac3698596/model-vers/model-ver/06ced73b-90d2-475b-a98a-b06d92da35bb?depth=0|INFO|500||InvokeReturn 2021-09-21T05:07:45.198Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4241da5e-5ccf-4437-83b0-9eaac3698596/model-vers/model-ver/06ced73b-90d2-475b-a98a-b06d92da35bb?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210921-05:07:44:744-6886], vertex-id=[221336], Content-Length=[0], Date=[Tue, 21 Sep 2021 05:07:44 GMT], Content-Type=[application/json]} 2021-09-21T05:07:45.198Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2021-09-21T05:07:45.198Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-09-21T05:07:45.198Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-21T05:07:45.204Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-09-21T05:07:45.204Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 66350d12-9734-4bd8-9c0f-c34d15059708 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-09-21T05:07:45.204Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-09-21T05:07:45.204Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-21T05:07:45.206Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T05:07:45.206Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200865204, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-21T05:07:45.306Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-21T05:07:45.307Z||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-09-21T05:07:45.307Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:07:45.319Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:07:45.319Z||pool-95-thread-1|||||INFO|500||cambria reply ok (13 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-09-21T05:07:46.220Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T05:07:46.220Z|66350d12-9734-4bd8-9c0f-c34d15059708|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-09-21T05:07:46.220Z|66350d12-9734-4bd8-9c0f-c34d15059708|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 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:07:50.503Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:07:50.504Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-21T05:07:50.504Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"001df362-26d2-40a7-9939-ee578b831e4a","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"29f35004-a48c-4f18-8047-7e17dd9439b9","serviceDescription":"service","serviceInvariantUUID":"5d3bc70a-29d4-445e-b446-9b3412daa257","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"92774016-7a95-410a-ab52-2aaadc28bcc0","resourceInvariantUUID":"1a51f192-6208-4488-8def-03952587547b","resourceCustomizationUUID":"00edbc42-4cb7-467d-a1d7-30302728fe7e","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":"MDA0ZmI0YTU2OTg4Y2UzOTc1ZjZmOGU3YmRkNzczZGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bb5a2845-5ee9-4083-a998-ff562a7dee07","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":"776bea2b-84af-40c9-8a70-599d91f5a287","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":"32ea3e91-de95-4473-9a94-74902cbe4d2e","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":"MzQwOGFlNjFjM2NmNDU4OWFhYjQzYzgwYTUwYTI3YzA\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"d7e96e59-3d17-4700-9389-7260fdf68c7e","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":"e4afd73b-90c6-4e62-9f3f-13fa5201a71f","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":"028125f2-f0c7-44aa-8343-e2175f26fd19","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":"c5742d8b-162d-4844-80a9-e5387c2d6c33","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":"OTU1ZDJkNzJiNGUxYjU5MDVjNmI1YmZlZTc5ZjFmODY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"221b3174-79b0-4ad4-8ad0-d3e7b0bb469d","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZDIxMzkzMWFhMWJkNjQzNGZkNWU1ZDlhZTMyYTc5NWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bfb1234c-4d20-48ab-b7e0-880cb01c0bbf","artifactVersion":"1"}],"workloadContext":"Production"} 2021-09-21T05:07:50.507Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-21T05:07:50.507Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-21T05:07:50.509Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T05:07:50.509Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "001df362-26d2-40a7-9939-ee578b831e4a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200866220, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:07:50.610Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-21T05:07:50.610Z||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-09-21T05:07:50.610Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:07:50.619Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:07:50.620Z||pool-96-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-21T05:07:51.510Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-21T05:07:51.511Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-21T05:07:51.512Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T05:07:51.512Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "001df362-26d2-40a7-9939-ee578b831e4a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200866220, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-21T05:07:51.613Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-21T05:07:51.613Z||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-09-21T05:07:51.613Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:07:51.622Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:07:51.622Z||pool-97-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-21T05:07:52.513Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-21T05:07:52.514Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-21T05:07:52.516Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T05:07:52.516Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "001df362-26d2-40a7-9939-ee578b831e4a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200866220, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-21T05:07:52.616Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-21T05:07:52.617Z||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-09-21T05:07:52.617Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:07:52.627Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:07:52.627Z||pool-98-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-21T05:07:53.517Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-21T05:07:53.517Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-21T05:07:53.520Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T05:07:53.520Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "001df362-26d2-40a7-9939-ee578b831e4a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200866220, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-21T05:07:53.620Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-21T05:07:53.621Z||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-09-21T05:07:53.621Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:07:53.633Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:07:53.634Z||pool-99-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-09-21T05:07:54.520Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-21T05:07:54.521Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-21T05:07:54.523Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T05:07:54.523Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "001df362-26d2-40a7-9939-ee578b831e4a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200866220, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:07:54.623Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-21T05:07:54.624Z||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-09-21T05:07:54.624Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:07:54.633Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:07:54.634Z||pool-100-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-21T05:07:55.524Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-21T05:07:55.524Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-21T05:07:55.526Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T05:07:55.527Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "001df362-26d2-40a7-9939-ee578b831e4a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200866220, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-21T05:07:55.627Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-21T05:07:55.627Z||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-09-21T05:07:55.628Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:07:55.638Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:07:55.639Z||pool-101-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-21T05:07:56.527Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-21T05:07:56.528Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-21T05:07:56.530Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T05:07:56.530Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "001df362-26d2-40a7-9939-ee578b831e4a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200866220, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-21T05:07:56.630Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-21T05:07:56.631Z||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-09-21T05:07:56.631Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:07:56.641Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:07:56.641Z||pool-102-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-21T05:07:57.531Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-21T05:07:57.531Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-21T05:07:57.532Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T05:07:57.533Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "001df362-26d2-40a7-9939-ee578b831e4a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200866220, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-21T05:07:57.633Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-21T05:07:57.633Z||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-09-21T05:07:57.634Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:07:57.643Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:07:57.643Z||pool-103-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-21T05:07:58.533Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-21T05:07:58.534Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-21T05:07:58.536Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T05:07:58.537Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "001df362-26d2-40a7-9939-ee578b831e4a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200866220, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-09-21T05:07:58.637Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-21T05:07:58.637Z||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-09-21T05:07:58.637Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:07:58.647Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:07:58.648Z||pool-104-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-21T05:07:59.537Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "001df362-26d2-40a7-9939-ee578b831e4a", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "29f35004-a48c-4f18-8047-7e17dd9439b9", "serviceDescription": "service", "serviceInvariantUUID": "5d3bc70a-29d4-445e-b446-9b3412daa257", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "00edbc42-4cb7-467d-a1d7-30302728fe7e", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "92774016-7a95-410a-ab52-2aaadc28bcc0", "resourceInvariantUUID": "1a51f192-6208-4488-8def-03952587547b", "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": "ZDIxMzkzMWFhMWJkNjQzNGZkNWU1ZDlhZTMyYTc5NWY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "bfb1234c-4d20-48ab-b7e0-880cb01c0bbf" } ], "workloadContext": "Production" } 2021-09-21T05:07:59.538Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-09-21T05:07:59.538Z|66350d12-9734-4bd8-9c0f-c34d15059708|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 29f35004-a48c-4f18-8047-7e17dd9439b9 ASDC 2021-09-21T05:07:59.538Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:001df362-26d2-40a7-9939-ee578b831e4a ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:29f35004-a48c-4f18-8047-7e17dd9439b9 ServiceInvariantUUID:5d3bc70a-29d4-445e-b446-9b3412daa257 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:bfb1234c-4d20-48ab-b7e0-880cb01c0bbf ArtifactChecksum:ZDIxMzkzMWFhMWJkNjQzNGZkNWU1ZDlhZTMyYTc5NWY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:00edbc42-4cb7-467d-a1d7-30302728fe7e ResourceInvariantUUID:1a51f192-6208-4488-8def-03952587547b ResourceName:test-pnf ResourceType:PNF ResourceUUID:92774016-7a95-410a-ab52-2aaadc28bcc0 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-09-21T05:07:59.539Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 29f35004-a48c-4f18-8047-7e17dd9439b9 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-09-21T05:07:59.566Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-21T05:07:59.567Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-09-21T05:07:59.568Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-09-21T05:07:59.568Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: bfb1234c-4d20-48ab-b7e0-880cb01c0bbf from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-09-21T05:07:59.568Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-09-21T05:07:59.568Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-09-21T05:07:59.747Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-09-21T05:07:59.750Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar bfb1234c-4d20-48ab-b7e0-880cb01c0bbf 105564 2021-09-21T05:07:59.751Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2021-09-21T05:07:59.751Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-09-21T05:07:59.751Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-21T05:07:59.751Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-21T05:07:59.753Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T05:07:59.753Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "001df362-26d2-40a7-9939-ee578b831e4a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200879751, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-21T05:07:59.853Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-21T05:07:59.854Z||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-09-21T05:07:59.854Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:07:59.864Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:07:59.865Z||pool-105-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-21T05:08:00.753Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-21T05:08:00.755Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-09-21T05:08:00.755Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: bfb1234c-4d20-48ab-b7e0-880cb01c0bbf, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-09-21T05:08:00.755Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2021-09-21T05:08:00.755Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-09-21T05:08:00.756Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-09-21T05:08:00.874Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9366720270991548396/Definitions/service-TestPnfMacro-template.yml 2021-09-21T05:08:01.437Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2021-09-21T05:08:01.437Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-09-21T05:08:01.438Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-09-21T05:08:01.438Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2021-09-21T05:08:01.438Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-09-21T05:08:01.438Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-09-21T05:08:01.438Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-09-21T05:08:01.438Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-09-21T05:08:01.438Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-09-21T05:08:01.438Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-09-21T05:08:01.438Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-09-21T05:08:01.438Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-09-21T05:08:01.438Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:08:01.438Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-21T05:08:01.438Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2021-09-21T05:08:01.439Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-09-21T05:08:01.439Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-21T05:08:01.439Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:08:01.439Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-21T05:08:01.439Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2021-09-21T05:08:01.439Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-09-21T05:08:01.439Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-21T05:08:01.439Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:08:01.439Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-21T05:08:01.439Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:08:01.439Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-21T05:08:01.439Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:08:01.439Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-21T05:08:01.439Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:08:01.439Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-21T05:08:01.440Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:08:01.440Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-21T05:08:01.440Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:29f35004-a48c-4f18-8047-7e17dd9439b9 Model Version:NULL Model InvariantUuid:5d3bc70a-29d4-445e-b446-9b3412daa257 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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-09-21T05:08:01.447Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: 92774016-7a95-410a-ab52-2aaadc28bcc0 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-21T05:08:01.450Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||INFO|500||test-pnf 0 2021-09-21T05:08:01.450Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 92774016-7a95-410a-ab52-2aaadc28bcc0 2021-09-21T05:08:01.450Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 29f35004-a48c-4f18-8047-7e17dd9439b9 2021-09-21T05:08:01.450Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 29f35004-a48c-4f18-8047-7e17dd9439b9 2021-09-21T05:08:01.450Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 92774016-7a95-410a-ab52-2aaadc28bcc0 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-21T05:08:01.454Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@300bd8d9, org.onap.sdc.toscaparser.api.parameters.Input@72dae6fd, org.onap.sdc.toscaparser.api.parameters.Input@755599aa, org.onap.sdc.toscaparser.api.parameters.Input@1f0e8eb0, org.onap.sdc.toscaparser.api.parameters.Input@712d4098] 2021-09-21T05:08:01.454Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:08:01.455Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-21T05:08:01.455Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 29f35004-a48c-4f18-8047-7e17dd9439b9: test-pnf 2021-09-21T05:08:01.455Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||INFO|500||Processing PNF resource: 92774016-7a95-410a-ab52-2aaadc28bcc0 2021-09-21T05:08:01.455Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:08:01.455Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-21T05:08:01.455Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||INFO|500||Resource customization UUID: 00edbc42-4cb7-467d-a1d7-30302728fe7e is the same as notified resource customizationUUID: 00edbc42-4cb7-467d-a1d7-30302728fe7e Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_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-09-21T05:08:01.492Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 92774016-7a95-410a-ab52-2aaadc28bcc0 0 ASDC deployResourceStructure 2021-09-21T05:08:01.492Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2021-09-21T05:08:01.492Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-09-21T05:08:01.492Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-21T05:08:01.492Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-21T05:08:01.494Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T05:08:01.494Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "001df362-26d2-40a7-9939-ee578b831e4a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200881492, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-21T05:08:01.595Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-21T05:08:01.595Z||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-09-21T05:08:01.595Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:08:01.605Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:08:01.605Z||pool-106-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-21T05:08:02.495Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 001df362-26d2-40a7-9939-ee578b831e4a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-21T05:08:02.507Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 001df362-26d2-40a7-9939-ee578b831e4a 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-09-21T05:08:02.509Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-21T05:08:02.509Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-21T05:08:02.509Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-21T05:08:11.233Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T05:08:11.233Z||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-09-21T05:08:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:08:11.255Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:08:11.256Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:08:11.256Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "001df362-26d2-40a7-9939-ee578b831e4a", "consumerID": "ves-openapi-manager", "timestamp": 1632200750812, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:08:11.257Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:08:11.257Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:08:11.257Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "001df362-26d2-40a7-9939-ee578b831e4a", "consumerID": "multicloud-k8s-id", "timestamp": 1632200749761, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:08:11.257Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:08:11.257Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:08:11.257Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "001df362-26d2-40a7-9939-ee578b831e4a", "consumerID": "dcae-sch", "timestamp": 1632200747396, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:08:11.257Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:08:11.257Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:08:11.257Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "001df362-26d2-40a7-9939-ee578b831e4a", "consumerID": "aai-ml", "timestamp": 1632200752431, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:08:11.257Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:08:11.257Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:08:11.257Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "001df362-26d2-40a7-9939-ee578b831e4a", "consumerID": "ves-openapi-manager", "timestamp": 1632200750812, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-21T05:08:11.257Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:08:11.258Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:08:11.258Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "001df362-26d2-40a7-9939-ee578b831e4a", "consumerID": "multicloud-k8s-id", "timestamp": 1632200749761, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-21T05:08:11.258Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:08:11.258Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:08:11.258Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "001df362-26d2-40a7-9939-ee578b831e4a", "consumerID": "dcae-sch", "timestamp": 1632200747396, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-21T05:08:11.258Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:08:11.258Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:08:11.258Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "001df362-26d2-40a7-9939-ee578b831e4a", "consumerID": "aai-ml", "timestamp": 1632200752431, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-21T05:08:11.258Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:08:11.258Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:08:11.258Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "001df362-26d2-40a7-9939-ee578b831e4a", "consumerID": "ves-openapi-manager", "timestamp": 1632200750812, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-21T05:08:11.258Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:08:11.258Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:08:11.258Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "001df362-26d2-40a7-9939-ee578b831e4a", "consumerID": "multicloud-k8s-id", "timestamp": 1632200749761, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-21T05:08:11.258Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:08:11.258Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:08:11.258Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "001df362-26d2-40a7-9939-ee578b831e4a", "consumerID": "dcae-sch", "timestamp": 1632200747396, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-21T05:08:11.258Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:08:11.258Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:08:11.258Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "001df362-26d2-40a7-9939-ee578b831e4a", "consumerID": "aai-ml", "timestamp": 1632200752431, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-21T05:08:11.258Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:08:11.258Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:08:11.258Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "001df362-26d2-40a7-9939-ee578b831e4a", "consumerID": "ves-openapi-manager", "timestamp": 1632200750812, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-21T05:08:11.259Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:08:11.259Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:08:11.259Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "001df362-26d2-40a7-9939-ee578b831e4a", "consumerID": "multicloud-k8s-id", "timestamp": 1632200749761, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-21T05:08:11.259Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:08:11.259Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:08:11.259Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "001df362-26d2-40a7-9939-ee578b831e4a", "consumerID": "dcae-sch", "timestamp": 1632200747396, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-21T05:08:11.259Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:08:11.259Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:08:11.259Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "001df362-26d2-40a7-9939-ee578b831e4a", "consumerID": "clamp", "timestamp": 1632200755010, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:08:11.259Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:08:11.259Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:08:11.259Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "001df362-26d2-40a7-9939-ee578b831e4a", "consumerID": "aai-ml", "timestamp": 1632200752431, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-21T05:08:11.259Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:08:11.259Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:08:11.259Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "001df362-26d2-40a7-9939-ee578b831e4a", "consumerID": "cds", "timestamp": 1632200755500, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:08:11.259Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:08:11.260Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:08:11.260Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "001df362-26d2-40a7-9939-ee578b831e4a", "consumerID": "ves-openapi-manager", "timestamp": 1632200750812, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:08:11.260Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:08:11.260Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:08:11.260Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "001df362-26d2-40a7-9939-ee578b831e4a", "consumerID": "multicloud-k8s-id", "timestamp": 1632200749761, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:08:11.260Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:08:11.260Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:08:11.260Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "001df362-26d2-40a7-9939-ee578b831e4a", "consumerID": "dcae-sch", "timestamp": 1632200747396, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:08:11.260Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:08:11.260Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:08:11.260Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "001df362-26d2-40a7-9939-ee578b831e4a", "consumerID": "clamp", "timestamp": 1632200755010, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-21T05:08:11.260Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:08:11.260Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:08:11.260Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "001df362-26d2-40a7-9939-ee578b831e4a", "consumerID": "policy-id", "timestamp": 1632200756144, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:08:11.260Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:08:11.260Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:08:11.260Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "001df362-26d2-40a7-9939-ee578b831e4a", "consumerID": "aai-ml", "timestamp": 1632200752431, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:08:11.260Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:08:11.260Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:08:11.261Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "001df362-26d2-40a7-9939-ee578b831e4a", "consumerID": "cds", "timestamp": 1632200755500, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-21T05:08:11.261Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:08:11.261Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:08:11.261Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "001df362-26d2-40a7-9939-ee578b831e4a", "consumerID": "ves-openapi-manager", "timestamp": 1632200750812, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-21T05:08:11.261Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:08:11.261Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:08:11.261Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "001df362-26d2-40a7-9939-ee578b831e4a", "consumerID": "multicloud-k8s-id", "timestamp": 1632200749761, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-21T05:08:11.261Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:08:11.261Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:08:11.261Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "001df362-26d2-40a7-9939-ee578b831e4a", "consumerID": "dcae-sch", "timestamp": 1632200747396, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-21T05:08:11.261Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:08:11.261Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:08:11.261Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "001df362-26d2-40a7-9939-ee578b831e4a", "consumerID": "clamp", "timestamp": 1632200755010, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-21T05:08:11.261Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:08:11.261Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:08:11.262Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "001df362-26d2-40a7-9939-ee578b831e4a", "consumerID": "policy-id", "timestamp": 1632200756144, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-21T05:08:11.262Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:08:11.262Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:08:11.262Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "001df362-26d2-40a7-9939-ee578b831e4a", "consumerID": "aai-ml", "timestamp": 1632200752431, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-21T05:08:11.262Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:08:11.262Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:08:11.262Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "001df362-26d2-40a7-9939-ee578b831e4a", "consumerID": "cds", "timestamp": 1632200755500, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-21T05:08:11.262Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:08:11.262Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:08:11.262Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "001df362-26d2-40a7-9939-ee578b831e4a", "consumerID": "ves-openapi-manager", "timestamp": 1632200750812, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-09-21T05:08:11.262Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:08:11.262Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:08:11.262Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "001df362-26d2-40a7-9939-ee578b831e4a", "consumerID": "multicloud-k8s-id", "timestamp": 1632200749761, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-21T05:08:11.262Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:08:11.262Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:08:11.262Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "001df362-26d2-40a7-9939-ee578b831e4a", "consumerID": "dcae-sch", "timestamp": 1632200747396, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-21T05:08:11.263Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:08:11.263Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:08:11.263Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "001df362-26d2-40a7-9939-ee578b831e4a", "consumerID": "clamp", "timestamp": 1632200755010, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-21T05:08:11.263Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:08:11.263Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:08:11.263Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "001df362-26d2-40a7-9939-ee578b831e4a", "consumerID": "policy-id", "timestamp": 1632200756144, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-21T05:08:11.263Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:08:11.263Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:08:11.263Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "001df362-26d2-40a7-9939-ee578b831e4a", "consumerID": "aai-ml", "timestamp": 1632200752431, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-21T05:08:11.263Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:08:11.263Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:08:11.263Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "001df362-26d2-40a7-9939-ee578b831e4a", "consumerID": "cds", "timestamp": 1632200755500, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-21T05:08:11.263Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:08:11.264Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:08:11.264Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "001df362-26d2-40a7-9939-ee578b831e4a", "consumerID": "ves-openapi-manager", "timestamp": 1632200750812, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-21T05:08:11.264Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:08:11.264Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:08:11.264Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "001df362-26d2-40a7-9939-ee578b831e4a", "consumerID": "multicloud-k8s-id", "timestamp": 1632200749761, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-21T05:08:11.264Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:08:11.264Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:08:11.264Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "001df362-26d2-40a7-9939-ee578b831e4a", "consumerID": "dcae-sch", "timestamp": 1632200747396, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-21T05:08:11.264Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:08:11.264Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:08:11.264Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "001df362-26d2-40a7-9939-ee578b831e4a", "consumerID": "clamp", "timestamp": 1632200755010, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:08:11.264Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:08:11.264Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:08:11.264Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "001df362-26d2-40a7-9939-ee578b831e4a", "consumerID": "policy-id", "timestamp": 1632200756144, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-21T05:08:11.264Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:08:11.264Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:08:11.264Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "001df362-26d2-40a7-9939-ee578b831e4a", "consumerID": "aai-ml", "timestamp": 1632200752431, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-21T05:08:11.265Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:08:11.265Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:08:11.265Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "001df362-26d2-40a7-9939-ee578b831e4a", "consumerID": "cds", "timestamp": 1632200755500, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:08:11.265Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:08:11.265Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:08:11.265Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "001df362-26d2-40a7-9939-ee578b831e4a", "consumerID": "ves-openapi-manager", "timestamp": 1632200750812, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-21T05:08:11.265Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:08:11.265Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:08:11.265Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "001df362-26d2-40a7-9939-ee578b831e4a", "consumerID": "multicloud-k8s-id", "timestamp": 1632200749761, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-09-21T05:08:11.265Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:08:11.265Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:08:11.265Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "001df362-26d2-40a7-9939-ee578b831e4a", "consumerID": "dcae-sch", "timestamp": 1632200747396, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-21T05:08:11.265Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:08:11.265Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:08:11.265Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "001df362-26d2-40a7-9939-ee578b831e4a", "consumerID": "clamp", "timestamp": 1632200755010, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-21T05:08:11.266Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:08:11.266Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:08:11.266Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "001df362-26d2-40a7-9939-ee578b831e4a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632200760155, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:08:11.266Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:08:11.266Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:08:11.266Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "001df362-26d2-40a7-9939-ee578b831e4a", "consumerID": "policy-id", "timestamp": 1632200756144, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:08:11.266Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:08:11.266Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:08:11.266Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "001df362-26d2-40a7-9939-ee578b831e4a", "consumerID": "aai-ml", "timestamp": 1632200752431, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-09-21T05:08:11.266Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:08:11.266Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:08:11.266Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "001df362-26d2-40a7-9939-ee578b831e4a", "consumerID": "cds", "timestamp": 1632200755500, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-21T05:08:11.267Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:08:11.267Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:08:11.267Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "001df362-26d2-40a7-9939-ee578b831e4a", "consumerID": "clamp", "timestamp": 1632200755010, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-21T05:08:11.267Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:08:11.267Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:08:11.267Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "001df362-26d2-40a7-9939-ee578b831e4a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632200760155, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-21T05:08:11.267Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:08:11.267Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:08:11.267Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "001df362-26d2-40a7-9939-ee578b831e4a", "consumerID": "policy-id", "timestamp": 1632200756144, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-21T05:08:11.267Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:08:11.267Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:08:11.267Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "001df362-26d2-40a7-9939-ee578b831e4a", "consumerID": "cds", "timestamp": 1632200755500, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-21T05:08:11.267Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:08:11.267Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:08:11.267Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "001df362-26d2-40a7-9939-ee578b831e4a", "consumerID": "ves-openapi-manager", "timestamp": 1632200762504, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-09-21T05:08:11.268Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:08:11.268Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:08:11.268Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "001df362-26d2-40a7-9939-ee578b831e4a", "consumerID": "clamp", "timestamp": 1632200755010, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-21T05:08:11.268Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:08:11.268Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:08:11.268Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "001df362-26d2-40a7-9939-ee578b831e4a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632200760155, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-21T05:08:11.268Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:08:11.268Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:08:11.268Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "001df362-26d2-40a7-9939-ee578b831e4a", "consumerID": "policy-id", "timestamp": 1632200756144, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-21T05:08:11.268Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:08:11.268Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:08:11.268Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "001df362-26d2-40a7-9939-ee578b831e4a", "consumerID": "cds", "timestamp": 1632200755500, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-21T05:08:11.268Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:08:11.268Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:08:11.268Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "001df362-26d2-40a7-9939-ee578b831e4a", "consumerID": "aai-ml", "timestamp": 1632200763429, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-21T05:08:11.268Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:08:11.268Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:08:11.268Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "001df362-26d2-40a7-9939-ee578b831e4a", "consumerID": "ves-openapi-manager", "timestamp": 1632200763522, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-09-21T05:08:11.268Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:08:11.268Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:08:11.268Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "001df362-26d2-40a7-9939-ee578b831e4a", "consumerID": "clamp", "timestamp": 1632200755010, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-09-21T05:08:11.268Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:08:11.268Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:08:11.268Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "001df362-26d2-40a7-9939-ee578b831e4a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632200760155, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-21T05:08:11.269Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:08:11.269Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:08:11.269Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "001df362-26d2-40a7-9939-ee578b831e4a", "consumerID": "policy-id", "timestamp": 1632200756144, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-21T05:08:11.269Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:08:11.269Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:08:11.269Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "001df362-26d2-40a7-9939-ee578b831e4a", "consumerID": "cds", "timestamp": 1632200755500, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-09-21T05:08:11.269Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:08:11.269Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:08:11.269Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "001df362-26d2-40a7-9939-ee578b831e4a", "consumerID": "ves-openapi-manager", "timestamp": 1632200764524, "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-09-21T05:08:11.275Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 001df362-26d2-40a7-9939-ee578b831e4a 2021-09-21T05:08:11.275Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 001df362-26d2-40a7-9939-ee578b831e4a 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-09-21T05:08:11.283Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:08:11.283Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "001df362-26d2-40a7-9939-ee578b831e4a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632200760155, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:08:11.283Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:08:11.283Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:08:11.283Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "001df362-26d2-40a7-9939-ee578b831e4a", "consumerID": "policy-id", "timestamp": 1632200756144, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-09-21T05:08:11.283Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:08:11.283Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:08:11.283Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "001df362-26d2-40a7-9939-ee578b831e4a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632200760155, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-21T05:08:11.284Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:08:11.284Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:08:11.284Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "001df362-26d2-40a7-9939-ee578b831e4a", "consumerID": "cds", "timestamp": 1632200766355, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-21T05:08:11.284Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:08:11.284Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:08:11.284Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "001df362-26d2-40a7-9939-ee578b831e4a", "consumerID": "policy-id", "timestamp": 1632200766551, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-21T05:08:11.284Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:08:11.284Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:08:11.284Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "001df362-26d2-40a7-9939-ee578b831e4a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632200760155, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-21T05:08:11.284Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:08:11.284Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:08:11.284Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "001df362-26d2-40a7-9939-ee578b831e4a", "consumerID": "policy-id", "timestamp": 1632200767555, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-21T05:08:11.284Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:08:11.284Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:08:11.284Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "001df362-26d2-40a7-9939-ee578b831e4a", "consumerID": "cds", "timestamp": 1632200767589, "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-09-21T05:08:11.290Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 001df362-26d2-40a7-9939-ee578b831e4a 2021-09-21T05:08:11.290Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 001df362-26d2-40a7-9939-ee578b831e4a 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-09-21T05:08:11.299Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:08:11.299Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "001df362-26d2-40a7-9939-ee578b831e4a", "consumerID": "aai-ml", "timestamp": 1632200767636, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-21T05:08:11.299Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:08:11.299Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:08:11.299Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "001df362-26d2-40a7-9939-ee578b831e4a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632200760155, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-21T05:08:11.300Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:08:11.300Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:08:11.300Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "001df362-26d2-40a7-9939-ee578b831e4a", "consumerID": "policy-id", "timestamp": 1632200768557, "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-09-21T05:08:11.304Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 001df362-26d2-40a7-9939-ee578b831e4a 2021-09-21T05:08:11.304Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 001df362-26d2-40a7-9939-ee578b831e4a 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-09-21T05:08:11.312Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:08:11.313Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "001df362-26d2-40a7-9939-ee578b831e4a", "consumerID": "aai-ml", "timestamp": 1632200768641, "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-09-21T05:08:11.318Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 001df362-26d2-40a7-9939-ee578b831e4a 2021-09-21T05:08:11.318Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 001df362-26d2-40a7-9939-ee578b831e4a 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-09-21T05:08:11.326Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:08:11.326Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "001df362-26d2-40a7-9939-ee578b831e4a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632200760155, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-09-21T05:08:11.326Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-21T05:08:11.326Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:08:11.326Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "001df362-26d2-40a7-9939-ee578b831e4a", "consumerID": "clamp", "timestamp": 1632200770202, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-21T05:08:11.326Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:08:11.327Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-21T05:08:11.327Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "001df362-26d2-40a7-9939-ee578b831e4a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632200770428, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-21T05:08:11.327Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:08:32.510Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 001df362-26d2-40a7-9939-ee578b831e4a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-21T05:08:32.518Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 001df362-26d2-40a7-9939-ee578b831e4a 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-09-21T05:08:32.520Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-21T05:08:32.521Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-21T05:08:32.521Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-21T05:08:32.521Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-21T05:09:02.521Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 001df362-26d2-40a7-9939-ee578b831e4a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-21T05:09:02.532Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 001df362-26d2-40a7-9939-ee578b831e4a 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-09-21T05:09:02.534Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-21T05:09:02.534Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-21T05:09:02.534Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-21T05:09:02.534Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-21T05:09:11.233Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T05:09:11.233Z||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-09-21T05:09:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:09:11.261Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:09:11.262Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:09:11.262Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "001df362-26d2-40a7-9939-ee578b831e4a", "consumerID": "clamp", "timestamp": 1632200771383, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-21T05:09:11.262Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:09:11.262Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:09:11.262Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "001df362-26d2-40a7-9939-ee578b831e4a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632200772076, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-21T05:09:11.263Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:09:11.263Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:09:11.263Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "001df362-26d2-40a7-9939-ee578b831e4a", "consumerID": "clamp", "timestamp": 1632200772387, "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-09-21T05:09:11.269Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 001df362-26d2-40a7-9939-ee578b831e4a 2021-09-21T05:09:11.269Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 001df362-26d2-40a7-9939-ee578b831e4a 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-09-21T05:09:11.277Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:09:11.277Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "001df362-26d2-40a7-9939-ee578b831e4a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632200773079, "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-09-21T05:09:11.282Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 001df362-26d2-40a7-9939-ee578b831e4a 2021-09-21T05:09:11.282Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 001df362-26d2-40a7-9939-ee578b831e4a 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-09-21T05:09:11.289Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:09:11.289Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "537b0354-ae67-4297-ab3f-bfff7fd1ad9b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200814206, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-21T05:09:11.290Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:09:11.290Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:09:11.290Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200591231, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:09:11.290Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-21T05:09:11.290Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:09:11.290Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200591231, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-09-21T05:09:11.290Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-21T05:09:11.290Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:09:11.290Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200591231, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-09-21T05:09:11.290Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-21T05:09:11.290Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:09:11.291Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200591231, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:09:11.291Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-21T05:09:11.291Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:09:11.291Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200591231, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-09-21T05:09:11.291Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-21T05:09:11.291Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:09:11.291Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200591231, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-21T05:09:11.291Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-21T05:09:11.291Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:09:11.291Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "aai-ml", "timestamp": 1632200812431, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:09:11.291Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-21T05:09:11.291Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:09:11.291Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "cds", "timestamp": 1632200815500, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:09:11.292Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-21T05:09:11.292Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:09:11.292Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "ves-openapi-manager", "timestamp": 1632200810812, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:09:11.292Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-21T05:09:11.292Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:09:11.292Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "clamp", "timestamp": 1632200815010, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:09:11.292Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-21T05:09:11.292Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:09:11.292Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "policy-id", "timestamp": 1632200816144, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:09:11.292Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-21T05:09:11.292Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:09:11.292Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632200820155, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:09:11.292Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-21T05:09:11.292Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:09:11.292Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200591231, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-21T05:09:11.292Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-21T05:09:11.292Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:09:11.292Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "cds", "timestamp": 1632200815500, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-09-21T05:09:11.292Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-21T05:09:11.292Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:09:11.292Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "aai-ml", "timestamp": 1632200812431, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-09-21T05:09:11.293Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-21T05:09:11.293Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:09:11.293Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "ves-openapi-manager", "timestamp": 1632200810812, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-09-21T05:09:11.293Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-21T05:09:11.293Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:09:11.293Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "clamp", "timestamp": 1632200815010, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-09-21T05:09:11.293Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-21T05:09:11.293Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:09:11.293Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "policy-id", "timestamp": 1632200816144, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-09-21T05:09:11.293Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-21T05:09:11.293Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:09:11.293Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632200820155, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-09-21T05:09:11.293Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-21T05:09:11.293Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:09:11.293Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200591231, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-09-21T05:09:11.293Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-21T05:09:11.293Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:09:11.294Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "ves-openapi-manager", "timestamp": 1632200810812, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-09-21T05:09:11.294Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-21T05:09:11.294Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:09:11.294Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "aai-ml", "timestamp": 1632200812431, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-09-21T05:09:11.294Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-21T05:09:11.294Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:09:11.294Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "cds", "timestamp": 1632200815500, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-09-21T05:09:11.294Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-21T05:09:11.294Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:09:11.294Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "clamp", "timestamp": 1632200815010, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-09-21T05:09:11.294Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-21T05:09:11.294Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:09:11.294Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "policy-id", "timestamp": 1632200816144, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-09-21T05:09:11.294Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-21T05:09:11.294Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:09:11.295Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632200820155, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-09-21T05:09:11.295Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-21T05:09:11.295Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:09:11.295Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "ves-openapi-manager", "timestamp": 1632200810812, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-21T05:09:11.295Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-21T05:09:11.295Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:09:11.295Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "clamp", "timestamp": 1632200815010, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-09-21T05:09:11.295Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-21T05:09:11.295Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:09:11.295Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "aai-ml", "timestamp": 1632200812431, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-21T05:09:11.295Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-21T05:09:11.295Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:09:11.295Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "cds", "timestamp": 1632200815500, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-21T05:09:11.295Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-21T05:09:11.295Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:09:11.295Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "policy-id", "timestamp": 1632200816144, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-21T05:09:11.295Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-21T05:09:11.295Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:09:11.295Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632200820155, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-21T05:09:11.296Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-21T05:09:11.296Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:09:11.296Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200823937, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-21T05:09:11.296Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:09:11.296Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:09:11.296Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "ves-openapi-manager", "timestamp": 1632200810812, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-09-21T05:09:11.296Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-21T05:09:11.296Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:09:11.296Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "aai-ml", "timestamp": 1632200812431, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-09-21T05:09:11.296Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-21T05:09:11.296Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:09:11.296Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "clamp", "timestamp": 1632200815010, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-09-21T05:09:11.296Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-21T05:09:11.296Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:09:11.296Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "cds", "timestamp": 1632200815500, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-09-21T05:09:11.296Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-21T05:09:11.296Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:09:11.296Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "policy-id", "timestamp": 1632200816144, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-09-21T05:09:11.296Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-21T05:09:11.296Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:09:11.296Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632200820155, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-09-21T05:09:11.297Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-21T05:09:11.297Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:09:11.297Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "ves-openapi-manager", "timestamp": 1632200810812, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:09:11.297Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-21T05:09:11.297Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:09:11.297Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "aai-ml", "timestamp": 1632200812431, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:09:11.297Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-21T05:09:11.297Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:09:11.297Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "cds", "timestamp": 1632200815500, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:09:11.297Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-21T05:09:11.297Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:09:11.297Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "clamp", "timestamp": 1632200815010, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:09:11.297Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-21T05:09:11.297Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:09:11.297Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "policy-id", "timestamp": 1632200816144, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:09:11.297Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-21T05:09:11.297Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:09:11.297Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632200820155, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:09:11.297Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-21T05:09:11.297Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:09:11.297Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "ves-openapi-manager", "timestamp": 1632200810812, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-09-21T05:09:11.298Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-21T05:09:11.298Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:09:11.298Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "cds", "timestamp": 1632200815500, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-09-21T05:09:11.298Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-21T05:09:11.298Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:09:11.298Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "aai-ml", "timestamp": 1632200812431, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-09-21T05:09:11.298Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-21T05:09:11.298Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:09:11.298Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "clamp", "timestamp": 1632200815010, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-09-21T05:09:11.298Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-21T05:09:11.298Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:09:11.298Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "policy-id", "timestamp": 1632200816144, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-09-21T05:09:11.298Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-21T05:09:11.298Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:09:11.298Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200826545, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-21T05:09:11.298Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:09:11.298Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:09:11.298Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632200820155, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-09-21T05:09:11.298Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-21T05:09:11.298Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:09:11.298Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "aai-ml", "timestamp": 1632200812431, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-21T05:09:11.299Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-21T05:09:11.299Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:09:11.299Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "cds", "timestamp": 1632200815500, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-21T05:09:11.299Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-21T05:09:11.299Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:09:11.299Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "ves-openapi-manager", "timestamp": 1632200810812, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-21T05:09:11.299Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-21T05:09:11.299Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:09:11.299Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "clamp", "timestamp": 1632200815010, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-21T05:09:11.299Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-21T05:09:11.299Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:09:11.299Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "policy-id", "timestamp": 1632200816144, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-21T05:09:11.299Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-21T05:09:11.299Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:09:11.299Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632200820155, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-21T05:09:11.299Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-21T05:09:11.299Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:09:11.299Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200827957, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-09-21T05:09:11.299Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:09:11.299Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:09:11.299Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "dcae-sch", "timestamp": 1632200827396, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:09:11.300Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-21T05:09:11.300Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:09:11.300Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "cds", "timestamp": 1632200815500, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-09-21T05:09:11.300Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-21T05:09:11.300Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:09:11.300Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "clamp", "timestamp": 1632200815010, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-09-21T05:09:11.300Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-21T05:09:11.300Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:09:11.300Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "ves-openapi-manager", "timestamp": 1632200810812, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-21T05:09:11.300Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-21T05:09:11.300Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:09:11.300Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "aai-ml", "timestamp": 1632200812431, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-09-21T05:09:11.300Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-21T05:09:11.300Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:09:11.300Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "policy-id", "timestamp": 1632200816144, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-09-21T05:09:11.300Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-21T05:09:11.300Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:09:11.300Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632200820155, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-09-21T05:09:11.300Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-21T05:09:11.300Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:09:11.300Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "dcae-sch", "timestamp": 1632200827396, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-09-21T05:09:11.301Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-21T05:09:11.301Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:09:11.301Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200829549, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-09-21T05:09:11.301Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:09:11.301Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:09:11.301Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "cds", "timestamp": 1632200829936, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-21T05:09:11.301Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:09:11.301Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:09:11.301Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "dcae-sch", "timestamp": 1632200827396, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-09-21T05:09:11.301Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-21T05:09:11.301Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:09:11.301Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "aai-ml", "timestamp": 1632200830042, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-21T05:09:11.301Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:09:11.301Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:09:11.301Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "policy-id", "timestamp": 1632200830239, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-21T05:09:11.301Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:09:11.301Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:09:11.301Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "multicloud-k8s-id", "timestamp": 1632200829761, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:09:11.301Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-21T05:09:11.301Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:09:11.301Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632200830640, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-21T05:09:11.301Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:09:11.302Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:09:11.302Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200830649, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-09-21T05:09:11.302Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:09:11.302Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:09:11.302Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "cds", "timestamp": 1632200830941, "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-09-21T05:09:11.315Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5776a4c4-faf0-42b5-a59c-739e14508fa9 2021-09-21T05:09:11.315Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5776a4c4-faf0-42b5-a59c-739e14508fa9 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-09-21T05:09:11.323Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:09:11.323Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "dcae-sch", "timestamp": 1632200827396, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-21T05:09:11.324Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-21T05:09:32.534Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 001df362-26d2-40a7-9939-ee578b831e4a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-21T05:09:32.544Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 001df362-26d2-40a7-9939-ee578b831e4a 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-09-21T05:09:32.547Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-21T05:09:32.547Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-21T05:09:32.547Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-09-21T05:09:32.547Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-09-21T05:09:32.547Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-21T05:09:32.547Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-21T05:09:32.547Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-21T05:09:32.547Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-21T05:09:32.547Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-21T05:09:32.547Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-21T05:09:32.547Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-21T05:09:32.547Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-21T05:09:32.552Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-09-21T05:10:02.552Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 001df362-26d2-40a7-9939-ee578b831e4a 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-09-21T05:10:02.557Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 001df362-26d2-40a7-9939-ee578b831e4a and serviceModelVersionId: 29f35004-a48c-4f18-8047-7e17dd9439b9 2021-09-21T05:10:02.557Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5d3bc70a-29d4-445e-b446-9b3412daa257 2021-09-21T05:10:02.558Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5d3bc70a-29d4-445e-b446-9b3412daa257/model-vers/model-ver/29f35004-a48c-4f18-8047-7e17dd9439b9?depth=0 2021-09-21T05:10:02.561Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2021-09-21T05:10:02.587Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5d3bc70a-29d4-445e-b446-9b3412daa257/model-vers/model-ver/29f35004-a48c-4f18-8047-7e17dd9439b9?depth=0|INFO|500||Invoke 2021-09-21T05:10:02.587Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5d3bc70a-29d4-445e-b446-9b3412daa257/model-vers/model-ver/29f35004-a48c-4f18-8047-7e17dd9439b9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5d3bc70a-29d4-445e-b446-9b3412daa257/model-vers/model-ver/29f35004-a48c-4f18-8047-7e17dd9439b9?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[001df362-26d2-40a7-9939-ee578b831e4a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[bbc23457-8a30-48ae-82d0-c2df7278817c], X-ECOMP-RequestID=[001df362-26d2-40a7-9939-ee578b831e4a], X-TransactionId=[], X-ONAP-RequestID=[001df362-26d2-40a7-9939-ee578b831e4a], Content-Type=[application/merge-patch+json]} 2021-09-21T05:10:02.613Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5d3bc70a-29d4-445e-b446-9b3412daa257/model-vers/model-ver/29f35004-a48c-4f18-8047-7e17dd9439b9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-09-21T05:10:02.898Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5d3bc70a-29d4-445e-b446-9b3412daa257/model-vers/model-ver/29f35004-a48c-4f18-8047-7e17dd9439b9?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5d3bc70a-29d4-445e-b446-9b3412daa257/model-vers/model-ver/29f35004-a48c-4f18-8047-7e17dd9439b9?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210921-05:10:02:618-53146], vertex-id=[180408], Content-Length=[0], Date=[Tue, 21 Sep 2021 05:10:02 GMT], Content-Type=[application/json]} 2021-09-21T05:10:02.898Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5d3bc70a-29d4-445e-b446-9b3412daa257/model-vers/model-ver/29f35004-a48c-4f18-8047-7e17dd9439b9?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-09-21T05:10:02.899Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5d3bc70a-29d4-445e-b446-9b3412daa257/model-vers/model-ver/29f35004-a48c-4f18-8047-7e17dd9439b9?depth=0|INFO|500||InvokeReturn 2021-09-21T05:10:02.899Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-09-21T05:10:02.899Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-21T05:10:02.905Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-09-21T05:10:02.905Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 001df362-26d2-40a7-9939-ee578b831e4a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-09-21T05:10:02.905Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-09-21T05:10:02.906Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-21T05:10:02.907Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T05:10:02.908Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "001df362-26d2-40a7-9939-ee578b831e4a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632201002905, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-21T05:10:03.008Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-21T05:10:03.009Z||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-09-21T05:10:03.009Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:10:03.021Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:10:03.021Z||pool-107-thread-1|||||INFO|500||cambria reply ok (13 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-09-21T05:10:03.919Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-21T05:10:03.919Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"5776a4c4-faf0-42b5-a59c-739e14508fa9","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"b6a0114a-759c-4948-b2a0-493ae9b55386","serviceDescription":"service","serviceInvariantUUID":"7a73f544-026c-402d-a504-20b4d27f975b","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"646bf65d-333b-4eb9-b2e4-7daba4c9ae68","resourceInvariantUUID":"4dfc45f4-21f2-473e-abf1-7edd0a42b1ce","resourceCustomizationUUID":"93f0cce2-2692-4ab2-a7dc-e9d20d43caa0","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":"MWNhNjc5ODk4OWM5NDU2ZGRlZmJiZTc5ZDVhMWE4NDU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"60b54dff-11c1-4b3c-a691-fae776c3ac54","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":"19c8174d-9bff-45bc-be43-7c01a0f8b726","artifactVersion":"2","generatedFromUUID":"d69f1502-02ed-445f-9cd0-70fff4a6fd33"},{"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":"d69f1502-02ed-445f-9cd0-70fff4a6fd33","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":"Y2M5M2JmOGZmYjMyMmRjOGI4Yzk5NmY4ZDBjNzAxNzI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"99c5ed5e-9575-4ddf-b8f6-005587c87c5c","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":"a4f6ed62-644f-4eb0-b009-46d0aaeab066","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":"8b928592-8d3d-468c-b131-c5d47658f61e","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":"031be521-f937-4e79-9900-a6f35f3e59a2","artifactVersion":"2","generatedFromUUID":"a4f6ed62-644f-4eb0-b009-46d0aaeab066"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"OTZmOGJhMmYwOTgxZGJkNjFkOGVmODdmOTZjY2M4ZGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a56623dc-996f-4a61-971e-a978857a6cc7","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ZThiNjk0M2M5ZjRiOGRmMTI0MmIxYTAzNTIxZmM5ZDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f5f053f2-0b76-44e2-b294-7f5a01bdbb3a","artifactVersion":"1"}],"workloadContext":"Production"} 2021-09-21T05:10:03.920Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-21T05:10:03.920Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-21T05:10:03.922Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T05:10:03.922Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200866220, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:10:04.022Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-21T05:10:04.022Z||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-09-21T05:10:04.023Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:10:04.031Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:10:04.032Z||pool-108-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-21T05:10:04.922Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-21T05:10:04.923Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-21T05:10:04.924Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T05:10:04.925Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200866220, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-09-21T05:10:05.025Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-21T05:10:05.026Z||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-09-21T05:10:05.026Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:10:05.038Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:10:05.039Z||pool-109-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-09-21T05:10:05.925Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-21T05:10:05.926Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-21T05:10:05.928Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T05:10:05.928Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200866220, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-09-21T05:10:06.028Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-21T05:10:06.029Z||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-09-21T05:10:06.029Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:10:06.039Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:10:06.039Z||pool-110-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-21T05:10:06.929Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-21T05:10:06.929Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-21T05:10:06.931Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T05:10:06.931Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200866220, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-09-21T05:10:07.032Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-21T05:10:07.032Z||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-09-21T05:10:07.032Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:10:07.045Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:10:07.045Z||pool-111-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-09-21T05:10:07.932Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-21T05:10:07.932Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-21T05:10:07.934Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T05:10:07.934Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200866220, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-09-21T05:10:08.034Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-21T05:10:08.035Z||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-09-21T05:10:08.035Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:10:08.045Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:10:08.045Z||pool-112-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-21T05:10:08.934Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-21T05:10:08.936Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-21T05:10:08.937Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T05:10:08.937Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200866220, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:10:09.037Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-21T05:10:09.038Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-21T05:10:09.038Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:10:09.047Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:10:09.047Z||pool-113-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-21T05:10:09.937Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-21T05:10:09.939Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-21T05:10:09.940Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T05:10:09.940Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200866220, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-09-21T05:10:10.041Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-21T05:10:10.042Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-21T05:10:10.042Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:10:10.052Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:10:10.052Z||pool-114-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-21T05:10:10.941Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-21T05:10:10.942Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-21T05:10:10.944Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T05:10:10.944Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200866220, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-21T05:10:11.044Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-21T05:10:11.044Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-21T05:10:11.044Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:10:11.056Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:10:11.057Z||pool-115-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-09-21T05:10:11.233Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T05:10:11.233Z||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-09-21T05:10:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:10:11.259Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:10:11.260Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:10:11.260Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "policy-id", "timestamp": 1632200831243, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-09-21T05:10:11.261Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:10:11.261Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:10:11.261Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "multicloud-k8s-id", "timestamp": 1632200829761, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-09-21T05:10:11.261Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-21T05:10:11.261Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:10:11.261Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200831653, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-09-21T05:10:11.261Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:10:11.261Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:10:11.261Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "dcae-sch", "timestamp": 1632200827396, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-09-21T05:10:11.261Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-21T05:10:11.261Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:10:11.261Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "policy-id", "timestamp": 1632200832245, "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-09-21T05:10:11.269Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5776a4c4-faf0-42b5-a59c-739e14508fa9 2021-09-21T05:10:11.269Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5776a4c4-faf0-42b5-a59c-739e14508fa9 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-09-21T05:10:11.278Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:10:11.279Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "multicloud-k8s-id", "timestamp": 1632200829761, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-09-21T05:10:11.279Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-21T05:10:11.279Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:10:11.280Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200832656, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-09-21T05:10:11.280Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:10:11.280Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:10:11.280Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632200833009, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-09-21T05:10:11.280Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:10:11.281Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:10:11.281Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "dcae-sch", "timestamp": 1632200827396, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:10:11.281Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-21T05:10:11.281Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:10:11.282Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "multicloud-k8s-id", "timestamp": 1632200829761, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-09-21T05:10:11.282Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-21T05:10:11.282Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:10:11.282Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200833659, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-21T05:10:11.282Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:10:11.283Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:10:11.283Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632200834012, "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-09-21T05:10:11.288Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5776a4c4-faf0-42b5-a59c-739e14508fa9 2021-09-21T05:10:11.288Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5776a4c4-faf0-42b5-a59c-739e14508fa9 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-09-21T05:10:11.298Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:10:11.298Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "dcae-sch", "timestamp": 1632200827396, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-09-21T05:10:11.298Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-21T05:10:11.298Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:10:11.298Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "multicloud-k8s-id", "timestamp": 1632200829761, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-09-21T05:10:11.298Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-21T05:10:11.298Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:10:11.298Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "dcae-sch", "timestamp": 1632200827396, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-21T05:10:11.298Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-21T05:10:11.298Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:10:11.299Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "multicloud-k8s-id", "timestamp": 1632200829761, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:10:11.299Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-21T05:10:11.299Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:10:11.299Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "clamp", "timestamp": 1632200835764, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-21T05:10:11.299Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:10:11.299Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:10:11.299Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "dcae-sch", "timestamp": 1632200827396, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-21T05:10:11.299Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-21T05:10:11.299Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:10:11.299Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "multicloud-k8s-id", "timestamp": 1632200829761, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-09-21T05:10:11.299Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-21T05:10:11.299Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:10:11.299Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "aai-ml", "timestamp": 1632200836814, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-09-21T05:10:11.299Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:10:11.299Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:10:11.299Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "clamp", "timestamp": 1632200837219, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-09-21T05:10:11.299Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:10:11.299Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:10:11.299Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "multicloud-k8s-id", "timestamp": 1632200829761, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-21T05:10:11.300Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-21T05:10:11.300Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:10:11.300Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "aai-ml", "timestamp": 1632200837816, "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-09-21T05:10:11.306Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5776a4c4-faf0-42b5-a59c-739e14508fa9 2021-09-21T05:10:11.306Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5776a4c4-faf0-42b5-a59c-739e14508fa9 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-09-21T05:10:11.316Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:10:11.316Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "clamp", "timestamp": 1632200838222, "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-09-21T05:10:11.322Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5776a4c4-faf0-42b5-a59c-739e14508fa9 2021-09-21T05:10:11.322Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5776a4c4-faf0-42b5-a59c-739e14508fa9 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-09-21T05:10:11.331Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:10:11.331Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "multicloud-k8s-id", "timestamp": 1632200829761, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-09-21T05:10:11.331Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-21T05:10:11.331Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:10:11.331Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "multicloud-k8s-id", "timestamp": 1632200839594, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-21T05:10:11.331Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:10:11.331Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:10:11.331Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "multicloud-k8s-id", "timestamp": 1632200840802, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-09-21T05:10:11.331Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:10:11.331Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:10:11.331Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "multicloud-k8s-id", "timestamp": 1632200842720, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-09-21T05:10:11.331Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:10:11.331Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:10:11.331Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "multicloud-k8s-id", "timestamp": 1632200844523, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-09-21T05:10:11.331Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:10:11.331Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:10:11.332Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "multicloud-k8s-id", "timestamp": 1632200845566, "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-09-21T05:10:11.337Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5776a4c4-faf0-42b5-a59c-739e14508fa9 2021-09-21T05:10:11.337Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5776a4c4-faf0-42b5-a59c-739e14508fa9 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-09-21T05:10:11.343Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:10:11.344Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "multicloud-k8s-id", "timestamp": 1632200846568, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-09-21T05:10:11.344Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:10:11.344Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:10:11.344Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "66350d12-9734-4bd8-9c0f-c34d15059708", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200865204, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-21T05:10:11.344Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:10:11.344Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:10:11.344Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "001df362-26d2-40a7-9939-ee578b831e4a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200866220, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:10:11.344Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-21T05:10:11.344Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:10:11.344Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "001df362-26d2-40a7-9939-ee578b831e4a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200866220, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-21T05:10:11.344Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-21T05:10:11.344Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:10:11.344Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "001df362-26d2-40a7-9939-ee578b831e4a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200866220, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-21T05:10:11.344Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-21T05:10:11.344Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:10:11.344Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "001df362-26d2-40a7-9939-ee578b831e4a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200866220, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-21T05:10:11.344Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-21T05:10:11.344Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:10:11.344Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "001df362-26d2-40a7-9939-ee578b831e4a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200866220, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:10:11.344Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-21T05:10:11.344Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:10:11.344Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "001df362-26d2-40a7-9939-ee578b831e4a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200866220, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-21T05:10:11.345Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-21T05:10:11.345Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:10:11.345Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "001df362-26d2-40a7-9939-ee578b831e4a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200866220, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-21T05:10:11.345Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-21T05:10:11.345Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:10:11.345Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "001df362-26d2-40a7-9939-ee578b831e4a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200866220, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-21T05:10:11.345Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-21T05:10:11.345Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:10:11.345Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "001df362-26d2-40a7-9939-ee578b831e4a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200866220, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-09-21T05:10:11.345Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-21T05:10:11.345Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:10:11.345Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "001df362-26d2-40a7-9939-ee578b831e4a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200879751, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-21T05:10:11.345Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:10:11.345Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:10:11.345Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "001df362-26d2-40a7-9939-ee578b831e4a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200881492, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-21T05:10:11.345Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:10:11.945Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-21T05:10:11.946Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-21T05:10:11.948Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T05:10:11.948Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200866220, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-09-21T05:10:12.048Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-21T05:10:12.049Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-21T05:10:12.049Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:10:12.058Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:10:12.058Z||pool-116-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-21T05:10:12.949Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "b6a0114a-759c-4948-b2a0-493ae9b55386", "serviceDescription": "service", "serviceInvariantUUID": "7a73f544-026c-402d-a504-20b4d27f975b", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "93f0cce2-2692-4ab2-a7dc-e9d20d43caa0", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "646bf65d-333b-4eb9-b2e4-7daba4c9ae68", "resourceInvariantUUID": "4dfc45f4-21f2-473e-abf1-7edd0a42b1ce", "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": "19c8174d-9bff-45bc-be43-7c01a0f8b726", "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": "d69f1502-02ed-445f-9cd0-70fff4a6fd33", "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": "Y2M5M2JmOGZmYjMyMmRjOGI4Yzk5NmY4ZDBjNzAxNzI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "99c5ed5e-9575-4ddf-b8f6-005587c87c5c", "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": "a4f6ed62-644f-4eb0-b009-46d0aaeab066", "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": "031be521-f937-4e79-9900-a6f35f3e59a2", "generatedFromUUID": "a4f6ed62-644f-4eb0-b009-46d0aaeab066" }, "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": "031be521-f937-4e79-9900-a6f35f3e59a2", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "ZThiNjk0M2M5ZjRiOGRmMTI0MmIxYTAzNTIxZmM5ZDY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f5f053f2-0b76-44e2-b294-7f5a01bdbb3a" } ], "workloadContext": "Production" } 2021-09-21T05:10:12.950Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-09-21T05:10:12.950Z|001df362-26d2-40a7-9939-ee578b831e4a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 b6a0114a-759c-4948-b2a0-493ae9b55386 ASDC 2021-09-21T05:10:12.950Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:5776a4c4-faf0-42b5-a59c-739e14508fa9 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:b6a0114a-759c-4948-b2a0-493ae9b55386 ServiceInvariantUUID:7a73f544-026c-402d-a504-20b4d27f975b 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:f5f053f2-0b76-44e2-b294-7f5a01bdbb3a ArtifactChecksum:ZThiNjk0M2M5ZjRiOGRmMTI0MmIxYTAzNTIxZmM5ZDY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:93f0cce2-2692-4ab2-a7dc-e9d20d43caa0 ResourceInvariantUUID:4dfc45f4-21f2-473e-abf1-7edd0a42b1ce ResourceName:basic_cnf ResourceType:VF ResourceUUID:646bf65d-333b-4eb9-b2e4-7daba4c9ae68 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:19c8174d-9bff-45bc-be43-7c01a0f8b726 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:d69f1502-02ed-445f-9cd0-70fff4a6fd33 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:99c5ed5e-9575-4ddf-b8f6-005587c87c5c ArtifactChecksum:Y2M5M2JmOGZmYjMyMmRjOGI4Yzk5NmY4ZDBjNzAxNzI= 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:a4f6ed62-644f-4eb0-b009-46d0aaeab066 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:031be521-f937-4e79-9900-a6f35f3e59a2 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:031be521-f937-4e79-9900-a6f35f3e59a2 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-09-21T05:10:12.950Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b6a0114a-759c-4948-b2a0-493ae9b55386 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-09-21T05:10:12.981Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-21T05:10:12.982Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-09-21T05:10:12.982Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-09-21T05:10:12.982Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: f5f053f2-0b76-44e2-b294-7f5a01bdbb3a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-09-21T05:10:12.982Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-09-21T05:10:12.982Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-09-21T05:10:14.341Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-09-21T05:10:14.344Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar f5f053f2-0b76-44e2-b294-7f5a01bdbb3a 68752 2021-09-21T05:10:14.345Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2021-09-21T05:10:14.345Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-09-21T05:10:14.345Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-21T05:10:14.345Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-21T05:10:14.346Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T05:10:14.346Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632201014345, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-21T05:10:14.447Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-21T05:10:14.448Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-21T05:10:14.448Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:10:14.456Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:10:14.456Z||pool-117-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-21T05:10:15.347Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-21T05:10:15.348Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-09-21T05:10:15.348Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: f5f053f2-0b76-44e2-b294-7f5a01bdbb3a, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2021-09-21T05:10:15.348Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2021-09-21T05:10:15.348Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2021-09-21T05:10:15.348Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2021-09-21T05:10:15.429Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1222085696052531085/Definitions/service-BasicCnf-template.yml 2021-09-21T05:10:16.472Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2021-09-21T05:10:16.472Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-09-21T05:10:16.473Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-09-21T05:10:16.473Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2021-09-21T05:10:16.473Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-09-21T05:10:16.473Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-09-21T05:10:16.473Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-09-21T05:10:16.473Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-09-21T05:10:16.473Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-09-21T05:10:16.473Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:10:16.473Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-21T05:10:16.473Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-09-21T05:10:16.473Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-09-21T05:10:16.473Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-21T05:10:16.474Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:10:16.474Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-21T05:10:16.474Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-09-21T05:10:16.474Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-09-21T05:10:16.474Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-21T05:10:16.474Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:10:16.474Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-21T05:10:16.474Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:10:16.474Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-09-21T05:10:16.474Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2021-09-21T05:10:16.474Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||Node template dummy is not matching search criteria 2021-09-21T05:10:16.474Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-09-21T05:10:16.474Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:10:16.475Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-21T05:10:16.475Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:10:16.475Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-09-21T05:10:16.475Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-21T05:10:16.475Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:10:16.475Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-09-21T05:10:16.475Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-21T05:10:16.475Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:10:16.475Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-09-21T05:10:16.475Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-21T05:10:16.475Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:10:16.476Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-09-21T05:10:16.476Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-09-21T05:10:16.476Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=b569d2ec-0634-44f9-b6f9-6ee980a840c8 2021-09-21T05:10:16.476Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:10:16.476Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-21T05:10:16.476Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:10:16.476Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-21T05:10:16.476Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:10:16.476Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-21T05:10:16.476Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:10:16.476Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-21T05:10:16.476Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:b6a0114a-759c-4948-b2a0-493ae9b55386 Model Version:NULL Model InvariantUuid:7a73f544-026c-402d-a504-20b4d27f975b Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:366eeadb-f8b6-4c85-b799-047ee6a8c532 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:4dfc45f4-21f2-473e-abf1-7edd0a42b1ce Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:93f0cce2-2692-4ab2-a7dc-e9d20d43caa0 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:79894994-dcf3-42f3-bd7d-e66dd83fe4bf ModelName:BasicCnf..base_dummy..module-0 ModelUuid:210ba8c5-945a-4b66-9427-93f1f349b4af ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:b569d2ec-0634-44f9-b6f9-6ee980a840c8 ModelInvariantUuid:803f1996-537b-4a2f-911e-3bc78486831f ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:a8191967-e196-4a2e-b996-67298eaaa11e ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:90e4305c-40bb-4066-932d-077c68aebd07 ModelInvariantUuid:35c6e930-7510-46e5-b5b8-927fee76e82e ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:73f97504-930d-45a9-9328-adfd156a0551 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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-09-21T05:10:16.482Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 646bf65d-333b-4eb9-b2e4-7daba4c9ae68 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-21T05:10:16.484Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||INFO|500||basic_cnf 0 2021-09-21T05:10:16.484Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 646bf65d-333b-4eb9-b2e4-7daba4c9ae68 2021-09-21T05:10:16.484Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 19c8174d-9bff-45bc-be43-7c01a0f8b726 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-09-21T05:10:16.485Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-09-21T05:10:16.485Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-09-21T05:10:16.650Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-09-21T05:10:16.650Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 19c8174d-9bff-45bc-be43-7c01a0f8b726 12 2021-09-21T05:10:16.650Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2021-09-21T05:10:16.650Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-09-21T05:10:16.651Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-21T05:10:16.651Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-21T05:10:16.653Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T05:10:16.653Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632201016650, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-09-21T05:10:16.753Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-21T05:10:16.753Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-21T05:10:16.753Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:10:16.764Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:10:16.764Z||pool-118-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-21T05:10:17.653Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: d69f1502-02ed-445f-9cd0-70fff4a6fd33 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-09-21T05:10:17.654Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-09-21T05:10:17.654Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-09-21T05:10:17.819Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-09-21T05:10:17.820Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz d69f1502-02ed-445f-9cd0-70fff4a6fd33 2688 2021-09-21T05:10:17.820Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2021-09-21T05:10:17.820Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-09-21T05:10:17.821Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-21T05:10:17.821Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-21T05:10:17.823Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T05:10:17.823Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632201017820, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-09-21T05:10:17.924Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-21T05:10:17.924Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-21T05:10:17.924Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:10:17.934Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:10:17.934Z||pool-119-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-21T05:10:18.825Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 99c5ed5e-9575-4ddf-b8f6-005587c87c5c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-09-21T05:10:18.826Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-09-21T05:10:18.826Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-09-21T05:10:18.993Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-09-21T05:10:18.993Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 99c5ed5e-9575-4ddf-b8f6-005587c87c5c 828 2021-09-21T05:10:18.994Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2021-09-21T05:10:18.994Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-09-21T05:10:18.994Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-21T05:10:18.994Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-21T05:10:18.996Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T05:10:18.996Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632201018994, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-21T05:10:19.097Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-21T05:10:19.098Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-21T05:10:19.098Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:10:19.107Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:10:19.107Z||pool-120-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-09-21T05:10:19.997Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "79894994-dcf3-42f3-bd7d-e66dd83fe4bf", "vfModuleModelVersion": "1", "vfModuleModelUUID": "210ba8c5-945a-4b66-9427-93f1f349b4af", "vfModuleModelCustomizationUUID": "51701d8b-4904-467b-8ad0-8b271d26e50a", "isBase": true, "artifacts": [ "a4f6ed62-644f-4eb0-b009-46d0aaeab066", "d69f1502-02ed-445f-9cd0-70fff4a6fd33", "031be521-f937-4e79-9900-a6f35f3e59a2" ], "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-09-21T05:10:20.001Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:210ba8c5-945a-4b66-9427-93f1f349b4af VfModuleModelInvariantUUID:79894994-dcf3-42f3-bd7d-e66dd83fe4bf VfModuleModelDescription:NULL Artifacts UUID List:{ a4f6ed62-644f-4eb0-b009-46d0aaeab066 , d69f1502-02ed-445f-9cd0-70fff4a6fd33 , 031be521-f937-4e79-9900-a6f35f3e59a2 } 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-09-21T05:10:20.002Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "79894994-dcf3-42f3-bd7d-e66dd83fe4bf", "vfModuleModelVersion": "1", "vfModuleModelUUID": "210ba8c5-945a-4b66-9427-93f1f349b4af", "vfModuleModelCustomizationUUID": "51701d8b-4904-467b-8ad0-8b271d26e50a", "isBase": true, "artifacts": [ "a4f6ed62-644f-4eb0-b009-46d0aaeab066", "d69f1502-02ed-445f-9cd0-70fff4a6fd33", "031be521-f937-4e79-9900-a6f35f3e59a2" ], "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-09-21T05:10:20.003Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:210ba8c5-945a-4b66-9427-93f1f349b4af VfModuleModelInvariantUUID:79894994-dcf3-42f3-bd7d-e66dd83fe4bf VfModuleModelDescription:NULL Artifacts UUID List:{ a4f6ed62-644f-4eb0-b009-46d0aaeab066 , d69f1502-02ed-445f-9cd0-70fff4a6fd33 , 031be521-f937-4e79-9900-a6f35f3e59a2 } 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-09-21T05:10:20.003Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a4f6ed62-644f-4eb0-b009-46d0aaeab066 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-09-21T05:10:20.003Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-09-21T05:10:20.003Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-09-21T05:10:20.268Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-09-21T05:10:20.269Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml a4f6ed62-644f-4eb0-b009-46d0aaeab066 1164 2021-09-21T05:10:20.269Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2021-09-21T05:10:20.269Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-09-21T05:10:20.269Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-21T05:10:20.269Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-21T05:10:20.271Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T05:10:20.271Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632201020269, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-09-21T05:10:20.371Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-21T05:10:20.372Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-21T05:10:20.372Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:10:20.381Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:10:20.382Z||pool-121-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-21T05:10:21.272Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 031be521-f937-4e79-9900-a6f35f3e59a2 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-09-21T05:10:21.272Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-09-21T05:10:21.273Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-09-21T05:10:22.012Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-09-21T05:10:22.012Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 031be521-f937-4e79-9900-a6f35f3e59a2 200 2021-09-21T05:10:22.012Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2021-09-21T05:10:22.012Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-09-21T05:10:22.013Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-21T05:10:22.013Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-21T05:10:22.015Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T05:10:22.015Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632201022012, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-09-21T05:10:22.115Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-21T05:10:22.116Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-21T05:10:22.116Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:10:22.124Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:10:22.124Z||pool-122-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-09-21T05:10:23.016Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: b6a0114a-759c-4948-b2a0-493ae9b55386 2021-09-21T05:10:23.016Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 646bf65d-333b-4eb9-b2e4-7daba4c9ae68 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? 2021-09-21T05:10:23.030Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-21T05:10:23.035Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3c7affc7, org.onap.sdc.toscaparser.api.parameters.Input@5d105d0a, org.onap.sdc.toscaparser.api.parameters.Input@101448f1, org.onap.sdc.toscaparser.api.parameters.Input@28258e93, org.onap.sdc.toscaparser.api.parameters.Input@434ad897] 2021-09-21T05:10:23.036Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:10:23.036Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-21T05:10:23.037Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2021-09-21T05:10:23.037Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 93f0cce2-2692-4ab2-a7dc-e9d20d43caa0 2021-09-21T05:10:23.037Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 93f0cce2-2692-4ab2-a7dc-e9d20d43caa0 matches Tosca VF Customization UUID: 93f0cce2-2692-4ab2-a7dc-e9d20d43caa0 2021-09-21T05:10:23.037Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 93f0cce2-2692-4ab2-a7dc-e9d20d43caa0 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-09-21T05:10:23.039Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:10:23.039Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-21T05:10:23.040Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 93f0cce2-2692-4ab2-a7dc-e9d20d43caa0: {\"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-09-21T05:10:23.040Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2ad9f701 2021-09-21T05:10:23.040Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:10:23.041Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-21T05:10:23.041Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 51701d8b-4904-467b-8ad0-8b271d26e50a 2021-09-21T05:10:23.041Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 51701d8b-4904-467b-8ad0-8b271d26e50a Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-09-21T05:10:23.043Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:10:23.044Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-09-21T05:10:23.044Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-21T05:10:23.044Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:10:23.044Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-09-21T05:10:23.044Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-21T05:10:23.045Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:10:23.045Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-09-21T05:10:23.045Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-09-21T05:10:23.046Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=b569d2ec-0634-44f9-b6f9-6ee980a840c8 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-09-21T05:10:23.048Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:10:23.048Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-09-21T05:10:23.049Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-21T05:10:23.049Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:10:23.049Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-09-21T05:10:23.049Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=93f0cce2-2692-4ab2-a7dc-e9d20d43caa0 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-21T05:10:23.051Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:10:23.051Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-21T05:10:23.051Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid b6a0114a-759c-4948-b2a0-493ae9b55386: basic_cnf 2021-09-21T05:10:23.051Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:10:23.052Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-21T05:10:23.052Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:10:23.052Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-21T05:10:23.052Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:10:23.052Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-21T05:10:23.052Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:10:23.052Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-21T05:10:23.052Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-21T05:10:23.052Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-21T05:10:23.053Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||INFO|500||Saving Service: basic_cnf Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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-09-21T05:10:23.112Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 646bf65d-333b-4eb9-b2e4-7daba4c9ae68 1 ASDC deployResourceStructure 2021-09-21T05:10:23.112Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2021-09-21T05:10:23.112Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource) 2021-09-21T05:10:23.113Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-09-21T05:10:23.113Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-21T05:10:23.114Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T05:10:23.114Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632201023112, "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-09-21T05:10:23.214Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-21T05:10:23.215Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-21T05:10:23.215Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:10:23.230Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:10:23.230Z||pool-123-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-09-21T05:10:24.115Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2021-09-21T05:10:24.116Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource) 2021-09-21T05:10:24.116Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-09-21T05:10:24.116Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-21T05:10:24.118Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T05:10:24.118Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632201024115, "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-09-21T05:10:24.218Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-21T05:10:24.219Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-21T05:10:24.219Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:10:24.230Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:10:24.231Z||pool-124-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-09-21T05:10:25.118Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2021-09-21T05:10:25.119Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-09-21T05:10:25.119Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-21T05:10:25.119Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-21T05:10:25.121Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T05:10:25.121Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632201025118, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-09-21T05:10:25.221Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-21T05:10:25.222Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-21T05:10:25.222Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:10:25.231Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:10:25.232Z||pool-125-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-21T05:10:26.122Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2021-09-21T05:10:26.122Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-09-21T05:10:26.122Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-21T05:10:26.122Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-21T05:10:26.124Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T05:10:26.124Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632201026122, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-09-21T05:10:26.224Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-21T05:10:26.226Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-21T05:10:26.226Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:10:26.236Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:10:26.236Z||pool-126-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-21T05:10:27.125Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2021-09-21T05:10:27.125Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-09-21T05:10:27.126Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-21T05:10:27.126Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-21T05:10:27.127Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T05:10:27.127Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632201027125, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-09-21T05:10:27.228Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-21T05:10:27.228Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-21T05:10:27.229Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:10:27.243Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:10:27.243Z||pool-127-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-09-21T05:10:28.128Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2021-09-21T05:10:28.129Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-09-21T05:10:28.129Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-21T05:10:28.129Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-21T05:10:28.132Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T05:10:28.132Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632201028128, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-09-21T05:10:28.232Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-21T05:10:28.232Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-21T05:10:28.232Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:10:28.240Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:10:28.241Z||pool-128-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-21T05:10:29.133Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5776a4c4-faf0-42b5-a59c-739e14508fa9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-21T05:10:29.144Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5776a4c4-faf0-42b5-a59c-739e14508fa9 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-09-21T05:10:29.146Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-21T05:10:29.147Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-21T05:10:29.147Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-09-21T05:10:29.147Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-09-21T05:10:29.147Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-21T05:10:29.147Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-21T05:10:29.147Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-21T05:10:29.147Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-21T05:10:29.147Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-21T05:10:29.147Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-21T05:10:29.147Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-21T05:10:29.153Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-09-21T05:10:59.153Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5776a4c4-faf0-42b5-a59c-739e14508fa9 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-09-21T05:10:59.160Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5776a4c4-faf0-42b5-a59c-739e14508fa9 and serviceModelVersionId: b6a0114a-759c-4948-b2a0-493ae9b55386 2021-09-21T05:10:59.160Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7a73f544-026c-402d-a504-20b4d27f975b 2021-09-21T05:10:59.161Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7a73f544-026c-402d-a504-20b4d27f975b/model-vers/model-ver/b6a0114a-759c-4948-b2a0-493ae9b55386?depth=0 2021-09-21T05:10:59.164Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2021-09-21T05:10:59.196Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7a73f544-026c-402d-a504-20b4d27f975b/model-vers/model-ver/b6a0114a-759c-4948-b2a0-493ae9b55386?depth=0|INFO|500||Invoke 2021-09-21T05:10:59.197Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7a73f544-026c-402d-a504-20b4d27f975b/model-vers/model-ver/b6a0114a-759c-4948-b2a0-493ae9b55386?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7a73f544-026c-402d-a504-20b4d27f975b/model-vers/model-ver/b6a0114a-759c-4948-b2a0-493ae9b55386?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5776a4c4-faf0-42b5-a59c-739e14508fa9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b07a50cb-f8ac-419f-b4f4-c076d69778ea], X-ECOMP-RequestID=[5776a4c4-faf0-42b5-a59c-739e14508fa9], X-TransactionId=[], X-ONAP-RequestID=[5776a4c4-faf0-42b5-a59c-739e14508fa9], Content-Type=[application/merge-patch+json]} 2021-09-21T05:10:59.217Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7a73f544-026c-402d-a504-20b4d27f975b/model-vers/model-ver/b6a0114a-759c-4948-b2a0-493ae9b55386?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-09-21T05:10:59.292Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7a73f544-026c-402d-a504-20b4d27f975b/model-vers/model-ver/b6a0114a-759c-4948-b2a0-493ae9b55386?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7a73f544-026c-402d-a504-20b4d27f975b/model-vers/model-ver/b6a0114a-759c-4948-b2a0-493ae9b55386?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210921-05:10:59:222-28149], vertex-id=[233720], Content-Length=[0], Date=[Tue, 21 Sep 2021 05:10:59 GMT], Content-Type=[application/json]} 2021-09-21T05:10:59.292Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7a73f544-026c-402d-a504-20b4d27f975b/model-vers/model-ver/b6a0114a-759c-4948-b2a0-493ae9b55386?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-09-21T05:10:59.293Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7a73f544-026c-402d-a504-20b4d27f975b/model-vers/model-ver/b6a0114a-759c-4948-b2a0-493ae9b55386?depth=0|INFO|500||InvokeReturn 2021-09-21T05:10:59.293Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-09-21T05:10:59.293Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-21T05:10:59.297Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-09-21T05:10:59.297Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5776a4c4-faf0-42b5-a59c-739e14508fa9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-09-21T05:10:59.297Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-09-21T05:10:59.298Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-21T05:10:59.300Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-21T05:10:59.300Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632201059297, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-21T05:10:59.400Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-21T05:10:59.400Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-21T05:10:59.400Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:10:59.412Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:10:59.412Z||pool-129-thread-1|||||INFO|500||cambria reply ok (12 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-09-21T05:11:00.313Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T05:11:00.314Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|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-09-21T05:11:00.314Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|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 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:11:10.521Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:11:10.521Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T05:11:10.522Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|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-09-21T05:11:10.522Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|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 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:11:11.233Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T05:11:11.233Z||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-09-21T05:11:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:11:11.254Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:11:11.255Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:11:11.255Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "001df362-26d2-40a7-9939-ee578b831e4a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632201002905, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-21T05:11:11.255Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:11:11.255Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:11:11.255Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200866220, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:11:11.255Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-21T05:11:11.255Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:11:11.255Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200866220, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-09-21T05:11:11.255Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-21T05:11:11.256Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:11:11.256Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200866220, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-09-21T05:11:11.256Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-21T05:11:11.256Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:11:11.256Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200866220, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-09-21T05:11:11.256Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-21T05:11:11.256Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:11:11.256Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200866220, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-09-21T05:11:11.256Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-21T05:11:11.256Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:11:11.256Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200866220, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-21T05:11:11.256Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-21T05:11:11.256Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:11:11.256Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200866220, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-09-21T05:11:11.256Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-21T05:11:11.256Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-21T05:11:11.256Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200866220, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-21T05:11:11.256Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-21T05:11:20.059Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:11:20.059Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T05:11:20.060Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|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-09-21T05:11:20.060Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|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 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:11:29.597Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:11:29.597Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T05:11:29.598Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|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-09-21T05:11:29.598Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|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 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:11:39.134Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:11:39.135Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T05:11:39.135Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|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-09-21T05:11:39.135Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|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 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:11:48.675Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:11:48.676Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T05:11:48.676Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|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-09-21T05:11:48.676Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|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 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:11:58.220Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:11:58.220Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T05:11:58.221Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|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-09-21T05:11:58.221Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|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 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:12:07.768Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:12:11.231Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T05:12:11.231Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|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-09-21T05:12:11.231Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|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 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:12:11.233Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T05:12:11.233Z||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-09-21T05:12:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:12:11.757Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:12:11.757Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-21T05:12:11.757Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632200866220, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-09-21T05:12:11.758Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-21T05:12:11.758Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-21T05:12:11.758Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632201014345, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-21T05:12:11.758Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:12:11.758Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-21T05:12:11.758Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632201016650, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-09-21T05:12:11.758Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:12:11.758Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-21T05:12:11.759Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632201017820, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-09-21T05:12:11.759Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:12:11.759Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-21T05:12:11.759Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632201018994, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-21T05:12:11.759Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:12:11.759Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-21T05:12:11.759Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632201020269, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-09-21T05:12:11.759Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:12:11.759Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-21T05:12:11.759Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632201022012, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-09-21T05:12:11.759Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:12:11.759Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-21T05:12:11.759Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632201023112, "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-09-21T05:12:11.759Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:12:11.759Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-21T05:12:11.759Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632201024115, "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-09-21T05:12:11.760Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:12:11.760Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-21T05:12:11.760Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632201025118, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-09-21T05:12:11.760Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:12:11.760Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-21T05:12:11.760Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632201026122, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-09-21T05:12:11.760Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:12:11.760Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-21T05:12:11.760Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632201027125, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-09-21T05:12:11.760Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:12:11.760Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-21T05:12:11.760Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632201028128, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-09-21T05:12:11.761Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:12:11.761Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-21T05:12:11.761Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5776a4c4-faf0-42b5-a59c-739e14508fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632201059297, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-21T05:12:11.761Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-21T05:12:20.777Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:13:11.231Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T05:13:11.233Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|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-09-21T05:13:11.233Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T05:13:11.233Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|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 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:13:11.233Z||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-09-21T05:13:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:13:20.782Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:13:20.785Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:14:11.231Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T05:14:11.232Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|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-09-21T05:14:11.232Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|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 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:14:11.233Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T05:14:11.233Z||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-09-21T05:14:11.234Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:14:20.785Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:14:20.785Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:15:11.231Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T05:15:11.232Z||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-09-21T05:15:11.232Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:15:11.233Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T05:15:11.234Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|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-09-21T05:15:11.234Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|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 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:15:20.777Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:15:20.780Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:16:11.231Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T05:16:11.231Z||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-09-21T05:16:11.231Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:16:11.233Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T05:16:11.233Z||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-09-21T05:16:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:16:20.778Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:16:20.781Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:17:11.231Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T05:17:11.232Z||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-09-21T05:17:11.232Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:17:11.233Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T05:17:11.233Z||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-09-21T05:17:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:17:20.778Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:17:20.800Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:18:11.231Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T05:18:11.231Z||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-09-21T05:18:11.231Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:18:11.233Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T05:18:11.233Z||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-09-21T05:18:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:18:20.777Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:18:20.779Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:19:11.233Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T05:19:11.233Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T05:19:11.234Z||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-09-21T05:19:11.234Z||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-09-21T05:19:11.234Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:19:11.234Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:19:20.778Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:19:20.781Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:20:11.231Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T05:20:11.231Z||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-09-21T05:20:11.232Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:20:11.233Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T05:20:11.234Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|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-09-21T05:20:11.234Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|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 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:20:20.776Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:20:20.782Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:21:11.231Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T05:21:11.231Z||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-09-21T05:21:11.232Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:21:11.233Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T05:21:11.233Z||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-09-21T05:21:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:21:20.775Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:21:20.779Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:22:11.231Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T05:22:11.231Z||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-09-21T05:22:11.232Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:22:11.233Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T05:22:11.233Z||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-09-21T05:22:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:22:20.772Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:22:20.781Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:23:11.231Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T05:23:11.231Z||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-09-21T05:23:11.232Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:23:11.233Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T05:23:11.233Z||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-09-21T05:23:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:23:20.778Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:23:20.781Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:24:11.231Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T05:24:11.231Z||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-09-21T05:24:11.231Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:24:11.233Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T05:24:11.233Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|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-09-21T05:24:11.233Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|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 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:24:20.776Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:24:20.779Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:25:11.231Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T05:25:11.231Z||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-09-21T05:25:11.231Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:25:11.233Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T05:25:11.233Z||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-09-21T05:25:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:25:20.770Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:25:20.773Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:26:11.231Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T05:26:11.231Z||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-09-21T05:26:11.231Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:26:11.233Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T05:26:11.233Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|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-09-21T05:26:11.233Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|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 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:26:20.778Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:26:20.778Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:27:11.231Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T05:27:11.231Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|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-09-21T05:27:11.231Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|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 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:27:11.233Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T05:27:11.233Z||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-09-21T05:27:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:27:20.777Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:27:20.779Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:28:11.231Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T05:28:11.231Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|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-09-21T05:28:11.232Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|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 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:28:11.233Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T05:28:11.234Z||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-09-21T05:28:11.234Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:28:20.774Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:28:20.776Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:29:11.231Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T05:29:11.231Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|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-09-21T05:29:11.231Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|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 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:29:11.233Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T05:29:11.233Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|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-09-21T05:29:11.233Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|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 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:29:20.774Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:29:20.775Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:30:11.231Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T05:30:11.231Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|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-09-21T05:30:11.231Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|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 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:30:11.233Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T05:30:11.233Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|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-09-21T05:30:11.233Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|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 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:30:20.776Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:30:20.776Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:31:11.231Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T05:31:11.231Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|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-09-21T05:31:11.231Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|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 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:31:11.233Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T05:31:11.233Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|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-09-21T05:31:11.233Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|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 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:31:20.776Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:31:20.777Z|46ce334c-7a34-4960-9c68-7f1633fbd9e5|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:32:11.231Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T05:32:11.231Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|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-09-21T05:32:11.231Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|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 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:32:11.233Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T05:32:11.233Z||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-09-21T05:32:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:32:20.777Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:32:20.781Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:33:11.231Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T05:33:11.231Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|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-09-21T05:33:11.231Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|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 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:33:11.233Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T05:33:11.233Z||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-09-21T05:33:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:33:20.776Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:33:20.776Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:34:11.231Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T05:34:11.231Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|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-09-21T05:34:11.231Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|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 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:34:11.233Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T05:34:11.234Z||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-09-21T05:34:11.234Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:34:20.778Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:34:20.779Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:35:02.446Z||http-nio-8085-exec-1|||||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 [JDWP-Handshake\n...]. 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-09-21T05:35:11.231Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T05:35:11.231Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|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-09-21T05:35:11.231Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|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 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:35:11.233Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-21T05:35:11.233Z||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-09-21T05:35:11.233Z||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 4PJDHCUAOiOJEgHE) ... 2021-09-21T05:35:20.777Z|5776a4c4-faf0-42b5-a59c-739e14508fa9|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-21T05:35:20.778Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK