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-24T00:54:47.405Z||main|||||INFO|500||The following profiles are active: basic 2021-09-24T00:54:57.412Z||main|||||INFO|500||Starting service [Tomcat] 2021-09-24T00:54:57.412Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2021-09-24T00:54:57.492Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2021-09-24T00:54:59.825Z||main|||||INFO|500||catdb-pool - Starting... 2021-09-24T00:54:59.983Z||main|||||INFO|500||catdb-pool - Start completed. 2021-09-24T00:55:00.387Z||main|||||INFO|500||reqdb-pool - Starting... 2021-09-24T00:55:00.395Z||main|||||INFO|500||reqdb-pool - Start completed. 2021-09-24T00:55:00.468Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2021-09-24T00:55:00.609Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2021-09-24T00:55:00.985Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2021-09-24T00:55:01.747Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-09-24T00:55:03.737Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-09-24T00:55:03.780Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2021-09-24T00:55:04.292Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-09-24T00:55:04.439Z||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-24T00:55:05.631Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-09-24T00:55:06.595Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2021-09-24T00:55:06.618Z||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$$e5540ea0.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-24T00:55:06.619Z||main|||||WARN|500||The sdc end point is not alive 2021-09-24T00:55:09.595Z||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-24T00:55:12.209Z||main|||||WARN|500||--- 2021-09-24T00:55:12.210Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2021-09-24T00:55:12.210Z||main|||||WARN|500||--- 2021-09-24T00:55:12.650Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2021-09-24T00:55:16.791Z||main|||||INFO|500||Started Application in 33.935 seconds (JVM running for 35.054) 2021-09-24T00:55:16.809Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-09-24T00:55:16.810Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-09-24T00:55:16.818Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-09-24T00:55:16.840Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-09-24T00:55:16.918Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 267eecdf-43a6-423b-a0be-42e32888b71a url= /sdc/v1/artifactTypes 2021-09-24T00:55:16.918Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-09-24T00:55:18.017Z||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.28.114] 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$$e85dac3d.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-24T00:55:18.024Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@32f20720 2021-09-24T00:55:18.024Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-09-24T00:55:18.034Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-09-24T00:55:18.036Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-09-24T00:55:18.038Z||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$$e85dac3d.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-24T00:56:06.778Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-09-24T00:56:06.779Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-09-24T00:56:06.783Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-09-24T00:56:06.786Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-09-24T00:56:06.795Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= aa05815a-02ab-4daf-b2d2-37c7c450c1d0 url= /sdc/v1/artifactTypes 2021-09-24T00:56:06.795Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-09-24T00:56:07.837Z||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.28.114] 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$$e85dac3d.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-24T00:56:07.838Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2817562d 2021-09-24T00:56:07.838Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-09-24T00:56:07.838Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-09-24T00:56:07.838Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-09-24T00:56:07.839Z||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$$e85dac3d.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-24T00:56:56.778Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-09-24T00:56:56.779Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-09-24T00:56:56.779Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-09-24T00:56:56.784Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-09-24T00:56:56.791Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 841ceb9e-bd2a-444a-b2de-be19fa6b9c1a url= /sdc/v1/artifactTypes 2021-09-24T00:56:56.791Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-09-24T00:56:57.822Z||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.28.114] 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$$e85dac3d.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-24T00:56:57.822Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@45f0cab7 2021-09-24T00:56:57.822Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-09-24T00:56:57.823Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-09-24T00:56:57.823Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-09-24T00:56:57.823Z||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$$e85dac3d.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-24T00:57:46.779Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-09-24T00:57:46.780Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-09-24T00:57:46.780Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-09-24T00:57:46.784Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-09-24T00:57:46.790Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 64e58344-be1c-48c4-a7d0-c0fcfd1458f5 url= /sdc/v1/artifactTypes 2021-09-24T00:57:46.790Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-09-24T00:57:47.841Z||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.28.114] 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$$e85dac3d.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-24T00:57:47.842Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6ab4b8f5 2021-09-24T00:57:47.843Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-09-24T00:57:47.844Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-09-24T00:57:47.844Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-09-24T00:57:47.845Z||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$$e85dac3d.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-24T00:58:36.779Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-09-24T00:58:36.780Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-09-24T00:58:36.780Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-09-24T00:58:36.784Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-09-24T00:58:36.788Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c0d55291-c029-4af5-9f55-726a95a54d2e url= /sdc/v1/artifactTypes 2021-09-24T00:58:36.788Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-09-24T00:58:37.046Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-09-24T00:58:37.052Z||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-24T00:58:37.072Z||scheduling-1|||||DEBUG|500||create keys 2021-09-24T00:58:37.080Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-09-24T00:58:37.110Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T00:58:37.125Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 240537b3-26a1-47eb-8649-a24231e7ce11 url= /sdc/v1/registerForDistribution 2021-09-24T00:58:37.220Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 240537b3-26a1-47eb-8649-a24231e7ce11 url= /sdc/v1/registerForDistribution 2021-09-24T00:58:37.221Z||scheduling-1|||||INFO|500||start DistributionClient 2021-09-24T00:58:37.229Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T00:58:37.230Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T00:58:37.234Z||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-24T00:58:37.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-24T00:58:37.234Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T00:58:37.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 KYWojB7SLaco2JbJ) ... 2021-09-24T00:58:37.236Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2021-09-24T00:58:47.504Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T00:58:47.506Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T00:59:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T00:59:37.228Z||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-24T00:59:37.228Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T00:59:37.230Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T00:59:37.231Z||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-24T00:59:37.231Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T00:59:46.790Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T00:59:46.790Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:00:37.227Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:00:37.228Z||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-24T01:00:37.228Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:00:37.230Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:00:37.230Z||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-24T01:00:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:00:46.784Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:00:46.787Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:01:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:01:37.228Z||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-24T01:01:37.228Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:01:37.230Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:01:37.230Z||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-24T01:01:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:01:46.783Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:01:46.786Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:02:37.227Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:02:37.228Z||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-24T01:02:37.228Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:02:37.229Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:02:37.230Z||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-24T01:02:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:02:46.781Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:02:46.785Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:03:37.227Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:03:37.228Z||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-24T01:03:37.228Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:03:37.230Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:03:37.230Z||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-24T01:03:37.231Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:03:46.781Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:03:46.785Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:04:37.227Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:04:37.228Z||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-24T01:04:37.228Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:04:37.230Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:04:37.230Z||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-24T01:04:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:04:46.783Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:04:46.784Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:05:23.657Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2021-09-24T01:05:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:05:37.228Z||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-24T01:05:37.228Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:05:37.230Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:05:37.231Z||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-24T01:05:37.231Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:05:46.785Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:05:46.786Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:06:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:06:37.228Z||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-24T01:06:37.228Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:06:37.229Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:06:37.230Z||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-24T01:06:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:06:46.782Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:06:46.784Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:07:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:07:37.228Z||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-24T01:07:37.228Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:07:37.230Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:07:37.231Z||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-24T01:07:37.231Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:07:46.782Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:07:46.784Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:08:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:08:37.227Z||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-24T01:08:37.228Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:08:37.229Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:08:37.230Z||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-24T01:08:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:08:46.784Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:08:46.786Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:09:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:09:37.228Z||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-24T01:09:37.228Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:09:37.229Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:09:37.230Z||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-24T01:09:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:09:46.780Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:09:46.782Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:10:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:10:37.228Z||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-24T01:10:37.228Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:10:37.230Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:10:37.230Z||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-24T01:10:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:10:46.778Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:10:46.778Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:11:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:11:37.228Z||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-24T01:11:37.228Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:11:37.229Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:11:37.230Z||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-24T01:11:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:11:46.782Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:11:46.785Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:12:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:12:37.228Z||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-24T01:12:37.229Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:12:37.230Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:12:37.231Z||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-24T01:12:37.231Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:12:46.781Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:12:46.782Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:13:37.228Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:13:37.230Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:13:37.232Z||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-24T01:13:37.232Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:13:37.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-24T01:13:37.233Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:13:46.789Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:13:46.791Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:14:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:14:37.228Z||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-24T01:14:37.228Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:14:37.230Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:14:37.230Z||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-24T01:14:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:14:46.781Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:14:46.782Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:15:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:15:37.228Z||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-24T01:15:37.228Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:15:37.230Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:15:37.230Z||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-24T01:15:37.231Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:15:46.776Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:15:46.780Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:16:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:16:37.228Z||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-24T01:16:37.228Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:16:37.230Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:16:37.230Z||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-24T01:16:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:16:46.779Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:16:46.783Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:17:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:17:37.228Z||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-24T01:17:37.228Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:17:37.229Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:17:37.230Z||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-24T01:17:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:17:46.780Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:17:46.783Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:18:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:18:37.228Z||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-24T01:18:37.228Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:18:37.229Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:18:37.230Z||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-24T01:18:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:18:46.777Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:18:46.778Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:19:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:19:37.228Z||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-24T01:19:37.228Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:19:37.230Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:19:37.230Z||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-24T01:19:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:19:46.811Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:19:46.813Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:20:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:20:37.227Z||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-24T01:20:37.227Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:20:37.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:20:37.230Z||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-24T01:20:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:20:46.774Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:20:46.780Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:21:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:21:37.227Z||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-24T01:21:37.228Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:21:37.230Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:21:37.230Z||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-24T01:21:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:21:46.780Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:21:46.781Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:22:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:22:37.228Z||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-24T01:22:37.228Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:22:37.229Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:22:37.230Z||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-24T01:22:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:22:46.778Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:22:46.784Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:23:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:23:37.228Z||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-24T01:23:37.228Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:23:37.229Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:23:37.230Z||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-24T01:23:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:23:46.785Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:23:46.785Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:24:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:24:37.228Z||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-24T01:24:37.228Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:24:37.230Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:24:37.231Z||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-24T01:24:37.231Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:24:46.777Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:24:46.804Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:25:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:25:37.227Z||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-24T01:25:37.228Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:25:37.230Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:25:37.230Z||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-24T01:25:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:25:46.780Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:25:46.782Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:26:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:26:37.228Z||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-24T01:26:37.228Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:26:37.230Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:26:37.230Z||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-24T01:26:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:26:46.787Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:26:46.789Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:27:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:27:37.228Z||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-24T01:27:37.228Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:27:37.229Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:27:37.230Z||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-24T01:27:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:27:46.778Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:27:46.785Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:28:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:28:37.228Z||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-24T01:28:37.228Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:28:37.230Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:28:37.230Z||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-24T01:28:37.231Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:28:46.779Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:28:46.781Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:29:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:29:37.228Z||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-24T01:29:37.228Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:29:37.229Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:29:37.230Z||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-24T01:29:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:29:46.781Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:29:46.783Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:30:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:30:37.227Z||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-24T01:30:37.228Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:30:37.229Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:30:37.230Z||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-24T01:30:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:30:46.781Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:30:46.782Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:31:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:31:37.228Z||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-24T01:31:37.228Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:31:37.230Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:31:37.231Z||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-24T01:31:37.231Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:31:46.781Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:31:46.783Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:32:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:32:37.228Z||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-24T01:32:37.228Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:32:37.230Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:32:37.231Z||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-24T01:32:37.231Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:32:46.781Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:32:46.784Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:33:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:33:37.228Z||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-24T01:33:37.228Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:33:37.230Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:33:37.230Z||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-24T01:33:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:33:46.779Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:33:46.783Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:34:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:34:37.227Z||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-24T01:34:37.228Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:34:37.230Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:34:37.230Z||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-24T01:34:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:34:46.780Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:34:46.781Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:35:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:35:37.228Z||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-24T01:35:37.228Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:35:37.229Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:35:37.230Z||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-24T01:35:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:35:46.777Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:35:46.779Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:36:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:36:37.227Z||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-24T01:36:37.227Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:36:37.229Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:36:37.230Z||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-24T01:36:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:36:46.781Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:36:46.783Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:37:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:37:37.228Z||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-24T01:37:37.228Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:37:37.230Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:37:37.230Z||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-24T01:37:37.231Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:37:46.777Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:37:46.778Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:38:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:38:37.227Z||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-24T01:38:37.227Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:38:37.229Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:38:37.230Z||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-24T01:38:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:38:46.777Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:38:46.779Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:39:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:39:37.228Z||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-24T01:39:37.228Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:39:37.229Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:39:37.230Z||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-24T01:39:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:39:46.778Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:39:46.779Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:40:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:40:37.227Z||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-24T01:40:37.227Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:40:37.230Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:40:37.231Z||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-24T01:40:37.231Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:40:46.777Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:40:46.777Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:41:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:41:37.228Z||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-24T01:41:37.228Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:41:37.230Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:41:37.230Z||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-24T01:41:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:41:46.780Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:41:46.782Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:42:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:42:37.227Z||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-24T01:42:37.228Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:42:37.229Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:42:37.230Z||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-24T01:42:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:42:46.778Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:42:46.779Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:43:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:43:37.228Z||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-24T01:43:37.228Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:43:37.230Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:43:37.230Z||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-24T01:43:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:43:46.779Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:43:46.781Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:44:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:44:37.227Z||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-24T01:44:37.228Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:44:37.230Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:44:37.230Z||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-24T01:44:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:44:46.776Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:44:46.779Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:45:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:45:37.228Z||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-24T01:45:37.228Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:45:37.230Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:45:37.230Z||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-24T01:45:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:45:46.779Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:45:46.780Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:46:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:46:37.227Z||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-24T01:46:37.227Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:46:37.230Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:46:37.230Z||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-24T01:46:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:46:46.775Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:46:46.782Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:47:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:47:37.227Z||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-24T01:47:37.228Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:47:37.229Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:47:37.230Z||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-24T01:47:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:47:46.784Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:47:46.786Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:48:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:48:37.229Z||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-24T01:48:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:48:37.230Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:48:37.230Z||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-24T01:48:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:48:46.780Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:48:46.785Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:49:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:49:37.229Z||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-24T01:49:37.229Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:49:37.229Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:49:37.230Z||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-24T01:49:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:49:46.779Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:49:46.780Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:50:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:50:37.228Z||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-24T01:50:37.228Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:50:37.230Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:50:37.230Z||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-24T01:50:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:50:46.777Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:50:46.778Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:51:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:51:37.228Z||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-24T01:51:37.228Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:51:37.230Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:51:37.230Z||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-24T01:51:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:51:46.779Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:51:46.780Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:52:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:52:37.228Z||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-24T01:52:37.228Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:52:37.230Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:52:37.230Z||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-24T01:52:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:52:46.778Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:52:46.780Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:53:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:53:37.228Z||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-24T01:53:37.228Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:53:37.229Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:53:37.230Z||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-24T01:53:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:53:46.776Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:53:46.783Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:54:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:54:37.228Z||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-24T01:54:37.228Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:54:37.230Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:54:37.230Z||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-24T01:54:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:54:46.782Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:54:46.787Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:55:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:55:37.227Z||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-24T01:55:37.227Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:55:37.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:55:37.231Z||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-24T01:55:37.231Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:55:46.780Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:55:46.780Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:56:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:56:37.227Z||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-24T01:56:37.228Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:56:37.230Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:56:37.230Z||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-24T01:56:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:56:46.773Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:56:46.776Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:57:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:57:37.227Z||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-24T01:57:37.227Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:57:37.229Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:57:37.230Z||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-24T01:57:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:57:46.782Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:57:46.782Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:58:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:58:37.227Z||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-24T01:58:37.228Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:58:37.229Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:58:37.230Z||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-24T01:58:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:58:46.775Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:58:46.776Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:59:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:59:37.228Z||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-24T01:59:37.228Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:59:37.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T01:59:37.230Z||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-24T01:59:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T01:59:46.780Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T01:59:46.780Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:00:37.227Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:00:37.228Z||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-24T02:00:37.228Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:00:37.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:00:37.230Z||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-24T02:00:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:00:46.782Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:00:46.783Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:01:37.227Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:01:37.227Z||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-24T02:01:37.228Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:01:37.230Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:01:37.230Z||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-24T02:01:37.231Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:01:46.777Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:01:46.778Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:02:37.227Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:02:37.227Z||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-24T02:02:37.228Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:02:37.229Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:02:37.230Z||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-24T02:02:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:02:46.777Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:02:46.781Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:03:37.227Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:03:37.227Z||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-24T02:03:37.228Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:03:37.229Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:03:37.230Z||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-24T02:03:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:03:46.777Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:03:46.781Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:04:37.227Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:04:37.228Z||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-24T02:04:37.228Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:04:37.230Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:04:37.230Z||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-24T02:04:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:04:46.783Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:04:46.784Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:05:37.227Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:05:37.227Z||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-24T02:05:37.228Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:05:37.229Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:05:37.230Z||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-24T02:05:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:05:46.774Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:05:46.775Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:06:37.227Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:06:37.227Z||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-24T02:06:37.228Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:06:37.229Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:06:37.230Z||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-24T02:06:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:06:46.782Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:06:46.782Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:07:37.227Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:07:37.227Z||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-24T02:07:37.227Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:07:37.229Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:07:37.230Z||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-24T02:07:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:07:46.782Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:07:46.783Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:08:37.227Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:08:37.227Z||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-24T02:08:37.227Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:08:37.229Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:08:37.230Z||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-24T02:08:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:08:46.774Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:08:46.774Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:09:37.227Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:09:37.227Z||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-24T02:09:37.227Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:09:37.229Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:09:37.230Z||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-24T02:09:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:09:46.776Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:09:46.776Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:10:37.227Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:10:37.228Z||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-24T02:10:37.228Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:10:37.230Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:10:37.230Z||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-24T02:10:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:10:46.774Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:10:46.775Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:11:37.227Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:11:37.228Z||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-24T02:11:37.228Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:11:37.230Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:11:37.230Z||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-24T02:11:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:11:46.775Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:11:46.776Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:12:37.226Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:12:37.227Z||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-24T02:12:37.228Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:12:37.229Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:12:37.230Z||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-24T02:12:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:12:46.774Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:12:46.774Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:13:37.227Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:13:37.227Z||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-24T02:13:37.227Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:13:37.229Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:13:37.230Z||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-24T02:13:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:13:46.773Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:13:46.775Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:14:37.227Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:14:37.227Z||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-24T02:14:37.227Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:14:37.229Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:14:37.230Z||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-24T02:14:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:14:46.778Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:14:46.778Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:15:37.227Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:15:37.227Z||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-24T02:15:37.227Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:15:37.230Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:15:37.230Z||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-24T02:15:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:15:46.775Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:15:46.775Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:16:37.227Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:16:37.227Z||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-24T02:16:37.228Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:16:37.229Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:16:37.230Z||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-24T02:16:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:16:46.775Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:16:46.779Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:17:37.227Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:17:37.227Z||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-24T02:17:37.227Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:17:37.229Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:17:37.230Z||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-24T02:17:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:17:46.772Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:17:46.773Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:18:37.227Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:18:37.227Z||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-24T02:18:37.227Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:18:37.229Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:18:37.230Z||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-24T02:18:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:18:46.772Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:18:46.780Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:19:37.227Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:19:37.227Z||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-24T02:19:37.228Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:19:37.230Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:19:37.230Z||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-24T02:19:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:19:46.777Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:19:46.777Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:20:37.227Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:20:37.227Z||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-24T02:20:37.227Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:20:37.229Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:20:37.230Z||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-24T02:20:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:20:46.774Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:20:46.774Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:21:37.227Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:21:37.227Z||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-24T02:21:37.228Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:21:37.229Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:21:37.230Z||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-24T02:21:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:21:46.779Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:21:46.780Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:22:37.227Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:22:37.227Z||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-24T02:22:37.227Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:22:37.230Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:22:37.230Z||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-24T02:22:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:22:46.781Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:22:46.782Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:23:37.227Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:23:37.227Z||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-24T02:23:37.227Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:23:37.229Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:23:37.230Z||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-24T02:23:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:23:46.773Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:23:46.775Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:24:37.227Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:24:37.227Z||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-24T02:24:37.227Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:24:37.229Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:24:37.230Z||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-24T02:24:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:24:46.778Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:24:46.778Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:25:37.226Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:25:37.227Z||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-24T02:25:37.227Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:25:37.229Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:25:37.230Z||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-24T02:25:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:25:46.779Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:25:46.780Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:26:37.227Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:26:37.228Z||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-24T02:26:37.228Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:26:37.229Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:26:37.230Z||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-24T02:26:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:26:46.778Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:26:46.778Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:27:37.227Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:27:37.227Z||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-24T02:27:37.228Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:27:37.229Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:27:37.230Z||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-24T02:27:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:27:46.781Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:27:46.781Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:28:37.227Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:28:37.227Z||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-24T02:28:37.227Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:28:37.229Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:28:37.230Z||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-24T02:28:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:28:46.775Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:28:46.776Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:29:37.227Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:29:37.227Z||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-24T02:29:37.227Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:29:37.229Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:29:37.230Z||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-24T02:29:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:29:46.774Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:29:46.778Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:30:37.227Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:30:37.227Z||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-24T02:30:37.227Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:30:37.230Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:30:37.230Z||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-24T02:30:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:30:46.771Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:30:46.774Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:31:37.227Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:31:37.227Z||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-24T02:31:37.227Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:31:37.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:31:37.231Z||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-24T02:31:37.232Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:31:46.773Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:31:46.773Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:32:37.228Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:32:37.230Z||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-24T02:32:37.230Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:32:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:32:37.230Z||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-24T02:32:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:32:46.780Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:32:46.780Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:33:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:33:37.227Z||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-24T02:33:37.227Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:33:37.230Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:33:37.230Z||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-24T02:33:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:33:46.773Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:33:46.774Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:34:37.226Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:34:37.227Z||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-24T02:34:37.227Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:34:37.230Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:34:37.231Z||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-24T02:34:37.231Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:34:46.778Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:34:46.778Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:35:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:35:37.227Z||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-24T02:35:37.227Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:35:37.229Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:35:37.230Z||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-24T02:35:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:35:46.779Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:35:46.779Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:36:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:36:37.227Z||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-24T02:36:37.228Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:36:37.229Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:36:37.230Z||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-24T02:36:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:36:46.772Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:36:46.773Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:37:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:37:37.227Z||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-24T02:37:37.227Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:37:37.230Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:37:37.230Z||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-24T02:37:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:37:46.777Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:37:46.779Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:38:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:38:37.227Z||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-24T02:38:37.228Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:38:37.229Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:38:37.230Z||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-24T02:38:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:38:46.775Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:38:46.776Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:39:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:39:37.227Z||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-24T02:39:37.227Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:39:37.230Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:39:37.230Z||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-24T02:39:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:39:46.777Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:39:46.777Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:40:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:40:37.228Z||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-24T02:40:37.228Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:40:37.229Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:40:37.230Z||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-24T02:40:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:40:46.777Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:40:46.778Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:41:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:41:37.228Z||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-24T02:41:37.228Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:41:37.229Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:41:37.230Z||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-24T02:41:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:41:46.779Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:41:46.779Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:42:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:42:37.227Z||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-24T02:42:37.227Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:42:37.230Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:42:37.230Z||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-24T02:42:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:42:46.772Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:42:46.773Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:43:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:43:37.227Z||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-24T02:43:37.227Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:43:37.230Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:43:37.230Z||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-24T02:43:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:43:46.775Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:43:46.778Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:44:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:44:37.227Z||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-24T02:44:37.228Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:44:37.230Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:44:37.230Z||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-24T02:44:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:44:46.775Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:44:46.775Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:45:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:45:37.227Z||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-24T02:45:37.227Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:45:37.229Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:45:37.230Z||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-24T02:45:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:45:46.771Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:45:46.775Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:46:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:46:37.227Z||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-24T02:46:37.227Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:46:37.230Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:46:37.230Z||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-24T02:46:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:46:46.772Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:46:46.775Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:47:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:47:37.227Z||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-24T02:47:37.228Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:47:37.229Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:47:37.230Z||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-24T02:47:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:47:46.774Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:47:46.776Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:48:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:48:37.228Z||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-24T02:48:37.228Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:48:37.229Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:48:37.230Z||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-24T02:48:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:48:46.770Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:48:46.774Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:49:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:49:37.227Z||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-24T02:49:37.227Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:49:37.230Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:49:37.231Z||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-24T02:49:37.231Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:49:46.774Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:49:46.777Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:50:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:50:37.228Z||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-24T02:50:37.228Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:50:37.229Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:50:37.230Z||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-24T02:50:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:50:46.774Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:50:46.774Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:51:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:51:37.227Z||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-24T02:51:37.228Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:51:37.229Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:51:37.230Z||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-24T02:51:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:51:46.777Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:51:46.777Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:52:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:52:37.227Z||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-24T02:52:37.227Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:52:37.229Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:52:37.230Z||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-24T02:52:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:52:46.779Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:52:46.779Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:53:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:53:37.228Z||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-24T02:53:37.228Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:53:37.229Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:53:37.230Z||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-24T02:53:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:53:46.775Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:53:46.775Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:54:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:54:37.227Z||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-24T02:54:37.227Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:54:37.229Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:54:37.230Z||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-24T02:54:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:54:46.776Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:54:46.776Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:55:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:55:37.227Z||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-24T02:55:37.227Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:55:37.230Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:55:37.230Z||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-24T02:55:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:55:46.780Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:55:46.785Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:56:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:56:37.228Z||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-24T02:56:37.228Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:56:37.229Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:56:37.230Z||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-24T02:56:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:56:46.775Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:56:46.777Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:57:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:57:37.227Z||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-24T02:57:37.227Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:57:37.229Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:57:37.230Z||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-24T02:57:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:57:46.772Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:57:46.775Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:58:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:58:37.228Z||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-24T02:58:37.228Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:58:37.229Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:58:37.230Z||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-24T02:58:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:58:46.776Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:58:46.777Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:59:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:59:37.227Z||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-24T02:59:37.227Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:59:37.230Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T02:59:37.230Z||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-24T02:59:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T02:59:46.775Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T02:59:46.780Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:00:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:00:37.227Z||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-24T03:00:37.228Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T03:00:37.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:00:37.230Z||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-24T03:00:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T03:00:46.775Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:00:46.775Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:01:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:01:37.227Z||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-24T03:01:37.227Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T03:01:37.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:01:37.230Z||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-24T03:01:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T03:01:46.777Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:01:46.777Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:02:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:02:37.227Z||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-24T03:02:37.227Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T03:02:37.229Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:02:37.230Z||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-24T03:02:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T03:02:46.781Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:02:46.781Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:03:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:03:37.227Z||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-24T03:03:37.227Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T03:03:37.230Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:03:37.230Z||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-24T03:03:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T03:03:46.774Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:03:46.776Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:04:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:04:37.227Z||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-24T03:04:37.227Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T03:04:37.230Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:04:37.230Z||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-24T03:04:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T03:04:46.776Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:04:46.776Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:05:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:05:37.227Z||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-24T03:05:37.227Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T03:05:37.229Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:05:37.230Z||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-24T03:05:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T03:05:46.778Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:05:46.779Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:06:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:06:37.227Z||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-24T03:06:37.227Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T03:06:37.229Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:06:37.230Z||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-24T03:06:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T03:06:46.777Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:06:46.778Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:07:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:07:37.227Z||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-24T03:07:37.227Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T03:07:37.229Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:07:37.230Z||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-24T03:07:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T03:07:46.805Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:07:46.806Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:08:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:08:37.227Z||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-24T03:08:37.227Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T03:08:37.229Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:08:37.230Z||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-24T03:08:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T03:08:46.777Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:08:46.780Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:09:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:09:37.227Z||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-24T03:09:37.227Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T03:09:37.229Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:09:37.230Z||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-24T03:09:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T03:09:46.779Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:09:46.779Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:10:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:10:37.228Z||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-24T03:10:37.228Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T03:10:37.229Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:10:37.230Z||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-24T03:10:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T03:10:46.777Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:10:46.777Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:11:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:11:37.228Z||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-24T03:11:37.228Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T03:11:37.229Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:11:37.230Z||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-24T03:11:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T03:11:46.777Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:11:46.778Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:12:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:12:37.227Z||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-24T03:12:37.227Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T03:12:37.229Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:12:37.230Z||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-24T03:12:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T03:12:46.771Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:12:46.773Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:13:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:13:37.227Z||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-24T03:13:37.227Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T03:13:37.231Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:13:37.231Z||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-24T03:13:37.231Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T03:13:46.776Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:13:46.776Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:14:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:14:37.227Z||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-24T03:14:37.227Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T03:14:37.230Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:14:37.230Z||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-24T03:14:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T03:14:46.776Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:14:46.777Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:15:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:15:37.227Z||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-24T03:15:37.227Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T03:15:37.229Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:15:37.230Z||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-24T03:15:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T03:15:46.768Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:15:46.774Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:16:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:16:37.227Z||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-24T03:16:37.227Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T03:16:37.229Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:16:37.230Z||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-24T03:16:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T03:16:46.777Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:16:46.778Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:17:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:17:37.227Z||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-24T03:17:37.227Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T03:17:37.230Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:17:37.230Z||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-24T03:17:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T03:17:46.767Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:17:46.778Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:18:37.228Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:18:37.228Z||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-24T03:18:37.228Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T03:18:37.229Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:18:37.230Z||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-24T03:18:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T03:18:46.774Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:18:46.774Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:19:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:19:37.227Z||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-24T03:19:37.228Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T03:19:37.230Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:19:37.230Z||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-24T03:19:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T03:19:46.772Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:19:46.772Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:20:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:20:37.228Z||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-24T03:20:37.228Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T03:20:37.229Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:20:37.230Z||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-24T03:20:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T03:20:46.782Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:20:46.782Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:21:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:21:37.227Z||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-24T03:21:37.228Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T03:21:37.229Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:21:37.230Z||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-24T03:21:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T03:21:46.774Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:21:46.779Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:22:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:22:37.227Z||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-24T03:22:37.228Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T03:22:37.229Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:22:37.230Z||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-24T03:22:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T03:22:46.777Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:22:46.778Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:23:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:23:37.227Z||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-24T03:23:37.227Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T03:23:37.230Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:23:37.230Z||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-24T03:23:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T03:23:46.772Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:23:46.775Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:24:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:24:37.227Z||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-24T03:24:37.227Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T03:24:37.229Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:24:37.230Z||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-24T03:24:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T03:24:46.776Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:24:46.777Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:25:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:25:37.228Z||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-24T03:25:37.228Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T03:25:37.229Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:25:37.230Z||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-24T03:25:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T03:25:46.775Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:25:46.777Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:26:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:26:37.228Z||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-24T03:26:37.228Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T03:26:37.229Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:26:37.230Z||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-24T03:26:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T03:26:46.778Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:26:46.778Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:27:37.226Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:27:37.227Z||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-24T03:27:37.227Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T03:27:37.229Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:27:37.230Z||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-24T03:27:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T03:27:46.773Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:27:46.778Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:28:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:28:37.227Z||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-24T03:28:37.227Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T03:28:37.229Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:28:37.230Z||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-24T03:28:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T03:28:46.774Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:28:46.775Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:29:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:29:37.228Z||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-24T03:29:37.228Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T03:29:37.229Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:29:37.230Z||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-24T03:29:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T03:29:46.774Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:29:46.775Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:30:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:30:37.227Z||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-24T03:30:37.227Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T03:30:37.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:30:37.230Z||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-24T03:30:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T03:30:46.774Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:30:46.777Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:31:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:31:37.227Z||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-24T03:31:37.227Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T03:31:37.229Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:31:37.230Z||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-24T03:31:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T03:31:46.780Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:31:46.780Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:32:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:32:37.228Z||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-24T03:32:37.228Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T03:32:37.229Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:32:37.230Z||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-24T03:32:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T03:32:46.779Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:32:46.781Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:33:37.226Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:33:37.227Z||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-24T03:33:37.227Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T03:33:37.229Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:33:37.230Z||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-24T03:33:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T03:33:46.773Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:33:46.773Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:34:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:34:37.227Z||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-24T03:34:37.227Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T03:34:37.229Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:34:37.230Z||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-24T03:34:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T03:34:46.772Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:34:46.774Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:35:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:35:37.228Z||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-24T03:35:37.228Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T03:35:37.230Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:35:37.230Z||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-24T03:35:37.231Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T03:35:46.773Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:35:46.775Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:36:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:36:37.227Z||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-24T03:36:37.227Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T03:36:37.229Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:36:37.230Z||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-24T03:36:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T03:36:46.776Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:36:46.775Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:37:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:37:37.227Z||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-24T03:37:37.227Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T03:37:37.229Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:37:37.230Z||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-24T03:37:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T03:37:46.773Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:37:46.773Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:38:37.227Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:38:37.228Z||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-24T03:38:37.228Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T03:38:37.230Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:38:37.230Z||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-24T03:38:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T03:38:46.776Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:38:46.777Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:39:37.227Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:39:37.227Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-24T03:39:37.227Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ... 2021-09-24T03:39:37.229Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:39:37.230Z||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-24T03:39:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T03:39:46.778Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:39:46.779Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:40:37.227Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:40:37.227Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-24T03:40:37.227Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ... 2021-09-24T03:40:37.229Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:40:37.230Z||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-24T03:40:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T03:40:46.773Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:40:46.777Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:41:37.227Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:41:37.227Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-24T03:41:37.227Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ... 2021-09-24T03:41:37.229Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:41:37.230Z||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-24T03:41:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T03:41:46.775Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:41:46.777Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:42:37.227Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:42:37.227Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-24T03:42:37.227Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ... 2021-09-24T03:42:37.229Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:42:37.230Z||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-24T03:42:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T03:42:46.775Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:42:46.775Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:43:37.226Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:43:37.227Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-24T03:43:37.227Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as KYWojB7SLaco2JbJ) ... 2021-09-24T03:43:37.229Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:43:37.230Z||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-24T03:43:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T03:43:46.778Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:43:46.778Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:44:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:44:37.227Z||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-24T03:44:37.227Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T03:44:37.229Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:44:37.230Z||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-24T03:44:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T03:44:46.777Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:44:46.778Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:45:37.227Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:45:37.227Z||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-24T03:45:37.227Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T03:45:37.229Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:45:37.230Z||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-24T03:45:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T03:45:46.775Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:45:46.776Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:46:37.227Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:46:37.227Z||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-24T03:46:37.228Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T03:46:37.229Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:46:37.230Z||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-24T03:46:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T03:46:46.797Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:46:46.799Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:47:37.227Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:47:37.227Z||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-24T03:47:37.227Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T03:47:37.229Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:47:37.230Z||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-24T03:47:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T03:47:46.768Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:47:46.774Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:48:37.227Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:48:37.227Z||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-24T03:48:37.228Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T03:48:37.230Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:48:37.230Z||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-24T03:48:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T03:48:46.796Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:48:46.799Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:49:37.226Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:49:37.227Z||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-24T03:49:37.227Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T03:49:37.229Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:49:37.230Z||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-24T03:49:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T03:49:46.776Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:49:46.778Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:50:37.227Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:50:37.227Z||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-24T03:50:37.228Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T03:50:37.229Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:50:37.230Z||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-24T03:50:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T03:50:46.771Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:50:46.776Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:51:37.226Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:51:37.227Z||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-24T03:51:37.227Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T03:51:37.229Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:51:37.230Z||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-24T03:51:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T03:51:46.772Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:51:46.773Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:52:37.227Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:52:37.227Z||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-24T03:52:37.227Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T03:52:37.230Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:52:37.230Z||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-24T03:52:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T03:52:46.775Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:52:46.775Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:53:37.227Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:53:37.227Z||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-24T03:53:37.227Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T03:53:37.229Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:53:37.230Z||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-24T03:53:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T03:53:46.777Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:53:46.777Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:54:37.227Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:54:37.227Z||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-24T03:54:37.227Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T03:54:37.230Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:54:37.230Z||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-24T03:54:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T03:54:46.776Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:54:46.780Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:55:37.227Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:55:37.228Z||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-24T03:55:37.228Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T03:55:37.229Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:55:37.230Z||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-24T03:55:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T03:55:46.773Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:55:46.774Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:56:37.227Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:56:37.227Z||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-24T03:56:37.228Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T03:56:37.229Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:56:37.230Z||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-24T03:56:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T03:56:46.777Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:56:46.777Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:57:37.227Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:57:37.227Z||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-24T03:57:37.228Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T03:57:37.229Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:57:37.230Z||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-24T03:57:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T03:57:46.773Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:57:46.773Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:58:37.227Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:58:37.227Z||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-24T03:58:37.227Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T03:58:37.229Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:58:37.230Z||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-24T03:58:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T03:58:46.773Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:58:46.778Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:59:37.227Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:59:37.227Z||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-24T03:59:37.228Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T03:59:37.229Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T03:59:37.230Z||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-24T03:59:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T03:59:46.775Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T03:59:46.778Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:00:37.227Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:00:37.227Z||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-24T04:00:37.228Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:00:37.229Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:00:37.230Z||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-24T04:00:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:00:46.773Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:00:46.773Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:01:37.227Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:01:37.227Z||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-24T04:01:37.227Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:01:37.229Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:01:37.230Z||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-24T04:01:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:01:46.778Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:01:46.779Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:02:37.227Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:02:37.227Z||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-24T04:02:37.227Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:02:37.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:02:37.230Z||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-24T04:02:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:02:46.777Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:02:46.777Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:03:37.227Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:03:37.227Z||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-24T04:03:37.228Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:03:37.229Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:03:37.230Z||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-24T04:03:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:03:46.775Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:03:46.775Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:04:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:04:37.227Z||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-24T04:04:37.227Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:04:37.229Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:04:37.230Z||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-24T04:04:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:04:46.775Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:04:46.776Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:05:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:05:37.227Z||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-24T04:05:37.227Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:05:37.229Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:05:37.230Z||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-24T04:05:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:05:46.774Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:05:46.777Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:06:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:06:37.227Z||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-24T04:06:37.227Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:06:37.230Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:06:37.230Z||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-24T04:06:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:06:46.798Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:06:46.798Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:07:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:07:37.227Z||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-24T04:07:37.228Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:07:37.229Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:07:37.230Z||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-24T04:07:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:07:46.777Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:07:46.778Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:08:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:08:37.227Z||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-24T04:08:37.228Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:08:37.229Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:08:37.230Z||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-24T04:08:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:08:46.772Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:08:46.779Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:09:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:09:37.228Z||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-24T04:09:37.228Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:09:37.230Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:09:37.230Z||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-24T04:09:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:09:46.772Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:09:46.774Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:10:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:10:37.227Z||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-24T04:10:37.227Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:10:37.229Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:10:37.230Z||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-24T04:10:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:10:46.772Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:10:46.773Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:11:37.226Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:11:37.227Z||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-24T04:11:37.227Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:11:37.229Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:11:37.230Z||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-24T04:11:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:11:46.773Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:11:46.777Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:12:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:12:37.227Z||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-24T04:12:37.227Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:12:37.229Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:12:37.230Z||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-24T04:12:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:12:46.779Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:12:46.788Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:13:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:13:37.227Z||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-24T04:13:37.227Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:13:37.229Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:13:37.230Z||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-24T04:13:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:13:46.777Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:13:46.777Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:14:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:14:37.227Z||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-24T04:14:37.227Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:14:37.230Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:14:37.231Z||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-24T04:14:37.231Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:14:46.772Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:14:46.780Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:15:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:15:37.227Z||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-24T04:15:37.227Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:15:37.229Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:15:37.230Z||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-24T04:15:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:15:46.778Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:15:46.780Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:16:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:16:37.227Z||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-24T04:16:37.227Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:16:37.229Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:16:37.230Z||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-24T04:16:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:16:46.780Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:16:46.785Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:17:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:17:37.227Z||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-24T04:17:37.227Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:17:37.229Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:17:37.230Z||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-24T04:17:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:17:46.777Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:17:46.778Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:18:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:18:37.227Z||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-24T04:18:37.227Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:18:37.229Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:18:37.230Z||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-24T04:18:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:18:46.773Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:18:46.777Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:19:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:19:37.227Z||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-24T04:19:37.228Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:19:37.229Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:19:37.230Z||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-24T04:19:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:19:46.779Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:19:46.779Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:20:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:20:37.227Z||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-24T04:20:37.228Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:20:37.229Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:20:37.230Z||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-24T04:20:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:20:46.775Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:20:46.777Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:21:37.226Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:21:37.227Z||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-24T04:21:37.227Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:21:37.229Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:21:37.230Z||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-24T04:21:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:21:46.774Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:21:46.777Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:22:37.226Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:22:37.227Z||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-24T04:22:37.227Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:22:37.229Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:22:37.230Z||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-24T04:22:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:22:46.773Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:22:46.775Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:23:37.226Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:23:37.227Z||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-24T04:23:37.227Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:23:37.229Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:23:37.230Z||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-24T04:23:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:23:46.775Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:23:46.776Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:24:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:24:37.227Z||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-24T04:24:37.227Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:24:37.229Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:24:37.230Z||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-24T04:24:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:24:46.769Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:24:46.779Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:25:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:25:37.227Z||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-24T04:25:37.227Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:25:37.229Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:25:37.230Z||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-24T04:25:37.231Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:25:46.776Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:25:46.776Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:26:37.227Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:26:37.227Z||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-24T04:26:37.227Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:26:37.229Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:26:37.230Z||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-24T04:26:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:26:37.858Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:26:37.860Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-24T04:26:37.860Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"40f9ecfa-c408-47c0-9053-49a951f28a42","serviceName":"vFW 2021-09-24 04-22-51","serviceVersion":"1.0","serviceUUID":"c8e39043-3e1d-43a5-a9a8-a9f2757c65e9","serviceDescription":"catalog service description","serviceInvariantUUID":"106a832d-3231-4d07-be88-4acf74a0d7d7","resources":[{"resourceInstanceName":"vFW 4fefa544-5244 0","resourceName":"vFW 4fefa544-5244","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dcaf5996-8713-4dc5-9321-d1ad339a1037","resourceInvariantUUID":"272e418b-286c-4359-8ddf-c6d935868723","resourceCustomizationUUID":"f60264ad-0a68-4ed7-8644-8caa9a3d1249","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/vf-license-model.xml","artifactChecksum":"NmFiZWM1ZWM1ZDFiZmI4MGIwZWJmNWY2MzZiOWJhNDE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"addf7008-a6cd-4caf-950a-7bc1f5560e48","artifactVersion":"1"},{"artifactName":"vfw4fefa54452440_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/vfw4fefa54452440_modules.json","artifactChecksum":"ZGU5MDlmMjVmNTM1YzQ3Y2Y0YjEwY2Y4Y2M4ZjkyOTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"dd28afed-d848-45ee-8a5c-23772887183e","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"68e36cff-6e63-4104-8b58-0d8bd8990eff","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/vendor-license-model.xml","artifactChecksum":"M2IyMWI5ZTE1YjY5ZTA1ZDkyNGUxMTYzYTc4YWZmMTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5f4266a4-413b-4c57-9140-70442a7f3a8c","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"29d89c1c-4d5b-411f-a8c1-07237d0e7f35","artifactVersion":"2","generatedFromUUID":"68e36cff-6e63-4104-8b58-0d8bd8990eff"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210924042251-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210924042251/1.0/artifacts/service-Vfw20210924042251-template.yml","artifactChecksum":"M2I4ZWJjYTM3YjllZDkxMjE4MDA2ZWEzYWI5ZTFiMzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d2c1c6eb-24a9-4dc8-bae2-4231e61d2ce1","artifactVersion":"1"},{"artifactName":"service-Vfw20210924042251-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210924042251/1.0/artifacts/service-Vfw20210924042251-csar.csar","artifactChecksum":"ODkwN2RjZjBjNzU3ZjNhODZmZGYxYWIzNzVhNDI0MDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f34f0cfd-2de7-453c-ac5f-30c42b756743","artifactVersion":"1"}],"workloadContext":"Production"} 2021-09-24T04:26:37.864Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:26:37.866Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-24T04:26:37.870Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:26:37.873Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-24T04:26:37.874Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42", "consumerID": "dcae-sch", "timestamp": 1632457547889, "artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:26:37.881Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:26:37.881Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632457597227, "artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:26:37.888Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-24T04:26:37.888Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-24T04:26:37.888Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42", "consumerID": "multicloud-k8s-id", "timestamp": 1632457543572, "artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:26:37.888Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-24T04:26:37.888Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-24T04:26:37.888Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42", "consumerID": "cds", "timestamp": 1632457552919, "artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:26:37.889Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-24T04:26:37.889Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-24T04:26:37.889Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42", "consumerID": "dcae-sch", "timestamp": 1632457547889, "artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/vfw4fefa54452440_modules.json", "status": "NOT_NOTIFIED" } 2021-09-24T04:26:37.889Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-24T04:26:37.889Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-24T04:26:37.889Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42", "consumerID": "multicloud-k8s-id", "timestamp": 1632457543572, "artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/vfw4fefa54452440_modules.json", "status": "NOTIFIED" } 2021-09-24T04:26:37.889Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-24T04:26:37.889Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-24T04:26:37.889Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42", "consumerID": "cds", "timestamp": 1632457552919, "artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/vfw4fefa54452440_modules.json", "status": "NOT_NOTIFIED" } 2021-09-24T04:26:37.889Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-24T04:26:37.889Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-24T04:26:37.889Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42", "consumerID": "dcae-sch", "timestamp": 1632457547889, "artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-09-24T04:26:37.889Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-24T04:26:37.889Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-24T04:26:37.889Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42", "consumerID": "multicloud-k8s-id", "timestamp": 1632457543572, "artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-09-24T04:26:37.889Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-24T04:26:37.890Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-24T04:26:37.890Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42", "consumerID": "cds", "timestamp": 1632457552919, "artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-09-24T04:26:37.890Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-24T04:26:37.890Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-24T04:26:37.890Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42", "consumerID": "dcae-sch", "timestamp": 1632457547889, "artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:26:37.890Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-24T04:26:37.890Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-24T04:26:37.890Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42", "consumerID": "multicloud-k8s-id", "timestamp": 1632457543572, "artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:26:37.890Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-24T04:26:37.890Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-24T04:26:37.890Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42", "consumerID": "cds", "timestamp": 1632457552919, "artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:26:37.890Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-24T04:26:37.890Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-24T04:26:37.890Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42", "consumerID": "dcae-sch", "timestamp": 1632457547889, "artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-09-24T04:26:37.890Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-24T04:26:37.890Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-24T04:26:37.890Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42", "consumerID": "multicloud-k8s-id", "timestamp": 1632457543572, "artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-09-24T04:26:37.891Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-24T04:26:37.891Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-24T04:26:37.891Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42", "consumerID": "cds", "timestamp": 1632457552919, "artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-09-24T04:26:37.891Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-24T04:26:37.891Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-24T04:26:37.891Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42", "consumerID": "ves-openapi-manager", "timestamp": 1632457557065, "artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:26:37.891Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-24T04:26:37.891Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-24T04:26:37.891Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42", "consumerID": "dcae-sch", "timestamp": 1632457547889, "artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/artifacts/service-Vfw20210924042251-template.yml", "status": "NOT_NOTIFIED" } 2021-09-24T04:26:37.892Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-24T04:26:37.892Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-24T04:26:37.892Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42", "consumerID": "multicloud-k8s-id", "timestamp": 1632457543572, "artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/artifacts/service-Vfw20210924042251-template.yml", "status": "NOT_NOTIFIED" } 2021-09-24T04:26:37.892Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-24T04:26:37.892Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-24T04:26:37.892Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42", "consumerID": "cds", "timestamp": 1632457552919, "artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/artifacts/service-Vfw20210924042251-template.yml", "status": "NOT_NOTIFIED" } 2021-09-24T04:26:37.892Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-24T04:26:37.892Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-24T04:26:37.892Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42", "consumerID": "ves-openapi-manager", "timestamp": 1632457557065, "artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/vfw4fefa54452440_modules.json", "status": "NOT_NOTIFIED" } 2021-09-24T04:26:37.892Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-24T04:26:37.892Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-24T04:26:37.892Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42", "consumerID": "dcae-sch", "timestamp": 1632457547889, "artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/artifacts/service-Vfw20210924042251-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-24T04:26:37.892Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-24T04:26:37.892Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-24T04:26:37.892Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42", "consumerID": "multicloud-k8s-id", "timestamp": 1632457543572, "artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/artifacts/service-Vfw20210924042251-csar.csar", "status": "NOTIFIED" } 2021-09-24T04:26:37.892Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-24T04:26:37.892Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-24T04:26:37.893Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42", "consumerID": "cds", "timestamp": 1632457552919, "artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/artifacts/service-Vfw20210924042251-csar.csar", "status": "NOTIFIED" } 2021-09-24T04:26:37.893Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-24T04:26:37.893Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-24T04:26:37.893Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42", "consumerID": "ves-openapi-manager", "timestamp": 1632457557065, "artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-09-24T04:26:37.893Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-24T04:26:37.893Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-24T04:26:37.893Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42", "consumerID": "policy-id", "timestamp": 1632457559490, "artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:26:37.893Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-24T04:26:37.893Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-24T04:26:37.893Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42", "consumerID": "ves-openapi-manager", "timestamp": 1632457557065, "artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:26:37.893Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-24T04:26:37.893Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-24T04:26:37.893Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42", "consumerID": "policy-id", "timestamp": 1632457559490, "artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/vfw4fefa54452440_modules.json", "status": "NOT_NOTIFIED" } 2021-09-24T04:26:37.893Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-24T04:26:37.893Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-24T04:26:37.893Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42", "consumerID": "ves-openapi-manager", "timestamp": 1632457557065, "artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-09-24T04:26:37.893Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-24T04:26:37.893Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-24T04:26:37.893Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42", "consumerID": "multicloud-k8s-id", "timestamp": 1632457561767, "artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/vfw4fefa54452440_modules.json", "status": "DOWNLOAD_OK" } 2021-09-24T04:26:37.894Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:26:37.894Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-24T04:26:37.894Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42", "consumerID": "cds", "timestamp": 1632457561908, "artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/artifacts/service-Vfw20210924042251-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-24T04:26:37.894Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:26:37.894Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-24T04:26:37.894Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42", "consumerID": "policy-id", "timestamp": 1632457559490, "artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-09-24T04:26:37.894Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-24T04:26:37.894Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-24T04:26:37.894Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42", "consumerID": "ves-openapi-manager", "timestamp": 1632457557065, "artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/artifacts/service-Vfw20210924042251-template.yml", "status": "NOT_NOTIFIED" } 2021-09-24T04:26:37.894Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-24T04:26:37.894Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-24T04:26:37.894Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42", "consumerID": "cds", "timestamp": 1632457562923, "artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/artifacts/service-Vfw20210924042251-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-24T04:26:37.981Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2021-09-24T04:26:37.984Z||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-24T04:26:37.984Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:26:38.004Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:26:38.005Z||pool-3-thread-1|||||INFO|500||cambria reply ok (21 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-24T04:26:38.025Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 40f9ecfa-c408-47c0-9053-49a951f28a42 2021-09-24T04:26:38.040Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 40f9ecfa-c408-47c0-9053-49a951f28a42 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-24T04:26:38.064Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-24T04:26:38.064Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42", "consumerID": "policy-id", "timestamp": 1632457559490, "artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:26:38.064Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-24T04:26:38.064Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-24T04:26:38.064Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42", "consumerID": "ves-openapi-manager", "timestamp": 1632457557065, "artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/artifacts/service-Vfw20210924042251-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-24T04:26:38.064Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-24T04:26:38.065Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-24T04:26:38.065Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42", "consumerID": "policy-id", "timestamp": 1632457559490, "artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-09-24T04:26:38.065Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-24T04:26:38.065Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-24T04:26:38.065Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42", "consumerID": "multicloud-k8s-id", "timestamp": 1632457564987, "artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-09-24T04:26:38.065Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:26:38.065Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-24T04:26:38.065Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42", "consumerID": "policy-id", "timestamp": 1632457559490, "artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/artifacts/service-Vfw20210924042251-template.yml", "status": "NOT_NOTIFIED" } 2021-09-24T04:26:38.065Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-24T04:26:38.065Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-24T04:26:38.065Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42", "consumerID": "policy-id", "timestamp": 1632457559490, "artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/artifacts/service-Vfw20210924042251-csar.csar", "status": "NOTIFIED" } 2021-09-24T04:26:38.066Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-24T04:26:38.066Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-24T04:26:38.066Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42", "consumerID": "multicloud-k8s-id", "timestamp": 1632457567295, "artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-09-24T04:26:38.066Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:26:38.066Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-24T04:26:38.066Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42", "consumerID": "policy-id", "timestamp": 1632457567813, "artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/artifacts/service-Vfw20210924042251-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-24T04:26:38.066Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:26:38.066Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-24T04:26:38.066Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42", "consumerID": "clamp", "timestamp": 1632457567794, "artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:26:38.066Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-24T04:26:38.066Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-24T04:26:38.066Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42", "consumerID": "policy-id", "timestamp": 1632457568821, "artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/artifacts/service-Vfw20210924042251-csar.csar", "status": "DEPLOY_OK" } 2021-09-24T04:26:38.067Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:26:38.067Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-24T04:26:38.067Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42", "consumerID": "multicloud-k8s-id", "timestamp": 1632457569160, "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-24T04:26:38.122Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 40f9ecfa-c408-47c0-9053-49a951f28a42 2021-09-24T04:26:38.122Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 40f9ecfa-c408-47c0-9053-49a951f28a42 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-24T04:26:38.130Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-24T04:26:38.130Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42", "consumerID": "clamp", "timestamp": 1632457567794, "artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/vfw4fefa54452440_modules.json", "status": "NOTIFIED" } 2021-09-24T04:26:38.131Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-24T04:26:38.131Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-24T04:26:38.131Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42", "consumerID": "policy-id", "timestamp": 1632457569826, "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-24T04:26:38.136Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 40f9ecfa-c408-47c0-9053-49a951f28a42 2021-09-24T04:26:38.136Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 40f9ecfa-c408-47c0-9053-49a951f28a42 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-24T04:26:38.145Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-24T04:26:38.145Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42", "consumerID": "multicloud-k8s-id", "timestamp": 1632457570165, "artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/vfw4fefa54452440_modules.json", "status": "DEPLOY_OK" } 2021-09-24T04:26:38.145Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:26:38.145Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-24T04:26:38.145Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632457569742, "artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:26:38.145Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-24T04:26:38.145Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-24T04:26:38.145Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42", "consumerID": "clamp", "timestamp": 1632457567794, "artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-09-24T04:26:38.146Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-24T04:26:38.146Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-24T04:26:38.146Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632457569742, "artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/vfw4fefa54452440_modules.json", "status": "NOT_NOTIFIED" } 2021-09-24T04:26:38.146Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-24T04:26:38.146Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-24T04:26:38.146Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42", "consumerID": "clamp", "timestamp": 1632457567794, "artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:26:38.146Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-24T04:26:38.146Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-24T04:26:38.146Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632457569742, "artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-09-24T04:26:38.146Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-24T04:26:38.146Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-24T04:26:38.146Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42", "consumerID": "clamp", "timestamp": 1632457567794, "artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-09-24T04:26:38.146Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-24T04:26:38.146Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-24T04:26:38.146Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42", "consumerID": "aai-ml", "timestamp": 1632457572366, "artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:26:38.147Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-24T04:26:38.147Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-24T04:26:38.147Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632457569742, "artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:26:38.147Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-24T04:26:38.147Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-24T04:26:38.147Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42", "consumerID": "clamp", "timestamp": 1632457567794, "artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/artifacts/service-Vfw20210924042251-template.yml", "status": "NOT_NOTIFIED" } 2021-09-24T04:26:38.147Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-24T04:26:38.147Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-24T04:26:38.147Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42", "consumerID": "aai-ml", "timestamp": 1632457572366, "artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/vfw4fefa54452440_modules.json", "status": "NOT_NOTIFIED" } 2021-09-24T04:26:38.147Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-24T04:26:38.147Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-24T04:26:38.147Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632457569742, "artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-09-24T04:26:38.147Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-24T04:26:38.147Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-24T04:26:38.147Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42", "consumerID": "clamp", "timestamp": 1632457567794, "artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/artifacts/service-Vfw20210924042251-csar.csar", "status": "NOTIFIED" } 2021-09-24T04:26:38.147Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-24T04:26:38.147Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-24T04:26:38.147Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42", "consumerID": "aai-ml", "timestamp": 1632457572366, "artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-09-24T04:26:38.148Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-24T04:26:38.148Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-24T04:26:38.148Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632457569742, "artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/artifacts/service-Vfw20210924042251-template.yml", "status": "NOT_NOTIFIED" } 2021-09-24T04:26:38.148Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-24T04:26:38.148Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-24T04:26:38.148Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42", "consumerID": "aai-ml", "timestamp": 1632457572366, "artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:26:38.148Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-24T04:26:38.148Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-24T04:26:38.148Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632457569742, "artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/artifacts/service-Vfw20210924042251-csar.csar", "status": "NOTIFIED" } 2021-09-24T04:26:38.148Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-24T04:26:38.148Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-24T04:26:38.148Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42", "consumerID": "aai-ml", "timestamp": 1632457572366, "artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-09-24T04:26:38.148Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-24T04:26:38.149Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-24T04:26:38.149Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42", "consumerID": "aai-ml", "timestamp": 1632457572366, "artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/artifacts/service-Vfw20210924042251-template.yml", "status": "NOT_NOTIFIED" } 2021-09-24T04:26:38.149Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-24T04:26:38.149Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-24T04:26:38.149Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632457578237, "artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/artifacts/service-Vfw20210924042251-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-24T04:26:38.149Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:26:38.149Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-24T04:26:38.149Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42", "consumerID": "aai-ml", "timestamp": 1632457572366, "artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/artifacts/service-Vfw20210924042251-csar.csar", "status": "NOTIFIED" } 2021-09-24T04:26:38.149Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-24T04:26:38.149Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-24T04:26:38.149Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42", "consumerID": "aai-ml", "timestamp": 1632457581886, "artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/artifacts/service-Vfw20210924042251-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-24T04:26:38.149Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:26:38.149Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-24T04:26:38.149Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632457582969, "artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/artifacts/service-Vfw20210924042251-csar.csar", "status": "DEPLOY_OK" } 2021-09-24T04:26:38.150Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:26:38.150Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-24T04:26:38.150Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632457583973, "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-24T04:26:38.154Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 40f9ecfa-c408-47c0-9053-49a951f28a42 2021-09-24T04:26:38.154Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 40f9ecfa-c408-47c0-9053-49a951f28a42 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-24T04:26:38.162Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-24T04:26:38.162Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42", "consumerID": "aai-ml", "timestamp": 1632457594414, "artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/artifacts/service-Vfw20210924042251-csar.csar", "status": "DEPLOY_OK" } 2021-09-24T04:26:38.162Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:26:38.162Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-24T04:26:38.162Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42", "consumerID": "clamp", "timestamp": 1632457594754, "artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/artifacts/service-Vfw20210924042251-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-24T04:26:38.162Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:26:38.162Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-24T04:26:38.162Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42", "consumerID": "aai-ml", "timestamp": 1632457595418, "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-24T04:26:38.167Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 40f9ecfa-c408-47c0-9053-49a951f28a42 2021-09-24T04:26:38.167Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 40f9ecfa-c408-47c0-9053-49a951f28a42 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-24T04:26:38.175Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-24T04:26:38.175Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42", "consumerID": "clamp", "timestamp": 1632457596764, "artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/artifacts/service-Vfw20210924042251-csar.csar", "status": "DEPLOY_OK" } 2021-09-24T04:26:38.175Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:26:38.887Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-24T04:26:38.887Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:26:38.889Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:26:38.889Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632457597227, "artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/vfw4fefa54452440_modules.json", "status": "NOTIFIED" } 2021-09-24T04:26:38.990Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-24T04:26:38.991Z||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-24T04:26:38.991Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:26:39.002Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:26:39.003Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-09-24T04:26:39.890Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-24T04:26:39.891Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:26:39.893Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:26:39.893Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632457597227, "artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-09-24T04:26:39.993Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-24T04:26:39.994Z||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-24T04:26:39.994Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:26:40.007Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:26:40.007Z||pool-5-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-09-24T04:26:40.893Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-24T04:26:40.894Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:26:40.897Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:26:40.897Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632457597227, "artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:26:40.997Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-24T04:26:40.998Z||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-24T04:26:40.998Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:26:41.010Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:26:41.010Z||pool-6-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-09-24T04:26:41.898Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-24T04:26:41.899Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:26:41.900Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:26:41.900Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632457597227, "artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-09-24T04:26:42.001Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-24T04:26:42.001Z||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-24T04:26:42.001Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:26:42.013Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:26:42.014Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-09-24T04:26:42.901Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-24T04:26:42.902Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:26:42.904Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:26:42.904Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632457597227, "artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/artifacts/service-Vfw20210924042251-template.yml", "status": "NOT_NOTIFIED" } 2021-09-24T04:26:43.005Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-24T04:26:43.006Z||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-24T04:26:43.006Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:26:43.018Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:26:43.018Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-09-24T04:26:43.905Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-24T04:26:43.906Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:26:43.909Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:26:43.909Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632457597227, "artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/artifacts/service-Vfw20210924042251-csar.csar", "status": "NOTIFIED" } 2021-09-24T04:26:44.009Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-24T04:26:44.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-24T04:26:44.010Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:26:44.021Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:26:44.022Z||pool-9-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-24T04:26:44.911Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42", "serviceName": "vFW 2021-09-24 04-22-51", "serviceVersion": "1.0", "serviceUUID": "c8e39043-3e1d-43a5-a9a8-a9f2757c65e9", "serviceDescription": "catalog service description", "serviceInvariantUUID": "106a832d-3231-4d07-be88-4acf74a0d7d7", "resources": [ { "resourceInstanceName": "vFW 4fefa544-5244 0", "resourceCustomizationUUID": "f60264ad-0a68-4ed7-8644-8caa9a3d1249", "resourceName": "vFW 4fefa544-5244", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "dcaf5996-8713-4dc5-9321-d1ad339a1037", "resourceInvariantUUID": "272e418b-286c-4359-8ddf-c6d935868723", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw4fefa54452440_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/vfw4fefa54452440_modules.json", "artifactChecksum": "ZGU5MDlmMjVmNTM1YzQ3Y2Y0YjEwY2Y4Y2M4ZjkyOTg\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "dd28afed-d848-45ee-8a5c-23772887183e", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "68e36cff-6e63-4104-8b58-0d8bd8990eff", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "29d89c1c-4d5b-411f-a8c1-07237d0e7f35", "generatedFromUUID": "68e36cff-6e63-4104-8b58-0d8bd8990eff" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "29d89c1c-4d5b-411f-a8c1-07237d0e7f35", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20210924042251-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/artifacts/service-Vfw20210924042251-csar.csar", "artifactChecksum": "ODkwN2RjZjBjNzU3ZjNhODZmZGYxYWIzNzVhNDI0MDQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f34f0cfd-2de7-453c-ac5f-30c42b756743" } ], "workloadContext": "Production" } 2021-09-24T04:26:44.911Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-09-24T04:26:44.912Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c8e39043-3e1d-43a5-a9a8-a9f2757c65e9 ASDC 2021-09-24T04:26:44.987Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:40f9ecfa-c408-47c0-9053-49a951f28a42 ServiceName:vFW 2021-09-24 04-22-51 ServiceVersion:1.0 ServiceUUID:c8e39043-3e1d-43a5-a9a8-a9f2757c65e9 ServiceInvariantUUID:106a832d-3231-4d07-be88-4acf74a0d7d7 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20210924042251-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210924042251/1.0/artifacts/service-Vfw20210924042251-csar.csar ArtifactUUID:f34f0cfd-2de7-453c-ac5f-30c42b756743 ArtifactChecksum:ODkwN2RjZjBjNzU3ZjNhODZmZGYxYWIzNzVhNDI0MDQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 4fefa544-5244 0 ResourceCustomizationUUID:f60264ad-0a68-4ed7-8644-8caa9a3d1249 ResourceInvariantUUID:272e418b-286c-4359-8ddf-c6d935868723 ResourceName:vFW 4fefa544-5244 ResourceType:VF ResourceUUID:dcaf5996-8713-4dc5-9321-d1ad339a1037 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw4fefa54452440_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/vfw4fefa54452440_modules.json ArtifactUUID:dd28afed-d848-45ee-8a5c-23772887183e ArtifactChecksum:ZGU5MDlmMjVmNTM1YzQ3Y2Y0YjEwY2Y4Y2M4ZjkyOTg= 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/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/base_vfw.yaml ArtifactUUID:68e36cff-6e63-4104-8b58-0d8bd8990eff 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/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/base_vfw.env ArtifactUUID:29d89c1c-4d5b-411f-a8c1-07237d0e7f35 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/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/base_vfw.env ArtifactUUID:29d89c1c-4d5b-411f-a8c1-07237d0e7f35 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-09-24T04:26:44.987Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c8e39043-3e1d-43a5-a9a8-a9f2757c65e9 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-24T04:26:45.030Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-24T04:26:45.031Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-09-24T04:26:45.032Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-09-24T04:26:45.032Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f34f0cfd-2de7-453c-ac5f-30c42b756743 from URL: /sdc/v1/catalog/services/Vfw20210924042251/1.0/artifacts/service-Vfw20210924042251-csar.csar 2021-09-24T04:26:45.032Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-09-24T04:26:45.033Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210924042251/1.0/artifacts/service-Vfw20210924042251-csar.csar 2021-09-24T04:26:47.391Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-09-24T04:26:47.416Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210924042251/1.0/artifacts/service-Vfw20210924042251-csar.csar f34f0cfd-2de7-453c-ac5f-30c42b756743 98731 2021-09-24T04:26:47.418Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210924042251/1.0/artifacts/service-Vfw20210924042251-csar.csar ASDC sendASDCNotification 2021-09-24T04:26:47.418Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210924042251/1.0/artifacts/service-Vfw20210924042251-csar.csar 2021-09-24T04:26:47.419Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-24T04:26:47.420Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:26:47.422Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:26:47.422Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632457607417, "artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/artifacts/service-Vfw20210924042251-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-24T04:26:47.522Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-24T04:26:47.522Z||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-24T04:26:47.523Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:26:47.535Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:26:47.536Z||pool-10-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-09-24T04:26:48.422Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-24T04:26:48.423Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-09-24T04:26:48.424Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: f34f0cfd-2de7-453c-ac5f-30c42b756743, URL: /sdc/v1/catalog/services/Vfw20210924042251/1.0/artifacts/service-Vfw20210924042251-csar.csar to file: /app/ASDC/1/service-Vfw20210924042251-csar.csar 2021-09-24T04:26:48.424Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210924042251-csar.csar 2021-09-24T04:26:48.485Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210924042251-csar.csar 2021-09-24T04:26:48.485Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210924042251-csar.csar 2021-09-24T04:26:49.231Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18095203065715783824/Definitions/service-Vfw20210924042251-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_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_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 2021-09-24T04:26:51.859Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2021-09-24T04:26:51.865Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-09-24T04:26:51.865Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210924042251-csar.csar 2021-09-24T04:26:51.865Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2021-09-24T04:26:51.865Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20210924042251-csar.csar 2021-09-24T04:26:51.865Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20210924042251-csar.csar 2021-09-24T04:26:51.865Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210924042251-csar.csar 2021-09-24T04:26:51.866Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210924042251-csar.csar 2021-09-24T04:26:51.866Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210924042251-csar.csar 2021-09-24T04:26:51.866Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20210924042251-csar.csar 2021-09-24T04:26:51.866Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210924042251-csar.csar 2021-09-24T04:26:51.866Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210924042251-csar.csar 2021-09-24T04:26:51.866Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210924042251-csar.csar 2021-09-24T04:26:51.866Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210924042251-csar.csar 2021-09-24T04:26:51.866Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210924042251-csar.csar 2021-09-24T04:26:51.866Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210924042251-csar.csar 2021-09-24T04:26:51.866Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 4fefa544-5244 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-Vfw20210924042251-csar.csar 2021-09-24T04:26:51.866Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-09-24T04:26:51.878Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:26:51.880Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-09-24 04-22-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:26:51.883Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vFW 4fefa544-5244 0 is matching search criteria 2021-09-24T04:26:51.883Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-09-24T04:26:51.884Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 4fefa544-5244 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-24T04:26:51.885Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:26:51.885Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-09-24 04-22-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:26:51.885Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vFW 4fefa544-5244 0 is matching search criteria 2021-09-24T04:26:51.885Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-09-24T04:26:51.885Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 4fefa544-5244 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-24T04:26:51.885Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:26:51.886Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-09-24 04-22-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:26:51.889Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:26:51.889Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vFW 4fefa544-5244 0 is not matching search criteria 2021-09-24T04:26:51.890Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-09-24T04:26:51.890Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-09-24T04:26:51.890Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-09-24T04:26:51.890Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-09-24T04:26:51.890Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2021-09-24T04:26:51.890Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-09-24T04:26:51.891Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-09-24T04:26:51.891Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-09-24T04:26:51.891Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2021-09-24T04:26:51.891Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-09-24T04:26:51.891Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-09-24T04:26:51.891Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-09-24T04:26:51.891Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-09-24T04:26:51.892Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2021-09-24T04:26:51.892Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-09-24T04:26:51.892Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-09-24T04:26:51.892Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:26:51.892Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-09-24 04-22-51 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-24T04:26:51.893Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:26:51.893Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vFW 4fefa544-5244 0 is matching search criteria 2021-09-24T04:26:51.894Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 4fefa544-5244 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-24T04:26:51.894Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:26:51.894Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vFW 4fefa544-5244 0 is matching search criteria 2021-09-24T04:26:51.894Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 4fefa544-5244 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-24T04:26:51.894Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:26:51.895Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vFW 4fefa544-5244 0 is matching search criteria 2021-09-24T04:26:51.895Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 4fefa544-5244 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-24T04:26:51.895Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:26:51.895Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vFW 4fefa544-5244 0 is not matching search criteria 2021-09-24T04:26:51.895Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-09-24T04:26:51.895Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-09-24T04:26:51.896Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-09-24T04:26:51.896Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-09-24T04:26:51.896Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2021-09-24T04:26:51.896Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-09-24T04:26:51.896Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-09-24T04:26:51.896Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-09-24T04:26:51.896Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-09-24T04:26:51.896Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2021-09-24T04:26:51.897Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-09-24T04:26:51.897Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=bbb3492b-8e5a-4cf1-9c61-8f92ecde38dd 2021-09-24T04:26:51.897Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:26:51.897Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vFW 4fefa544-5244 0 is not matching search criteria 2021-09-24T04:26:51.897Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-09-24T04:26:51.897Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-09-24T04:26:51.897Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-09-24T04:26:51.897Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-09-24T04:26:51.897Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2021-09-24T04:26:51.897Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-09-24T04:26:51.897Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-09-24T04:26:51.898Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-09-24T04:26:51.898Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-09-24T04:26:51.898Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-09-24T04:26:51.898Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2021-09-24T04:26:51.898Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-09-24T04:26:51.898Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c06b2078-132e-48e8-8860-81276e06503d 2021-09-24T04:26:51.898Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:26:51.898Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vFW 4fefa544-5244 0 is not matching search criteria 2021-09-24T04:26:51.898Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-09-24T04:26:51.899Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-09-24T04:26:51.899Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-09-24T04:26:51.899Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-09-24T04:26:51.899Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2021-09-24T04:26:51.899Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-09-24T04:26:51.899Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-09-24T04:26:51.899Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-09-24T04:26:51.899Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2021-09-24T04:26:51.899Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-09-24T04:26:51.899Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-09-24T04:26:51.899Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-09-24T04:26:51.900Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=976f27d9-af41-4e7a-8d18-a5a039a5f6ea 2021-09-24T04:26:51.900Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:26:51.900Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-09-24 04-22-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:26:51.900Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:26:51.900Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-09-24 04-22-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:26:51.900Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:26:51.900Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-09-24 04-22-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:26:51.900Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:26:51.900Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-09-24 04-22-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:26:51.901Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2021-09-24 04-22-51 Description:catalog service description Model UUID:c8e39043-3e1d-43a5-a9a8-a9f2757c65e9 Model Version:NULL Model InvariantUuid:106a832d-3231-4d07-be88-4acf74a0d7d7 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 4fefa544-5244 Model UUID:2ee0605d-8d76-4e42-b0c2-20f8484b56e5 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:272e418b-286c-4359-8ddf-c6d935868723 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:f60264ad-0a68-4ed7-8644-8caa9a3d1249 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:7c8c6e06-18b0-4436-a980-ef2d2a097359 ModelName:Vfw4fefa5445244..base_vfw..module-0 ModelUuid:4a59f094-d8b5-4b20-9403-fdc669b2f437 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:bbb3492b-8e5a-4cf1-9c61-8f92ecde38dd ModelInvariantUuid:c36b9d83-4de7-406c-94b4-2330edf47b4c ModelName:vFW 4fefa544-5244-nodes.vfwCvfc ModelUuid:ca8c4f0a-5ac6-43ba-bced-1dbb812bc703 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:5960d14c-d3b7-4506-b5d4-d3f0d5ae4363 ModelInvariantUuid:8f41fe58-c504-43b0-883b-6699aa62d8fd ModelName:Vfw4fefa5445244.compute.nodes.heat.vfw ModelUuid:c5496436-7973-4489-a394-75ec07d30e10 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:c06b2078-132e-48e8-8860-81276e06503d ModelInvariantUuid:f06eac76-9d01-4eb0-be94-fa339dd4ddf9 ModelName:vFW 4fefa544-5244-nodes.vsnCvfc ModelUuid:b0d3b835-c7b1-4871-b7eb-c13e3a5fab47 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:d4e82568-876b-4869-b2db-48ea32b9bf57 ModelInvariantUuid:e29270a4-6d20-4c70-96aa-08e244b794a0 ModelName:Vfw4fefa5445244.compute.nodes.heat.vsn ModelUuid:528f9061-0c56-4bf9-9eb5-eba7f01ab107 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:976f27d9-af41-4e7a-8d18-a5a039a5f6ea ModelInvariantUuid:7b20eecb-1260-44e7-bfb8-8d39915768bc ModelName:vFW 4fefa544-5244-nodes.vpgCvfc ModelUuid:da69d1ae-5bcf-4fdd-97eb-ab2b1ea6a579 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:5870108a-0b7d-4c38-ae9f-40f7d005a274 ModelInvariantUuid:288db963-eb1c-42cd-a5e1-362b1c478bb7 ModelName:Vfw4fefa5445244.compute.nodes.heat.vpg ModelUuid:5ddcb54f-6b89-420d-977e-58ed1541bbde 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-24T04:26:51.914Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: dcaf5996-8713-4dc5-9321-d1ad339a1037 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-24T04:26:52.000Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||vFW 4fefa544-5244 0 2021-09-24T04:26:52.008Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: dcaf5996-8713-4dc5-9321-d1ad339a1037 2021-09-24T04:26:52.008Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: dd28afed-d848-45ee-8a5c-23772887183e from URL: /sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/vfw4fefa54452440_modules.json 2021-09-24T04:26:52.008Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-09-24T04:26:52.008Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/vfw4fefa54452440_modules.json 2021-09-24T04:26:52.522Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-09-24T04:26:52.523Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/vfw4fefa54452440_modules.json dd28afed-d848-45ee-8a5c-23772887183e 785 2021-09-24T04:26:52.523Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/vfw4fefa54452440_modules.json ASDC sendASDCNotification 2021-09-24T04:26:52.523Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/vfw4fefa54452440_modules.json 2021-09-24T04:26:52.523Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-24T04:26:52.524Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:26:52.525Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:26:52.525Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632457612523, "artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/vfw4fefa54452440_modules.json", "status": "DOWNLOAD_OK" } 2021-09-24T04:26:52.626Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-24T04:26:52.627Z||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-24T04:26:52.627Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:26:52.638Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:26:52.639Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-09-24T04:26:53.527Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw4fefa5445244..base_vfw..module-0", "vfModuleModelInvariantUUID": "7c8c6e06-18b0-4436-a980-ef2d2a097359", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4a59f094-d8b5-4b20-9403-fdc669b2f437", "vfModuleModelCustomizationUUID": "0316644e-1679-470e-83d1-135b1b7e8fb7", "isBase": true, "artifacts": [ "68e36cff-6e63-4104-8b58-0d8bd8990eff", "29d89c1c-4d5b-411f-a8c1-07237d0e7f35" ], "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-24T04:26:53.540Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw4fefa5445244..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:4a59f094-d8b5-4b20-9403-fdc669b2f437 VfModuleModelInvariantUUID:7c8c6e06-18b0-4436-a980-ef2d2a097359 VfModuleModelDescription:NULL Artifacts UUID List:{ 68e36cff-6e63-4104-8b58-0d8bd8990eff , 29d89c1c-4d5b-411f-a8c1-07237d0e7f35 } 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-24T04:26:53.542Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw4fefa5445244..base_vfw..module-0", "vfModuleModelInvariantUUID": "7c8c6e06-18b0-4436-a980-ef2d2a097359", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4a59f094-d8b5-4b20-9403-fdc669b2f437", "vfModuleModelCustomizationUUID": "0316644e-1679-470e-83d1-135b1b7e8fb7", "isBase": true, "artifacts": [ "68e36cff-6e63-4104-8b58-0d8bd8990eff", "29d89c1c-4d5b-411f-a8c1-07237d0e7f35" ], "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-24T04:26:53.542Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw4fefa5445244..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:4a59f094-d8b5-4b20-9403-fdc669b2f437 VfModuleModelInvariantUUID:7c8c6e06-18b0-4436-a980-ef2d2a097359 VfModuleModelDescription:NULL Artifacts UUID List:{ 68e36cff-6e63-4104-8b58-0d8bd8990eff , 29d89c1c-4d5b-411f-a8c1-07237d0e7f35 } 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-24T04:26:53.542Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 68e36cff-6e63-4104-8b58-0d8bd8990eff from URL: /sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/base_vfw.yaml 2021-09-24T04:26:53.542Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-09-24T04:26:53.542Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/base_vfw.yaml 2021-09-24T04:26:54.106Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-09-24T04:26:54.106Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/base_vfw.yaml 68e36cff-6e63-4104-8b58-0d8bd8990eff 20368 2021-09-24T04:26:54.107Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-09-24T04:26:54.107Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/base_vfw.yaml 2021-09-24T04:26:54.107Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-24T04:26:54.107Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:26:54.109Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:26:54.109Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632457614107, "artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-09-24T04:26:54.209Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-24T04:26:54.210Z||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-24T04:26:54.211Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:26:54.224Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:26:54.224Z||pool-12-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-09-24T04:26:55.109Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 29d89c1c-4d5b-411f-a8c1-07237d0e7f35 from URL: /sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/base_vfw.env 2021-09-24T04:26:55.110Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-09-24T04:26:55.110Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/base_vfw.env 2021-09-24T04:26:55.270Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-09-24T04:26:55.271Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/base_vfw.env 29d89c1c-4d5b-411f-a8c1-07237d0e7f35 2098 2021-09-24T04:26:55.271Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/base_vfw.env ASDC sendASDCNotification 2021-09-24T04:26:55.271Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/base_vfw.env 2021-09-24T04:26:55.271Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-24T04:26:55.272Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:26:55.273Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:26:55.274Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632457615271, "artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-09-24T04:26:55.374Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-24T04:26:55.374Z||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-24T04:26:55.375Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:26:55.385Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:26:55.386Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-09-24T04:26:56.274Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: c8e39043-3e1d-43a5-a9a8-a9f2757c65e9 2021-09-24T04:26:56.275Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 4fefa544-5244 0 dcaf5996-8713-4dc5-9321-d1ad339a1037 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-24T04:26:56.308Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2fc715eb, org.onap.sdc.toscaparser.api.parameters.Input@854d86b, org.onap.sdc.toscaparser.api.parameters.Input@472e3893, org.onap.sdc.toscaparser.api.parameters.Input@652f11de, org.onap.sdc.toscaparser.api.parameters.Input@725038dd] 2021-09-24T04:26:56.311Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:26:56.311Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-09-24 04-22-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:26:56.311Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2021-09-24T04:26:56.311Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= f60264ad-0a68-4ed7-8644-8caa9a3d1249 2021-09-24T04:26:56.311Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f60264ad-0a68-4ed7-8644-8caa9a3d1249 matches Tosca VF Customization UUID: f60264ad-0a68-4ed7-8644-8caa9a3d1249 2021-09-24T04:26:56.311Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: f60264ad-0a68-4ed7-8644-8caa9a3d1249 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-24T04:26:56.317Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:26:56.317Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-09-24 04-22-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:26:56.318Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id f60264ad-0a68-4ed7-8644-8caa9a3d1249: {\"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-24T04:26:56.318Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@252dcfe5 2021-09-24T04:26:56.318Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:26:56.318Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-09-24 04-22-51 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-24T04:26:56.319Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0316644e-1679-470e-83d1-135b1b7e8fb7 2021-09-24T04:26:56.319Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0316644e-1679-470e-83d1-135b1b7e8fb7 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-24T04:26:56.323Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:26:56.323Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vFW 4fefa544-5244 0 is matching search criteria 2021-09-24T04:26:56.323Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 4fefa544-5244 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-24T04:26:56.324Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:26:56.324Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vFW 4fefa544-5244 0 is matching search criteria 2021-09-24T04:26:56.324Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 4fefa544-5244 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-24T04:26:56.324Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:26:56.324Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vFW 4fefa544-5244 0 is not matching search criteria 2021-09-24T04:26:56.324Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-09-24T04:26:56.324Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-09-24T04:26:56.324Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-09-24T04:26:56.325Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-09-24T04:26:56.325Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2021-09-24T04:26:56.325Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-09-24T04:26:56.325Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-09-24T04:26:56.325Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-09-24T04:26:56.325Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-09-24T04:26:56.325Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2021-09-24T04:26:56.325Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-09-24T04:26:56.325Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=bbb3492b-8e5a-4cf1-9c61-8f92ecde38dd 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-24T04:26:56.334Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:26:56.334Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vFW 4fefa544-5244 0 is matching search criteria 2021-09-24T04:26:56.334Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 4fefa544-5244 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-24T04:26:56.334Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:26:56.334Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vFW 4fefa544-5244 0 is not matching search criteria 2021-09-24T04:26:56.334Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-09-24T04:26:56.335Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-09-24T04:26:56.335Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-09-24T04:26:56.335Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-09-24T04:26:56.335Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2021-09-24T04:26:56.335Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-09-24T04:26:56.335Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-09-24T04:26:56.335Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-09-24T04:26:56.335Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-09-24T04:26:56.335Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-09-24T04:26:56.336Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2021-09-24T04:26:56.336Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-09-24T04:26:56.336Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c06b2078-132e-48e8-8860-81276e06503d 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-24T04:26:56.337Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:26:56.337Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vFW 4fefa544-5244 0 is matching search criteria 2021-09-24T04:26:56.338Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 4fefa544-5244 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-24T04:26:56.339Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:26:56.339Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vFW 4fefa544-5244 0 is not matching search criteria 2021-09-24T04:26:56.339Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-09-24T04:26:56.340Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-09-24T04:26:56.340Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-09-24T04:26:56.340Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-09-24T04:26:56.340Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2021-09-24T04:26:56.340Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-09-24T04:26:56.340Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-09-24T04:26:56.340Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-09-24T04:26:56.340Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2021-09-24T04:26:56.340Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-09-24T04:26:56.340Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-09-24T04:26:56.341Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-09-24T04:26:56.341Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=976f27d9-af41-4e7a-8d18-a5a039a5f6ea 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-24T04:26:56.342Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:26:56.342Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vFW 4fefa544-5244 0 is matching search criteria 2021-09-24T04:26:56.343Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 4fefa544-5244 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-24T04:26:56.343Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:26:56.343Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Node template vFW 4fefa544-5244 0 is matching search criteria 2021-09-24T04:26:56.343Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 4fefa544-5244 0] matching following query criteria: sdcType=VF, customizationUUID=f60264ad-0a68-4ed7-8644-8caa9a3d1249 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-24T04:26:56.344Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:26:56.344Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-09-24 04-22-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:26:56.345Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid c8e39043-3e1d-43a5-a9a8-a9f2757c65e9: vFW 4fefa544-5244 2021-09-24T04:26:56.345Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:26:56.345Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-09-24 04-22-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:26:56.345Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:26:56.345Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-09-24 04-22-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:26:56.345Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:26:56.345Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-09-24 04-22-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:26:56.345Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:26:56.345Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-09-24 04-22-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:26:56.345Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:26:56.345Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-09-24 04-22-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:26:56.345Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2021-09-24 04-22-51 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-24T04:26:56.630Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 4fefa544-5244 dcaf5996-8713-4dc5-9321-d1ad339a1037 1 ASDC deployResourceStructure 2021-09-24T04:26:56.630Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/vfw4fefa54452440_modules.json ASDC sendASDCNotification 2021-09-24T04:26:56.631Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/vfw4fefa54452440_modules.json 2021-09-24T04:26:56.631Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-24T04:26:56.631Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:26:56.632Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:26:56.632Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632457616630, "artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/vfw4fefa54452440_modules.json", "status": "DEPLOY_OK" } 2021-09-24T04:26:56.732Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-24T04:26:56.733Z||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-24T04:26:56.733Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:26:56.746Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:26:56.746Z||pool-14-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-09-24T04:26:57.633Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-09-24T04:26:57.633Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/base_vfw.yaml 2021-09-24T04:26:57.633Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-24T04:26:57.633Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:26:57.635Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:26:57.635Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632457617633, "artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-09-24T04:26:57.736Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-24T04:26:57.736Z||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-24T04:26:57.737Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:26:57.749Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:26:57.750Z||pool-15-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-09-24T04:26:58.636Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/base_vfw.env ASDC sendASDCNotification 2021-09-24T04:26:58.637Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/base_vfw.env 2021-09-24T04:26:58.637Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-24T04:26:58.637Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:26:58.639Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:26:58.640Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632457618636, "artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-09-24T04:26:58.743Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2021-09-24T04:26:58.744Z||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-24T04:26:58.744Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:26:58.755Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:26:58.755Z||pool-16-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-24T04:26:59.641Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210924042251/1.0/artifacts/service-Vfw20210924042251-csar.csar ASDC sendASDCNotification 2021-09-24T04:26:59.641Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210924042251/1.0/artifacts/service-Vfw20210924042251-csar.csar 2021-09-24T04:26:59.641Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-24T04:26:59.642Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:26:59.644Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:26:59.644Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632457619641, "artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/artifacts/service-Vfw20210924042251-csar.csar", "status": "DEPLOY_OK" } 2021-09-24T04:26:59.744Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-24T04:26:59.745Z||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-24T04:26:59.746Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:26:59.759Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:26:59.760Z||pool-17-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-09-24T04:27:00.646Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 40f9ecfa-c408-47c0-9053-49a951f28a42 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T04:27:00.666Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 40f9ecfa-c408-47c0-9053-49a951f28a42 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-24T04:27:00.669Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-24T04:27:00.669Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-24T04:27:00.669Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-09-24T04:27:00.669Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-09-24T04:27:00.669Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-24T04:27:00.669Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-24T04:27:00.670Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-24T04:27:00.670Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-24T04:27:00.670Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-24T04:27:00.670Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-24T04:27:00.675Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-09-24T04:27:30.675Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 40f9ecfa-c408-47c0-9053-49a951f28a42 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-24T04:27:30.686Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 40f9ecfa-c408-47c0-9053-49a951f28a42 and serviceModelVersionId: c8e39043-3e1d-43a5-a9a8-a9f2757c65e9 2021-09-24T04:27:30.686Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 106a832d-3231-4d07-be88-4acf74a0d7d7 2021-09-24T04:27:37.230Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:27:37.230Z||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-24T04:27:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:27:37.360Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:27:37.361Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-24T04:27:37.361Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42", "consumerID": "clamp", "timestamp": 1632457597769, "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-24T04:27:37.370Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 40f9ecfa-c408-47c0-9053-49a951f28a42 2021-09-24T04:27:37.370Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 40f9ecfa-c408-47c0-9053-49a951f28a42 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-24T04:27:42.723Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/106a832d-3231-4d07-be88-4acf74a0d7d7/model-vers/model-ver/c8e39043-3e1d-43a5-a9a8-a9f2757c65e9?depth=0 2021-09-24T04:27:42.810Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2021-09-24T04:27:43.399Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/106a832d-3231-4d07-be88-4acf74a0d7d7/model-vers/model-ver/c8e39043-3e1d-43a5-a9a8-a9f2757c65e9?depth=0|INFO|500||Invoke 2021-09-24T04:27:43.405Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/106a832d-3231-4d07-be88-4acf74a0d7d7/model-vers/model-ver/c8e39043-3e1d-43a5-a9a8-a9f2757c65e9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/106a832d-3231-4d07-be88-4acf74a0d7d7/model-vers/model-ver/c8e39043-3e1d-43a5-a9a8-a9f2757c65e9?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[40f9ecfa-c408-47c0-9053-49a951f28a42], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5b1d39a7-2dcb-431c-ac8f-e7d287e604c7], X-ECOMP-RequestID=[40f9ecfa-c408-47c0-9053-49a951f28a42], X-TransactionId=[], X-ONAP-RequestID=[40f9ecfa-c408-47c0-9053-49a951f28a42], Content-Type=[application/merge-patch+json]} 2021-09-24T04:27:43.603Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/106a832d-3231-4d07-be88-4acf74a0d7d7/model-vers/model-ver/c8e39043-3e1d-43a5-a9a8-a9f2757c65e9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-09-24T04:27:44.214Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/106a832d-3231-4d07-be88-4acf74a0d7d7/model-vers/model-ver/c8e39043-3e1d-43a5-a9a8-a9f2757c65e9?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/106a832d-3231-4d07-be88-4acf74a0d7d7/model-vers/model-ver/c8e39043-3e1d-43a5-a9a8-a9f2757c65e9?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210924-04:27:43:615-44506], vertex-id=[172128], Content-Length=[0], Date=[Fri, 24 Sep 2021 04:27:43 GMT], Content-Type=[application/json]} 2021-09-24T04:27:44.216Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/106a832d-3231-4d07-be88-4acf74a0d7d7/model-vers/model-ver/c8e39043-3e1d-43a5-a9a8-a9f2757c65e9?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-09-24T04:27:44.216Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/106a832d-3231-4d07-be88-4acf74a0d7d7/model-vers/model-ver/c8e39043-3e1d-43a5-a9a8-a9f2757c65e9?depth=0|INFO|500||InvokeReturn 2021-09-24T04:27:44.219Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-09-24T04:27:44.219Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||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-24T04:27:44.224Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-09-24T04:27:44.225Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 40f9ecfa-c408-47c0-9053-49a951f28a42 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-09-24T04:27:44.225Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-09-24T04:27:44.226Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:27:44.228Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:27:44.228Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632457664225, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-24T04:27:44.328Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-24T04:27:44.329Z||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-24T04:27:44.329Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:27:44.342Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:27:44.342Z||pool-18-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-24T04:27:45.240Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:27:45.241Z|40f9ecfa-c408-47c0-9053-49a951f28a42|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-24T04:27:45.241Z|40f9ecfa-c408-47c0-9053-49a951f28a42|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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:27:45.866Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:27:45.867Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-24T04:27:45.867Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"711dd4ee-81c2-4029-ad93-0a41c775d98d","serviceName":"basic_onboard_NTAacV","serviceVersion":"1.0","serviceUUID":"6f9e8562-559e-4551-849f-1befd7106f01","serviceDescription":"service","serviceInvariantUUID":"def55661-405b-4783-a045-64c75d3bbfbd","resources":[{"resourceInstanceName":"basic_onboard_NTAacV 0","resourceName":"basic_onboard_NTAacV","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0fd82b6a-d6b7-4fd1-9714-a2633fd9a8f3","resourceInvariantUUID":"4fd5c9d7-a704-4803-b63a-7b139ffbda5c","resourceCustomizationUUID":"58af23c1-3ee2-4911-8c27-4ce8ee01917c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/vf-license-model.xml","artifactChecksum":"NTlkZDZjMmMzNjM2ZTBhMjFiYzczNzJkYTg5ODEyYzg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"20c57160-0d82-4e88-95cf-522a62a000f2","artifactVersion":"1"},{"artifactName":"basic_onboard_ntaacv0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/basic_onboard_ntaacv0_modules.json","artifactChecksum":"ZTBlMmE2MjY4OGI5Mzc4NmYwZjhhMTEzZjU2Mjg5MDA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9cfa7183-dfbd-4bd4-ac45-22f52951b86e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"22baa3c7-567e-4540-8460-55fda0db1a42","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"26eb3e58-b71b-4e56-900c-047912279f4d","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"90d9d47e-9740-490d-9aa6-d9a3d81ad1b3","artifactVersion":"2","generatedFromUUID":"22baa3c7-567e-4540-8460-55fda0db1a42"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardNtaacv-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/artifacts/service-BasicOnboardNtaacv-template.yml","artifactChecksum":"MTU2NDZjNmY5NzczZjEwYzMxN2JiYjEyZTIzOTJlMDc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"916de602-d08e-4e7f-9ec0-2bc06eb7b7ec","artifactVersion":"1"},{"artifactName":"service-BasicOnboardNtaacv-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/artifacts/service-BasicOnboardNtaacv-csar.csar","artifactChecksum":"NzhhMzQ3N2FkNWY1MDYyYTczMmI4YmRkOTExZWVjNzE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"30476dbb-da26-4ec0-a836-ebe0fc943184","artifactVersion":"1"}],"workloadContext":"Production"} 2021-09-24T04:27:45.871Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-24T04:27:45.872Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:27:45.873Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:27:45.874Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632457665240, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:27:45.974Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-24T04:27:45.975Z||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-24T04:27:45.975Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:27:45.986Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:27:45.986Z||pool-19-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-24T04:27:46.874Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-24T04:27:46.876Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:27:46.878Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:27:46.878Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632457665240, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/basic_onboard_ntaacv0_modules.json", "status": "NOTIFIED" } 2021-09-24T04:27:46.978Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-24T04:27:46.979Z||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-24T04:27:46.979Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:27:46.990Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:27:46.990Z||pool-20-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-24T04:27:47.879Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-24T04:27:47.880Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:27:47.883Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:27:47.883Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632457665240, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-09-24T04:27:47.982Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-24T04:27:47.983Z||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-24T04:27:47.983Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:27:47.994Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:27:47.995Z||pool-21-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-09-24T04:27:48.884Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-24T04:27:48.885Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:27:48.887Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:27:48.887Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632457665240, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:27:48.988Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-24T04:27:48.989Z||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-24T04:27:48.989Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:27:48.999Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:27:49.000Z||pool-22-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-09-24T04:27:49.888Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-24T04:27:49.889Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:27:49.890Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:27:49.891Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632457665240, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-09-24T04:27:49.991Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-24T04:27:49.992Z||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-24T04:27:49.992Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:27:50.004Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:27:50.004Z||pool-23-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-09-24T04:27:50.891Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-24T04:27:50.892Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:27:50.894Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:27:50.894Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632457665240, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/artifacts/service-BasicOnboardNtaacv-template.yml", "status": "NOT_NOTIFIED" } 2021-09-24T04:27:50.994Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-24T04:27:50.995Z||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-24T04:27:50.995Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:27:51.007Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:27:51.008Z||pool-24-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-09-24T04:27:51.894Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-24T04:27:51.897Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:27:51.899Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:27:51.899Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632457665240, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/artifacts/service-BasicOnboardNtaacv-csar.csar", "status": "NOTIFIED" } 2021-09-24T04:27:51.999Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-24T04:27:52.000Z||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-24T04:27:52.000Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:27:52.012Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:27:52.012Z||pool-25-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-24T04:27:52.901Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d", "serviceName": "basic_onboard_NTAacV", "serviceVersion": "1.0", "serviceUUID": "6f9e8562-559e-4551-849f-1befd7106f01", "serviceDescription": "service", "serviceInvariantUUID": "def55661-405b-4783-a045-64c75d3bbfbd", "resources": [ { "resourceInstanceName": "basic_onboard_NTAacV 0", "resourceCustomizationUUID": "58af23c1-3ee2-4911-8c27-4ce8ee01917c", "resourceName": "basic_onboard_NTAacV", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "0fd82b6a-d6b7-4fd1-9714-a2633fd9a8f3", "resourceInvariantUUID": "4fd5c9d7-a704-4803-b63a-7b139ffbda5c", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_ntaacv0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/basic_onboard_ntaacv0_modules.json", "artifactChecksum": "ZTBlMmE2MjY4OGI5Mzc4NmYwZjhhMTEzZjU2Mjg5MDA\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9cfa7183-dfbd-4bd4-ac45-22f52951b86e", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "22baa3c7-567e-4540-8460-55fda0db1a42", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "90d9d47e-9740-490d-9aa6-d9a3d81ad1b3", "generatedFromUUID": "22baa3c7-567e-4540-8460-55fda0db1a42" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "90d9d47e-9740-490d-9aa6-d9a3d81ad1b3", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardNtaacv-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/artifacts/service-BasicOnboardNtaacv-csar.csar", "artifactChecksum": "NzhhMzQ3N2FkNWY1MDYyYTczMmI4YmRkOTExZWVjNzE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "30476dbb-da26-4ec0-a836-ebe0fc943184" } ], "workloadContext": "Production" } 2021-09-24T04:27:52.902Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-09-24T04:27:52.902Z|40f9ecfa-c408-47c0-9053-49a951f28a42|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6f9e8562-559e-4551-849f-1befd7106f01 ASDC 2021-09-24T04:27:52.902Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:711dd4ee-81c2-4029-ad93-0a41c775d98d ServiceName:basic_onboard_NTAacV ServiceVersion:1.0 ServiceUUID:6f9e8562-559e-4551-849f-1befd7106f01 ServiceInvariantUUID:def55661-405b-4783-a045-64c75d3bbfbd ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardNtaacv-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/artifacts/service-BasicOnboardNtaacv-csar.csar ArtifactUUID:30476dbb-da26-4ec0-a836-ebe0fc943184 ArtifactChecksum:NzhhMzQ3N2FkNWY1MDYyYTczMmI4YmRkOTExZWVjNzE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_NTAacV 0 ResourceCustomizationUUID:58af23c1-3ee2-4911-8c27-4ce8ee01917c ResourceInvariantUUID:4fd5c9d7-a704-4803-b63a-7b139ffbda5c ResourceName:basic_onboard_NTAacV ResourceType:VF ResourceUUID:0fd82b6a-d6b7-4fd1-9714-a2633fd9a8f3 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_ntaacv0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/basic_onboard_ntaacv0_modules.json ArtifactUUID:9cfa7183-dfbd-4bd4-ac45-22f52951b86e ArtifactChecksum:ZTBlMmE2MjY4OGI5Mzc4NmYwZjhhMTEzZjU2Mjg5MDA= 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/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/base_ubuntu18.yaml ArtifactUUID:22baa3c7-567e-4540-8460-55fda0db1a42 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/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/base_ubuntu18.env ArtifactUUID:90d9d47e-9740-490d-9aa6-d9a3d81ad1b3 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/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/base_ubuntu18.env ArtifactUUID:90d9d47e-9740-490d-9aa6-d9a3d81ad1b3 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-09-24T04:27:52.902Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6f9e8562-559e-4551-849f-1befd7106f01 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-24T04:27:52.935Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-24T04:27:52.936Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-09-24T04:27:52.936Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-09-24T04:27:52.936Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 30476dbb-da26-4ec0-a836-ebe0fc943184 from URL: /sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/artifacts/service-BasicOnboardNtaacv-csar.csar 2021-09-24T04:27:52.936Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-09-24T04:27:52.936Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/artifacts/service-BasicOnboardNtaacv-csar.csar 2021-09-24T04:27:53.515Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-09-24T04:27:53.521Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/artifacts/service-BasicOnboardNtaacv-csar.csar 30476dbb-da26-4ec0-a836-ebe0fc943184 71358 2021-09-24T04:27:53.521Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/artifacts/service-BasicOnboardNtaacv-csar.csar ASDC sendASDCNotification 2021-09-24T04:27:53.521Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/artifacts/service-BasicOnboardNtaacv-csar.csar 2021-09-24T04:27:53.521Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-24T04:27:53.522Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:27:53.524Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:27:53.524Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632457673521, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/artifacts/service-BasicOnboardNtaacv-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-24T04:27:53.624Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-24T04:27:53.625Z||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-24T04:27:53.625Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:27:53.637Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:27:53.638Z||pool-26-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-09-24T04:27:54.524Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-24T04:27:54.526Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-09-24T04:27:54.526Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 30476dbb-da26-4ec0-a836-ebe0fc943184, URL: /sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/artifacts/service-BasicOnboardNtaacv-csar.csar to file: /app/ASDC/1/service-BasicOnboardNtaacv-csar.csar 2021-09-24T04:27:54.526Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardNtaacv-csar.csar 2021-09-24T04:27:54.527Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardNtaacv-csar.csar 2021-09-24T04:27:54.527Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardNtaacv-csar.csar 2021-09-24T04:27:54.889Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12333233426625507809/Definitions/service-BasicOnboardNtaacv-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-24T04:27:56.314Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2021-09-24T04:27:56.314Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-09-24T04:27:56.314Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardNtaacv-csar.csar 2021-09-24T04:27:56.314Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-09-24T04:27:56.314Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardNtaacv-csar.csar 2021-09-24T04:27:56.314Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNtaacv-csar.csar 2021-09-24T04:27:56.314Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNtaacv-csar.csar 2021-09-24T04:27:56.315Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNtaacv-csar.csar 2021-09-24T04:27:56.315Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardNtaacv-csar.csar 2021-09-24T04:27:56.315Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardNtaacv-csar.csar 2021-09-24T04:27:56.315Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNtaacv-csar.csar 2021-09-24T04:27:56.315Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_NTAacV 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-BasicOnboardNtaacv-csar.csar 2021-09-24T04:27:56.315Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardNtaacv-csar.csar 2021-09-24T04:27:56.315Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-09-24T04:27:56.315Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:27:56.315Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_NTAacV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:27:56.315Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_NTAacV 0 is matching search criteria 2021-09-24T04:27:56.315Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-09-24T04:27:56.315Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_NTAacV 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-24T04:27:56.315Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:27:56.316Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_NTAacV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:27:56.316Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_NTAacV 0 is matching search criteria 2021-09-24T04:27:56.316Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-09-24T04:27:56.316Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_NTAacV 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-24T04:27:56.316Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:27:56.316Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_NTAacV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:27:56.316Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:27:56.316Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_NTAacV 0 is not matching search criteria 2021-09-24T04:27:56.316Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-09-24T04:27:56.316Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-09-24T04:27:56.316Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-09-24T04:27:56.316Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-09-24T04:27:56.316Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-09-24T04:27:56.317Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:27:56.317Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_NTAacV is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-24T04:27:56.317Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:27:56.317Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_NTAacV 0 is matching search criteria 2021-09-24T04:27:56.317Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_NTAacV 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-24T04:27:56.317Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:27:56.317Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_NTAacV 0 is matching search criteria 2021-09-24T04:27:56.317Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_NTAacV 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-24T04:27:56.317Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:27:56.317Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_NTAacV 0 is matching search criteria 2021-09-24T04:27:56.318Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_NTAacV 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-24T04:27:56.318Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:27:56.318Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_NTAacV 0 is not matching search criteria 2021-09-24T04:27:56.318Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-09-24T04:27:56.318Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-09-24T04:27:56.318Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=123d13d7-becf-4b3f-85f4-d9a1c1d39774 2021-09-24T04:27:56.318Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:27:56.318Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_NTAacV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:27:56.319Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:27:56.319Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_NTAacV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:27:56.319Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:27:56.319Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_NTAacV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:27:56.319Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:27:56.319Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_NTAacV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:27:56.319Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_NTAacV Description:service Model UUID:6f9e8562-559e-4551-849f-1befd7106f01 Model Version:NULL Model InvariantUuid:def55661-405b-4783-a045-64c75d3bbfbd Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_NTAacV Model UUID:44227472-acf2-4232-99c5-261f60fac05c Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:4fd5c9d7-a704-4803-b63a-7b139ffbda5c Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:58af23c1-3ee2-4911-8c27-4ce8ee01917c NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:fa217d7b-052c-4a2f-8fc5-800b55241f0b ModelName:BasicOnboardNtaacv..base_ubuntu18..module-0 ModelUuid:a70a4b95-ca89-49d9-83c6-8d5ca3debe79 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:123d13d7-becf-4b3f-85f4-d9a1c1d39774 ModelInvariantUuid:c7a4d27f-6475-4d30-ad89-fc7253e7766d ModelName:basic_onboard_NTAacV-nodes.ubuntu18Cvfc ModelUuid:a64d02df-d9ac-4ab5-b627-96521636acd4 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:565a7205-7fb2-40b5-aab9-3cab46ef8e90 ModelInvariantUuid:5b622eed-74fa-4d93-ab3f-e684f259377e ModelName:BasicOnboardNtaacv.compute.nodes.heat.ubuntu18 ModelUuid:7fe7bcfc-53e4-49b0-bdf4-943a12020ed2 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-24T04:27:56.327Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 0fd82b6a-d6b7-4fd1-9714-a2633fd9a8f3 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-24T04:27:56.330Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||basic_onboard_NTAacV 0 2021-09-24T04:27:56.330Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0fd82b6a-d6b7-4fd1-9714-a2633fd9a8f3 2021-09-24T04:27:56.330Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 9cfa7183-dfbd-4bd4-ac45-22f52951b86e from URL: /sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/basic_onboard_ntaacv0_modules.json 2021-09-24T04:27:56.330Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-09-24T04:27:56.330Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/basic_onboard_ntaacv0_modules.json 2021-09-24T04:27:56.523Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-09-24T04:27:56.524Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/basic_onboard_ntaacv0_modules.json 9cfa7183-dfbd-4bd4-ac45-22f52951b86e 798 2021-09-24T04:27:56.524Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/basic_onboard_ntaacv0_modules.json ASDC sendASDCNotification 2021-09-24T04:27:56.525Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/basic_onboard_ntaacv0_modules.json 2021-09-24T04:27:56.525Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-24T04:27:56.525Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:27:56.527Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:27:56.527Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632457676524, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/basic_onboard_ntaacv0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-24T04:27:56.627Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-24T04:27:56.628Z||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-24T04:27:56.628Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:27:56.641Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:27:56.641Z||pool-27-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-09-24T04:27:57.528Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardNtaacv..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "fa217d7b-052c-4a2f-8fc5-800b55241f0b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a70a4b95-ca89-49d9-83c6-8d5ca3debe79", "vfModuleModelCustomizationUUID": "6500efab-e2bd-479c-9c9a-9a2b4e7871c6", "isBase": true, "artifacts": [ "22baa3c7-567e-4540-8460-55fda0db1a42", "90d9d47e-9740-490d-9aa6-d9a3d81ad1b3" ], "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-24T04:27:57.533Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardNtaacv..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:a70a4b95-ca89-49d9-83c6-8d5ca3debe79 VfModuleModelInvariantUUID:fa217d7b-052c-4a2f-8fc5-800b55241f0b VfModuleModelDescription:NULL Artifacts UUID List:{ 22baa3c7-567e-4540-8460-55fda0db1a42 , 90d9d47e-9740-490d-9aa6-d9a3d81ad1b3 } 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-24T04:27:57.536Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardNtaacv..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "fa217d7b-052c-4a2f-8fc5-800b55241f0b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a70a4b95-ca89-49d9-83c6-8d5ca3debe79", "vfModuleModelCustomizationUUID": "6500efab-e2bd-479c-9c9a-9a2b4e7871c6", "isBase": true, "artifacts": [ "22baa3c7-567e-4540-8460-55fda0db1a42", "90d9d47e-9740-490d-9aa6-d9a3d81ad1b3" ], "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-24T04:27:57.536Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardNtaacv..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:a70a4b95-ca89-49d9-83c6-8d5ca3debe79 VfModuleModelInvariantUUID:fa217d7b-052c-4a2f-8fc5-800b55241f0b VfModuleModelDescription:NULL Artifacts UUID List:{ 22baa3c7-567e-4540-8460-55fda0db1a42 , 90d9d47e-9740-490d-9aa6-d9a3d81ad1b3 } 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-24T04:27:57.536Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 22baa3c7-567e-4540-8460-55fda0db1a42 from URL: /sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/base_ubuntu18.yaml 2021-09-24T04:27:57.536Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-09-24T04:27:57.536Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/base_ubuntu18.yaml 2021-09-24T04:27:58.098Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-09-24T04:27:58.099Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/base_ubuntu18.yaml 22baa3c7-567e-4540-8460-55fda0db1a42 5033 2021-09-24T04:27:58.099Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-09-24T04:27:58.099Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/base_ubuntu18.yaml 2021-09-24T04:27:58.099Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-24T04:27:58.099Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:27:58.101Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:27:58.101Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632457678099, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-09-24T04:27:58.201Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-24T04:27:58.202Z||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-24T04:27:58.202Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:27:58.214Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:27:58.214Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-24T04:27:59.102Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 90d9d47e-9740-490d-9aa6-d9a3d81ad1b3 from URL: /sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/base_ubuntu18.env 2021-09-24T04:27:59.102Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-09-24T04:27:59.103Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/base_ubuntu18.env 2021-09-24T04:28:00.083Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-09-24T04:28:00.084Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/base_ubuntu18.env 90d9d47e-9740-490d-9aa6-d9a3d81ad1b3 909 2021-09-24T04:28:00.084Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-09-24T04:28:00.084Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/base_ubuntu18.env 2021-09-24T04:28:00.084Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-24T04:28:00.085Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:28:00.087Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:28:00.087Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632457680084, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-09-24T04:28:00.187Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-24T04:28:00.188Z||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-24T04:28:00.188Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:28:00.200Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:28:00.201Z||pool-29-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-09-24T04:28:01.088Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 6f9e8562-559e-4551-849f-1befd7106f01 2021-09-24T04:28:01.089Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_NTAacV 0 0fd82b6a-d6b7-4fd1-9714-a2633fd9a8f3 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-24T04:28:01.099Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3f2a79c4, org.onap.sdc.toscaparser.api.parameters.Input@4b784ea, org.onap.sdc.toscaparser.api.parameters.Input@3cd92e79, org.onap.sdc.toscaparser.api.parameters.Input@15b3aceb, org.onap.sdc.toscaparser.api.parameters.Input@79bb03c0] 2021-09-24T04:28:01.100Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:28:01.100Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_NTAacV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:28:01.100Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2021-09-24T04:28:01.100Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 58af23c1-3ee2-4911-8c27-4ce8ee01917c 2021-09-24T04:28:01.100Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 58af23c1-3ee2-4911-8c27-4ce8ee01917c matches Tosca VF Customization UUID: 58af23c1-3ee2-4911-8c27-4ce8ee01917c 2021-09-24T04:28:01.100Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 58af23c1-3ee2-4911-8c27-4ce8ee01917c 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-24T04:28:01.102Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:28:01.102Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_NTAacV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:28:01.103Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 58af23c1-3ee2-4911-8c27-4ce8ee01917c: {\"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-24T04:28:01.103Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1261c6d3 2021-09-24T04:28:01.103Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:28:01.103Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_NTAacV is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-24T04:28:01.103Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6500efab-e2bd-479c-9c9a-9a2b4e7871c6 2021-09-24T04:28:01.103Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6500efab-e2bd-479c-9c9a-9a2b4e7871c6 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-24T04:28:01.105Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:28:01.105Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_NTAacV 0 is matching search criteria 2021-09-24T04:28:01.105Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_NTAacV 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-24T04:28:01.105Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:28:01.105Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_NTAacV 0 is matching search criteria 2021-09-24T04:28:01.105Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_NTAacV 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-24T04:28:01.105Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:28:01.106Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_NTAacV 0 is not matching search criteria 2021-09-24T04:28:01.106Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-09-24T04:28:01.106Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-09-24T04:28:01.106Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=123d13d7-becf-4b3f-85f4-d9a1c1d39774 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-24T04:28:01.107Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:28:01.107Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_NTAacV 0 is matching search criteria 2021-09-24T04:28:01.108Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_NTAacV 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-24T04:28:01.108Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:28:01.108Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_NTAacV 0 is matching search criteria 2021-09-24T04:28:01.108Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_NTAacV 0] matching following query criteria: sdcType=VF, customizationUUID=58af23c1-3ee2-4911-8c27-4ce8ee01917c 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-24T04:28:01.109Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:28:01.109Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_NTAacV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:28:01.110Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 6f9e8562-559e-4551-849f-1befd7106f01: basic_onboard_NTAacV 2021-09-24T04:28:01.110Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:28:01.110Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_NTAacV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:28:01.110Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:28:01.110Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_NTAacV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:28:01.110Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:28:01.111Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_NTAacV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:28:01.111Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:28:01.111Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_NTAacV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:28:01.111Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:28:01.111Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_NTAacV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:28:01.111Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||Saving Service: basic_onboard_NTAacV 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-24T04:28:01.187Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_NTAacV 0fd82b6a-d6b7-4fd1-9714-a2633fd9a8f3 1 ASDC deployResourceStructure 2021-09-24T04:28:01.188Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/basic_onboard_ntaacv0_modules.json ASDC sendASDCNotification 2021-09-24T04:28:01.188Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/basic_onboard_ntaacv0_modules.json 2021-09-24T04:28:01.188Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-24T04:28:01.189Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:28:01.192Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:28:01.192Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632457681188, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/basic_onboard_ntaacv0_modules.json", "status": "DEPLOY_OK" } 2021-09-24T04:28:01.292Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-24T04:28:01.293Z||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-24T04:28:01.293Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:28:01.304Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:28:01.305Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-09-24T04:28:02.193Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-09-24T04:28:02.194Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/base_ubuntu18.yaml 2021-09-24T04:28:02.194Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-24T04:28:02.195Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:28:02.197Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:28:02.197Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632457682193, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-09-24T04:28:02.297Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-24T04:28:02.298Z||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-24T04:28:02.298Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:28:02.310Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:28:02.311Z||pool-31-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-09-24T04:28:03.198Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-09-24T04:28:03.199Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/base_ubuntu18.env 2021-09-24T04:28:03.199Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-24T04:28:03.200Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:28:03.202Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:28:03.202Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632457683198, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-09-24T04:28:03.302Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-24T04:28:03.303Z||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-24T04:28:03.304Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:28:03.315Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:28:03.315Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-24T04:28:04.203Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/artifacts/service-BasicOnboardNtaacv-csar.csar ASDC sendASDCNotification 2021-09-24T04:28:04.203Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/artifacts/service-BasicOnboardNtaacv-csar.csar 2021-09-24T04:28:04.204Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-24T04:28:04.204Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:28:04.207Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:28:04.207Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632457684202, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/artifacts/service-BasicOnboardNtaacv-csar.csar", "status": "DEPLOY_OK" } 2021-09-24T04:28:04.307Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-24T04:28:04.308Z||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-24T04:28:04.308Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:28:04.320Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:28:04.321Z||pool-33-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-09-24T04:28:05.208Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 711dd4ee-81c2-4029-ad93-0a41c775d98d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T04:28:05.219Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 711dd4ee-81c2-4029-ad93-0a41c775d98d 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-24T04:28:05.221Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-24T04:28:05.221Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-24T04:28:05.221Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-24T04:28:35.222Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 711dd4ee-81c2-4029-ad93-0a41c775d98d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T04:28:35.231Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 711dd4ee-81c2-4029-ad93-0a41c775d98d 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-24T04:28:35.234Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-24T04:28:35.234Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-24T04:28:35.234Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-24T04:28:37.230Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:28:37.230Z||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-24T04:28:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:28:37.263Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:28:37.269Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-24T04:28:37.269Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632457597227, "artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:28:37.270Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-24T04:28:37.270Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-24T04:28:37.270Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632457597227, "artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/vfw4fefa54452440_modules.json", "status": "NOTIFIED" } 2021-09-24T04:28:37.270Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-24T04:28:37.271Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-24T04:28:37.271Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632457597227, "artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-09-24T04:28:37.271Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-24T04:28:37.271Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-24T04:28:37.271Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632457597227, "artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:28:37.271Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-24T04:28:37.271Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-24T04:28:37.271Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632457597227, "artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-09-24T04:28:37.271Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-24T04:28:37.272Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-24T04:28:37.272Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632457597227, "artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/artifacts/service-Vfw20210924042251-template.yml", "status": "NOT_NOTIFIED" } 2021-09-24T04:28:37.272Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-24T04:28:37.272Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-24T04:28:37.272Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632457597227, "artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/artifacts/service-Vfw20210924042251-csar.csar", "status": "NOTIFIED" } 2021-09-24T04:28:37.272Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-24T04:28:37.272Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-24T04:28:37.272Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632457607417, "artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/artifacts/service-Vfw20210924042251-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-24T04:28:37.272Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:28:37.272Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-24T04:28:37.272Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632457612523, "artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/vfw4fefa54452440_modules.json", "status": "DOWNLOAD_OK" } 2021-09-24T04:28:37.273Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:28:37.273Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-24T04:28:37.273Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632457614107, "artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-09-24T04:28:37.273Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:28:37.273Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-24T04:28:37.273Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632457615271, "artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-09-24T04:28:37.273Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:28:37.273Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-24T04:28:37.273Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632457616630, "artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/vfw4fefa54452440_modules.json", "status": "DEPLOY_OK" } 2021-09-24T04:28:37.273Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:28:37.273Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-24T04:28:37.273Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632457617633, "artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-09-24T04:28:37.274Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:28:37.274Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-24T04:28:37.274Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632457618636, "artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/resourceInstances/vfw4fefa54452440/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-09-24T04:28:37.274Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:28:37.274Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-24T04:28:37.274Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632457619641, "artifactURL": "/sdc/v1/catalog/services/Vfw20210924042251/1.0/artifacts/service-Vfw20210924042251-csar.csar", "status": "DEPLOY_OK" } 2021-09-24T04:28:37.275Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:28:37.275Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-24T04:28:37.275Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d", "consumerID": "multicloud-k8s-id", "timestamp": 1632457623572, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:28:37.275Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-24T04:28:37.275Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-24T04:28:37.275Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d", "consumerID": "ves-openapi-manager", "timestamp": 1632457617065, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:28:37.275Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-24T04:28:37.275Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-24T04:28:37.275Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d", "consumerID": "policy-id", "timestamp": 1632457619490, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:28:37.275Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-24T04:28:37.275Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-24T04:28:37.275Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d", "consumerID": "ves-openapi-manager", "timestamp": 1632457617065, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/basic_onboard_ntaacv0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-24T04:28:37.275Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-24T04:28:37.275Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-24T04:28:37.275Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d", "consumerID": "multicloud-k8s-id", "timestamp": 1632457623572, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/basic_onboard_ntaacv0_modules.json", "status": "NOTIFIED" } 2021-09-24T04:28:37.276Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-24T04:28:37.276Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-24T04:28:37.276Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d", "consumerID": "policy-id", "timestamp": 1632457619490, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/basic_onboard_ntaacv0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-24T04:28:37.276Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-24T04:28:37.276Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-24T04:28:37.276Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d", "consumerID": "multicloud-k8s-id", "timestamp": 1632457623572, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-09-24T04:28:37.276Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-24T04:28:37.276Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-24T04:28:37.276Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d", "consumerID": "ves-openapi-manager", "timestamp": 1632457617065, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-24T04:28:37.276Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-24T04:28:37.276Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-24T04:28:37.276Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d", "consumerID": "policy-id", "timestamp": 1632457619490, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-09-24T04:28:37.276Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-24T04:28:37.276Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-24T04:28:37.276Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d", "consumerID": "multicloud-k8s-id", "timestamp": 1632457623572, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:28:37.277Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-24T04:28:37.277Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-24T04:28:37.277Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d", "consumerID": "ves-openapi-manager", "timestamp": 1632457617065, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:28:37.277Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-24T04:28:37.277Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-24T04:28:37.277Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d", "consumerID": "policy-id", "timestamp": 1632457619490, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:28:37.277Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-24T04:28:37.277Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-24T04:28:37.277Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d", "consumerID": "clamp", "timestamp": 1632457627794, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:28:37.277Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-24T04:28:37.277Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-24T04:28:37.277Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d", "consumerID": "dcae-sch", "timestamp": 1632457627889, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:28:37.277Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-24T04:28:37.277Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-24T04:28:37.277Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d", "consumerID": "cds", "timestamp": 1632457627919, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:28:37.277Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-24T04:28:37.277Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-24T04:28:37.277Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d", "consumerID": "multicloud-k8s-id", "timestamp": 1632457623572, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-09-24T04:28:37.277Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-24T04:28:37.277Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-24T04:28:37.277Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d", "consumerID": "ves-openapi-manager", "timestamp": 1632457617065, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-24T04:28:37.277Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-24T04:28:37.278Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-24T04:28:37.278Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d", "consumerID": "policy-id", "timestamp": 1632457619490, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-24T04:28:37.278Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-24T04:28:37.278Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-24T04:28:37.278Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d", "consumerID": "clamp", "timestamp": 1632457627794, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/basic_onboard_ntaacv0_modules.json", "status": "NOTIFIED" } 2021-09-24T04:28:37.278Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-24T04:28:37.278Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-24T04:28:37.278Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d", "consumerID": "dcae-sch", "timestamp": 1632457627889, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/basic_onboard_ntaacv0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-24T04:28:37.278Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-24T04:28:37.278Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-24T04:28:37.278Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d", "consumerID": "cds", "timestamp": 1632457627919, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/basic_onboard_ntaacv0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-24T04:28:37.278Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-24T04:28:37.278Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-24T04:28:37.278Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d", "consumerID": "multicloud-k8s-id", "timestamp": 1632457623572, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/artifacts/service-BasicOnboardNtaacv-template.yml", "status": "NOT_NOTIFIED" } 2021-09-24T04:28:37.278Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-24T04:28:37.278Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-24T04:28:37.278Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d", "consumerID": "ves-openapi-manager", "timestamp": 1632457617065, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/artifacts/service-BasicOnboardNtaacv-template.yml", "status": "NOT_NOTIFIED" } 2021-09-24T04:28:37.278Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-24T04:28:37.278Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-24T04:28:37.278Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d", "consumerID": "policy-id", "timestamp": 1632457619490, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/artifacts/service-BasicOnboardNtaacv-template.yml", "status": "NOT_NOTIFIED" } 2021-09-24T04:28:37.279Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-24T04:28:37.279Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-24T04:28:37.279Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632457629742, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:28:37.279Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-24T04:28:37.279Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-24T04:28:37.279Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d", "consumerID": "clamp", "timestamp": 1632457627794, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-24T04:28:37.279Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-24T04:28:37.279Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-24T04:28:37.279Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d", "consumerID": "dcae-sch", "timestamp": 1632457627889, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-24T04:28:37.279Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-24T04:28:37.279Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-24T04:28:37.279Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d", "consumerID": "cds", "timestamp": 1632457627919, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-24T04:28:37.279Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-24T04:28:37.279Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-24T04:28:37.279Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d", "consumerID": "multicloud-k8s-id", "timestamp": 1632457623572, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/artifacts/service-BasicOnboardNtaacv-csar.csar", "status": "NOTIFIED" } 2021-09-24T04:28:37.279Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-24T04:28:37.279Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-24T04:28:37.279Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d", "consumerID": "ves-openapi-manager", "timestamp": 1632457617065, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/artifacts/service-BasicOnboardNtaacv-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-24T04:28:37.279Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-24T04:28:37.279Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-24T04:28:37.279Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d", "consumerID": "policy-id", "timestamp": 1632457619490, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/artifacts/service-BasicOnboardNtaacv-csar.csar", "status": "NOTIFIED" } 2021-09-24T04:28:37.280Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-24T04:28:37.280Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-24T04:28:37.280Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632457629742, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/basic_onboard_ntaacv0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-24T04:28:37.280Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-24T04:28:37.280Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-24T04:28:37.280Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d", "consumerID": "clamp", "timestamp": 1632457627794, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:28:37.280Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-24T04:28:37.280Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-24T04:28:37.280Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d", "consumerID": "dcae-sch", "timestamp": 1632457627889, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:28:37.280Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-24T04:28:37.280Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-24T04:28:37.280Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d", "consumerID": "cds", "timestamp": 1632457627919, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:28:37.280Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-24T04:28:37.280Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-24T04:28:37.280Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632457629742, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-24T04:28:37.280Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-24T04:28:37.281Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-24T04:28:37.281Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d", "consumerID": "clamp", "timestamp": 1632457627794, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-24T04:28:37.281Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-24T04:28:37.281Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-24T04:28:37.281Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d", "consumerID": "dcae-sch", "timestamp": 1632457627889, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-24T04:28:37.281Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-24T04:28:37.281Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-24T04:28:37.281Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d", "consumerID": "cds", "timestamp": 1632457627919, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-24T04:28:37.281Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-24T04:28:37.281Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-24T04:28:37.281Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d", "consumerID": "multicloud-k8s-id", "timestamp": 1632457632914, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/basic_onboard_ntaacv0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-24T04:28:37.281Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:28:37.281Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-24T04:28:37.282Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d", "consumerID": "policy-id", "timestamp": 1632457632915, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/artifacts/service-BasicOnboardNtaacv-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-24T04:28:37.282Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:28:37.282Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-24T04:28:37.282Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d", "consumerID": "aai-ml", "timestamp": 1632457632366, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:28:37.282Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-24T04:28:37.282Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-24T04:28:37.282Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632457629742, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:28:37.282Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-24T04:28:37.282Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-24T04:28:37.282Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d", "consumerID": "clamp", "timestamp": 1632457627794, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/artifacts/service-BasicOnboardNtaacv-template.yml", "status": "NOT_NOTIFIED" } 2021-09-24T04:28:37.282Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-24T04:28:37.282Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-24T04:28:37.282Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d", "consumerID": "dcae-sch", "timestamp": 1632457627889, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/artifacts/service-BasicOnboardNtaacv-template.yml", "status": "NOT_NOTIFIED" } 2021-09-24T04:28:37.282Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-24T04:28:37.282Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-24T04:28:37.282Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d", "consumerID": "cds", "timestamp": 1632457627919, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/artifacts/service-BasicOnboardNtaacv-template.yml", "status": "NOT_NOTIFIED" } 2021-09-24T04:28:37.282Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-24T04:28:37.282Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-24T04:28:37.282Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d", "consumerID": "policy-id", "timestamp": 1632457633919, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/artifacts/service-BasicOnboardNtaacv-csar.csar", "status": "DEPLOY_OK" } 2021-09-24T04:28:37.282Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:28:37.282Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-24T04:28:37.283Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d", "consumerID": "aai-ml", "timestamp": 1632457632366, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/basic_onboard_ntaacv0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-24T04:28:37.283Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-24T04:28:37.283Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-24T04:28:37.283Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d", "consumerID": "multicloud-k8s-id", "timestamp": 1632457634144, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-09-24T04:28:37.283Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:28:37.283Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-24T04:28:37.283Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632457629742, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-24T04:28:37.283Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-24T04:28:37.283Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-24T04:28:37.283Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d", "consumerID": "clamp", "timestamp": 1632457627794, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/artifacts/service-BasicOnboardNtaacv-csar.csar", "status": "NOTIFIED" } 2021-09-24T04:28:37.283Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-24T04:28:37.283Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-24T04:28:37.283Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d", "consumerID": "dcae-sch", "timestamp": 1632457627889, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/artifacts/service-BasicOnboardNtaacv-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-24T04:28:37.283Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-24T04:28:37.283Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-24T04:28:37.283Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d", "consumerID": "cds", "timestamp": 1632457627919, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/artifacts/service-BasicOnboardNtaacv-csar.csar", "status": "NOTIFIED" } 2021-09-24T04:28:37.283Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-24T04:28:37.283Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-24T04:28:37.283Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d", "consumerID": "policy-id", "timestamp": 1632457634922, "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-24T04:28:37.289Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 711dd4ee-81c2-4029-ad93-0a41c775d98d 2021-09-24T04:28:37.289Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 711dd4ee-81c2-4029-ad93-0a41c775d98d 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-24T04:28:37.298Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-24T04:28:37.298Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d", "consumerID": "aai-ml", "timestamp": 1632457632366, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-24T04:28:37.298Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-24T04:28:37.298Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-24T04:28:37.298Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632457629742, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/artifacts/service-BasicOnboardNtaacv-template.yml", "status": "NOT_NOTIFIED" } 2021-09-24T04:28:37.298Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-24T04:28:37.299Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-24T04:28:37.299Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d", "consumerID": "multicloud-k8s-id", "timestamp": 1632457635532, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-09-24T04:28:37.299Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:28:37.299Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-24T04:28:37.299Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d", "consumerID": "cds", "timestamp": 1632457635771, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/artifacts/service-BasicOnboardNtaacv-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-24T04:28:37.299Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:28:37.299Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-24T04:28:37.299Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d", "consumerID": "aai-ml", "timestamp": 1632457632366, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:28:37.299Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-24T04:28:37.299Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-24T04:28:37.299Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632457629742, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/artifacts/service-BasicOnboardNtaacv-csar.csar", "status": "NOTIFIED" } 2021-09-24T04:28:37.299Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-24T04:28:37.299Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-24T04:28:37.299Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d", "consumerID": "multicloud-k8s-id", "timestamp": 1632457636558, "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-24T04:28:37.304Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 711dd4ee-81c2-4029-ad93-0a41c775d98d 2021-09-24T04:28:37.304Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 711dd4ee-81c2-4029-ad93-0a41c775d98d 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-24T04:28:37.311Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-24T04:28:37.311Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d", "consumerID": "cds", "timestamp": 1632457636777, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/artifacts/service-BasicOnboardNtaacv-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-24T04:28:37.318Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 711dd4ee-81c2-4029-ad93-0a41c775d98d 2021-09-24T04:28:37.318Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 711dd4ee-81c2-4029-ad93-0a41c775d98d 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-24T04:28:37.328Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-24T04:28:37.328Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d", "consumerID": "aai-ml", "timestamp": 1632457632366, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-24T04:28:37.328Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-24T04:28:37.328Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-24T04:28:37.328Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d", "consumerID": "multicloud-k8s-id", "timestamp": 1632457637562, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/basic_onboard_ntaacv0_modules.json", "status": "DEPLOY_OK" } 2021-09-24T04:28:37.328Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:28:37.328Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-24T04:28:37.328Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d", "consumerID": "aai-ml", "timestamp": 1632457632366, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/artifacts/service-BasicOnboardNtaacv-template.yml", "status": "NOT_NOTIFIED" } 2021-09-24T04:28:37.328Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-24T04:28:37.329Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-24T04:28:37.329Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632457638008, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/artifacts/service-BasicOnboardNtaacv-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-24T04:28:37.329Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:28:37.329Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-24T04:28:37.329Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d", "consumerID": "aai-ml", "timestamp": 1632457632366, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/artifacts/service-BasicOnboardNtaacv-csar.csar", "status": "NOTIFIED" } 2021-09-24T04:28:37.329Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-24T04:28:37.329Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-24T04:28:37.329Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632457640071, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/artifacts/service-BasicOnboardNtaacv-csar.csar", "status": "DEPLOY_OK" } 2021-09-24T04:28:37.329Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:28:37.329Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-24T04:28:37.329Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632457641074, "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-24T04:28:37.335Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 711dd4ee-81c2-4029-ad93-0a41c775d98d 2021-09-24T04:28:37.335Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 711dd4ee-81c2-4029-ad93-0a41c775d98d 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-24T04:28:37.343Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-24T04:28:37.343Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d", "consumerID": "aai-ml", "timestamp": 1632457641264, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/artifacts/service-BasicOnboardNtaacv-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-24T04:28:37.343Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:28:37.343Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-24T04:28:37.343Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d", "consumerID": "aai-ml", "timestamp": 1632457648584, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/artifacts/service-BasicOnboardNtaacv-csar.csar", "status": "DEPLOY_OK" } 2021-09-24T04:28:37.343Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:28:37.344Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-24T04:28:37.344Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d", "consumerID": "clamp", "timestamp": 1632457648773, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/artifacts/service-BasicOnboardNtaacv-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-24T04:28:37.344Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:28:37.344Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-24T04:28:37.344Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d", "consumerID": "aai-ml", "timestamp": 1632457649588, "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-24T04:28:37.349Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 711dd4ee-81c2-4029-ad93-0a41c775d98d 2021-09-24T04:28:37.349Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 711dd4ee-81c2-4029-ad93-0a41c775d98d 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-24T04:28:37.357Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-24T04:28:37.357Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d", "consumerID": "clamp", "timestamp": 1632457649794, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/artifacts/service-BasicOnboardNtaacv-csar.csar", "status": "DEPLOY_OK" } 2021-09-24T04:28:37.357Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:28:37.358Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-24T04:28:37.358Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d", "consumerID": "clamp", "timestamp": 1632457650796, "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-24T04:28:37.363Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 711dd4ee-81c2-4029-ad93-0a41c775d98d 2021-09-24T04:28:37.364Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 711dd4ee-81c2-4029-ad93-0a41c775d98d 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-24T04:29:05.234Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 711dd4ee-81c2-4029-ad93-0a41c775d98d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T04:29:05.245Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 711dd4ee-81c2-4029-ad93-0a41c775d98d 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-24T04:29:05.248Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-24T04:29:05.248Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-24T04:29:05.248Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-09-24T04:29:05.249Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-09-24T04:29:05.249Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-24T04:29:05.249Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-24T04:29:05.249Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-24T04:29:05.249Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-24T04:29:05.249Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-24T04:29:05.249Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-24T04:29:05.249Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-24T04:29:05.255Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-09-24T04:29:35.255Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 711dd4ee-81c2-4029-ad93-0a41c775d98d 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-24T04:29:35.261Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 711dd4ee-81c2-4029-ad93-0a41c775d98d and serviceModelVersionId: 6f9e8562-559e-4551-849f-1befd7106f01 2021-09-24T04:29:35.261Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : def55661-405b-4783-a045-64c75d3bbfbd 2021-09-24T04:29:35.262Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/def55661-405b-4783-a045-64c75d3bbfbd/model-vers/model-ver/6f9e8562-559e-4551-849f-1befd7106f01?depth=0 2021-09-24T04:29:35.268Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2021-09-24T04:29:35.307Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/def55661-405b-4783-a045-64c75d3bbfbd/model-vers/model-ver/6f9e8562-559e-4551-849f-1befd7106f01?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-24T04:29:35.308Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/def55661-405b-4783-a045-64c75d3bbfbd/model-vers/model-ver/6f9e8562-559e-4551-849f-1befd7106f01?depth=0|INFO|500||Invoke 2021-09-24T04:29:35.333Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/def55661-405b-4783-a045-64c75d3bbfbd/model-vers/model-ver/6f9e8562-559e-4551-849f-1befd7106f01?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-09-24T04:29:35.413Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/def55661-405b-4783-a045-64c75d3bbfbd/model-vers/model-ver/6f9e8562-559e-4551-849f-1befd7106f01?depth=0|INFO|500||InvokeReturn 2021-09-24T04:29:35.413Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/def55661-405b-4783-a045-64c75d3bbfbd/model-vers/model-ver/6f9e8562-559e-4551-849f-1befd7106f01?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210924-04:29:35:342-4612], vertex-id=[180384], Content-Length=[0], Date=[Fri, 24 Sep 2021 04:29:35 GMT], Content-Type=[application/json]} 2021-09-24T04:29:35.413Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2021-09-24T04:29:35.413Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-09-24T04:29:35.414Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||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-24T04:29:35.418Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-09-24T04:29:35.418Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 711dd4ee-81c2-4029-ad93-0a41c775d98d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-09-24T04:29:35.418Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-09-24T04:29:35.419Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:29:35.421Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:29:35.421Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632457775418, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-24T04:29:35.521Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-24T04:29:35.522Z||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-24T04:29:35.522Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:29:35.540Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:29:35.540Z||pool-34-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-09-24T04:29:36.434Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:29:36.434Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|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-24T04:29:36.434Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:29:37.230Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:29:37.230Z||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-24T04:29:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:29:37.253Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:29:37.254Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-24T04:29:37.254Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "40f9ecfa-c408-47c0-9053-49a951f28a42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632457664225, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-24T04:29:37.255Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:29:37.256Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-24T04:29:37.256Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632457665240, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:29:37.256Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-24T04:29:37.256Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-24T04:29:37.256Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632457665240, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/basic_onboard_ntaacv0_modules.json", "status": "NOTIFIED" } 2021-09-24T04:29:37.256Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-24T04:29:37.256Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-24T04:29:37.256Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632457665240, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-09-24T04:29:37.257Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-24T04:29:37.257Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-24T04:29:37.257Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632457665240, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:29:37.257Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-24T04:29:37.257Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-24T04:29:37.257Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632457665240, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-09-24T04:29:37.257Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-24T04:29:37.257Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-24T04:29:37.257Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632457665240, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/artifacts/service-BasicOnboardNtaacv-template.yml", "status": "NOT_NOTIFIED" } 2021-09-24T04:29:37.258Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-24T04:29:37.258Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-24T04:29:37.258Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632457665240, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/artifacts/service-BasicOnboardNtaacv-csar.csar", "status": "NOTIFIED" } 2021-09-24T04:29:37.258Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-09-24T04:29:37.258Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-24T04:29:37.258Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632457673521, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/artifacts/service-BasicOnboardNtaacv-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-24T04:29:37.258Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:29:37.258Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-24T04:29:37.258Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632457676524, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/basic_onboard_ntaacv0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-24T04:29:37.259Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:29:37.259Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-24T04:29:37.259Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632457678099, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-09-24T04:29:37.259Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:29:37.259Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-24T04:29:37.259Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632457680084, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-09-24T04:29:37.259Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:29:37.259Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-24T04:29:37.259Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632457681188, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/basic_onboard_ntaacv0_modules.json", "status": "DEPLOY_OK" } 2021-09-24T04:29:37.260Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:29:37.260Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-24T04:29:37.260Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632457682193, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-09-24T04:29:37.260Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:29:37.260Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-24T04:29:37.260Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632457683198, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/resourceInstances/basic_onboard_ntaacv0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-09-24T04:29:37.260Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:29:37.260Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-24T04:29:37.260Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632457684202, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNtaacv/1.0/artifacts/service-BasicOnboardNtaacv-csar.csar", "status": "DEPLOY_OK" } 2021-09-24T04:29:37.260Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:29:45.980Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:29:45.981Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:29:45.981Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|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-24T04:29:45.981Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:29:55.523Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:30:37.227Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:30:37.227Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|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-24T04:30:37.227Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:30:37.229Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:30:37.230Z||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-24T04:30:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:30:37.753Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:30:37.753Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-24T04:30:37.753Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "711dd4ee-81c2-4029-ad93-0a41c775d98d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632457775418, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-24T04:30:37.754Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:30:46.781Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:31:37.227Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:31:37.227Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|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-24T04:31:37.227Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:31:37.229Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:31:37.230Z||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-24T04:31:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:31:46.775Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:31:46.775Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:32:37.227Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:32:37.227Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|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-24T04:32:37.227Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:32:37.229Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:32:37.230Z||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-24T04:32:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:32:46.777Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:32:46.781Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:33:37.227Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:33:37.227Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|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-24T04:33:37.227Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:33:37.229Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:33:37.230Z||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-24T04:33:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:33:46.777Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:33:46.780Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:34:37.226Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:34:37.227Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|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-24T04:34:37.227Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:34:37.229Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:34:37.230Z||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-24T04:34:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:34:46.778Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:34:46.778Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:35:37.227Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:35:37.228Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|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-24T04:35:37.228Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:35:37.229Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:35:37.230Z||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-24T04:35:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:35:46.778Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:35:46.778Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:36:37.227Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:36:37.227Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|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-24T04:36:37.227Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:36:37.229Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:36:37.230Z||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-24T04:36:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:36:46.776Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:36:46.782Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:37:37.227Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:37:37.227Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|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-24T04:37:37.227Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:37:37.229Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:37:37.230Z||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-24T04:37:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:37:46.781Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:37:46.788Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:38:37.227Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:38:37.227Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|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-24T04:38:37.227Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:38:37.229Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:38:37.230Z||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-24T04:38:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:38:37.857Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:38:37.858Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:38:37.858Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-24T04:38:37.859Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"2818668b-0aba-485f-9ce8-f8b7f4c071d1","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"33fa5eb0-525b-41df-a330-14313ce8dc8f","serviceDescription":"service","serviceInvariantUUID":"6cbb50ec-a8e9-4916-a404-357dbe6ba55d","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"2d89906e-9b12-4858-a2e0-bc7157ac36b7","resourceInvariantUUID":"6dc8c92e-3910-44da-8063-c6d72e7320ff","resourceCustomizationUUID":"42ea4d90-dc6d-4bce-884e-5a675f07bb1b","category":"Generic","subcategory":"Network Elements","artifacts":[]}],"serviceArtifacts":[{"artifactName":"service-BasicNetwork-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","artifactChecksum":"MTI5MjAwYTFjMzgyNmNmZjA2OWRhNGFhMWQxOWMwNDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"efd69e12-b286-4161-9f2b-0884a84384b4","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NWI1MjY5MDAwNGY1ZGQzODRkZjA1Y2RkNjY2NDY0MWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"05e65657-83f8-41d8-9b6f-89a38ba32420","artifactVersion":"1"}],"workloadContext":"Production"} 2021-09-24T04:38:37.859Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-24T04:38:37.859Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2818668b-0aba-485f-9ce8-f8b7f4c071d1", "consumerID": "dcae-sch", "timestamp": 1632458287889, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-09-24T04:38:37.860Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-24T04:38:37.860Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-24T04:38:37.860Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2818668b-0aba-485f-9ce8-f8b7f4c071d1", "consumerID": "aai-ml", "timestamp": 1632458292366, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-09-24T04:38:37.860Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-24T04:38:37.860Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-24T04:38:37.860Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2818668b-0aba-485f-9ce8-f8b7f4c071d1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632458289742, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-09-24T04:38:37.860Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-24T04:38:37.861Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-24T04:38:37.861Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2818668b-0aba-485f-9ce8-f8b7f4c071d1", "consumerID": "clamp", "timestamp": 1632458287794, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-09-24T04:38:37.861Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-24T04:38:37.861Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-24T04:38:37.861Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2818668b-0aba-485f-9ce8-f8b7f4c071d1", "consumerID": "cds", "timestamp": 1632458287919, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-09-24T04:38:37.861Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-24T04:38:37.861Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-24T04:38:37.861Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2818668b-0aba-485f-9ce8-f8b7f4c071d1", "consumerID": "dcae-sch", "timestamp": 1632458287889, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-24T04:38:37.861Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-24T04:38:37.861Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-24T04:38:37.861Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2818668b-0aba-485f-9ce8-f8b7f4c071d1", "consumerID": "aai-ml", "timestamp": 1632458292366, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-09-24T04:38:37.861Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-24T04:38:37.861Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-24T04:38:37.861Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2818668b-0aba-485f-9ce8-f8b7f4c071d1", "consumerID": "clamp", "timestamp": 1632458287794, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-09-24T04:38:37.862Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-24T04:38:37.862Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-24T04:38:37.862Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2818668b-0aba-485f-9ce8-f8b7f4c071d1", "consumerID": "cds", "timestamp": 1632458287919, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-09-24T04:38:37.862Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-24T04:38:37.862Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-24T04:38:37.862Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2818668b-0aba-485f-9ce8-f8b7f4c071d1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632458289742, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-09-24T04:38:37.862Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-24T04:38:37.862Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-24T04:38:37.862Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2818668b-0aba-485f-9ce8-f8b7f4c071d1", "consumerID": "ves-openapi-manager", "timestamp": 1632458297065, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-09-24T04:38:37.862Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-24T04:38:37.862Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-24T04:38:37.862Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2818668b-0aba-485f-9ce8-f8b7f4c071d1", "consumerID": "ves-openapi-manager", "timestamp": 1632458297065, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-24T04:38:37.862Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-24T04:38:37.862Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-24T04:38:37.863Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-24T04:38:37.863Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2818668b-0aba-485f-9ce8-f8b7f4c071d1", "consumerID": "cds", "timestamp": 1632458298864, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-24T04:38:37.863Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:38:37.863Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-24T04:38:37.863Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2818668b-0aba-485f-9ce8-f8b7f4c071d1", "consumerID": "aai-ml", "timestamp": 1632458298882, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-24T04:38:37.863Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:38:37.863Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:38:37.863Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-24T04:38:37.863Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2818668b-0aba-485f-9ce8-f8b7f4c071d1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632458298893, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-24T04:38:37.863Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:38:37.863Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-24T04:38:37.864Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2818668b-0aba-485f-9ce8-f8b7f4c071d1", "consumerID": "cds", "timestamp": 1632458299868, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } 2021-09-24T04:38:37.865Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:38:37.866Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "2818668b-0aba-485f-9ce8-f8b7f4c071d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458317227, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-09-24T04:38:37.880Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2818668b-0aba-485f-9ce8-f8b7f4c071d1 2021-09-24T04:38:37.880Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2818668b-0aba-485f-9ce8-f8b7f4c071d1 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-24T04:38:37.889Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-24T04:38:37.889Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2818668b-0aba-485f-9ce8-f8b7f4c071d1", "consumerID": "policy-id", "timestamp": 1632458299490, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-09-24T04:38:37.889Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-24T04:38:37.890Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-24T04:38:37.890Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2818668b-0aba-485f-9ce8-f8b7f4c071d1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632458300329, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-09-24T04:38:37.890Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:38:37.890Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-24T04:38:37.890Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2818668b-0aba-485f-9ce8-f8b7f4c071d1", "consumerID": "policy-id", "timestamp": 1632458299490, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-09-24T04:38:37.890Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-24T04:38:37.890Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-24T04:38:37.891Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2818668b-0aba-485f-9ce8-f8b7f4c071d1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632458301334, "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-24T04:38:37.896Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2818668b-0aba-485f-9ce8-f8b7f4c071d1 2021-09-24T04:38:37.896Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2818668b-0aba-485f-9ce8-f8b7f4c071d1 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-24T04:38:37.906Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-24T04:38:37.906Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2818668b-0aba-485f-9ce8-f8b7f4c071d1", "consumerID": "aai-ml", "timestamp": 1632458303008, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-09-24T04:38:37.906Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:38:37.906Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-24T04:38:37.906Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2818668b-0aba-485f-9ce8-f8b7f4c071d1", "consumerID": "aai-ml", "timestamp": 1632458304012, "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-24T04:38:37.911Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2818668b-0aba-485f-9ce8-f8b7f4c071d1 2021-09-24T04:38:37.911Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2818668b-0aba-485f-9ce8-f8b7f4c071d1 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-24T04:38:37.919Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-24T04:38:37.919Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2818668b-0aba-485f-9ce8-f8b7f4c071d1", "consumerID": "multicloud-k8s-id", "timestamp": 1632458303572, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-09-24T04:38:37.919Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-24T04:38:37.919Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-24T04:38:37.919Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2818668b-0aba-485f-9ce8-f8b7f4c071d1", "consumerID": "policy-id", "timestamp": 1632458304515, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-24T04:38:37.920Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:38:37.920Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-24T04:38:37.920Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2818668b-0aba-485f-9ce8-f8b7f4c071d1", "consumerID": "multicloud-k8s-id", "timestamp": 1632458303572, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-09-24T04:38:37.920Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-24T04:38:37.920Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-24T04:38:37.920Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2818668b-0aba-485f-9ce8-f8b7f4c071d1", "consumerID": "policy-id", "timestamp": 1632458305520, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-09-24T04:38:37.920Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:38:37.920Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-24T04:38:37.920Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2818668b-0aba-485f-9ce8-f8b7f4c071d1", "consumerID": "policy-id", "timestamp": 1632458306524, "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-24T04:38:37.925Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2818668b-0aba-485f-9ce8-f8b7f4c071d1 2021-09-24T04:38:37.925Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2818668b-0aba-485f-9ce8-f8b7f4c071d1 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-24T04:38:37.934Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-24T04:38:37.934Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2818668b-0aba-485f-9ce8-f8b7f4c071d1", "consumerID": "clamp", "timestamp": 1632458308862, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-24T04:38:37.934Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:38:37.934Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-24T04:38:37.934Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2818668b-0aba-485f-9ce8-f8b7f4c071d1", "consumerID": "clamp", "timestamp": 1632458310872, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-09-24T04:38:37.934Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:38:37.934Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-24T04:38:37.934Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2818668b-0aba-485f-9ce8-f8b7f4c071d1", "consumerID": "clamp", "timestamp": 1632458311875, "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-24T04:38:37.939Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2818668b-0aba-485f-9ce8-f8b7f4c071d1 2021-09-24T04:38:37.939Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2818668b-0aba-485f-9ce8-f8b7f4c071d1 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-24T04:38:37.965Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-24T04:38:37.966Z||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-24T04:38:37.966Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:38:37.977Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:38:37.978Z||pool-35-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-09-24T04:38:38.866Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-24T04:38:38.867Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:38:38.869Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:38:38.869Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "2818668b-0aba-485f-9ce8-f8b7f4c071d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458317227, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-09-24T04:38:38.969Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-24T04:38:38.970Z||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-24T04:38:38.970Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:38:38.983Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:38:38.983Z||pool-36-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-09-24T04:38:39.870Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "2818668b-0aba-485f-9ce8-f8b7f4c071d1", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "33fa5eb0-525b-41df-a330-14313ce8dc8f", "serviceDescription": "service", "serviceInvariantUUID": "6cbb50ec-a8e9-4916-a404-357dbe6ba55d", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "42ea4d90-dc6d-4bce-884e-5a675f07bb1b", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "2d89906e-9b12-4858-a2e0-bc7157ac36b7", "resourceInvariantUUID": "6dc8c92e-3910-44da-8063-c6d72e7320ff", "category": "Generic", "subcategory": "Network Elements", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-BasicNetwork-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "artifactChecksum": "NWI1MjY5MDAwNGY1ZGQzODRkZjA1Y2RkNjY2NDY0MWY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "05e65657-83f8-41d8-9b6f-89a38ba32420" } ], "workloadContext": "Production" } 2021-09-24T04:38:39.870Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-09-24T04:38:39.871Z|711dd4ee-81c2-4029-ad93-0a41c775d98d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 33fa5eb0-525b-41df-a330-14313ce8dc8f ASDC 2021-09-24T04:38:39.871Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:2818668b-0aba-485f-9ce8-f8b7f4c071d1 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:33fa5eb0-525b-41df-a330-14313ce8dc8f ServiceInvariantUUID:6cbb50ec-a8e9-4916-a404-357dbe6ba55d ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicNetwork-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ArtifactUUID:05e65657-83f8-41d8-9b6f-89a38ba32420 ArtifactChecksum:NWI1MjY5MDAwNGY1ZGQzODRkZjA1Y2RkNjY2NDY0MWY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:42ea4d90-dc6d-4bce-884e-5a675f07bb1b ResourceInvariantUUID:6dc8c92e-3910-44da-8063-c6d72e7320ff ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:2d89906e-9b12-4858-a2e0-bc7157ac36b7 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2021-09-24T04:38:39.871Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 33fa5eb0-525b-41df-a330-14313ce8dc8f 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-24T04:38:39.903Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-24T04:38:39.903Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-09-24T04:38:39.904Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-09-24T04:38:39.904Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 05e65657-83f8-41d8-9b6f-89a38ba32420 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-09-24T04:38:39.904Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-09-24T04:38:39.904Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-09-24T04:38:41.160Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-09-24T04:38:41.164Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 05e65657-83f8-41d8-9b6f-89a38ba32420 52175 2021-09-24T04:38:41.165Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2021-09-24T04:38:41.165Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-09-24T04:38:41.165Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-24T04:38:41.165Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:38:41.167Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:38:41.168Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "2818668b-0aba-485f-9ce8-f8b7f4c071d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458321165, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-24T04:38:41.268Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-24T04:38:41.268Z||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-24T04:38:41.268Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:38:41.280Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:38:41.280Z||pool-37-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-24T04:38:42.168Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-24T04:38:42.169Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-09-24T04:38:42.170Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 05e65657-83f8-41d8-9b6f-89a38ba32420, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-09-24T04:38:42.170Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2021-09-24T04:38:42.170Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-09-24T04:38:42.170Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2021-09-24T04:38:42.266Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17889311146608253199/Definitions/service-BasicNetwork-template.yml 2021-09-24T04:38:42.607Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2021-09-24T04:38:42.607Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-09-24T04:38:42.607Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-09-24T04:38:42.607Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-09-24T04:38:42.607Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-09-24T04:38:42.607Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-09-24T04:38:42.607Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-09-24T04:38:42.607Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-09-24T04:38:42.608Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-09-24T04:38:42.608Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-09-24T04:38:42.608Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-09-24T04:38:42.608Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-09-24T04:38:42.608Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-09-24T04:38:42.608Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:38:42.608Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:38:42.608Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-09-24T04:38:42.608Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-09-24T04:38:42.608Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-24T04:38:42.608Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:38:42.609Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:38:42.609Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-09-24T04:38:42.609Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-09-24T04:38:42.609Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-24T04:38:42.609Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:38:42.609Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:38:42.609Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:38:42.609Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:38:42.609Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:38:42.609Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:38:42.609Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:38:42.610Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:38:42.610Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:38:42.610Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:38:42.610Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:33fa5eb0-525b-41df-a330-14313ce8dc8f Model Version:NULL Model InvariantUuid:6cbb50ec-a8e9-4916-a404-357dbe6ba55d Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:6dc8c92e-3910-44da-8063-c6d72e7320ff Model UUID:9be565cc-b2dd-4bbd-8eab-18a9a7530422 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:42ea4d90-dc6d-4bce-884e-5a675f07bb1b Network Technology:NEUTRON Network Type:NEUTRON Network Role:null Network Scope:null VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_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-24T04:38:42.616Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||INFO|500||Processing Resource Type: VL, Model UUID: 2d89906e-9b12-4858-a2e0-bc7157ac36b7 2021-09-24T04:38:42.616Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||INFO|500||No resources found for Service: 33fa5eb0-525b-41df-a330-14313ce8dc8f 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-24T04:38:42.619Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||INFO|500|| 2021-09-24T04:38:42.619Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2021-09-24T04:38:42.620Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 33fa5eb0-525b-41df-a330-14313ce8dc8f 2021-09-24T04:38:42.620Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 33fa5eb0-525b-41df-a330-14313ce8dc8f 2021-09-24T04:38:42.620Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2021-09-24T04:38:42.620Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures 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-24T04:38:42.624Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6f6badaf, org.onap.sdc.toscaparser.api.parameters.Input@27b796b0, org.onap.sdc.toscaparser.api.parameters.Input@4551ec62, org.onap.sdc.toscaparser.api.parameters.Input@1d8dad39, org.onap.sdc.toscaparser.api.parameters.Input@2f396df2] 2021-09-24T04:38:42.625Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:38:42.626Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:38:42.626Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:38:42.626Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:38:42.626Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 33fa5eb0-525b-41df-a330-14313ce8dc8f: Generic NeutronNet 2021-09-24T04:38:42.626Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:38:42.627Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:38:42.627Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:38:42.627Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_55_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_55_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_55_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_55_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? 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 networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_, networkres0_.CREATION_TIMESTAMP as creation2_37_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_, networkres0_.NETWORK_ROLE as network_4_37_, networkres0_.NETWORK_SCOPE as network_5_37_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_, networkres0_.NETWORK_TYPE as network_7_37_, networkres0_.RESOURCE_INPUT as resource8_37_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_, networkres0_.RESOURCE_CATEGORY as resource4_36_, networkres0_.CREATION_TIMESTAMP as creation5_36_, networkres0_.DESCRIPTION as descript6_36_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_, networkres0_.MODEL_NAME as model_na8_36_, networkres0_.MODEL_VERSION as model_ve9_36_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_, networkres0_.ORCHESTRATION_MODE as orchest11_36_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2021-09-24T04:38:42.659Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:38:42.660Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:38:42.660Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:38:42.660Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:38:42.660Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:38:42.660Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:38:42.660Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||INFO|500||Saving Service: basic_network 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 networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_3_, networkres0_.CREATION_TIMESTAMP as creation2_37_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_3_, networkres0_.NETWORK_ROLE as network_4_37_3_, networkres0_.NETWORK_SCOPE as network_5_37_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_3_, networkres0_.NETWORK_TYPE as network_7_37_3_, networkres0_.RESOURCE_INPUT as resource8_37_3_, networkres1_.MODEL_UUID as model_uu1_36_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_36_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_36_0_, networkres1_.RESOURCE_CATEGORY as resource4_36_0_, networkres1_.CREATION_TIMESTAMP as creation5_36_0_, networkres1_.DESCRIPTION as descript6_36_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_36_0_, networkres1_.MODEL_NAME as model_na8_36_0_, networkres1_.MODEL_VERSION as model_ve9_36_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_36_0_, networkres1_.ORCHESTRATION_MODE as orchest11_36_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_36_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_36_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_1_, collection2_.CREATION_TIMESTAMP as creation2_14_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_14_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_14_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_1_, collection2_.NETWORK_ROLE as network_4_14_1_, collection2_.NETWORK_SCOPE as network_5_14_1_, collection2_.NETWORK_TECHNOLOGY as network_6_14_1_, collection2_.NETWORK_TYPE as network_7_14_1_, heattempla3_.ARTIFACT_UUID as artifact1_28_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_2_, heattempla3_.CREATION_TIMESTAMP as creation3_28_2_, heattempla3_.DESCRIPTION as descript4_28_2_, heattempla3_.BODY as body5_28_2_, heattempla3_.NAME as name6_28_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_2_, heattempla3_.VERSION as version8_28_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_4_, networkres0_.RESOURCE_CATEGORY as resource4_36_4_, networkres0_.CREATION_TIMESTAMP as creation5_36_4_, networkres0_.DESCRIPTION as descript6_36_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_4_, networkres0_.MODEL_NAME as model_na8_36_4_, networkres0_.MODEL_VERSION as model_ve9_36_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_4_, networkres0_.ORCHESTRATION_MODE as orchest11_36_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_0_, collection1_.CREATION_TIMESTAMP as creation2_14_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_14_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_14_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_0_, collection1_.NETWORK_ROLE as network_4_14_0_, collection1_.NETWORK_SCOPE as network_5_14_0_, collection1_.NETWORK_TECHNOLOGY as network_6_14_0_, collection1_.NETWORK_TYPE as network_7_14_0_, instancegr2_.MODEL_UUID as model_uu2_32_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_32_1_, instancegr2_.CREATION_TIMESTAMP as creation3_32_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_32_1_, instancegr2_.MODEL_NAME as model_na5_32_1_, instancegr2_.MODEL_VERSION as model_ve6_32_1_, instancegr2_.ROLE as role7_32_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_32_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_32_1_, instancegr2_.OBJECT_TYPE as object_t1_32_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_16_2_, networkcol3_.CR_MODEL_UUID as cr_model8_16_2_, networkcol3_.CREATION_TIMESTAMP as creation3_16_2_, networkcol3_.FUNCTION as function4_16_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_16_2_, networkcol3_.ROLE as role6_16_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_16_2_, heattempla4_.ARTIFACT_UUID as artifact1_28_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla4_.CREATION_TIMESTAMP as creation3_28_3_, heattempla4_.DESCRIPTION as descript4_28_3_, heattempla4_.BODY as body5_28_3_, heattempla4_.NAME as name6_28_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla4_.VERSION as version8_28_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2021-09-24T04:38:42.736Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2021-09-24T04:38:42.736Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2021-09-24T04:38:42.736Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-09-24T04:38:42.737Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-24T04:38:42.737Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:38:42.739Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:38:42.739Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "2818668b-0aba-485f-9ce8-f8b7f4c071d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458322736, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-09-24T04:38:42.839Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-24T04:38:42.840Z||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-24T04:38:42.840Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:38:42.852Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:38:42.853Z||pool-38-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-09-24T04:38:43.739Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2818668b-0aba-485f-9ce8-f8b7f4c071d1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T04:38:43.751Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2818668b-0aba-485f-9ce8-f8b7f4c071d1 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-24T04:38:43.755Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-24T04:38:43.755Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-24T04:38:43.755Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-09-24T04:38:43.755Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-09-24T04:38:43.755Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-24T04:38:43.755Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-24T04:38:43.755Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-24T04:38:43.755Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-24T04:38:43.755Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-24T04:38:43.755Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-24T04:38:43.755Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-24T04:38:43.760Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-09-24T04:39:13.761Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2818668b-0aba-485f-9ce8-f8b7f4c071d1 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-24T04:39:13.766Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2818668b-0aba-485f-9ce8-f8b7f4c071d1 and serviceModelVersionId: 33fa5eb0-525b-41df-a330-14313ce8dc8f 2021-09-24T04:39:13.766Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6cbb50ec-a8e9-4916-a404-357dbe6ba55d 2021-09-24T04:39:13.767Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6cbb50ec-a8e9-4916-a404-357dbe6ba55d/model-vers/model-ver/33fa5eb0-525b-41df-a330-14313ce8dc8f?depth=0 2021-09-24T04:39:13.772Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2021-09-24T04:39:13.804Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6cbb50ec-a8e9-4916-a404-357dbe6ba55d/model-vers/model-ver/33fa5eb0-525b-41df-a330-14313ce8dc8f?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-24T04:39:13.805Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6cbb50ec-a8e9-4916-a404-357dbe6ba55d/model-vers/model-ver/33fa5eb0-525b-41df-a330-14313ce8dc8f?depth=0|INFO|500||Invoke 2021-09-24T04:39:13.825Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6cbb50ec-a8e9-4916-a404-357dbe6ba55d/model-vers/model-ver/33fa5eb0-525b-41df-a330-14313ce8dc8f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-09-24T04:39:13.964Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6cbb50ec-a8e9-4916-a404-357dbe6ba55d/model-vers/model-ver/33fa5eb0-525b-41df-a330-14313ce8dc8f?depth=0|INFO|500||InvokeReturn 2021-09-24T04:39:13.964Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6cbb50ec-a8e9-4916-a404-357dbe6ba55d/model-vers/model-ver/33fa5eb0-525b-41df-a330-14313ce8dc8f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210924-04:39:13:834-55973], vertex-id=[184416], Content-Length=[0], Date=[Fri, 24 Sep 2021 04:39:13 GMT], Content-Type=[application/json]} 2021-09-24T04:39:13.964Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2021-09-24T04:39:13.964Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-09-24T04:39:13.964Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||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-24T04:39:13.969Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-09-24T04:39:13.969Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2818668b-0aba-485f-9ce8-f8b7f4c071d1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-09-24T04:39:13.969Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-09-24T04:39:13.969Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:39:13.971Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:39:13.971Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "2818668b-0aba-485f-9ce8-f8b7f4c071d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458353969, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-24T04:39:14.072Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-24T04:39:14.073Z||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-24T04:39:14.073Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:39:14.088Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:39:14.089Z||pool-39-thread-1|||||INFO|500||cambria reply ok (17 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-24T04:39:37.226Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:39:37.227Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|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-24T04:39:37.227Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:39:37.229Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:39:37.230Z||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-24T04:39:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:39:37.352Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:39:37.353Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-24T04:39:37.353Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2818668b-0aba-485f-9ce8-f8b7f4c071d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458317227, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-09-24T04:39:37.354Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-24T04:39:37.852Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:39:37.853Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-24T04:39:37.853Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"95ed3bde-740f-4dcd-8595-f1bcdd05a726","serviceName":"Demo_pNF_rAzuSrnyRF1Mdr9jWZln","serviceVersion":"1.0","serviceUUID":"de223709-0198-4c93-af38-dc2ca902452c","serviceDescription":"catalog service description","serviceInvariantUUID":"32c56bb3-95a1-4389-bbba-3e431c2ba58b","resources":[{"resourceInstanceName":"pNF cab50d27-c173 0","resourceName":"pNF cab50d27-c173","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"a9bd8562-ab29-4468-9d7a-93fbf9075e36","resourceInvariantUUID":"3a04988f-c166-4669-82a0-fe740267d41c","resourceCustomizationUUID":"7f25b1ef-9f08-4a0a-a04a-1c2be3e0952a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/resourceInstances/pnfcab50d27c1730/artifacts/vf-license-model.xml","artifactChecksum":"NDg0N2U1NWJmMzFkYmYwYjJlNzU1ZGJhNzQ2OTVmYWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2814bd29-8cf7-499d-8b84-be8423614566","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/resourceInstances/pnfcab50d27c1730/artifacts/pNF.csar","artifactChecksum":"ZjBlYWE4OTk2MDcwZDIwMmVkMDhjNjQ2ZDcyOTkwNzI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0dd6cc19-af35-483e-bd50-9139c6db9037","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/resourceInstances/pnfcab50d27c1730/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"46c60808-bbfa-43e3-b0bf-378dd8b93f87","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/resourceInstances/pnfcab50d27c1730/artifacts/vendor-license-model.xml","artifactChecksum":"MzgyMDBiN2FhNmFmMjUwZjQ1OWQwMDhjNzhmMDA2OTQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cab4b056-6c8f-4d9f-88a1-af45c7d09028","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/resourceInstances/pnfcab50d27c1730/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"52e05740-be72-4581-8582-264349c4cf81","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/resourceInstances/pnfcab50d27c1730/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2dc7ce7a-5436-4769-a613-5d80286c5590","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfRazusrnyrf1mdr9jwzln-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/artifacts/service-DemoPnfRazusrnyrf1mdr9jwzln-template.yml","artifactChecksum":"ZmE2N2U4OWZkYmVkM2FlMTY0Zjg4ZTE2ZTkwMzQ0NTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c698d88a-a593-4eb6-802c-09988b618a7e","artifactVersion":"1"},{"artifactName":"service-DemoPnfRazusrnyrf1mdr9jwzln-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/artifacts/service-DemoPnfRazusrnyrf1mdr9jwzln-csar.csar","artifactChecksum":"ZTljNGE1MjY2MTFhZWUyZTk0M2I4M2I1YTU0M2VjZTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"171b429b-10ce-46f5-9486-ea32869826ca","artifactVersion":"1"}],"workloadContext":"Production"} 2021-09-24T04:39:37.855Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-24T04:39:37.856Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:39:37.857Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:39:37.857Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "95ed3bde-740f-4dcd-8595-f1bcdd05a726", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458377226, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/resourceInstances/pnfcab50d27c1730/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:39:37.958Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-24T04:39:37.958Z||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-24T04:39:37.958Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:39:37.970Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:39:37.971Z||pool-40-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-09-24T04:39:38.858Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-24T04:39:38.859Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:39:38.861Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:39:38.862Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "95ed3bde-740f-4dcd-8595-f1bcdd05a726", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458377226, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/resourceInstances/pnfcab50d27c1730/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-24T04:39:38.962Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-24T04:39:38.962Z||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-24T04:39:38.962Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:39:38.973Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:39:38.974Z||pool-41-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-24T04:39:39.862Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-24T04:39:39.863Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:39:39.865Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:39:39.866Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "95ed3bde-740f-4dcd-8595-f1bcdd05a726", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458377226, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/resourceInstances/pnfcab50d27c1730/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-24T04:39:39.966Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-24T04:39:39.966Z||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-24T04:39:39.967Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:39:39.978Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:39:39.978Z||pool-42-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-24T04:39:40.866Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-24T04:39:40.867Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:39:40.869Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:39:40.869Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "95ed3bde-740f-4dcd-8595-f1bcdd05a726", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458377226, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/resourceInstances/pnfcab50d27c1730/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:39:40.969Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-24T04:39:40.970Z||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-24T04:39:40.970Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:39:40.981Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:39:40.981Z||pool-43-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-24T04:39:41.870Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-24T04:39:41.871Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:39:41.872Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:39:41.873Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "95ed3bde-740f-4dcd-8595-f1bcdd05a726", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458377226, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/resourceInstances/pnfcab50d27c1730/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-24T04:39:41.973Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-24T04:39:41.974Z||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-24T04:39:41.974Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:39:41.985Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:39:41.986Z||pool-44-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-09-24T04:39:42.873Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-24T04:39:42.874Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:39:42.876Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:39:42.876Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "95ed3bde-740f-4dcd-8595-f1bcdd05a726", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458377226, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/resourceInstances/pnfcab50d27c1730/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-24T04:39:42.976Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-24T04:39:42.977Z||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-24T04:39:42.977Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:39:42.990Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:39:42.990Z||pool-45-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-09-24T04:39:43.877Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-24T04:39:43.878Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:39:43.880Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:39:43.880Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "95ed3bde-740f-4dcd-8595-f1bcdd05a726", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458377226, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/artifacts/service-DemoPnfRazusrnyrf1mdr9jwzln-template.yml", "status": "NOT_NOTIFIED" } 2021-09-24T04:39:43.980Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-24T04:39:43.981Z||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-24T04:39:43.981Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:39:43.996Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:39:43.996Z||pool-46-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-09-24T04:39:44.881Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-24T04:39:44.881Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:39:44.883Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:39:44.883Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "95ed3bde-740f-4dcd-8595-f1bcdd05a726", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458377226, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/artifacts/service-DemoPnfRazusrnyrf1mdr9jwzln-csar.csar", "status": "NOTIFIED" } 2021-09-24T04:39:44.984Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-24T04:39:44.985Z||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-24T04:39:44.985Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:39:45.001Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:39:45.001Z||pool-47-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-09-24T04:39:45.884Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "95ed3bde-740f-4dcd-8595-f1bcdd05a726", "serviceName": "Demo_pNF_rAzuSrnyRF1Mdr9jWZln", "serviceVersion": "1.0", "serviceUUID": "de223709-0198-4c93-af38-dc2ca902452c", "serviceDescription": "catalog service description", "serviceInvariantUUID": "32c56bb3-95a1-4389-bbba-3e431c2ba58b", "resources": [ { "resourceInstanceName": "pNF cab50d27-c173 0", "resourceCustomizationUUID": "7f25b1ef-9f08-4a0a-a04a-1c2be3e0952a", "resourceName": "pNF cab50d27-c173", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "a9bd8562-ab29-4468-9d7a-93fbf9075e36", "resourceInvariantUUID": "3a04988f-c166-4669-82a0-fe740267d41c", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfRazusrnyrf1mdr9jwzln-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/artifacts/service-DemoPnfRazusrnyrf1mdr9jwzln-csar.csar", "artifactChecksum": "ZTljNGE1MjY2MTFhZWUyZTk0M2I4M2I1YTU0M2VjZTI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "171b429b-10ce-46f5-9486-ea32869826ca" } ], "workloadContext": "Production" } 2021-09-24T04:39:45.885Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-09-24T04:39:45.885Z|2818668b-0aba-485f-9ce8-f8b7f4c071d1|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 de223709-0198-4c93-af38-dc2ca902452c ASDC 2021-09-24T04:39:45.885Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:95ed3bde-740f-4dcd-8595-f1bcdd05a726 ServiceName:Demo_pNF_rAzuSrnyRF1Mdr9jWZln ServiceVersion:1.0 ServiceUUID:de223709-0198-4c93-af38-dc2ca902452c ServiceInvariantUUID:32c56bb3-95a1-4389-bbba-3e431c2ba58b ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfRazusrnyrf1mdr9jwzln-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/artifacts/service-DemoPnfRazusrnyrf1mdr9jwzln-csar.csar ArtifactUUID:171b429b-10ce-46f5-9486-ea32869826ca ArtifactChecksum:ZTljNGE1MjY2MTFhZWUyZTk0M2I4M2I1YTU0M2VjZTI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF cab50d27-c173 0 ResourceCustomizationUUID:7f25b1ef-9f08-4a0a-a04a-1c2be3e0952a ResourceInvariantUUID:3a04988f-c166-4669-82a0-fe740267d41c ResourceName:pNF cab50d27-c173 ResourceType:PNF ResourceUUID:a9bd8562-ab29-4468-9d7a-93fbf9075e36 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-09-24T04:39:45.885Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF de223709-0198-4c93-af38-dc2ca902452c 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-24T04:39:45.912Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-24T04:39:45.913Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-09-24T04:39:45.913Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-09-24T04:39:45.913Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 171b429b-10ce-46f5-9486-ea32869826ca from URL: /sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/artifacts/service-DemoPnfRazusrnyrf1mdr9jwzln-csar.csar 2021-09-24T04:39:45.913Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-09-24T04:39:45.914Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/artifacts/service-DemoPnfRazusrnyrf1mdr9jwzln-csar.csar 2021-09-24T04:39:48.085Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-09-24T04:39:48.090Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/artifacts/service-DemoPnfRazusrnyrf1mdr9jwzln-csar.csar 171b429b-10ce-46f5-9486-ea32869826ca 82539 2021-09-24T04:39:48.090Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/artifacts/service-DemoPnfRazusrnyrf1mdr9jwzln-csar.csar ASDC sendASDCNotification 2021-09-24T04:39:48.091Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/artifacts/service-DemoPnfRazusrnyrf1mdr9jwzln-csar.csar 2021-09-24T04:39:48.091Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-24T04:39:48.091Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:39:48.095Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:39:48.096Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "95ed3bde-740f-4dcd-8595-f1bcdd05a726", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458388090, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/artifacts/service-DemoPnfRazusrnyrf1mdr9jwzln-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-24T04:39:48.193Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2021-09-24T04:39:48.194Z||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-24T04:39:48.194Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:39:48.206Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:39:48.206Z||pool-48-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-09-24T04:39:49.096Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-24T04:39:49.097Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-09-24T04:39:49.098Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 171b429b-10ce-46f5-9486-ea32869826ca, URL: /sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/artifacts/service-DemoPnfRazusrnyrf1mdr9jwzln-csar.csar to file: /app/ASDC/1/service-DemoPnfRazusrnyrf1mdr9jwzln-csar.csar 2021-09-24T04:39:49.098Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfRazusrnyrf1mdr9jwzln-csar.csar 2021-09-24T04:39:49.098Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfRazusrnyrf1mdr9jwzln-csar.csar 2021-09-24T04:39:49.099Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfRazusrnyrf1mdr9jwzln-csar.csar 2021-09-24T04:39:49.184Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1513957828457703119/Definitions/service-DemoPnfRazusrnyrf1mdr9jwzln-template.yml 2021-09-24T04:39:49.792Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2021-09-24T04:39:49.793Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-09-24T04:39:49.793Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfRazusrnyrf1mdr9jwzln-csar.csar 2021-09-24T04:39:49.793Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2021-09-24T04:39:49.793Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||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-DemoPnfRazusrnyrf1mdr9jwzln-csar.csar 2021-09-24T04:39:49.793Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfRazusrnyrf1mdr9jwzln-csar.csar 2021-09-24T04:39:49.793Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||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-DemoPnfRazusrnyrf1mdr9jwzln-csar.csar 2021-09-24T04:39:49.793Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfRazusrnyrf1mdr9jwzln-csar.csar 2021-09-24T04:39:49.793Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfRazusrnyrf1mdr9jwzln-csar.csar 2021-09-24T04:39:49.793Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF cab50d27-c173 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-DemoPnfRazusrnyrf1mdr9jwzln-csar.csar 2021-09-24T04:39:49.793Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfRazusrnyrf1mdr9jwzln-csar.csar 2021-09-24T04:39:49.794Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-09-24T04:39:49.794Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:39:49.794Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_rAzuSrnyRF1Mdr9jWZln is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:39:49.794Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||DEBUG|500||Node template pNF cab50d27-c173 0 is matching search criteria 2021-09-24T04:39:49.794Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-09-24T04:39:49.794Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF cab50d27-c173 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-24T04:39:49.794Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:39:49.794Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_rAzuSrnyRF1Mdr9jWZln is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:39:49.794Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||DEBUG|500||Node template pNF cab50d27-c173 0 is matching search criteria 2021-09-24T04:39:49.794Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-09-24T04:39:49.795Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF cab50d27-c173 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-24T04:39:49.795Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:39:49.795Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_rAzuSrnyRF1Mdr9jWZln is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:39:49.795Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:39:49.795Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_rAzuSrnyRF1Mdr9jWZln is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:39:49.795Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:39:49.795Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_rAzuSrnyRF1Mdr9jWZln is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:39:49.795Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:39:49.795Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_rAzuSrnyRF1Mdr9jWZln is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:39:49.795Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:39:49.796Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_rAzuSrnyRF1Mdr9jWZln is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:39:49.796Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_rAzuSrnyRF1Mdr9jWZln Description:catalog service description Model UUID:de223709-0198-4c93-af38-dc2ca902452c Model Version:NULL Model InvariantUuid:32c56bb3-95a1-4389-bbba-3e431c2ba58b 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-24T04:39:49.801Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: a9bd8562-ab29-4468-9d7a-93fbf9075e36 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-24T04:39:49.803Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||INFO|500||pNF cab50d27-c173 0 2021-09-24T04:39:49.803Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: a9bd8562-ab29-4468-9d7a-93fbf9075e36 2021-09-24T04:39:49.804Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||DEBUG|500||No resources found for Service: de223709-0198-4c93-af38-dc2ca902452c 2021-09-24T04:39:49.804Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: de223709-0198-4c93-af38-dc2ca902452c 2021-09-24T04:39:49.804Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF cab50d27-c173 0 a9bd8562-ab29-4468-9d7a-93fbf9075e36 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-24T04:39:49.808Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@347d46a9, org.onap.sdc.toscaparser.api.parameters.Input@12e13d55, org.onap.sdc.toscaparser.api.parameters.Input@51e57d10, org.onap.sdc.toscaparser.api.parameters.Input@5d9d0b4a, org.onap.sdc.toscaparser.api.parameters.Input@30b465e] 2021-09-24T04:39:49.808Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:39:49.808Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_rAzuSrnyRF1Mdr9jWZln is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:39:49.808Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid de223709-0198-4c93-af38-dc2ca902452c: pNF cab50d27-c173 2021-09-24T04:39:49.808Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||INFO|500||Processing PNF resource: a9bd8562-ab29-4468-9d7a-93fbf9075e36 2021-09-24T04:39:49.808Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:39:49.808Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_rAzuSrnyRF1Mdr9jWZln is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:39:49.809Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||INFO|500||Resource customization UUID: 7f25b1ef-9f08-4a0a-a04a-1c2be3e0952a is the same as notified resource customizationUUID: 7f25b1ef-9f08-4a0a-a04a-1c2be3e0952a 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-24T04:39:49.861Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF cab50d27-c173 a9bd8562-ab29-4468-9d7a-93fbf9075e36 0 ASDC deployResourceStructure 2021-09-24T04:39:49.861Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/artifacts/service-DemoPnfRazusrnyrf1mdr9jwzln-csar.csar ASDC sendASDCNotification 2021-09-24T04:39:49.862Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/artifacts/service-DemoPnfRazusrnyrf1mdr9jwzln-csar.csar 2021-09-24T04:39:49.862Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-24T04:39:49.862Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:39:49.863Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:39:49.863Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "95ed3bde-740f-4dcd-8595-f1bcdd05a726", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458389861, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/artifacts/service-DemoPnfRazusrnyrf1mdr9jwzln-csar.csar", "status": "DEPLOY_OK" } 2021-09-24T04:39:49.964Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-24T04:39:49.964Z||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-24T04:39:49.964Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:39:49.977Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:39:49.977Z||pool-49-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-09-24T04:39:50.864Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 95ed3bde-740f-4dcd-8595-f1bcdd05a726 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T04:39:50.873Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 95ed3bde-740f-4dcd-8595-f1bcdd05a726 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-24T04:39:50.875Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-24T04:39:50.876Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-24T04:39:50.876Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-24T04:40:20.876Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 95ed3bde-740f-4dcd-8595-f1bcdd05a726 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T04:40:20.886Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 95ed3bde-740f-4dcd-8595-f1bcdd05a726 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-24T04:40:20.889Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-24T04:40:20.889Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-24T04:40:20.890Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-24T04:40:37.230Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:40:37.230Z||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-24T04:40:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:40:37.260Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:40:37.263Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-24T04:40:37.263Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2818668b-0aba-485f-9ce8-f8b7f4c071d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458317227, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-09-24T04:40:37.264Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-24T04:40:37.264Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-24T04:40:37.264Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2818668b-0aba-485f-9ce8-f8b7f4c071d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458321165, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-24T04:40:37.265Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:40:37.265Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-24T04:40:37.265Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2818668b-0aba-485f-9ce8-f8b7f4c071d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458322736, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-09-24T04:40:37.265Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:40:37.265Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-24T04:40:37.265Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ed3bde-740f-4dcd-8595-f1bcdd05a726", "consumerID": "cds", "timestamp": 1632458332919, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/resourceInstances/pnfcab50d27c1730/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:40:37.265Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-24T04:40:37.265Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-24T04:40:37.265Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ed3bde-740f-4dcd-8595-f1bcdd05a726", "consumerID": "ves-openapi-manager", "timestamp": 1632458337065, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/resourceInstances/pnfcab50d27c1730/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:40:37.266Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-24T04:40:37.266Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-24T04:40:37.266Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ed3bde-740f-4dcd-8595-f1bcdd05a726", "consumerID": "ves-openapi-manager", "timestamp": 1632458337065, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/resourceInstances/pnfcab50d27c1730/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-24T04:40:37.266Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-24T04:40:37.266Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-24T04:40:37.266Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ed3bde-740f-4dcd-8595-f1bcdd05a726", "consumerID": "cds", "timestamp": 1632458332919, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/resourceInstances/pnfcab50d27c1730/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-24T04:40:37.266Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-24T04:40:37.266Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-24T04:40:37.266Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ed3bde-740f-4dcd-8595-f1bcdd05a726", "consumerID": "policy-id", "timestamp": 1632458339490, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/resourceInstances/pnfcab50d27c1730/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:40:37.266Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-24T04:40:37.266Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-24T04:40:37.267Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ed3bde-740f-4dcd-8595-f1bcdd05a726", "consumerID": "cds", "timestamp": 1632458332919, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/resourceInstances/pnfcab50d27c1730/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-24T04:40:37.267Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-24T04:40:37.267Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-24T04:40:37.267Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ed3bde-740f-4dcd-8595-f1bcdd05a726", "consumerID": "ves-openapi-manager", "timestamp": 1632458337065, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/resourceInstances/pnfcab50d27c1730/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-24T04:40:37.267Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-24T04:40:37.267Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-24T04:40:37.267Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ed3bde-740f-4dcd-8595-f1bcdd05a726", "consumerID": "policy-id", "timestamp": 1632458339490, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/resourceInstances/pnfcab50d27c1730/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-24T04:40:37.267Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-24T04:40:37.267Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-24T04:40:37.267Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ed3bde-740f-4dcd-8595-f1bcdd05a726", "consumerID": "cds", "timestamp": 1632458332919, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/resourceInstances/pnfcab50d27c1730/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:40:37.267Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-24T04:40:37.268Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-24T04:40:37.268Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ed3bde-740f-4dcd-8595-f1bcdd05a726", "consumerID": "ves-openapi-manager", "timestamp": 1632458337065, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/resourceInstances/pnfcab50d27c1730/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:40:37.268Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-24T04:40:37.268Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-24T04:40:37.268Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ed3bde-740f-4dcd-8595-f1bcdd05a726", "consumerID": "policy-id", "timestamp": 1632458339490, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/resourceInstances/pnfcab50d27c1730/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-24T04:40:37.268Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-24T04:40:37.268Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-24T04:40:37.268Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ed3bde-740f-4dcd-8595-f1bcdd05a726", "consumerID": "cds", "timestamp": 1632458332919, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/resourceInstances/pnfcab50d27c1730/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-24T04:40:37.268Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-24T04:40:37.268Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-24T04:40:37.268Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ed3bde-740f-4dcd-8595-f1bcdd05a726", "consumerID": "ves-openapi-manager", "timestamp": 1632458337065, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/resourceInstances/pnfcab50d27c1730/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-24T04:40:37.268Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-24T04:40:37.268Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-24T04:40:37.269Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ed3bde-740f-4dcd-8595-f1bcdd05a726", "consumerID": "policy-id", "timestamp": 1632458339490, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/resourceInstances/pnfcab50d27c1730/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:40:37.269Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-24T04:40:37.269Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-24T04:40:37.269Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ed3bde-740f-4dcd-8595-f1bcdd05a726", "consumerID": "cds", "timestamp": 1632458332919, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/resourceInstances/pnfcab50d27c1730/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-24T04:40:37.269Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-24T04:40:37.269Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-24T04:40:37.269Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ed3bde-740f-4dcd-8595-f1bcdd05a726", "consumerID": "ves-openapi-manager", "timestamp": 1632458337065, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/resourceInstances/pnfcab50d27c1730/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-09-24T04:40:37.269Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-24T04:40:37.269Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-24T04:40:37.269Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ed3bde-740f-4dcd-8595-f1bcdd05a726", "consumerID": "policy-id", "timestamp": 1632458339490, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/resourceInstances/pnfcab50d27c1730/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-24T04:40:37.269Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-24T04:40:37.269Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-24T04:40:37.269Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ed3bde-740f-4dcd-8595-f1bcdd05a726", "consumerID": "multicloud-k8s-id", "timestamp": 1632458343572, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/resourceInstances/pnfcab50d27c1730/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:40:37.269Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-24T04:40:37.269Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-24T04:40:37.269Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ed3bde-740f-4dcd-8595-f1bcdd05a726", "consumerID": "cds", "timestamp": 1632458332919, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/artifacts/service-DemoPnfRazusrnyrf1mdr9jwzln-template.yml", "status": "NOT_NOTIFIED" } 2021-09-24T04:40:37.269Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-24T04:40:37.269Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-24T04:40:37.269Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ed3bde-740f-4dcd-8595-f1bcdd05a726", "consumerID": "ves-openapi-manager", "timestamp": 1632458337065, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/artifacts/service-DemoPnfRazusrnyrf1mdr9jwzln-template.yml", "status": "NOT_NOTIFIED" } 2021-09-24T04:40:37.269Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-24T04:40:37.270Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-24T04:40:37.270Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ed3bde-740f-4dcd-8595-f1bcdd05a726", "consumerID": "policy-id", "timestamp": 1632458339490, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/resourceInstances/pnfcab50d27c1730/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-24T04:40:37.270Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-24T04:40:37.270Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-24T04:40:37.270Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ed3bde-740f-4dcd-8595-f1bcdd05a726", "consumerID": "multicloud-k8s-id", "timestamp": 1632458343572, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/resourceInstances/pnfcab50d27c1730/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-24T04:40:37.270Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-24T04:40:37.270Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-24T04:40:37.270Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ed3bde-740f-4dcd-8595-f1bcdd05a726", "consumerID": "ves-openapi-manager", "timestamp": 1632458337065, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/artifacts/service-DemoPnfRazusrnyrf1mdr9jwzln-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-24T04:40:37.270Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-24T04:40:37.270Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-24T04:40:37.270Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ed3bde-740f-4dcd-8595-f1bcdd05a726", "consumerID": "cds", "timestamp": 1632458332919, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/artifacts/service-DemoPnfRazusrnyrf1mdr9jwzln-csar.csar", "status": "NOTIFIED" } 2021-09-24T04:40:37.270Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-24T04:40:37.270Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-24T04:40:37.270Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ed3bde-740f-4dcd-8595-f1bcdd05a726", "consumerID": "policy-id", "timestamp": 1632458339490, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/artifacts/service-DemoPnfRazusrnyrf1mdr9jwzln-template.yml", "status": "NOT_NOTIFIED" } 2021-09-24T04:40:37.270Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-24T04:40:37.270Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-24T04:40:37.270Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ed3bde-740f-4dcd-8595-f1bcdd05a726", "consumerID": "multicloud-k8s-id", "timestamp": 1632458343572, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/resourceInstances/pnfcab50d27c1730/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-24T04:40:37.270Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-24T04:40:37.270Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-24T04:40:37.270Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ed3bde-740f-4dcd-8595-f1bcdd05a726", "consumerID": "policy-id", "timestamp": 1632458339490, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/artifacts/service-DemoPnfRazusrnyrf1mdr9jwzln-csar.csar", "status": "NOTIFIED" } 2021-09-24T04:40:37.270Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-24T04:40:37.271Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-24T04:40:37.271Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ed3bde-740f-4dcd-8595-f1bcdd05a726", "consumerID": "multicloud-k8s-id", "timestamp": 1632458343572, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/resourceInstances/pnfcab50d27c1730/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:40:37.271Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-24T04:40:37.271Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-24T04:40:37.271Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ed3bde-740f-4dcd-8595-f1bcdd05a726", "consumerID": "cds", "timestamp": 1632458347599, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/artifacts/service-DemoPnfRazusrnyrf1mdr9jwzln-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-24T04:40:37.271Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:40:37.271Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-24T04:40:37.271Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ed3bde-740f-4dcd-8595-f1bcdd05a726", "consumerID": "ves-openapi-manager", "timestamp": 1632458347713, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/resourceInstances/pnfcab50d27c1730/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-09-24T04:40:37.271Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:40:37.271Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-24T04:40:37.271Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ed3bde-740f-4dcd-8595-f1bcdd05a726", "consumerID": "multicloud-k8s-id", "timestamp": 1632458343572, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/resourceInstances/pnfcab50d27c1730/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-24T04:40:37.271Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-24T04:40:37.271Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-24T04:40:37.271Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ed3bde-740f-4dcd-8595-f1bcdd05a726", "consumerID": "clamp", "timestamp": 1632458347794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/resourceInstances/pnfcab50d27c1730/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:40:37.271Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-24T04:40:37.271Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-24T04:40:37.271Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ed3bde-740f-4dcd-8595-f1bcdd05a726", "consumerID": "policy-id", "timestamp": 1632458348393, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/artifacts/service-DemoPnfRazusrnyrf1mdr9jwzln-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-24T04:40:37.271Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:40:37.271Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-24T04:40:37.272Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ed3bde-740f-4dcd-8595-f1bcdd05a726", "consumerID": "dcae-sch", "timestamp": 1632458347889, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/resourceInstances/pnfcab50d27c1730/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:40:37.272Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-24T04:40:37.272Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-24T04:40:37.272Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ed3bde-740f-4dcd-8595-f1bcdd05a726", "consumerID": "cds", "timestamp": 1632458348604, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/artifacts/service-DemoPnfRazusrnyrf1mdr9jwzln-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-24T04:40:37.278Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 95ed3bde-740f-4dcd-8595-f1bcdd05a726 2021-09-24T04:40:37.279Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95ed3bde-740f-4dcd-8595-f1bcdd05a726 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-24T04:40:37.287Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-24T04:40:37.288Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ed3bde-740f-4dcd-8595-f1bcdd05a726", "consumerID": "ves-openapi-manager", "timestamp": 1632458348911, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/resourceInstances/pnfcab50d27c1730/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-09-24T04:40:37.288Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:40:37.288Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-24T04:40:37.288Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ed3bde-740f-4dcd-8595-f1bcdd05a726", "consumerID": "multicloud-k8s-id", "timestamp": 1632458343572, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/resourceInstances/pnfcab50d27c1730/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-24T04:40:37.288Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-24T04:40:37.288Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-24T04:40:37.288Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ed3bde-740f-4dcd-8595-f1bcdd05a726", "consumerID": "policy-id", "timestamp": 1632458349399, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/artifacts/service-DemoPnfRazusrnyrf1mdr9jwzln-csar.csar", "status": "DEPLOY_OK" } 2021-09-24T04:40:37.288Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:40:37.289Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-24T04:40:37.289Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ed3bde-740f-4dcd-8595-f1bcdd05a726", "consumerID": "clamp", "timestamp": 1632458347794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/resourceInstances/pnfcab50d27c1730/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-24T04:40:37.289Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-24T04:40:37.289Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-24T04:40:37.289Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ed3bde-740f-4dcd-8595-f1bcdd05a726", "consumerID": "dcae-sch", "timestamp": 1632458347889, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/resourceInstances/pnfcab50d27c1730/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-24T04:40:37.289Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-24T04:40:37.289Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-24T04:40:37.289Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ed3bde-740f-4dcd-8595-f1bcdd05a726", "consumerID": "ves-openapi-manager", "timestamp": 1632458349914, "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-24T04:40:37.294Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 95ed3bde-740f-4dcd-8595-f1bcdd05a726 2021-09-24T04:40:37.294Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95ed3bde-740f-4dcd-8595-f1bcdd05a726 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-24T04:40:37.302Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-24T04:40:37.302Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ed3bde-740f-4dcd-8595-f1bcdd05a726", "consumerID": "multicloud-k8s-id", "timestamp": 1632458343572, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/artifacts/service-DemoPnfRazusrnyrf1mdr9jwzln-template.yml", "status": "NOT_NOTIFIED" } 2021-09-24T04:40:37.302Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-24T04:40:37.303Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-24T04:40:37.303Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ed3bde-740f-4dcd-8595-f1bcdd05a726", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632458349742, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/resourceInstances/pnfcab50d27c1730/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:40:37.303Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-24T04:40:37.303Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-24T04:40:37.303Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ed3bde-740f-4dcd-8595-f1bcdd05a726", "consumerID": "clamp", "timestamp": 1632458347794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/resourceInstances/pnfcab50d27c1730/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-24T04:40:37.303Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-24T04:40:37.303Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-24T04:40:37.303Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ed3bde-740f-4dcd-8595-f1bcdd05a726", "consumerID": "policy-id", "timestamp": 1632458350468, "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-24T04:40:37.309Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 95ed3bde-740f-4dcd-8595-f1bcdd05a726 2021-09-24T04:40:37.309Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95ed3bde-740f-4dcd-8595-f1bcdd05a726 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-24T04:40:37.317Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-24T04:40:37.317Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ed3bde-740f-4dcd-8595-f1bcdd05a726", "consumerID": "dcae-sch", "timestamp": 1632458347889, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/resourceInstances/pnfcab50d27c1730/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-24T04:40:37.318Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-24T04:40:37.318Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-24T04:40:37.318Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ed3bde-740f-4dcd-8595-f1bcdd05a726", "consumerID": "multicloud-k8s-id", "timestamp": 1632458343572, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/artifacts/service-DemoPnfRazusrnyrf1mdr9jwzln-csar.csar", "status": "NOTIFIED" } 2021-09-24T04:40:37.318Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-24T04:40:37.318Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-24T04:40:37.318Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ed3bde-740f-4dcd-8595-f1bcdd05a726", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632458349742, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/resourceInstances/pnfcab50d27c1730/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-24T04:40:37.318Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-24T04:40:37.318Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-24T04:40:37.318Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ed3bde-740f-4dcd-8595-f1bcdd05a726", "consumerID": "clamp", "timestamp": 1632458347794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/resourceInstances/pnfcab50d27c1730/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:40:37.318Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-24T04:40:37.318Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-24T04:40:37.318Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ed3bde-740f-4dcd-8595-f1bcdd05a726", "consumerID": "dcae-sch", "timestamp": 1632458347889, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/resourceInstances/pnfcab50d27c1730/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:40:37.318Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-24T04:40:37.318Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-24T04:40:37.318Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ed3bde-740f-4dcd-8595-f1bcdd05a726", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632458349742, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/resourceInstances/pnfcab50d27c1730/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-24T04:40:37.318Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-24T04:40:37.318Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-24T04:40:37.318Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ed3bde-740f-4dcd-8595-f1bcdd05a726", "consumerID": "clamp", "timestamp": 1632458347794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/resourceInstances/pnfcab50d27c1730/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-24T04:40:37.319Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-24T04:40:37.319Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-24T04:40:37.319Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ed3bde-740f-4dcd-8595-f1bcdd05a726", "consumerID": "dcae-sch", "timestamp": 1632458347889, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/resourceInstances/pnfcab50d27c1730/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-24T04:40:37.319Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-24T04:40:37.319Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-24T04:40:37.319Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ed3bde-740f-4dcd-8595-f1bcdd05a726", "consumerID": "aai-ml", "timestamp": 1632458352366, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/resourceInstances/pnfcab50d27c1730/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:40:37.319Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-24T04:40:37.319Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-24T04:40:37.319Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ed3bde-740f-4dcd-8595-f1bcdd05a726", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632458349742, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/resourceInstances/pnfcab50d27c1730/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:40:37.319Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-24T04:40:37.319Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-24T04:40:37.319Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ed3bde-740f-4dcd-8595-f1bcdd05a726", "consumerID": "clamp", "timestamp": 1632458347794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/resourceInstances/pnfcab50d27c1730/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-24T04:40:37.319Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-24T04:40:37.319Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-24T04:40:37.319Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ed3bde-740f-4dcd-8595-f1bcdd05a726", "consumerID": "dcae-sch", "timestamp": 1632458347889, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/resourceInstances/pnfcab50d27c1730/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-24T04:40:37.319Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-24T04:40:37.319Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-24T04:40:37.319Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2818668b-0aba-485f-9ce8-f8b7f4c071d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458353969, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-24T04:40:37.319Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:40:37.319Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-24T04:40:37.319Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ed3bde-740f-4dcd-8595-f1bcdd05a726", "consumerID": "aai-ml", "timestamp": 1632458352366, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/resourceInstances/pnfcab50d27c1730/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-24T04:40:37.320Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-24T04:40:37.320Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-24T04:40:37.320Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ed3bde-740f-4dcd-8595-f1bcdd05a726", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632458349742, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/resourceInstances/pnfcab50d27c1730/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-24T04:40:37.320Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-24T04:40:37.320Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-24T04:40:37.320Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ed3bde-740f-4dcd-8595-f1bcdd05a726", "consumerID": "clamp", "timestamp": 1632458347794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/artifacts/service-DemoPnfRazusrnyrf1mdr9jwzln-template.yml", "status": "NOT_NOTIFIED" } 2021-09-24T04:40:37.320Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-24T04:40:37.320Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-24T04:40:37.320Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ed3bde-740f-4dcd-8595-f1bcdd05a726", "consumerID": "dcae-sch", "timestamp": 1632458347889, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/artifacts/service-DemoPnfRazusrnyrf1mdr9jwzln-template.yml", "status": "NOT_NOTIFIED" } 2021-09-24T04:40:37.320Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-24T04:40:37.320Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-24T04:40:37.320Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ed3bde-740f-4dcd-8595-f1bcdd05a726", "consumerID": "aai-ml", "timestamp": 1632458352366, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/resourceInstances/pnfcab50d27c1730/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-24T04:40:37.320Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-24T04:40:37.320Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-24T04:40:37.320Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ed3bde-740f-4dcd-8595-f1bcdd05a726", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632458349742, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/resourceInstances/pnfcab50d27c1730/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-24T04:40:37.320Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-24T04:40:37.320Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-24T04:40:37.320Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ed3bde-740f-4dcd-8595-f1bcdd05a726", "consumerID": "clamp", "timestamp": 1632458347794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/artifacts/service-DemoPnfRazusrnyrf1mdr9jwzln-csar.csar", "status": "NOTIFIED" } 2021-09-24T04:40:37.320Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-24T04:40:37.320Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-24T04:40:37.321Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ed3bde-740f-4dcd-8595-f1bcdd05a726", "consumerID": "dcae-sch", "timestamp": 1632458347889, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/artifacts/service-DemoPnfRazusrnyrf1mdr9jwzln-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-24T04:40:37.321Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-24T04:40:37.321Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-24T04:40:37.321Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ed3bde-740f-4dcd-8595-f1bcdd05a726", "consumerID": "aai-ml", "timestamp": 1632458352366, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/resourceInstances/pnfcab50d27c1730/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:40:37.321Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-24T04:40:37.321Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-24T04:40:37.321Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ed3bde-740f-4dcd-8595-f1bcdd05a726", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632458349742, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/artifacts/service-DemoPnfRazusrnyrf1mdr9jwzln-template.yml", "status": "NOT_NOTIFIED" } 2021-09-24T04:40:37.321Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-24T04:40:37.321Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-24T04:40:37.321Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ed3bde-740f-4dcd-8595-f1bcdd05a726", "consumerID": "aai-ml", "timestamp": 1632458352366, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/resourceInstances/pnfcab50d27c1730/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-24T04:40:37.321Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-24T04:40:37.321Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-24T04:40:37.321Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ed3bde-740f-4dcd-8595-f1bcdd05a726", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632458349742, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/artifacts/service-DemoPnfRazusrnyrf1mdr9jwzln-csar.csar", "status": "NOTIFIED" } 2021-09-24T04:40:37.321Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-24T04:40:37.321Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-24T04:40:37.321Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ed3bde-740f-4dcd-8595-f1bcdd05a726", "consumerID": "aai-ml", "timestamp": 1632458352366, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/resourceInstances/pnfcab50d27c1730/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-24T04:40:37.321Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-24T04:40:37.321Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-24T04:40:37.322Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ed3bde-740f-4dcd-8595-f1bcdd05a726", "consumerID": "aai-ml", "timestamp": 1632458352366, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/artifacts/service-DemoPnfRazusrnyrf1mdr9jwzln-template.yml", "status": "NOT_NOTIFIED" } 2021-09-24T04:40:37.322Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-24T04:40:37.322Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-24T04:40:37.322Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ed3bde-740f-4dcd-8595-f1bcdd05a726", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632458359098, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/artifacts/service-DemoPnfRazusrnyrf1mdr9jwzln-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-24T04:40:37.322Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:40:37.322Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-24T04:40:37.322Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ed3bde-740f-4dcd-8595-f1bcdd05a726", "consumerID": "aai-ml", "timestamp": 1632458352366, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/artifacts/service-DemoPnfRazusrnyrf1mdr9jwzln-csar.csar", "status": "NOTIFIED" } 2021-09-24T04:40:37.322Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-24T04:40:37.322Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-24T04:40:37.322Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ed3bde-740f-4dcd-8595-f1bcdd05a726", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632458360768, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/artifacts/service-DemoPnfRazusrnyrf1mdr9jwzln-csar.csar", "status": "DEPLOY_OK" } 2021-09-24T04:40:37.322Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:40:37.322Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-24T04:40:37.322Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ed3bde-740f-4dcd-8595-f1bcdd05a726", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632458361771, "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-24T04:40:37.327Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 95ed3bde-740f-4dcd-8595-f1bcdd05a726 2021-09-24T04:40:37.327Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95ed3bde-740f-4dcd-8595-f1bcdd05a726 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-24T04:40:37.336Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-24T04:40:37.336Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ed3bde-740f-4dcd-8595-f1bcdd05a726", "consumerID": "aai-ml", "timestamp": 1632458361963, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/artifacts/service-DemoPnfRazusrnyrf1mdr9jwzln-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-24T04:40:37.336Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:40:37.336Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-24T04:40:37.336Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ed3bde-740f-4dcd-8595-f1bcdd05a726", "consumerID": "aai-ml", "timestamp": 1632458367208, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/artifacts/service-DemoPnfRazusrnyrf1mdr9jwzln-csar.csar", "status": "DEPLOY_OK" } 2021-09-24T04:40:37.337Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:40:37.337Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-24T04:40:37.337Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ed3bde-740f-4dcd-8595-f1bcdd05a726", "consumerID": "aai-ml", "timestamp": 1632458368211, "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-24T04:40:37.343Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 95ed3bde-740f-4dcd-8595-f1bcdd05a726 2021-09-24T04:40:37.343Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95ed3bde-740f-4dcd-8595-f1bcdd05a726 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-24T04:40:37.352Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-24T04:40:37.352Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ed3bde-740f-4dcd-8595-f1bcdd05a726", "consumerID": "clamp", "timestamp": 1632458368872, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/artifacts/service-DemoPnfRazusrnyrf1mdr9jwzln-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-24T04:40:37.353Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:40:37.353Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-24T04:40:37.353Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ed3bde-740f-4dcd-8595-f1bcdd05a726", "consumerID": "clamp", "timestamp": 1632458369890, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/artifacts/service-DemoPnfRazusrnyrf1mdr9jwzln-csar.csar", "status": "DEPLOY_OK" } 2021-09-24T04:40:37.353Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:40:37.353Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-24T04:40:37.353Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ed3bde-740f-4dcd-8595-f1bcdd05a726", "consumerID": "clamp", "timestamp": 1632458370894, "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-24T04:40:37.358Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 95ed3bde-740f-4dcd-8595-f1bcdd05a726 2021-09-24T04:40:37.358Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95ed3bde-740f-4dcd-8595-f1bcdd05a726 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-24T04:40:50.890Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 95ed3bde-740f-4dcd-8595-f1bcdd05a726 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T04:40:50.901Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 95ed3bde-740f-4dcd-8595-f1bcdd05a726 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-24T04:40:50.905Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-24T04:40:50.905Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-24T04:40:50.905Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-09-24T04:40:50.905Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-09-24T04:40:50.905Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-24T04:40:50.905Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-24T04:40:50.905Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-24T04:40:50.906Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-24T04:40:50.906Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-24T04:40:50.906Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-24T04:40:50.906Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-24T04:40:50.906Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-24T04:40:50.911Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-09-24T04:41:20.911Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 95ed3bde-740f-4dcd-8595-f1bcdd05a726 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-24T04:41:20.917Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 95ed3bde-740f-4dcd-8595-f1bcdd05a726 and serviceModelVersionId: de223709-0198-4c93-af38-dc2ca902452c 2021-09-24T04:41:20.917Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 32c56bb3-95a1-4389-bbba-3e431c2ba58b 2021-09-24T04:41:20.918Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/32c56bb3-95a1-4389-bbba-3e431c2ba58b/model-vers/model-ver/de223709-0198-4c93-af38-dc2ca902452c?depth=0 2021-09-24T04:41:20.924Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2021-09-24T04:41:20.953Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/32c56bb3-95a1-4389-bbba-3e431c2ba58b/model-vers/model-ver/de223709-0198-4c93-af38-dc2ca902452c?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-24T04:41:20.954Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/32c56bb3-95a1-4389-bbba-3e431c2ba58b/model-vers/model-ver/de223709-0198-4c93-af38-dc2ca902452c?depth=0|INFO|500||Invoke 2021-09-24T04:41:20.975Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/32c56bb3-95a1-4389-bbba-3e431c2ba58b/model-vers/model-ver/de223709-0198-4c93-af38-dc2ca902452c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-09-24T04:41:21.561Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/32c56bb3-95a1-4389-bbba-3e431c2ba58b/model-vers/model-ver/de223709-0198-4c93-af38-dc2ca902452c?depth=0|INFO|500||InvokeReturn 2021-09-24T04:41:21.562Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/32c56bb3-95a1-4389-bbba-3e431c2ba58b/model-vers/model-ver/de223709-0198-4c93-af38-dc2ca902452c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210924-04:41:20:983-61433], vertex-id=[221248], Content-Length=[0], Date=[Fri, 24 Sep 2021 04:41:20 GMT], Content-Type=[application/json]} 2021-09-24T04:41:21.562Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2021-09-24T04:41:21.563Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-09-24T04:41:21.563Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||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-24T04:41:21.568Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-09-24T04:41:21.568Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 95ed3bde-740f-4dcd-8595-f1bcdd05a726 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-09-24T04:41:21.569Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-09-24T04:41:21.569Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:41:21.570Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:41:21.570Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "95ed3bde-740f-4dcd-8595-f1bcdd05a726", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458481569, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-24T04:41:21.673Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2021-09-24T04:41:21.674Z||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-24T04:41:21.674Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:41:21.689Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:41:21.690Z||pool-50-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-09-24T04:41:22.584Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:41:22.585Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|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-24T04:41:22.585Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:41:32.128Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:41:37.227Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:41:37.227Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|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-24T04:41:37.227Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:41:37.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:41:37.230Z||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-24T04:41:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:41:37.252Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:41:37.252Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-24T04:41:37.252Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ed3bde-740f-4dcd-8595-f1bcdd05a726", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458377226, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/resourceInstances/pnfcab50d27c1730/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:41:37.253Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-24T04:41:37.253Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-24T04:41:37.253Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ed3bde-740f-4dcd-8595-f1bcdd05a726", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458377226, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/resourceInstances/pnfcab50d27c1730/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-24T04:41:37.253Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-24T04:41:37.254Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-24T04:41:37.254Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ed3bde-740f-4dcd-8595-f1bcdd05a726", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458377226, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/resourceInstances/pnfcab50d27c1730/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-24T04:41:37.254Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-24T04:41:37.254Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-24T04:41:37.254Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ed3bde-740f-4dcd-8595-f1bcdd05a726", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458377226, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/resourceInstances/pnfcab50d27c1730/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:41:37.254Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-24T04:41:37.254Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-24T04:41:37.254Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ed3bde-740f-4dcd-8595-f1bcdd05a726", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458377226, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/resourceInstances/pnfcab50d27c1730/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-24T04:41:37.254Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-24T04:41:37.254Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-24T04:41:37.254Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ed3bde-740f-4dcd-8595-f1bcdd05a726", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458377226, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/resourceInstances/pnfcab50d27c1730/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-24T04:41:37.254Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-24T04:41:37.254Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-24T04:41:37.254Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ed3bde-740f-4dcd-8595-f1bcdd05a726", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458377226, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/artifacts/service-DemoPnfRazusrnyrf1mdr9jwzln-template.yml", "status": "NOT_NOTIFIED" } 2021-09-24T04:41:37.255Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-24T04:41:37.255Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-24T04:41:37.255Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ed3bde-740f-4dcd-8595-f1bcdd05a726", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458377226, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/artifacts/service-DemoPnfRazusrnyrf1mdr9jwzln-csar.csar", "status": "NOTIFIED" } 2021-09-24T04:41:37.255Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-24T04:41:37.255Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-24T04:41:37.255Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ed3bde-740f-4dcd-8595-f1bcdd05a726", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458388090, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/artifacts/service-DemoPnfRazusrnyrf1mdr9jwzln-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-24T04:41:37.255Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:41:37.255Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-24T04:41:37.255Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ed3bde-740f-4dcd-8595-f1bcdd05a726", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458389861, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRazusrnyrf1mdr9jwzln/1.0/artifacts/service-DemoPnfRazusrnyrf1mdr9jwzln-csar.csar", "status": "DEPLOY_OK" } 2021-09-24T04:41:37.256Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:41:46.773Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:42:37.227Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:42:37.228Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|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-24T04:42:37.228Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:42:37.229Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:42:37.230Z||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-24T04:42:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:42:37.751Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:42:37.752Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:42:37.752Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "95ed3bde-740f-4dcd-8595-f1bcdd05a726", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458481569, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-24T04:42:37.753Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:42:46.907Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:42:46.908Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-24T04:42:46.908Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"f82e8cb5-659a-4309-ae71-4cebb4f46869","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"b12c8596-31f1-42f9-80eb-5431812b5ed0","serviceDescription":"service","serviceInvariantUUID":"349dc5f1-a684-4ead-ba69-d705d3f4e559","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d3472610-c436-4d4c-bcdb-5be47636b25a","resourceInvariantUUID":"6ef5a01b-62c8-49e5-83c3-8875246ca756","resourceCustomizationUUID":"2d6ecf6c-56f9-413c-8603-740fe4cf0979","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":"a1624abb-a4da-45df-85d2-d2ccf7d02e7e","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":"NmM4NGQxODY3MWY0MDVjYmFmNDI0NTBmYjIyOGQ0Y2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9a01ba71-6381-48d7-afde-3804d277b277","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":"MWFmY2E3N2NjMWVhN2EzYWY4YzQwODk3OTZiYjUwYWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7eadfc44-67ce-409f-aa1f-09fdbd3aa9a1","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":"70ecfc2f-67c1-47e9-95cf-602c703a8567","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":"50babf81-59da-499d-b84f-d56ddfd2dc3a","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":"d49b9585-8127-4bcd-9e16-c45a98b9c9e2","artifactVersion":"2","generatedFromUUID":"70ecfc2f-67c1-47e9-95cf-602c703a8567"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"ZjIyZmQ1ZjUxNDUyMTVmZTAzZjg1NzIxMWE2ZDVkNDk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"93f78b9b-25b5-49aa-8e93-9186ae4b8138","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"ZWQ1ZWU1YmMxZGI1N2MxYzMyNTBiNjg2MjFhMTUxOWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b458ac73-ca28-488a-bb58-639dd9efad97","artifactVersion":"1"}],"workloadContext":"Production"} 2021-09-24T04:42:46.911Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-24T04:42:46.912Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:42:46.914Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:42:46.915Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458557227, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-09-24T04:42:47.014Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-24T04:42:47.015Z||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-24T04:42:47.015Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:42:47.026Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:42:47.027Z||pool-51-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-24T04:42:47.915Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-24T04:42:47.916Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:42:47.918Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:42:47.919Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458557227, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:42:48.019Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-24T04:42:48.020Z||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-24T04:42:48.020Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:42:48.034Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:42:48.034Z||pool-52-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-09-24T04:42:48.919Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-24T04:42:48.920Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:42:48.923Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:42:48.923Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458557227, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-09-24T04:42:49.023Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-24T04:42:49.024Z||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-24T04:42:49.024Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:42:49.036Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:42:49.036Z||pool-53-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-24T04:42:49.924Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-24T04:42:49.925Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:42:49.926Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:42:49.926Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458557227, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-09-24T04:42:50.027Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-24T04:42:50.027Z||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-24T04:42:50.027Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:42:50.044Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:42:50.044Z||pool-54-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-09-24T04:42:50.927Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-24T04:42:50.928Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:42:50.929Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:42:50.929Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458557227, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:42:51.029Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-24T04:42:51.030Z||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-24T04:42:51.030Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:42:51.045Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:42:51.046Z||pool-55-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-09-24T04:42:51.930Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-24T04:42:51.931Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:42:51.932Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:42:51.932Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458557227, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-09-24T04:42:52.033Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-24T04:42:52.033Z||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-24T04:42:52.034Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:42:52.046Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:42:52.046Z||pool-56-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-09-24T04:42:52.933Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-24T04:42:52.934Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:42:52.935Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:42:52.936Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458557227, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-24T04:42:53.036Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-24T04:42:53.036Z||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-24T04:42:53.036Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:42:53.048Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:42:53.048Z||pool-57-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-09-24T04:42:53.936Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-24T04:42:53.937Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:42:53.939Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:42:53.939Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458557227, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-09-24T04:42:54.040Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-24T04:42:54.040Z||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-24T04:42:54.041Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:42:54.052Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:42:54.053Z||pool-58-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-09-24T04:42:54.941Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "serviceName": "basicclamp", "serviceVersion": "1.0", "serviceUUID": "b12c8596-31f1-42f9-80eb-5431812b5ed0", "serviceDescription": "service", "serviceInvariantUUID": "349dc5f1-a684-4ead-ba69-d705d3f4e559", "resources": [ { "resourceInstanceName": "basicclamp 0", "resourceCustomizationUUID": "2d6ecf6c-56f9-413c-8603-740fe4cf0979", "resourceName": "basicclamp", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "d3472610-c436-4d4c-bcdb-5be47636b25a", "resourceInvariantUUID": "6ef5a01b-62c8-49e5-83c3-8875246ca756", "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": "MWFmY2E3N2NjMWVhN2EzYWY4YzQwODk3OTZiYjUwYWM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7eadfc44-67ce-409f-aa1f-09fdbd3aa9a1", "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": "70ecfc2f-67c1-47e9-95cf-602c703a8567", "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": "d49b9585-8127-4bcd-9e16-c45a98b9c9e2", "generatedFromUUID": "70ecfc2f-67c1-47e9-95cf-602c703a8567" }, "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": "d49b9585-8127-4bcd-9e16-c45a98b9c9e2", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Basicclamp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "artifactChecksum": "ZWQ1ZWU1YmMxZGI1N2MxYzMyNTBiNjg2MjFhMTUxOWI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b458ac73-ca28-488a-bb58-639dd9efad97" } ], "workloadContext": "Production" } 2021-09-24T04:42:54.941Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-09-24T04:42:54.942Z|95ed3bde-740f-4dcd-8595-f1bcdd05a726|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b12c8596-31f1-42f9-80eb-5431812b5ed0 ASDC 2021-09-24T04:42:54.942Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:f82e8cb5-659a-4309-ae71-4cebb4f46869 ServiceName:basicclamp ServiceVersion:1.0 ServiceUUID:b12c8596-31f1-42f9-80eb-5431812b5ed0 ServiceInvariantUUID:349dc5f1-a684-4ead-ba69-d705d3f4e559 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:b458ac73-ca28-488a-bb58-639dd9efad97 ArtifactChecksum:ZWQ1ZWU1YmMxZGI1N2MxYzMyNTBiNjg2MjFhMTUxOWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basicclamp 0 ResourceCustomizationUUID:2d6ecf6c-56f9-413c-8603-740fe4cf0979 ResourceInvariantUUID:6ef5a01b-62c8-49e5-83c3-8875246ca756 ResourceName:basicclamp ResourceType:VF ResourceUUID:d3472610-c436-4d4c-bcdb-5be47636b25a 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:7eadfc44-67ce-409f-aa1f-09fdbd3aa9a1 ArtifactChecksum:MWFmY2E3N2NjMWVhN2EzYWY4YzQwODk3OTZiYjUwYWM= 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:70ecfc2f-67c1-47e9-95cf-602c703a8567 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:d49b9585-8127-4bcd-9e16-c45a98b9c9e2 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:d49b9585-8127-4bcd-9e16-c45a98b9c9e2 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-09-24T04:42:54.942Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b12c8596-31f1-42f9-80eb-5431812b5ed0 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-24T04:42:54.973Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-24T04:42:54.974Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-09-24T04:42:54.974Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-09-24T04:42:54.974Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: b458ac73-ca28-488a-bb58-639dd9efad97 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-09-24T04:42:54.974Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-09-24T04:42:54.975Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-09-24T04:42:55.711Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-09-24T04:42:55.716Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar b458ac73-ca28-488a-bb58-639dd9efad97 73465 2021-09-24T04:42:55.716Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||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-24T04:42:55.716Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||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-24T04:42:55.716Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-24T04:42:55.717Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:42:55.718Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:42:55.719Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458575716, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-24T04:42:55.819Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-24T04:42:55.819Z||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-24T04:42:55.819Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:42:55.832Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:42:55.832Z||pool-59-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-09-24T04:42:56.719Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-24T04:42:56.720Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-09-24T04:42:56.720Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: b458ac73-ca28-488a-bb58-639dd9efad97, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-24T04:42:56.721Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar 2021-09-24T04:42:56.721Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-24T04:42:56.721Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-24T04:42:56.807Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14825642583518944700/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-24T04:42:57.717Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2021-09-24T04:42:57.717Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-09-24T04:42:57.717Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-24T04:42:57.717Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-09-24T04:42:57.717Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||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-24T04:42:57.717Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-24T04:42:57.717Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-24T04:42:57.717Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-24T04:42:57.717Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-24T04:42:57.717Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-24T04:42:57.717Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-24T04:42:57.718Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-24T04:42:57.718Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-24T04:42:57.718Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-09-24T04:42:57.718Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:42:57.718Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:42:57.718Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-09-24T04:42:57.718Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-09-24T04:42:57.718Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-24T04:42:57.718Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:42:57.718Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:42:57.719Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-09-24T04:42:57.719Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-09-24T04:42:57.719Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-24T04:42:57.719Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:42:57.719Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:42:57.719Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:42:57.719Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-09-24T04:42:57.719Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-09-24T04:42:57.719Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-09-24T04:42:57.719Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-09-24T04:42:57.719Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-09-24T04:42:57.720Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-09-24T04:42:57.720Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:42:57.720Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-24T04:42:57.720Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:42:57.720Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-09-24T04:42:57.720Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-24T04:42:57.720Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:42:57.720Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-09-24T04:42:57.720Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-24T04:42:57.720Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:42:57.721Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-09-24T04:42:57.721Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-24T04:42:57.721Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:42:57.721Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-09-24T04:42:57.721Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-09-24T04:42:57.721Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-09-24T04:42:57.721Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=9fa84b88-1467-42f1-9451-b04bc46daf70 2021-09-24T04:42:57.721Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:42:57.721Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:42:57.721Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:42:57.721Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:42:57.721Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:42:57.721Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:42:57.722Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:42:57.722Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:42:57.722Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basicclamp Description:service Model UUID:b12c8596-31f1-42f9-80eb-5431812b5ed0 Model Version:NULL Model InvariantUuid:349dc5f1-a684-4ead-ba69-d705d3f4e559 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basicclamp Model UUID:2f571529-dd05-4e4a-b8ed-e20ee1e98844 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:6ef5a01b-62c8-49e5-83c3-8875246ca756 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:2d6ecf6c-56f9-413c-8603-740fe4cf0979 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:1e137157-f74c-4171-a698-1b157fdb2a10 ModelName:Basicclamp..base_ubuntu18..module-0 ModelUuid:f239feb7-b1af-46db-98bc-eac389d2f693 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:9fa84b88-1467-42f1-9451-b04bc46daf70 ModelInvariantUuid:9989b4d6-2cac-41bd-a31c-30f85d8d3800 ModelName:basicclamp-nodes.ubuntu18Cvfc ModelUuid:c1b92579-706a-467e-9580-4e62fcd7e3be ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:315aec87-0bc4-4f47-9760-276aa1a3cfd3 ModelInvariantUuid:2fc7fccc-c542-49d9-9757-01d65a416b51 ModelName:Basicclamp.compute.nodes.heat.ubuntu18 ModelUuid:47fac2ca-9c1f-436b-aaac-7215328bb598 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-24T04:42:57.727Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: d3472610-c436-4d4c-bcdb-5be47636b25a 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-24T04:42:57.730Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||INFO|500||basicclamp 0 2021-09-24T04:42:57.730Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d3472610-c436-4d4c-bcdb-5be47636b25a 2021-09-24T04:42:57.730Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 7eadfc44-67ce-409f-aa1f-09fdbd3aa9a1 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-09-24T04:42:57.730Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-09-24T04:42:57.730Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||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-24T04:42:58.395Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-09-24T04:42:58.395Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 7eadfc44-67ce-409f-aa1f-09fdbd3aa9a1 790 2021-09-24T04:42:58.395Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||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-24T04:42:58.396Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||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-24T04:42:58.396Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-24T04:42:58.396Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:42:58.397Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:42:58.397Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458578395, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-24T04:42:58.498Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-24T04:42:58.498Z||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-24T04:42:58.498Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:42:58.510Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:42:58.511Z||pool-60-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-09-24T04:42:59.398Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "1e137157-f74c-4171-a698-1b157fdb2a10", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f239feb7-b1af-46db-98bc-eac389d2f693", "vfModuleModelCustomizationUUID": "a3202310-881c-4e48-8457-28d44a375fc2", "isBase": true, "artifacts": [ "70ecfc2f-67c1-47e9-95cf-602c703a8567", "d49b9585-8127-4bcd-9e16-c45a98b9c9e2" ], "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-24T04:42:59.401Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f239feb7-b1af-46db-98bc-eac389d2f693 VfModuleModelInvariantUUID:1e137157-f74c-4171-a698-1b157fdb2a10 VfModuleModelDescription:NULL Artifacts UUID List:{ 70ecfc2f-67c1-47e9-95cf-602c703a8567 , d49b9585-8127-4bcd-9e16-c45a98b9c9e2 } 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-24T04:42:59.402Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "1e137157-f74c-4171-a698-1b157fdb2a10", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f239feb7-b1af-46db-98bc-eac389d2f693", "vfModuleModelCustomizationUUID": "a3202310-881c-4e48-8457-28d44a375fc2", "isBase": true, "artifacts": [ "70ecfc2f-67c1-47e9-95cf-602c703a8567", "d49b9585-8127-4bcd-9e16-c45a98b9c9e2" ], "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-24T04:42:59.403Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f239feb7-b1af-46db-98bc-eac389d2f693 VfModuleModelInvariantUUID:1e137157-f74c-4171-a698-1b157fdb2a10 VfModuleModelDescription:NULL Artifacts UUID List:{ 70ecfc2f-67c1-47e9-95cf-602c703a8567 , d49b9585-8127-4bcd-9e16-c45a98b9c9e2 } 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-24T04:42:59.403Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 70ecfc2f-67c1-47e9-95cf-602c703a8567 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-09-24T04:42:59.403Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-09-24T04:42:59.403Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||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-24T04:43:00.784Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-09-24T04:43:00.784Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 70ecfc2f-67c1-47e9-95cf-602c703a8567 5033 2021-09-24T04:43:00.784Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||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-24T04:43:00.784Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||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-24T04:43:00.785Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-24T04:43:00.785Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:43:00.786Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:43:00.786Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458580784, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-09-24T04:43:00.886Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-24T04:43:00.887Z||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-24T04:43:00.887Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:43:00.897Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:43:00.898Z||pool-61-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-24T04:43:01.787Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d49b9585-8127-4bcd-9e16-c45a98b9c9e2 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-09-24T04:43:01.787Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-09-24T04:43:01.787Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||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-24T04:43:05.204Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-09-24T04:43:05.205Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env d49b9585-8127-4bcd-9e16-c45a98b9c9e2 909 2021-09-24T04:43:05.205Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||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-24T04:43:05.205Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||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-24T04:43:05.205Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-24T04:43:05.206Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:43:05.208Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:43:05.208Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458585205, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-09-24T04:43:05.308Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-24T04:43:05.309Z||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-24T04:43:05.309Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:43:05.320Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:43:05.320Z||pool-62-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-24T04:43:06.208Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: b12c8596-31f1-42f9-80eb-5431812b5ed0 2021-09-24T04:43:06.209Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 d3472610-c436-4d4c-bcdb-5be47636b25a 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-24T04:43:06.221Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6ffed4f8, org.onap.sdc.toscaparser.api.parameters.Input@4d9aee7b, org.onap.sdc.toscaparser.api.parameters.Input@7bcbf2d1, org.onap.sdc.toscaparser.api.parameters.Input@1d815c43, org.onap.sdc.toscaparser.api.parameters.Input@4c1121f] 2021-09-24T04:43:06.223Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:43:06.223Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:43:06.223Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2021-09-24T04:43:06.223Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 2d6ecf6c-56f9-413c-8603-740fe4cf0979 2021-09-24T04:43:06.223Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2d6ecf6c-56f9-413c-8603-740fe4cf0979 matches Tosca VF Customization UUID: 2d6ecf6c-56f9-413c-8603-740fe4cf0979 2021-09-24T04:43:06.223Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 2d6ecf6c-56f9-413c-8603-740fe4cf0979 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-24T04:43:06.225Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:43:06.226Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:43:06.226Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 2d6ecf6c-56f9-413c-8603-740fe4cf0979: {\"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-24T04:43:06.226Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2d3fc9e9 2021-09-24T04:43:06.227Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:43:06.227Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-24T04:43:06.227Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a3202310-881c-4e48-8457-28d44a375fc2 2021-09-24T04:43:06.227Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a3202310-881c-4e48-8457-28d44a375fc2 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-24T04:43:06.229Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:43:06.229Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-09-24T04:43:06.229Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-24T04:43:06.230Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:43:06.230Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-09-24T04:43:06.230Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-24T04:43:06.230Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:43:06.230Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-09-24T04:43:06.231Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-09-24T04:43:06.231Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-09-24T04:43:06.231Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=9fa84b88-1467-42f1-9451-b04bc46daf70 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-24T04:43:06.232Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:43:06.233Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-09-24T04:43:06.233Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-24T04:43:06.233Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:43:06.233Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-09-24T04:43:06.233Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=2d6ecf6c-56f9-413c-8603-740fe4cf0979 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-24T04:43:06.234Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:43:06.235Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:43:06.235Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid b12c8596-31f1-42f9-80eb-5431812b5ed0: basicclamp 2021-09-24T04:43:06.235Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:43:06.235Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:43:06.235Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:43:06.235Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:43:06.235Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:43:06.235Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:43:06.236Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:43:06.236Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:43:06.236Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:43:06.236Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:43:06.236Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||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-24T04:43:06.305Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp d3472610-c436-4d4c-bcdb-5be47636b25a 1 ASDC deployResourceStructure 2021-09-24T04:43:06.306Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||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-24T04:43:06.306Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||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-24T04:43:06.306Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-24T04:43:06.307Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:43:06.308Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:43:06.308Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458586306, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-09-24T04:43:06.409Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-24T04:43:06.410Z||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-24T04:43:06.410Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:43:06.422Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:43:06.422Z||pool-63-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-09-24T04:43:07.309Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||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-24T04:43:07.310Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||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-24T04:43:07.310Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-24T04:43:07.311Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:43:07.313Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:43:07.313Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458587309, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-09-24T04:43:07.413Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-24T04:43:07.414Z||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-24T04:43:07.414Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:43:07.428Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:43:07.429Z||pool-64-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-09-24T04:43:08.314Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||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-24T04:43:08.315Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||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-24T04:43:08.315Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-24T04:43:08.316Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:43:08.317Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:43:08.318Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458588314, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-09-24T04:43:08.418Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-24T04:43:08.419Z||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-24T04:43:08.419Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:43:08.429Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:43:08.430Z||pool-65-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-24T04:43:09.318Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||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-24T04:43:09.319Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||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-24T04:43:09.319Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-24T04:43:09.319Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:43:09.321Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:43:09.321Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458589318, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-09-24T04:43:09.421Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-24T04:43:09.422Z||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-24T04:43:09.422Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:43:09.433Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:43:09.434Z||pool-66-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-09-24T04:43:10.322Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f82e8cb5-659a-4309-ae71-4cebb4f46869 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T04:43:10.332Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f82e8cb5-659a-4309-ae71-4cebb4f46869 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-24T04:43:10.334Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-24T04:43:10.334Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-24T04:43:10.334Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-24T04:43:37.229Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:43:37.230Z||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-24T04:43:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:43:37.353Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:43:37.666Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.666Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458557227, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.667Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.667Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.668Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "cds", "timestamp": 1632458557919, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.668Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.668Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.668Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632458559742, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.668Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.668Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.668Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "multicloud-k8s-id", "timestamp": 1632458563572, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.668Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.668Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.668Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "clamp", "timestamp": 1632458557794, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.669Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.669Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.669Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "ves-openapi-manager", "timestamp": 1632458557065, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.669Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.669Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.669Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "aai-ml", "timestamp": 1632458562366, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.669Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.669Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.669Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "policy-id", "timestamp": 1632458559490, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.669Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.669Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.669Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "multicloud-k8s-id", "timestamp": 1632458563572, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.670Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.670Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.670Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "ves-openapi-manager", "timestamp": 1632458557065, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.670Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.670Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.670Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "aai-ml", "timestamp": 1632458562366, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.670Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.671Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.671Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "cds", "timestamp": 1632458557919, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.671Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.671Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.671Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "clamp", "timestamp": 1632458557794, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.671Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.671Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.672Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458557227, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.672Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.672Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.672Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632458559742, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.672Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.672Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.672Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "policy-id", "timestamp": 1632458559490, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.673Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.673Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.673Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "dcae-sch", "timestamp": 1632458567889, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOTIFIED" } 2021-09-24T04:43:37.673Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.673Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.673Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "multicloud-k8s-id", "timestamp": 1632458563572, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-09-24T04:43:37.673Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.673Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.673Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "ves-openapi-manager", "timestamp": 1632458557065, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.673Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.673Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.673Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632458559742, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.674Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.674Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.674Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "aai-ml", "timestamp": 1632458562366, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.674Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.674Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.674Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458557227, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-09-24T04:43:37.674Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.674Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.674Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "cds", "timestamp": 1632458557919, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.674Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.674Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.674Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "clamp", "timestamp": 1632458557794, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-09-24T04:43:37.675Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.675Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.675Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "policy-id", "timestamp": 1632458559490, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.675Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.675Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.675Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "dcae-sch", "timestamp": 1632458567889, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.675Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.675Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.675Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "aai-ml", "timestamp": 1632458562366, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.675Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.676Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.676Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "clamp", "timestamp": 1632458557794, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.676Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.676Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.676Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632458559742, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.676Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.676Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.676Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "ves-openapi-manager", "timestamp": 1632458557065, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.676Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.677Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.677Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "multicloud-k8s-id", "timestamp": 1632458563572, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-09-24T04:43:37.677Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.677Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.677Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458557227, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-09-24T04:43:37.677Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.677Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.677Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "cds", "timestamp": 1632458557919, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.677Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.677Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.677Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "policy-id", "timestamp": 1632458559490, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-09-24T04:43:37.677Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.677Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.677Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "dcae-sch", "timestamp": 1632458567889, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.677Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.677Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.678Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "aai-ml", "timestamp": 1632458562366, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.678Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.678Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.678Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "ves-openapi-manager", "timestamp": 1632458557065, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.678Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.678Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.678Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "clamp", "timestamp": 1632458557794, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.678Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.678Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.678Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "multicloud-k8s-id", "timestamp": 1632458563572, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.678Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.678Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.678Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632458559742, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.678Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.678Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.678Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458557227, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.679Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.679Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.679Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "cds", "timestamp": 1632458557919, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.679Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.679Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.679Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "policy-id", "timestamp": 1632458559490, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.679Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.679Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.679Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "dcae-sch", "timestamp": 1632458567889, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.679Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.679Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.679Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "aai-ml", "timestamp": 1632458562366, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.679Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.679Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.679Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "multicloud-k8s-id", "timestamp": 1632458563572, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-09-24T04:43:37.679Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.679Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.679Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "ves-openapi-manager", "timestamp": 1632458557065, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.679Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.679Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.679Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "clamp", "timestamp": 1632458557794, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.680Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.680Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.680Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458557227, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-09-24T04:43:37.680Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.680Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.680Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "cds", "timestamp": 1632458557919, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.680Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.680Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.680Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632458559742, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.680Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.680Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.680Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "policy-id", "timestamp": 1632458559490, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.680Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.680Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.680Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "dcae-sch", "timestamp": 1632458567889, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.680Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.680Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.680Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "multicloud-k8s-id", "timestamp": 1632458563572, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.681Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.681Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.681Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "aai-ml", "timestamp": 1632458562366, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.681Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.681Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.681Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "ves-openapi-manager", "timestamp": 1632458557065, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.681Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.681Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.681Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458557227, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.681Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.681Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.681Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "cds", "timestamp": 1632458557919, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.681Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.681Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.681Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "clamp", "timestamp": 1632458557794, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.681Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.681Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.681Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632458559742, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.682Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.682Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.682Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "policy-id", "timestamp": 1632458559490, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.682Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.682Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.682Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "dcae-sch", "timestamp": 1632458567889, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.682Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.682Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.682Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "aai-ml", "timestamp": 1632458562366, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-09-24T04:43:37.682Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.682Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.682Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "multicloud-k8s-id", "timestamp": 1632458563572, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-09-24T04:43:37.682Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.682Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.682Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "ves-openapi-manager", "timestamp": 1632458557065, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.682Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.682Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.682Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "clamp", "timestamp": 1632458557794, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-09-24T04:43:37.682Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.683Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.683Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "cds", "timestamp": 1632458557919, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-09-24T04:43:37.683Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.683Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.683Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458557227, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-09-24T04:43:37.683Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.683Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.683Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632458559742, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-09-24T04:43:37.683Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.683Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.683Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "policy-id", "timestamp": 1632458559490, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-09-24T04:43:37.683Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.683Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.683Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "dcae-sch", "timestamp": 1632458567889, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.683Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.683Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.683Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "dcae-sch", "timestamp": 1632458567889, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.683Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.683Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.684Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "multicloud-k8s-id", "timestamp": 1632458575715, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-24T04:43:37.684Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:43:37.684Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.684Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "cds", "timestamp": 1632458575717, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-24T04:43:37.684Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:43:37.684Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.684Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458575716, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-24T04:43:37.684Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:43:37.684Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.684Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "policy-id", "timestamp": 1632458575721, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-24T04:43:37.684Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:43:37.685Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.685Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632458575811, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-24T04:43:37.685Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:43:37.685Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.685Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "aai-ml", "timestamp": 1632458575817, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-24T04:43:37.685Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:43:37.685Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.685Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "cds", "timestamp": 1632458576721, "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=? 2021-09-24T04:43:37.691Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f82e8cb5-659a-4309-ae71-4cebb4f46869 2021-09-24T04:43:37.691Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f82e8cb5-659a-4309-ae71-4cebb4f46869 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-24T04:43:37.699Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.699Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "policy-id", "timestamp": 1632458576725, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-09-24T04:43:37.699Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:43:37.699Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.699Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "multicloud-k8s-id", "timestamp": 1632458577482, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-09-24T04:43:37.699Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:43:37.699Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.699Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb", "consumerID": "ves-openapi-manager", "timestamp": 1632458577065, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.699Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.699Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.700Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "policy-id", "timestamp": 1632458577728, "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-24T04:43:37.704Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f82e8cb5-659a-4309-ae71-4cebb4f46869 2021-09-24T04:43:37.704Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f82e8cb5-659a-4309-ae71-4cebb4f46869 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-24T04:43:37.712Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.712Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632458577765, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-09-24T04:43:37.712Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:43:37.712Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.712Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb", "consumerID": "cds", "timestamp": 1632458577725, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.712Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.712Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.712Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458578395, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-24T04:43:37.712Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:43:37.712Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.712Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb", "consumerID": "ves-openapi-manager", "timestamp": 1632458577065, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.712Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.712Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.712Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632458578768, "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-24T04:43:37.716Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f82e8cb5-659a-4309-ae71-4cebb4f46869 2021-09-24T04:43:37.716Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f82e8cb5-659a-4309-ae71-4cebb4f46869 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-24T04:43:37.724Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.724Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "dcae-sch", "timestamp": 1632458578804, "artifactURL": "/sdc/v1/catalog/services/b12c8596-31f1-42f9-80eb-5431812b5ed0/resourceInstances/basicclamp0/artifacts/a1624abb-a4da-45df-85d2-d2ccf7d02e7e", "status": "DOWNLOAD_OK" } 2021-09-24T04:43:37.725Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:43:37.725Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.725Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb", "consumerID": "cds", "timestamp": 1632458577725, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.725Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.725Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.725Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "multicloud-k8s-id", "timestamp": 1632458579284, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-09-24T04:43:37.725Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:43:37.725Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.725Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb", "consumerID": "ves-openapi-manager", "timestamp": 1632458577065, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.726Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.726Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.726Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb", "consumerID": "policy-id", "timestamp": 1632458579490, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.726Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.726Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.726Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "dcae-sch", "timestamp": 1632458580123, "artifactURL": "/sdc/v1/catalog/services/b12c8596-31f1-42f9-80eb-5431812b5ed0/resourceInstances/basicclamp0/artifacts/a1624abb-a4da-45df-85d2-d2ccf7d02e7e", "status": "DEPLOY_OK" } 2021-09-24T04:43:37.726Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:43:37.726Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.726Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb", "consumerID": "cds", "timestamp": 1632458577725, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.726Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.726Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.726Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "multicloud-k8s-id", "timestamp": 1632458580310, "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-24T04:43:37.732Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f82e8cb5-659a-4309-ae71-4cebb4f46869 2021-09-24T04:43:37.732Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f82e8cb5-659a-4309-ae71-4cebb4f46869 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-24T04:43:37.739Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.739Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb", "consumerID": "ves-openapi-manager", "timestamp": 1632458577065, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.740Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.740Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.740Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458580784, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-09-24T04:43:37.740Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:43:37.740Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.740Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb", "consumerID": "policy-id", "timestamp": 1632458579490, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.741Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.741Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.741Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "dcae-sch", "timestamp": 1632458581126, "artifactURL": "/sdc/v1/catalog/services/b12c8596-31f1-42f9-80eb-5431812b5ed0/resourceInstances/basicclamp0/artifacts/a1624abb-a4da-45df-85d2-d2ccf7d02e7e", "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-24T04:43:37.745Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of f82e8cb5-659a-4309-ae71-4cebb4f46869 2021-09-24T04:43:37.745Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f82e8cb5-659a-4309-ae71-4cebb4f46869 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-24T04:43:37.753Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.754Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb", "consumerID": "cds", "timestamp": 1632458577725, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.754Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.754Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.754Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "multicloud-k8s-id", "timestamp": 1632458581314, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-09-24T04:43:37.754Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:43:37.754Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.754Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb", "consumerID": "ves-openapi-manager", "timestamp": 1632458577065, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.755Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.755Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.755Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb", "consumerID": "policy-id", "timestamp": 1632458579490, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-09-24T04:43:37.755Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.755Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.755Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb", "consumerID": "dcae-sch", "timestamp": 1632458567889, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.755Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.756Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.756Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb", "consumerID": "cds", "timestamp": 1632458577725, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.756Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.756Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.756Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb", "consumerID": "ves-openapi-manager", "timestamp": 1632458577065, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.756Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.756Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.756Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb", "consumerID": "policy-id", "timestamp": 1632458579490, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.756Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.757Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.757Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb", "consumerID": "dcae-sch", "timestamp": 1632458567889, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.757Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.757Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.757Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb", "consumerID": "cds", "timestamp": 1632458577725, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.757Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.757Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.757Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb", "consumerID": "ves-openapi-manager", "timestamp": 1632458577065, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.757Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.757Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.757Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb", "consumerID": "policy-id", "timestamp": 1632458579490, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.758Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.758Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.758Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb", "consumerID": "multicloud-k8s-id", "timestamp": 1632458583572, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.758Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.758Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.758Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb", "consumerID": "dcae-sch", "timestamp": 1632458567889, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.758Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.758Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.758Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb", "consumerID": "cds", "timestamp": 1632458577725, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-09-24T04:43:37.758Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.758Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.759Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb", "consumerID": "policy-id", "timestamp": 1632458579490, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.759Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.759Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.759Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb", "consumerID": "multicloud-k8s-id", "timestamp": 1632458583572, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-09-24T04:43:37.759Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.759Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.759Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb", "consumerID": "dcae-sch", "timestamp": 1632458567889, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.759Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.759Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.759Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458585205, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-09-24T04:43:37.759Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:43:37.760Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.760Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "aai-ml", "timestamp": 1632458585690, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-09-24T04:43:37.760Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:43:37.760Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.760Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb", "consumerID": "policy-id", "timestamp": 1632458579490, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-09-24T04:43:37.760Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.760Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.760Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb", "consumerID": "multicloud-k8s-id", "timestamp": 1632458583572, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-09-24T04:43:37.760Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.760Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.760Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb", "consumerID": "dcae-sch", "timestamp": 1632458567889, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.761Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.761Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.761Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458586306, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-09-24T04:43:37.761Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:43:37.761Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.761Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "aai-ml", "timestamp": 1632458586693, "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-24T04:43:37.766Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f82e8cb5-659a-4309-ae71-4cebb4f46869 2021-09-24T04:43:37.766Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f82e8cb5-659a-4309-ae71-4cebb4f46869 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-24T04:43:37.774Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.775Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb", "consumerID": "multicloud-k8s-id", "timestamp": 1632458583572, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.775Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.775Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.775Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb", "consumerID": "dcae-sch", "timestamp": 1632458567889, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.775Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.775Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.775Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458587309, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-09-24T04:43:37.775Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:43:37.775Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.775Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb", "consumerID": "cds", "timestamp": 1632458588009, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-24T04:43:37.775Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:43:37.776Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.776Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb", "consumerID": "multicloud-k8s-id", "timestamp": 1632458583572, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-09-24T04:43:37.776Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.776Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.776Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb", "consumerID": "dcae-sch", "timestamp": 1632458567889, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.776Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.776Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.776Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458588314, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-09-24T04:43:37.776Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:43:37.776Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.776Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb", "consumerID": "policy-id", "timestamp": 1632458588499, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-24T04:43:37.776Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:43:37.776Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.777Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb", "consumerID": "cds", "timestamp": 1632458589013, "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-24T04:43:37.791Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb 2021-09-24T04:43:37.791Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb 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-24T04:43:37.798Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.799Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb", "consumerID": "multicloud-k8s-id", "timestamp": 1632458583572, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.799Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.799Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.799Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458589318, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-09-24T04:43:37.799Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:43:37.799Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.799Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb", "consumerID": "policy-id", "timestamp": 1632458589503, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-09-24T04:43:37.799Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:43:37.799Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.799Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "clamp", "timestamp": 1632458589909, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-24T04:43:37.800Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:43:37.800Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.800Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb", "consumerID": "multicloud-k8s-id", "timestamp": 1632458583572, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-09-24T04:43:37.800Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.800Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.800Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632458589742, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.800Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.800Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.800Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb", "consumerID": "policy-id", "timestamp": 1632458590506, "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-24T04:43:37.804Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb 2021-09-24T04:43:37.804Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb 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-24T04:43:37.812Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.812Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "clamp", "timestamp": 1632458590913, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-24T04:43:37.813Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:43:37.813Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.813Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632458589742, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.813Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.813Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.813Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb", "consumerID": "multicloud-k8s-id", "timestamp": 1632458591819, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-24T04:43:37.813Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:43:37.813Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.813Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632458589742, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.813Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.813Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.813Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb", "consumerID": "aai-ml", "timestamp": 1632458592366, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.813Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.813Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.813Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632458589742, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.813Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.813Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.814Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb", "consumerID": "multicloud-k8s-id", "timestamp": 1632458593516, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-09-24T04:43:37.814Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:43:37.814Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.814Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb", "consumerID": "aai-ml", "timestamp": 1632458592366, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.814Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.814Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.814Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632458589742, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.814Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.814Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.814Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb", "consumerID": "aai-ml", "timestamp": 1632458592366, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.814Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.814Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.814Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "clamp", "timestamp": 1632458594997, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-09-24T04:43:37.814Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:43:37.814Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.814Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb", "consumerID": "multicloud-k8s-id", "timestamp": 1632458595030, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-09-24T04:43:37.814Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:43:37.815Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.815Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632458589742, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.815Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.815Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.815Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb", "consumerID": "aai-ml", "timestamp": 1632458592366, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.815Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.815Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.815Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "clamp", "timestamp": 1632458595999, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-09-24T04:43:37.815Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:43:37.815Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.815Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb", "consumerID": "multicloud-k8s-id", "timestamp": 1632458596053, "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-24T04:43:37.819Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb 2021-09-24T04:43:37.820Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb 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-24T04:43:37.826Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.826Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632458589742, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-09-24T04:43:37.826Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.827Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.827Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb", "consumerID": "aai-ml", "timestamp": 1632458592366, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.827Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.827Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.827Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "clamp", "timestamp": 1632458597003, "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-24T04:43:37.830Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f82e8cb5-659a-4309-ae71-4cebb4f46869 2021-09-24T04:43:37.830Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f82e8cb5-659a-4309-ae71-4cebb4f46869 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-24T04:43:37.837Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.837Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb", "consumerID": "multicloud-k8s-id", "timestamp": 1632458597057, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-09-24T04:43:37.837Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:43:37.837Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.838Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb", "consumerID": "aai-ml", "timestamp": 1632458592366, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.838Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.838Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.838Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632458597900, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-24T04:43:37.838Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:43:37.838Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.839Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb", "consumerID": "clamp", "timestamp": 1632458598007, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.839Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.839Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.839Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb", "consumerID": "aai-ml", "timestamp": 1632458592366, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-09-24T04:43:37.839Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.839Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.839Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb", "consumerID": "clamp", "timestamp": 1632458598007, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-09-24T04:43:37.839Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.840Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.840Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632458599852, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-09-24T04:43:37.840Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:43:37.840Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.840Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb", "consumerID": "clamp", "timestamp": 1632458598007, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.840Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.840Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.840Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632458600855, "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-24T04:43:37.844Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb 2021-09-24T04:43:37.845Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb 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-24T04:43:37.852Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.852Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb", "consumerID": "aai-ml", "timestamp": 1632458600896, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-24T04:43:37.852Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:43:37.853Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.853Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb", "consumerID": "clamp", "timestamp": 1632458598007, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.853Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.853Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.853Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb", "consumerID": "clamp", "timestamp": 1632458598007, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.853Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.853Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.853Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb", "consumerID": "clamp", "timestamp": 1632458598007, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.854Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.854Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.854Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb", "consumerID": "clamp", "timestamp": 1632458598007, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-09-24T04:43:37.854Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.854Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.854Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "consumerID": "multicloud-k8s-id", "timestamp": 1632458603572, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.854Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.855Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.855Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "consumerID": "cds", "timestamp": 1632458602919, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.855Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.855Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.855Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "consumerID": "policy-id", "timestamp": 1632458599490, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.855Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.855Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.855Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "consumerID": "dcae-sch", "timestamp": 1632458607889, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.855Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.855Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.856Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb", "consumerID": "aai-ml", "timestamp": 1632458608584, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-09-24T04:43:37.856Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:43:37.856Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.856Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "consumerID": "multicloud-k8s-id", "timestamp": 1632458603572, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-09-24T04:43:37.856Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.856Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.856Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "consumerID": "cds", "timestamp": 1632458602919, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.856Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.856Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.857Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "consumerID": "policy-id", "timestamp": 1632458599490, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.857Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.857Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.857Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "consumerID": "dcae-sch", "timestamp": 1632458607889, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.857Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.857Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.857Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb", "consumerID": "aai-ml", "timestamp": 1632458609587, "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-24T04:43:37.861Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb 2021-09-24T04:43:37.861Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb 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-24T04:43:37.868Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.868Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "consumerID": "multicloud-k8s-id", "timestamp": 1632458603572, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-09-24T04:43:37.869Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.869Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.869Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "consumerID": "cds", "timestamp": 1632458602919, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.869Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.869Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.869Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "consumerID": "policy-id", "timestamp": 1632458599490, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-09-24T04:43:37.869Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.869Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.869Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "consumerID": "dcae-sch", "timestamp": 1632458607889, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.869Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.869Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.869Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "consumerID": "cds", "timestamp": 1632458602919, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.869Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.869Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.869Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "consumerID": "multicloud-k8s-id", "timestamp": 1632458603572, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.869Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.869Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.869Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "consumerID": "policy-id", "timestamp": 1632458599490, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.869Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.869Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.870Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "consumerID": "dcae-sch", "timestamp": 1632458607889, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.870Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.870Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.870Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb", "consumerID": "clamp", "timestamp": 1632458611913, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-24T04:43:37.870Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:43:37.870Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.870Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "consumerID": "cds", "timestamp": 1632458602919, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.870Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.870Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.870Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "consumerID": "multicloud-k8s-id", "timestamp": 1632458603572, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-09-24T04:43:37.870Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.870Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.870Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "consumerID": "policy-id", "timestamp": 1632458599490, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.870Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.870Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.870Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "consumerID": "dcae-sch", "timestamp": 1632458607889, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.870Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.870Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.870Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "consumerID": "multicloud-k8s-id", "timestamp": 1632458603572, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.870Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.870Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.870Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "consumerID": "cds", "timestamp": 1632458602919, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.871Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.871Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.871Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "consumerID": "policy-id", "timestamp": 1632458599490, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.871Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.871Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.871Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "consumerID": "dcae-sch", "timestamp": 1632458607889, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.871Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.871Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.871Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb", "consumerID": "clamp", "timestamp": 1632458613920, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-09-24T04:43:37.871Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:43:37.871Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.871Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "consumerID": "cds", "timestamp": 1632458602919, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.871Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.871Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.871Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "consumerID": "multicloud-k8s-id", "timestamp": 1632458603572, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.871Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.871Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.871Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "consumerID": "policy-id", "timestamp": 1632458599490, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.871Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.871Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.871Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "consumerID": "dcae-sch", "timestamp": 1632458607889, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.872Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.872Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.872Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb", "consumerID": "clamp", "timestamp": 1632458614922, "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-24T04:43:37.875Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb 2021-09-24T04:43:37.875Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb 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-24T04:43:37.881Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.881Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "consumerID": "cds", "timestamp": 1632458602919, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-09-24T04:43:37.881Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.881Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.881Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "consumerID": "multicloud-k8s-id", "timestamp": 1632458603572, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-09-24T04:43:37.881Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.881Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.881Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "consumerID": "policy-id", "timestamp": 1632458599490, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-09-24T04:43:37.881Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.881Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.881Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "consumerID": "dcae-sch", "timestamp": 1632458607889, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-24T04:43:37.882Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:43:37.882Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.882Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "consumerID": "cds", "timestamp": 1632458616514, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-24T04:43:37.882Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:43:37.882Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.882Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "consumerID": "multicloud-k8s-id", "timestamp": 1632458616515, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-24T04:43:37.882Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:43:37.882Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:43:37.882Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "consumerID": "policy-id", "timestamp": 1632458616514, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-24T04:43:37.882Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:43:40.335Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f82e8cb5-659a-4309-ae71-4cebb4f46869 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T04:43:40.349Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f82e8cb5-659a-4309-ae71-4cebb4f46869 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-24T04:43:40.352Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-24T04:43:40.352Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-24T04:43:40.352Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-09-24T04:43:40.352Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-09-24T04:43:40.352Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-24T04:43:40.353Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-24T04:43:40.353Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-24T04:43:40.362Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-24T04:43:40.362Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-24T04:43:40.362Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-24T04:43:40.362Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-24T04:43:40.362Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-24T04:43:40.370Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-09-24T04:44:10.370Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f82e8cb5-659a-4309-ae71-4cebb4f46869 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-24T04:44:10.375Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f82e8cb5-659a-4309-ae71-4cebb4f46869 and serviceModelVersionId: b12c8596-31f1-42f9-80eb-5431812b5ed0 2021-09-24T04:44:10.375Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 349dc5f1-a684-4ead-ba69-d705d3f4e559 2021-09-24T04:44:10.376Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/349dc5f1-a684-4ead-ba69-d705d3f4e559/model-vers/model-ver/b12c8596-31f1-42f9-80eb-5431812b5ed0?depth=0 2021-09-24T04:44:10.382Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2021-09-24T04:44:10.410Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/349dc5f1-a684-4ead-ba69-d705d3f4e559/model-vers/model-ver/b12c8596-31f1-42f9-80eb-5431812b5ed0?depth=0|INFO|500||Invoke 2021-09-24T04:44:10.410Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/349dc5f1-a684-4ead-ba69-d705d3f4e559/model-vers/model-ver/b12c8596-31f1-42f9-80eb-5431812b5ed0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/349dc5f1-a684-4ead-ba69-d705d3f4e559/model-vers/model-ver/b12c8596-31f1-42f9-80eb-5431812b5ed0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f82e8cb5-659a-4309-ae71-4cebb4f46869], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[919c6150-a707-447c-840f-899ca5c72346], X-ECOMP-RequestID=[f82e8cb5-659a-4309-ae71-4cebb4f46869], X-TransactionId=[], X-ONAP-RequestID=[f82e8cb5-659a-4309-ae71-4cebb4f46869], Content-Type=[application/merge-patch+json]} 2021-09-24T04:44:10.426Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/349dc5f1-a684-4ead-ba69-d705d3f4e559/model-vers/model-ver/b12c8596-31f1-42f9-80eb-5431812b5ed0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-09-24T04:44:10.806Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/349dc5f1-a684-4ead-ba69-d705d3f4e559/model-vers/model-ver/b12c8596-31f1-42f9-80eb-5431812b5ed0?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/349dc5f1-a684-4ead-ba69-d705d3f4e559/model-vers/model-ver/b12c8596-31f1-42f9-80eb-5431812b5ed0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210924-04:44:10:434-17016], vertex-id=[213088], Content-Length=[0], Date=[Fri, 24 Sep 2021 04:44:10 GMT], Content-Type=[application/json]} 2021-09-24T04:44:10.806Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/349dc5f1-a684-4ead-ba69-d705d3f4e559/model-vers/model-ver/b12c8596-31f1-42f9-80eb-5431812b5ed0?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-09-24T04:44:10.806Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/349dc5f1-a684-4ead-ba69-d705d3f4e559/model-vers/model-ver/b12c8596-31f1-42f9-80eb-5431812b5ed0?depth=0|INFO|500||InvokeReturn 2021-09-24T04:44:10.807Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-09-24T04:44:10.807Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||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-24T04:44:10.810Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-09-24T04:44:10.811Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f82e8cb5-659a-4309-ae71-4cebb4f46869 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-09-24T04:44:10.811Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-09-24T04:44:10.811Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:44:10.812Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:44:10.812Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458650811, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-24T04:44:10.912Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-24T04:44:10.913Z||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-24T04:44:10.913Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:44:10.927Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:44:10.927Z||pool-67-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-24T04:44:11.824Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:44:11.825Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|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-24T04:44:11.825Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:44:11.846Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:44:11.847Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-24T04:44:11.847Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"e47f7257-ef5b-481d-9390-c9b57bed01c1","serviceDescription":"service","serviceInvariantUUID":"5196c25e-4c01-438e-a5d0-07427b26362f","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1283027d-bd22-4c05-a3e9-ad1bfbb9a896","resourceInvariantUUID":"1306252b-bbe2-482f-8a54-59e1cc2d9797","resourceCustomizationUUID":"649d00c6-20bc-4275-b626-865f7b375fa6","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":"ZGZlNzEyNmFiODA3OGZjMDA4MmVmNDQxNjUzZDlhN2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7dffa335-678d-4a98-b452-7890d774e237","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":"ZDNmYmZjZWRhNTVjZmYwZDI4YWE1MGNmYTU0ZWYxZDE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6b2986a7-92b0-4c0f-b986-16179e895d39","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":"504ca8cc-b035-4cf6-be1b-2ea6df160eef","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":"edfba94b-adec-4199-b35d-eafbf2ce322d","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":"f2f677ea-46ef-48c3-a4e2-f1fe40b18501","artifactVersion":"2","generatedFromUUID":"504ca8cc-b035-4cf6-be1b-2ea6df160eef"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZjZjNzhkZWNlYTkxY2VkNjExYjgxYWU2ZmI3MDEwMTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5b13d3e8-c361-412f-9d8f-1941e7a0939d","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NWU4NDk1ZDZkOWQ0YmJhYjZhYmQ0OTNhMTUxNGM4OWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cbaff4f9-53a9-499f-ae3a-c1c58374cfb4","artifactVersion":"1"}],"workloadContext":"Production"} 2021-09-24T04:44:11.849Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-24T04:44:11.849Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:44:11.851Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:44:11.851Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458651824, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:44:11.951Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-24T04:44:11.952Z||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-24T04:44:11.952Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:44:11.963Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:44:11.963Z||pool-68-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-09-24T04:44:12.852Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-24T04:44:12.853Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:44:12.855Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:44:12.855Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458651824, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-09-24T04:44:12.955Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-24T04:44:12.956Z||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-24T04:44:12.956Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:44:12.968Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:44:12.969Z||pool-69-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-09-24T04:44:13.856Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-24T04:44:13.857Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:44:13.858Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:44:13.859Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458651824, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-09-24T04:44:13.959Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-24T04:44:13.959Z||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-24T04:44:13.960Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:44:13.971Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:44:13.971Z||pool-70-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-09-24T04:44:14.859Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-24T04:44:14.860Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:44:14.862Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:44:14.862Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458651824, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:44:14.962Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-24T04:44:14.964Z||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-24T04:44:14.965Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:44:14.978Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:44:14.979Z||pool-71-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-09-24T04:44:15.862Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-24T04:44:15.863Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:44:15.866Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:44:15.866Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458651824, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-09-24T04:44:15.966Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-24T04:44:15.967Z||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-24T04:44:15.967Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:44:15.980Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:44:15.980Z||pool-72-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-09-24T04:44:16.866Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-24T04:44:16.867Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:44:16.869Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:44:16.869Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458651824, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-24T04:44:16.969Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-24T04:44:16.970Z||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-24T04:44:16.970Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:44:16.981Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:44:16.982Z||pool-73-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-24T04:44:17.870Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-24T04:44:17.871Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:44:17.873Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:44:17.873Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458651824, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-09-24T04:44:17.973Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-24T04:44:17.974Z||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-24T04:44:17.974Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:44:17.985Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:44:17.986Z||pool-74-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-09-24T04:44:18.874Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "e47f7257-ef5b-481d-9390-c9b57bed01c1", "serviceDescription": "service", "serviceInvariantUUID": "5196c25e-4c01-438e-a5d0-07427b26362f", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "649d00c6-20bc-4275-b626-865f7b375fa6", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "1283027d-bd22-4c05-a3e9-ad1bfbb9a896", "resourceInvariantUUID": "1306252b-bbe2-482f-8a54-59e1cc2d9797", "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": "ZDNmYmZjZWRhNTVjZmYwZDI4YWE1MGNmYTU0ZWYxZDE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "6b2986a7-92b0-4c0f-b986-16179e895d39", "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": "504ca8cc-b035-4cf6-be1b-2ea6df160eef", "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": "f2f677ea-46ef-48c3-a4e2-f1fe40b18501", "generatedFromUUID": "504ca8cc-b035-4cf6-be1b-2ea6df160eef" }, "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": "f2f677ea-46ef-48c3-a4e2-f1fe40b18501", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "NWU4NDk1ZDZkOWQ0YmJhYjZhYmQ0OTNhMTUxNGM4OWI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "cbaff4f9-53a9-499f-ae3a-c1c58374cfb4" } ], "workloadContext": "Production" } 2021-09-24T04:44:18.874Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-09-24T04:44:18.874Z|f82e8cb5-659a-4309-ae71-4cebb4f46869|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e47f7257-ef5b-481d-9390-c9b57bed01c1 ASDC 2021-09-24T04:44:18.875Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:e47f7257-ef5b-481d-9390-c9b57bed01c1 ServiceInvariantUUID:5196c25e-4c01-438e-a5d0-07427b26362f 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:cbaff4f9-53a9-499f-ae3a-c1c58374cfb4 ArtifactChecksum:NWU4NDk1ZDZkOWQ0YmJhYjZhYmQ0OTNhMTUxNGM4OWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:649d00c6-20bc-4275-b626-865f7b375fa6 ResourceInvariantUUID:1306252b-bbe2-482f-8a54-59e1cc2d9797 ResourceName:basic_vm ResourceType:VF ResourceUUID:1283027d-bd22-4c05-a3e9-ad1bfbb9a896 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:6b2986a7-92b0-4c0f-b986-16179e895d39 ArtifactChecksum:ZDNmYmZjZWRhNTVjZmYwZDI4YWE1MGNmYTU0ZWYxZDE= 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:504ca8cc-b035-4cf6-be1b-2ea6df160eef 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:f2f677ea-46ef-48c3-a4e2-f1fe40b18501 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:f2f677ea-46ef-48c3-a4e2-f1fe40b18501 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-09-24T04:44:18.875Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e47f7257-ef5b-481d-9390-c9b57bed01c1 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-24T04:44:18.903Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-24T04:44:18.904Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-09-24T04:44:18.904Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-09-24T04:44:18.904Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: cbaff4f9-53a9-499f-ae3a-c1c58374cfb4 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-09-24T04:44:18.904Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-09-24T04:44:18.904Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-09-24T04:44:20.285Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-09-24T04:44:20.289Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar cbaff4f9-53a9-499f-ae3a-c1c58374cfb4 70867 2021-09-24T04:44:20.289Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||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-24T04:44:20.289Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||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-24T04:44:20.289Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-24T04:44:20.289Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:44:20.291Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:44:20.291Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458660289, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-24T04:44:20.391Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-24T04:44:20.392Z||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-24T04:44:20.392Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:44:20.405Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:44:20.405Z||pool-75-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-09-24T04:44:21.291Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-24T04:44:21.292Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-09-24T04:44:21.293Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: cbaff4f9-53a9-499f-ae3a-c1c58374cfb4, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2021-09-24T04:44:21.293Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2021-09-24T04:44:21.293Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2021-09-24T04:44:21.293Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2021-09-24T04:44:21.403Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5250292007465448070/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-24T04:44:22.311Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2021-09-24T04:44:22.311Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-09-24T04:44:22.311Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-09-24T04:44:22.312Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-09-24T04:44:22.312Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||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-24T04:44:22.312Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||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-24T04:44:22.312Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-09-24T04:44:22.312Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-09-24T04:44:22.312Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-09-24T04:44:22.312Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||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-24T04:44:22.312Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-09-24T04:44:22.312Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||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-24T04:44:22.312Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-09-24T04:44:22.312Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-09-24T04:44:22.312Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:44:22.312Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:44:22.313Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-09-24T04:44:22.313Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-09-24T04:44:22.313Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-24T04:44:22.313Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:44:22.313Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:44:22.313Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-09-24T04:44:22.313Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-09-24T04:44:22.313Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-24T04:44:22.313Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:44:22.313Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:44:22.313Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:44:22.313Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-09-24T04:44:22.313Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2021-09-24T04:44:22.314Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2021-09-24T04:44:22.314Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2021-09-24T04:44:22.314Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-09-24T04:44:22.314Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-09-24T04:44:22.314Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:44:22.314Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-24T04:44:22.314Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:44:22.314Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-09-24T04:44:22.314Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-24T04:44:22.314Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:44:22.314Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-09-24T04:44:22.314Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-24T04:44:22.314Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:44:22.314Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-09-24T04:44:22.314Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-24T04:44:22.315Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:44:22.315Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-09-24T04:44:22.315Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2021-09-24T04:44:22.315Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-09-24T04:44:22.315Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=54894ea4-0ce3-4565-b474-4739a24ba595 2021-09-24T04:44:22.315Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:44:22.315Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:44:22.315Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:44:22.315Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:44:22.315Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:44:22.315Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:44:22.315Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:44:22.315Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:44:22.315Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:e47f7257-ef5b-481d-9390-c9b57bed01c1 Model Version:NULL Model InvariantUuid:5196c25e-4c01-438e-a5d0-07427b26362f Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:ae7d1009-a335-4723-93d2-63bdfe476abc Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:1306252b-bbe2-482f-8a54-59e1cc2d9797 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:649d00c6-20bc-4275-b626-865f7b375fa6 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:91d13550-40f2-4f0a-a51d-ea062c334b6e ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:42361fb6-471d-4825-a224-cdbfde87d29e ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:54894ea4-0ce3-4565-b474-4739a24ba595 ModelInvariantUuid:d5443b02-f8b2-4a0f-9907-b029a6e1cf2b ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:067d86d3-6131-4927-9588-def22318412e ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:11ebdbe8-1a4a-455d-933c-717ab3005f09 ModelInvariantUuid:c00712c2-2f1e-4ba2-9f7f-95f0ebfed28e ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:92e09cfa-40d8-4004-9134-299859f60863 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-24T04:44:22.321Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 1283027d-bd22-4c05-a3e9-ad1bfbb9a896 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-24T04:44:22.323Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||INFO|500||basic_vm 0 2021-09-24T04:44:22.323Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1283027d-bd22-4c05-a3e9-ad1bfbb9a896 2021-09-24T04:44:22.323Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 6b2986a7-92b0-4c0f-b986-16179e895d39 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-09-24T04:44:22.323Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-09-24T04:44:22.323Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||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-24T04:44:26.407Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-09-24T04:44:26.407Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 6b2986a7-92b0-4c0f-b986-16179e895d39 787 2021-09-24T04:44:26.408Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||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-24T04:44:26.408Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||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-24T04:44:26.408Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-24T04:44:26.408Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:44:26.410Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:44:26.410Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458666408, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-24T04:44:26.510Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-24T04:44:26.511Z||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-24T04:44:26.511Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:44:26.521Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:44:26.521Z||pool-76-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-09-24T04:44:27.411Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "91d13550-40f2-4f0a-a51d-ea062c334b6e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "42361fb6-471d-4825-a224-cdbfde87d29e", "vfModuleModelCustomizationUUID": "715bbc54-fd48-48ec-b772-150297024a83", "isBase": true, "artifacts": [ "504ca8cc-b035-4cf6-be1b-2ea6df160eef", "f2f677ea-46ef-48c3-a4e2-f1fe40b18501" ], "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-24T04:44:27.413Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:42361fb6-471d-4825-a224-cdbfde87d29e VfModuleModelInvariantUUID:91d13550-40f2-4f0a-a51d-ea062c334b6e VfModuleModelDescription:NULL Artifacts UUID List:{ 504ca8cc-b035-4cf6-be1b-2ea6df160eef , f2f677ea-46ef-48c3-a4e2-f1fe40b18501 } 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-24T04:44:27.414Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "91d13550-40f2-4f0a-a51d-ea062c334b6e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "42361fb6-471d-4825-a224-cdbfde87d29e", "vfModuleModelCustomizationUUID": "715bbc54-fd48-48ec-b772-150297024a83", "isBase": true, "artifacts": [ "504ca8cc-b035-4cf6-be1b-2ea6df160eef", "f2f677ea-46ef-48c3-a4e2-f1fe40b18501" ], "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-24T04:44:27.414Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:42361fb6-471d-4825-a224-cdbfde87d29e VfModuleModelInvariantUUID:91d13550-40f2-4f0a-a51d-ea062c334b6e VfModuleModelDescription:NULL Artifacts UUID List:{ 504ca8cc-b035-4cf6-be1b-2ea6df160eef , f2f677ea-46ef-48c3-a4e2-f1fe40b18501 } 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-24T04:44:27.415Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 504ca8cc-b035-4cf6-be1b-2ea6df160eef from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-09-24T04:44:27.415Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-09-24T04:44:27.415Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||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-24T04:44:28.698Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-09-24T04:44:28.698Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 504ca8cc-b035-4cf6-be1b-2ea6df160eef 5033 2021-09-24T04:44:28.699Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||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-24T04:44:28.699Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||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-24T04:44:28.699Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-24T04:44:28.699Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:44:28.702Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:44:28.702Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458668699, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-09-24T04:44:28.802Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-24T04:44:28.802Z||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-24T04:44:28.802Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:44:28.812Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:44:28.812Z||pool-77-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-24T04:44:29.703Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f2f677ea-46ef-48c3-a4e2-f1fe40b18501 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-09-24T04:44:29.703Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-09-24T04:44:29.703Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||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-24T04:44:29.876Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-09-24T04:44:29.876Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env f2f677ea-46ef-48c3-a4e2-f1fe40b18501 903 2021-09-24T04:44:29.876Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||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-24T04:44:29.876Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||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-24T04:44:29.876Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-24T04:44:29.876Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:44:29.878Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:44:29.878Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458669876, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-09-24T04:44:29.978Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-24T04:44:29.979Z||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-24T04:44:29.979Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:44:29.992Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:44:29.992Z||pool-78-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-09-24T04:44:30.879Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: e47f7257-ef5b-481d-9390-c9b57bed01c1 2021-09-24T04:44:30.879Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 1283027d-bd22-4c05-a3e9-ad1bfbb9a896 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-24T04:44:30.928Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@71c64835, org.onap.sdc.toscaparser.api.parameters.Input@5044f4b7, org.onap.sdc.toscaparser.api.parameters.Input@48a17aa1, org.onap.sdc.toscaparser.api.parameters.Input@616455d5, org.onap.sdc.toscaparser.api.parameters.Input@22a02e2c] 2021-09-24T04:44:30.930Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:44:30.930Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:44:30.930Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2021-09-24T04:44:30.930Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 649d00c6-20bc-4275-b626-865f7b375fa6 2021-09-24T04:44:30.930Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 649d00c6-20bc-4275-b626-865f7b375fa6 matches Tosca VF Customization UUID: 649d00c6-20bc-4275-b626-865f7b375fa6 2021-09-24T04:44:30.930Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 649d00c6-20bc-4275-b626-865f7b375fa6 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-24T04:44:30.932Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:44:30.932Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:44:30.933Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 649d00c6-20bc-4275-b626-865f7b375fa6: {\"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-24T04:44:30.933Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5508ae1e 2021-09-24T04:44:30.933Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:44:30.933Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-24T04:44:30.933Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 715bbc54-fd48-48ec-b772-150297024a83 2021-09-24T04:44:30.933Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 715bbc54-fd48-48ec-b772-150297024a83 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-24T04:44:30.935Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:44:30.935Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-09-24T04:44:30.935Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-24T04:44:30.936Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:44:30.936Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-09-24T04:44:30.936Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-24T04:44:30.936Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:44:30.936Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-09-24T04:44:30.936Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2021-09-24T04:44:30.936Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-09-24T04:44:30.936Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=54894ea4-0ce3-4565-b474-4739a24ba595 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-24T04:44:30.938Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:44:30.938Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-09-24T04:44:30.938Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-24T04:44:30.938Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:44:30.938Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-09-24T04:44:30.938Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=649d00c6-20bc-4275-b626-865f7b375fa6 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-24T04:44:30.941Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:44:30.941Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:44:30.942Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid e47f7257-ef5b-481d-9390-c9b57bed01c1: basic_vm 2021-09-24T04:44:30.942Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:44:30.942Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:44:30.942Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:44:30.942Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:44:30.942Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:44:30.942Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:44:30.942Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:44:30.942Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:44:30.942Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:44:30.942Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:44:30.942Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||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-24T04:44:31.029Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 1283027d-bd22-4c05-a3e9-ad1bfbb9a896 1 ASDC deployResourceStructure 2021-09-24T04:44:31.030Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||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-24T04:44:31.030Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||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-24T04:44:31.030Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-24T04:44:31.030Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:44:31.032Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:44:31.032Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458671030, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-09-24T04:44:31.132Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-24T04:44:31.133Z||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-24T04:44:31.133Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:44:31.145Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:44:31.145Z||pool-79-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-09-24T04:44:32.033Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||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-24T04:44:32.033Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||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-24T04:44:32.034Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-24T04:44:32.034Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:44:32.036Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:44:32.036Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458672033, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-09-24T04:44:32.136Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-24T04:44:32.137Z||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-24T04:44:32.137Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:44:32.149Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:44:32.149Z||pool-80-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-09-24T04:44:33.037Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||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-24T04:44:33.037Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||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-24T04:44:33.037Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-24T04:44:33.037Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:44:33.039Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:44:33.039Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458673037, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-09-24T04:44:33.140Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-24T04:44:33.140Z||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-24T04:44:33.140Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:44:33.152Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:44:33.152Z||pool-81-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-24T04:44:34.040Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||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-24T04:44:34.041Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||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-24T04:44:34.041Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-24T04:44:34.041Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:44:34.044Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:44:34.044Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458674040, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-09-24T04:44:34.144Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-24T04:44:34.145Z||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-24T04:44:34.145Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:44:34.157Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:44:34.157Z||pool-82-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-09-24T04:44:35.044Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T04:44:35.054Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb 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-24T04:44:35.057Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-24T04:44:35.057Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-24T04:44:35.057Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-09-24T04:44:35.057Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-09-24T04:44:35.057Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-24T04:44:35.057Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-24T04:44:35.057Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-24T04:44:35.058Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-24T04:44:35.058Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-24T04:44:35.058Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-24T04:44:35.058Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-24T04:44:35.062Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-09-24T04:44:37.230Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:44:37.230Z||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-24T04:44:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:44:37.251Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:44:37.252Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:44:37.252Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "consumerID": "policy-id", "timestamp": 1632458617517, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-24T04:44:37.252Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:45:05.063Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb 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-24T04:45:05.068Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb and serviceModelVersionId: e47f7257-ef5b-481d-9390-c9b57bed01c1 2021-09-24T04:45:05.068Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5196c25e-4c01-438e-a5d0-07427b26362f 2021-09-24T04:45:05.068Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5196c25e-4c01-438e-a5d0-07427b26362f/model-vers/model-ver/e47f7257-ef5b-481d-9390-c9b57bed01c1?depth=0 2021-09-24T04:45:05.072Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2021-09-24T04:45:05.098Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5196c25e-4c01-438e-a5d0-07427b26362f/model-vers/model-ver/e47f7257-ef5b-481d-9390-c9b57bed01c1?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-24T04:45:05.099Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5196c25e-4c01-438e-a5d0-07427b26362f/model-vers/model-ver/e47f7257-ef5b-481d-9390-c9b57bed01c1?depth=0|INFO|500||Invoke 2021-09-24T04:45:05.115Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5196c25e-4c01-438e-a5d0-07427b26362f/model-vers/model-ver/e47f7257-ef5b-481d-9390-c9b57bed01c1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-09-24T04:45:06.205Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5196c25e-4c01-438e-a5d0-07427b26362f/model-vers/model-ver/e47f7257-ef5b-481d-9390-c9b57bed01c1?depth=0|INFO|500||InvokeReturn 2021-09-24T04:45:06.205Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5196c25e-4c01-438e-a5d0-07427b26362f/model-vers/model-ver/e47f7257-ef5b-481d-9390-c9b57bed01c1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210924-04:45:05:123-9652], vertex-id=[229400], Content-Length=[0], Date=[Fri, 24 Sep 2021 04:45:05 GMT], Content-Type=[application/json]} 2021-09-24T04:45:06.205Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2021-09-24T04:45:06.206Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-09-24T04:45:06.206Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||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-24T04:45:06.211Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-09-24T04:45:06.211Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-09-24T04:45:06.212Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-09-24T04:45:06.212Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:45:06.214Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:45:06.214Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458706211, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-24T04:45:06.314Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-24T04:45:06.315Z||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-24T04:45:06.315Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:45:06.330Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:45:06.330Z||pool-83-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-24T04:45:07.225Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:45:07.226Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|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-24T04:45:07.226Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:45:07.746Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:45:07.747Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-24T04:45:07.747Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"8ba42367-d92f-4764-a639-d4d15b1cbc29","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"cf94ad29-28cf-4859-8637-c83bb0876fd9","serviceDescription":"service","serviceInvariantUUID":"6d152e44-3ed2-498e-8537-09e54f22800a","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6f1fe611-0389-4ce4-bcaa-edaa6a4a8896","resourceInvariantUUID":"95c91d85-c6c1-407e-bd48-0866ec14d368","resourceCustomizationUUID":"9ed17c75-f04d-47fd-883a-e00ed9093e75","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":"NjZmYjYxMTQzY2RmYjJiYjMzYTgxMWQyMThlM2RlMjk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"63631d1d-74b4-49ef-b674-11d5584ede63","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":"MWFkNzU0MTAxOWRiYmIzZmY0ODU4MzgyNjg3ZDg1NmU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c0d072eb-0a50-4d7c-a251-2d3d14a7814a","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":"ff20d9b3-8b1a-411f-ba73-3c32f41ca34a","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":"e2f29652-3f85-49e5-8b3f-d9f2076f292a","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":"66f1a643-fd95-4c1c-985b-9351f80ddca1","artifactVersion":"2","generatedFromUUID":"ff20d9b3-8b1a-411f-ba73-3c32f41ca34a"},{"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":"NTM3YWRjM2EwNzI1N2I0Mjk2NmFjMjNlZmU2MTRkZTk\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"2836946b-ecd5-4ec2-a1b5-9a774277d319","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":"M2NiYTk1Mjc1YWI3MzdiY2Y5MGJlMmYxY2I3MDMwZjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a2e9251f-1a53-4c90-b9c6-da1c7eb63406","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"YjM5ZDM2MTQxOTI4NGFlMDYyMmQ2YmEzZWE0YzEwMmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c322e945-387f-4b48-a94a-eb2e345d9ea4","artifactVersion":"1"}],"workloadContext":"Production"} 2021-09-24T04:45:07.749Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-24T04:45:07.750Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:45:07.751Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:45:07.752Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458707225, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:45:07.852Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-24T04:45:07.853Z||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-24T04:45:07.853Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:45:07.864Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:45:07.864Z||pool-84-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-24T04:45:08.752Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-24T04:45:08.753Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:45:08.755Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:45:08.755Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458707225, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-09-24T04:45:08.855Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-24T04:45:08.856Z||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-24T04:45:08.856Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:45:08.868Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:45:08.868Z||pool-85-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-09-24T04:45:09.755Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-24T04:45:09.756Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:45:09.758Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:45:09.758Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458707225, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-09-24T04:45:09.859Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-24T04:45:09.859Z||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-24T04:45:09.859Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:45:09.871Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:45:09.871Z||pool-86-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-24T04:45:10.759Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-24T04:45:10.760Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:45:10.762Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:45:10.762Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458707225, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:45:10.862Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-24T04:45:10.863Z||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-24T04:45:10.863Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:45:10.875Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:45:10.875Z||pool-87-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-09-24T04:45:11.762Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-24T04:45:11.763Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:45:11.764Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:45:11.765Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458707225, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-09-24T04:45:11.865Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-24T04:45:11.866Z||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-24T04:45:11.866Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:45:11.878Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:45:11.879Z||pool-88-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-09-24T04:45:12.765Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-24T04:45:12.766Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:45:12.768Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:45:12.768Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458707225, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-24T04:45:12.868Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-24T04:45:12.869Z||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-24T04:45:12.869Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:45:12.881Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:45:12.881Z||pool-89-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-24T04:45:13.769Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-24T04:45:13.769Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:45:13.772Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:45:13.772Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458707225, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-24T04:45:13.872Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-24T04:45:13.873Z||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-24T04:45:13.873Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:45:13.885Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:45:13.885Z||pool-90-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-09-24T04:45:14.772Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-24T04:45:14.773Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:45:14.775Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:45:14.775Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458707225, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-09-24T04:45:14.875Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-24T04:45:14.876Z||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-24T04:45:14.876Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:45:14.887Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:45:14.887Z||pool-91-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-24T04:45:15.777Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "cf94ad29-28cf-4859-8637-c83bb0876fd9", "serviceDescription": "service", "serviceInvariantUUID": "6d152e44-3ed2-498e-8537-09e54f22800a", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "9ed17c75-f04d-47fd-883a-e00ed9093e75", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "6f1fe611-0389-4ce4-bcaa-edaa6a4a8896", "resourceInvariantUUID": "95c91d85-c6c1-407e-bd48-0866ec14d368", "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": "MWFkNzU0MTAxOWRiYmIzZmY0ODU4MzgyNjg3ZDg1NmU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c0d072eb-0a50-4d7c-a251-2d3d14a7814a", "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": "ff20d9b3-8b1a-411f-ba73-3c32f41ca34a", "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": "66f1a643-fd95-4c1c-985b-9351f80ddca1", "generatedFromUUID": "ff20d9b3-8b1a-411f-ba73-3c32f41ca34a" }, "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": "66f1a643-fd95-4c1c-985b-9351f80ddca1", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "YjM5ZDM2MTQxOTI4NGFlMDYyMmQ2YmEzZWE0YzEwMmM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c322e945-387f-4b48-a94a-eb2e345d9ea4" } ], "workloadContext": "Production" } 2021-09-24T04:45:15.777Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-09-24T04:45:15.777Z|e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cf94ad29-28cf-4859-8637-c83bb0876fd9 ASDC 2021-09-24T04:45:15.777Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:8ba42367-d92f-4764-a639-d4d15b1cbc29 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:cf94ad29-28cf-4859-8637-c83bb0876fd9 ServiceInvariantUUID:6d152e44-3ed2-498e-8537-09e54f22800a 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:c322e945-387f-4b48-a94a-eb2e345d9ea4 ArtifactChecksum:YjM5ZDM2MTQxOTI4NGFlMDYyMmQ2YmEzZWE0YzEwMmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:9ed17c75-f04d-47fd-883a-e00ed9093e75 ResourceInvariantUUID:95c91d85-c6c1-407e-bd48-0866ec14d368 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:6f1fe611-0389-4ce4-bcaa-edaa6a4a8896 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:c0d072eb-0a50-4d7c-a251-2d3d14a7814a ArtifactChecksum:MWFkNzU0MTAxOWRiYmIzZmY0ODU4MzgyNjg3ZDg1NmU= 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:ff20d9b3-8b1a-411f-ba73-3c32f41ca34a 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:66f1a643-fd95-4c1c-985b-9351f80ddca1 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:66f1a643-fd95-4c1c-985b-9351f80ddca1 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-09-24T04:45:15.777Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cf94ad29-28cf-4859-8637-c83bb0876fd9 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-24T04:45:15.804Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-24T04:45:15.804Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-09-24T04:45:15.804Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-09-24T04:45:15.804Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: c322e945-387f-4b48-a94a-eb2e345d9ea4 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-09-24T04:45:15.804Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-09-24T04:45:15.805Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-09-24T04:45:15.997Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-09-24T04:45:16.002Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar c322e945-387f-4b48-a94a-eb2e345d9ea4 78614 2021-09-24T04:45:16.002Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||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-24T04:45:16.002Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||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-24T04:45:16.003Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-24T04:45:16.003Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:45:16.005Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:45:16.005Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458716002, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-24T04:45:16.105Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-24T04:45:16.106Z||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-24T04:45:16.106Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:45:16.117Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:45:16.117Z||pool-92-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-24T04:45:17.005Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-24T04:45:17.006Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-09-24T04:45:17.006Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: c322e945-387f-4b48-a94a-eb2e345d9ea4, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-09-24T04:45:17.007Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2021-09-24T04:45:17.007Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-09-24T04:45:17.007Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-09-24T04:45:17.088Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17786949309050584707/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-24T04:45:17.999Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2021-09-24T04:45:17.999Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-09-24T04:45:17.999Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-09-24T04:45:18.000Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-09-24T04:45:18.000Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||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-24T04:45:18.000Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||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-24T04:45:18.000Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-09-24T04:45:18.000Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-09-24T04:45:18.000Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-09-24T04:45:18.000Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||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-24T04:45:18.000Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-09-24T04:45:18.000Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||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-24T04:45:18.000Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-09-24T04:45:18.000Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-09-24T04:45:18.001Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:45:18.001Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:45:18.001Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-09-24T04:45:18.001Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-09-24T04:45:18.001Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-24T04:45:18.001Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:45:18.001Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:45:18.002Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-09-24T04:45:18.002Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-09-24T04:45:18.002Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-24T04:45:18.002Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:45:18.002Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:45:18.002Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:45:18.002Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-09-24T04:45:18.002Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2021-09-24T04:45:18.003Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2021-09-24T04:45:18.003Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2021-09-24T04:45:18.003Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-09-24T04:45:18.003Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-09-24T04:45:18.003Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:45:18.003Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-24T04:45:18.004Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:45:18.004Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-09-24T04:45:18.004Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-24T04:45:18.004Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:45:18.005Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-09-24T04:45:18.005Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-24T04:45:18.005Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:45:18.005Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-09-24T04:45:18.005Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-24T04:45:18.006Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:45:18.006Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-09-24T04:45:18.006Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2021-09-24T04:45:18.006Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-09-24T04:45:18.006Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=202a7d01-43ae-4709-88ac-a114f640ffbc 2021-09-24T04:45:18.006Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:45:18.007Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:45:18.007Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:45:18.007Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:45:18.007Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:45:18.007Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:45:18.007Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:45:18.007Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:45:18.007Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:cf94ad29-28cf-4859-8637-c83bb0876fd9 Model Version:NULL Model InvariantUuid:6d152e44-3ed2-498e-8537-09e54f22800a Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:2a567400-8fd8-4af6-b36f-e42f629360d8 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:95c91d85-c6c1-407e-bd48-0866ec14d368 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:9ed17c75-f04d-47fd-883a-e00ed9093e75 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:2e5621cc-97b5-4cc5-b168-4dba40fcf8ca ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:60eb439f-e02d-4ec1-a67c-323e080bfcc9 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:202a7d01-43ae-4709-88ac-a114f640ffbc ModelInvariantUuid:be42a825-30c4-4220-a583-653256314976 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:d60d5cf2-e546-4b93-b522-b56bee31b641 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:efd91326-750c-44a6-b9fa-23cdc16ddb3e ModelInvariantUuid:fa034fd0-fa4a-44d0-adb0-bd7f95e66bc7 ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:4923c654-ebfe-435e-9d58-b978433ac6e8 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-24T04:45:18.013Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 6f1fe611-0389-4ce4-bcaa-edaa6a4a8896 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-24T04:45:18.016Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||INFO|500||basic_vm_macro 0 2021-09-24T04:45:18.016Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6f1fe611-0389-4ce4-bcaa-edaa6a4a8896 2021-09-24T04:45:18.016Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: c0d072eb-0a50-4d7c-a251-2d3d14a7814a from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-09-24T04:45:18.017Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-09-24T04:45:18.017Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||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-24T04:45:18.878Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-09-24T04:45:18.879Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json c0d072eb-0a50-4d7c-a251-2d3d14a7814a 792 2021-09-24T04:45:18.879Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||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-24T04:45:18.879Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||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-24T04:45:18.879Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-24T04:45:18.880Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:45:18.882Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:45:18.882Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458718879, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-24T04:45:18.982Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-24T04:45:18.982Z||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-24T04:45:18.983Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:45:18.994Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:45:18.994Z||pool-93-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-24T04:45:19.882Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "2e5621cc-97b5-4cc5-b168-4dba40fcf8ca", "vfModuleModelVersion": "1", "vfModuleModelUUID": "60eb439f-e02d-4ec1-a67c-323e080bfcc9", "vfModuleModelCustomizationUUID": "a7c638e7-9892-4bb0-8607-0b1d17dbb383", "isBase": true, "artifacts": [ "ff20d9b3-8b1a-411f-ba73-3c32f41ca34a", "66f1a643-fd95-4c1c-985b-9351f80ddca1" ], "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-24T04:45:19.885Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:60eb439f-e02d-4ec1-a67c-323e080bfcc9 VfModuleModelInvariantUUID:2e5621cc-97b5-4cc5-b168-4dba40fcf8ca VfModuleModelDescription:NULL Artifacts UUID List:{ ff20d9b3-8b1a-411f-ba73-3c32f41ca34a , 66f1a643-fd95-4c1c-985b-9351f80ddca1 } 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-24T04:45:19.888Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "2e5621cc-97b5-4cc5-b168-4dba40fcf8ca", "vfModuleModelVersion": "1", "vfModuleModelUUID": "60eb439f-e02d-4ec1-a67c-323e080bfcc9", "vfModuleModelCustomizationUUID": "a7c638e7-9892-4bb0-8607-0b1d17dbb383", "isBase": true, "artifacts": [ "ff20d9b3-8b1a-411f-ba73-3c32f41ca34a", "66f1a643-fd95-4c1c-985b-9351f80ddca1" ], "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-24T04:45:19.888Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:60eb439f-e02d-4ec1-a67c-323e080bfcc9 VfModuleModelInvariantUUID:2e5621cc-97b5-4cc5-b168-4dba40fcf8ca VfModuleModelDescription:NULL Artifacts UUID List:{ ff20d9b3-8b1a-411f-ba73-3c32f41ca34a , 66f1a643-fd95-4c1c-985b-9351f80ddca1 } 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-24T04:45:19.888Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ff20d9b3-8b1a-411f-ba73-3c32f41ca34a from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-09-24T04:45:19.888Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-09-24T04:45:19.889Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||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-24T04:45:20.862Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-09-24T04:45:20.863Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ff20d9b3-8b1a-411f-ba73-3c32f41ca34a 5033 2021-09-24T04:45:20.863Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||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-24T04:45:20.863Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||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-24T04:45:20.863Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-24T04:45:20.863Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:45:20.866Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:45:20.866Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458720863, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-09-24T04:45:20.966Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-24T04:45:20.967Z||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-24T04:45:20.967Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:45:20.980Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:45:20.980Z||pool-94-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-09-24T04:45:21.867Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 66f1a643-fd95-4c1c-985b-9351f80ddca1 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-09-24T04:45:21.867Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-09-24T04:45:21.868Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||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-24T04:45:22.902Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-09-24T04:45:22.903Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 66f1a643-fd95-4c1c-985b-9351f80ddca1 903 2021-09-24T04:45:22.903Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||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-24T04:45:22.903Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||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-24T04:45:22.904Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-24T04:45:22.904Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:45:22.906Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:45:22.906Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458722903, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-09-24T04:45:23.006Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-24T04:45:23.007Z||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-24T04:45:23.008Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:45:23.020Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:45:23.021Z||pool-95-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-09-24T04:45:23.907Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: cf94ad29-28cf-4859-8637-c83bb0876fd9 2021-09-24T04:45:23.908Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 6f1fe611-0389-4ce4-bcaa-edaa6a4a8896 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-24T04:45:23.919Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2df1f310, org.onap.sdc.toscaparser.api.parameters.Input@3d8a6473, org.onap.sdc.toscaparser.api.parameters.Input@5c256cdb, org.onap.sdc.toscaparser.api.parameters.Input@10b7f21d, org.onap.sdc.toscaparser.api.parameters.Input@32fcea68] 2021-09-24T04:45:23.921Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:45:23.921Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:45:23.921Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2021-09-24T04:45:23.921Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 9ed17c75-f04d-47fd-883a-e00ed9093e75 2021-09-24T04:45:23.922Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9ed17c75-f04d-47fd-883a-e00ed9093e75 matches Tosca VF Customization UUID: 9ed17c75-f04d-47fd-883a-e00ed9093e75 2021-09-24T04:45:23.922Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 9ed17c75-f04d-47fd-883a-e00ed9093e75 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-24T04:45:23.924Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:45:23.925Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:45:23.925Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 9ed17c75-f04d-47fd-883a-e00ed9093e75: {\"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-24T04:45:23.925Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4876d26 2021-09-24T04:45:23.926Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:45:23.926Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-24T04:45:23.926Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a7c638e7-9892-4bb0-8607-0b1d17dbb383 2021-09-24T04:45:23.926Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a7c638e7-9892-4bb0-8607-0b1d17dbb383 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-24T04:45:23.929Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:45:23.929Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-09-24T04:45:23.930Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-24T04:45:23.930Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:45:23.930Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-09-24T04:45:23.930Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-24T04:45:23.930Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:45:23.930Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-09-24T04:45:23.930Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2021-09-24T04:45:23.931Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-09-24T04:45:23.931Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=202a7d01-43ae-4709-88ac-a114f640ffbc 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-24T04:45:23.933Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:45:23.933Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-09-24T04:45:23.933Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-24T04:45:23.933Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:45:23.934Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-09-24T04:45:23.934Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=9ed17c75-f04d-47fd-883a-e00ed9093e75 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-24T04:45:23.935Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:45:23.935Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:45:23.936Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid cf94ad29-28cf-4859-8637-c83bb0876fd9: basic_vm_macro 2021-09-24T04:45:23.936Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:45:23.936Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:45:23.936Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:45:23.936Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:45:23.936Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:45:23.936Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:45:23.936Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:45:23.936Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:45:23.937Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:45:23.937Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:45:23.937Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||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-24T04:45:24.008Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 6f1fe611-0389-4ce4-bcaa-edaa6a4a8896 1 ASDC deployResourceStructure 2021-09-24T04:45:24.009Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||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-24T04:45:24.009Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||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-24T04:45:24.009Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-24T04:45:24.009Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:45:24.011Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:45:24.011Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458724009, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-09-24T04:45:24.111Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-24T04:45:24.113Z||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-24T04:45:24.113Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:45:24.125Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:45:24.126Z||pool-96-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-09-24T04:45:25.012Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||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-24T04:45:25.012Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||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-24T04:45:25.012Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-24T04:45:25.012Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:45:25.014Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:45:25.014Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458725011, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-09-24T04:45:25.114Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-24T04:45:25.115Z||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-24T04:45:25.115Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:45:25.127Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:45:25.127Z||pool-97-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-09-24T04:45:26.015Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||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-24T04:45:26.015Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||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-24T04:45:26.015Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-24T04:45:26.015Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:45:26.017Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:45:26.017Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458726014, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-09-24T04:45:26.117Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-24T04:45:26.118Z||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-24T04:45:26.118Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:45:26.130Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:45:26.130Z||pool-98-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-24T04:45:27.017Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||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-24T04:45:27.018Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||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-24T04:45:27.018Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-24T04:45:27.019Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:45:27.020Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:45:27.021Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458727017, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-24T04:45:27.120Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-24T04:45:27.121Z||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-24T04:45:27.121Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:45:27.135Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:45:27.135Z||pool-99-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-09-24T04:45:28.021Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8ba42367-d92f-4764-a639-d4d15b1cbc29 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T04:45:28.033Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8ba42367-d92f-4764-a639-d4d15b1cbc29 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-24T04:45:28.035Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-24T04:45:28.035Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-24T04:45:28.035Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-24T04:45:37.230Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:45:37.230Z||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-24T04:45:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:45:37.252Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:45:37.252Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:45:37.253Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "consumerID": "ves-openapi-manager", "timestamp": 1632458617065, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:45:37.253Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:45:58.036Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8ba42367-d92f-4764-a639-d4d15b1cbc29 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T04:45:58.044Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8ba42367-d92f-4764-a639-d4d15b1cbc29 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-24T04:45:58.046Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-24T04:45:58.046Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-24T04:45:58.046Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-24T04:46:28.046Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8ba42367-d92f-4764-a639-d4d15b1cbc29 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T04:46:28.057Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8ba42367-d92f-4764-a639-d4d15b1cbc29 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-24T04:46:28.059Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-24T04:46:28.059Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-24T04:46:28.059Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-24T04:46:37.230Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:46:37.230Z||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-24T04:46:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:46:37.259Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:46:37.261Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:46:37.261Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "consumerID": "multicloud-k8s-id", "timestamp": 1632458618192, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-09-24T04:46:37.262Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:46:37.262Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:46:37.262Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "consumerID": "clamp", "timestamp": 1632458617794, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:46:37.262Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:46:37.262Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:46:37.263Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "consumerID": "policy-id", "timestamp": 1632458618519, "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-24T04:46:37.270Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8ba42367-d92f-4764-a639-d4d15b1cbc29 2021-09-24T04:46:37.270Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8ba42367-d92f-4764-a639-d4d15b1cbc29 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-24T04:46:37.278Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:46:37.278Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "consumerID": "ves-openapi-manager", "timestamp": 1632458617065, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-24T04:46:37.278Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:46:37.278Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:46:37.278Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "consumerID": "cds", "timestamp": 1632458618752, "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=? 2021-09-24T04:46:37.283Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8ba42367-d92f-4764-a639-d4d15b1cbc29 2021-09-24T04:46:37.284Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8ba42367-d92f-4764-a639-d4d15b1cbc29 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-24T04:46:37.292Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:46:37.292Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "consumerID": "clamp", "timestamp": 1632458617794, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-09-24T04:46:37.292Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:46:37.292Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:46:37.292Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "consumerID": "ves-openapi-manager", "timestamp": 1632458617065, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-24T04:46:37.292Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:46:37.292Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:46:37.292Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632458619742, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:46:37.292Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:46:37.292Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:46:37.293Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "consumerID": "clamp", "timestamp": 1632458617794, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-24T04:46:37.293Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:46:37.293Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:46:37.293Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "consumerID": "multicloud-k8s-id", "timestamp": 1632458620659, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-09-24T04:46:37.293Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:46:37.293Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:46:37.293Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "consumerID": "ves-openapi-manager", "timestamp": 1632458617065, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:46:37.293Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:46:37.293Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:46:37.293Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632458619742, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-24T04:46:37.293Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:46:37.293Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:46:37.293Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "consumerID": "clamp", "timestamp": 1632458617794, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:46:37.293Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:46:37.293Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:46:37.293Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "consumerID": "ves-openapi-manager", "timestamp": 1632458617065, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-24T04:46:37.293Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:46:37.293Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:46:37.293Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "consumerID": "multicloud-k8s-id", "timestamp": 1632458621747, "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-24T04:46:37.298Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8ba42367-d92f-4764-a639-d4d15b1cbc29 2021-09-24T04:46:37.299Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8ba42367-d92f-4764-a639-d4d15b1cbc29 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-24T04:46:37.305Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:46:37.305Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632458619742, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-24T04:46:37.305Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:46:37.306Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:46:37.306Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "consumerID": "clamp", "timestamp": 1632458617794, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-24T04:46:37.306Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:46:37.306Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:46:37.306Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "consumerID": "ves-openapi-manager", "timestamp": 1632458617065, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-24T04:46:37.306Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:46:37.306Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:46:37.306Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "consumerID": "multicloud-k8s-id", "timestamp": 1632458622751, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-09-24T04:46:37.306Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:46:37.306Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:46:37.307Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "consumerID": "aai-ml", "timestamp": 1632458622366, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:46:37.307Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:46:37.307Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:46:37.307Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632458619742, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:46:37.307Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:46:37.307Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:46:37.307Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "consumerID": "clamp", "timestamp": 1632458617794, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-24T04:46:37.307Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:46:37.307Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:46:37.307Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "consumerID": "ves-openapi-manager", "timestamp": 1632458617065, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-24T04:46:37.308Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:46:37.308Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:46:37.308Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "consumerID": "aai-ml", "timestamp": 1632458622366, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-24T04:46:37.308Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:46:37.308Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:46:37.308Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632458619742, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-24T04:46:37.308Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:46:37.308Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:46:37.308Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "consumerID": "clamp", "timestamp": 1632458617794, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-24T04:46:37.308Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:46:37.308Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:46:37.309Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "consumerID": "ves-openapi-manager", "timestamp": 1632458617065, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-24T04:46:37.309Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:46:37.309Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:46:37.309Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "consumerID": "aai-ml", "timestamp": 1632458622366, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-24T04:46:37.309Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:46:37.309Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:46:37.309Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632458619742, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-24T04:46:37.309Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:46:37.309Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:46:37.310Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "consumerID": "clamp", "timestamp": 1632458617794, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-09-24T04:46:37.310Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:46:37.310Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:46:37.310Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "consumerID": "aai-ml", "timestamp": 1632458622366, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:46:37.310Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:46:37.310Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:46:37.310Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632458619742, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-24T04:46:37.310Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:46:37.310Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:46:37.310Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "consumerID": "aai-ml", "timestamp": 1632458622366, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-24T04:46:37.310Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:46:37.311Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:46:37.311Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632458619742, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-09-24T04:46:37.311Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:46:37.311Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:46:37.311Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "consumerID": "aai-ml", "timestamp": 1632458622366, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-24T04:46:37.311Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:46:37.311Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:46:37.311Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "consumerID": "aai-ml", "timestamp": 1632458622366, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-24T04:46:37.311Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:46:37.311Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:46:37.311Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632458629214, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-24T04:46:37.312Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:46:37.312Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:46:37.312Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "consumerID": "aai-ml", "timestamp": 1632458622366, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-09-24T04:46:37.312Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:46:37.312Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:46:37.312Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632458631237, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-24T04:46:37.312Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:46:37.312Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:46:37.312Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "consumerID": "aai-ml", "timestamp": 1632458631817, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-24T04:46:37.312Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:46:37.312Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:46:37.313Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632458632240, "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-24T04:46:37.317Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8ba42367-d92f-4764-a639-d4d15b1cbc29 2021-09-24T04:46:37.317Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8ba42367-d92f-4764-a639-d4d15b1cbc29 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-24T04:46:37.324Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:46:37.324Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "consumerID": "clamp", "timestamp": 1632458636920, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-24T04:46:37.325Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:46:37.325Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:46:37.325Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "consumerID": "aai-ml", "timestamp": 1632458636984, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-24T04:46:37.325Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:46:37.325Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:46:37.325Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "consumerID": "aai-ml", "timestamp": 1632458637987, "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-24T04:46:37.329Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8ba42367-d92f-4764-a639-d4d15b1cbc29 2021-09-24T04:46:37.329Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8ba42367-d92f-4764-a639-d4d15b1cbc29 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-24T04:46:37.337Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:46:37.337Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "consumerID": "clamp", "timestamp": 1632458639921, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-24T04:46:37.337Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:46:37.337Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:46:37.337Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "consumerID": "clamp", "timestamp": 1632458640927, "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-24T04:46:37.342Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8ba42367-d92f-4764-a639-d4d15b1cbc29 2021-09-24T04:46:37.342Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8ba42367-d92f-4764-a639-d4d15b1cbc29 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-24T04:46:37.349Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:46:37.350Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e8cb5-659a-4309-ae71-4cebb4f46869", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458650811, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-24T04:46:37.350Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:46:37.350Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:46:37.350Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458651824, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:46:37.350Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:46:37.350Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:46:37.350Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458651824, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-09-24T04:46:37.350Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:46:37.351Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:46:37.351Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458651824, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-09-24T04:46:37.351Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:46:37.351Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:46:37.351Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458651824, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:46:37.351Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:46:37.351Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:46:37.351Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458651824, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-09-24T04:46:37.351Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:46:37.352Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:46:37.352Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458651824, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-24T04:46:37.352Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:46:37.352Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:46:37.352Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458651824, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-09-24T04:46:37.352Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:46:37.352Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:46:37.352Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458660289, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-24T04:46:37.352Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:46:37.352Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:46:37.353Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458666408, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-24T04:46:37.353Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:46:37.353Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:46:37.353Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458668699, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-09-24T04:46:37.353Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:46:37.353Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:46:37.353Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458669876, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-09-24T04:46:37.353Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:46:37.353Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:46:37.353Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458671030, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-09-24T04:46:37.353Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:46:37.354Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:46:37.354Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458672033, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-09-24T04:46:37.354Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:46:37.354Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:46:37.354Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458673037, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-09-24T04:46:37.354Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:46:37.354Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:46:37.354Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458674040, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-09-24T04:46:37.354Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:46:58.060Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8ba42367-d92f-4764-a639-d4d15b1cbc29 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T04:46:58.072Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8ba42367-d92f-4764-a639-d4d15b1cbc29 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-24T04:46:58.074Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-24T04:46:58.074Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-24T04:46:58.074Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-09-24T04:46:58.074Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-09-24T04:46:58.074Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-24T04:46:58.074Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-24T04:46:58.074Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-24T04:46:58.074Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-24T04:46:58.074Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-24T04:46:58.074Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-24T04:46:58.074Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-24T04:46:58.079Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-09-24T04:47:28.079Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8ba42367-d92f-4764-a639-d4d15b1cbc29 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-24T04:47:28.084Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8ba42367-d92f-4764-a639-d4d15b1cbc29 and serviceModelVersionId: cf94ad29-28cf-4859-8637-c83bb0876fd9 2021-09-24T04:47:28.084Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6d152e44-3ed2-498e-8537-09e54f22800a 2021-09-24T04:47:28.085Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6d152e44-3ed2-498e-8537-09e54f22800a/model-vers/model-ver/cf94ad29-28cf-4859-8637-c83bb0876fd9?depth=0 2021-09-24T04:47:28.090Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2021-09-24T04:47:28.118Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6d152e44-3ed2-498e-8537-09e54f22800a/model-vers/model-ver/cf94ad29-28cf-4859-8637-c83bb0876fd9?depth=0|INFO|500||Invoke 2021-09-24T04:47:28.119Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6d152e44-3ed2-498e-8537-09e54f22800a/model-vers/model-ver/cf94ad29-28cf-4859-8637-c83bb0876fd9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6d152e44-3ed2-498e-8537-09e54f22800a/model-vers/model-ver/cf94ad29-28cf-4859-8637-c83bb0876fd9?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8ba42367-d92f-4764-a639-d4d15b1cbc29], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[33e698c9-0970-4368-a9b0-ea2ba6814d48], X-ECOMP-RequestID=[8ba42367-d92f-4764-a639-d4d15b1cbc29], X-TransactionId=[], X-ONAP-RequestID=[8ba42367-d92f-4764-a639-d4d15b1cbc29], Content-Type=[application/merge-patch+json]} 2021-09-24T04:47:28.137Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6d152e44-3ed2-498e-8537-09e54f22800a/model-vers/model-ver/cf94ad29-28cf-4859-8637-c83bb0876fd9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-09-24T04:47:28.283Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6d152e44-3ed2-498e-8537-09e54f22800a/model-vers/model-ver/cf94ad29-28cf-4859-8637-c83bb0876fd9?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/6d152e44-3ed2-498e-8537-09e54f22800a/model-vers/model-ver/cf94ad29-28cf-4859-8637-c83bb0876fd9?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210924-04:47:28:145-79825], vertex-id=[245840], Content-Length=[0], Date=[Fri, 24 Sep 2021 04:47:28 GMT], Content-Type=[application/json]} 2021-09-24T04:47:28.284Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6d152e44-3ed2-498e-8537-09e54f22800a/model-vers/model-ver/cf94ad29-28cf-4859-8637-c83bb0876fd9?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-09-24T04:47:28.284Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6d152e44-3ed2-498e-8537-09e54f22800a/model-vers/model-ver/cf94ad29-28cf-4859-8637-c83bb0876fd9?depth=0|INFO|500||InvokeReturn 2021-09-24T04:47:28.285Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-09-24T04:47:28.285Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||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-24T04:47:28.289Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-09-24T04:47:28.289Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8ba42367-d92f-4764-a639-d4d15b1cbc29 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-09-24T04:47:28.289Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-09-24T04:47:28.290Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:47:28.292Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:47:28.292Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458848289, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-24T04:47:28.392Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-24T04:47:28.393Z||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-24T04:47:28.393Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:47:28.407Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:47:28.407Z||pool-100-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-24T04:47:29.303Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:47:29.304Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|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-24T04:47:29.304Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:47:33.595Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:47:33.596Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-24T04:47:33.596Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"1bf0d78f-3dc4-4754-a669-2852de1e6a46","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"59e0c16a-4066-439a-a101-bd808f3d5e4e","serviceDescription":"service","serviceInvariantUUID":"4c8b5e7b-2371-4edf-a79a-5ae6c3374a90","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c4a53ecc-270a-4ba2-84d4-802d9d7d9218","resourceInvariantUUID":"8de7f8b4-0b2d-4cbf-9d3c-1dd903d7e868","resourceCustomizationUUID":"3d98d9f5-345d-4b81-a589-66f15867a842","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":"NTZmM2U3MWVlNGY0ZGNlZjNiZDY0ZTAzZDI2NzBkMWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"33302f7d-4878-42c6-94dd-78f64d11f45d","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":"61c42f9a-9712-4b6c-a69c-b72fcfecb688","artifactVersion":"2","generatedFromUUID":"43b8323c-ad4f-4596-9e48-b68bb7421396"},{"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":"43b8323c-ad4f-4596-9e48-b68bb7421396","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":"NWUyZThjNmZmZWMwNTcxZWU1ZGIxYzQyZDQ0MTk2MmE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f5c902c1-f725-435e-b956-c99499cc4c4b","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":"6e8ea541-38a5-4582-a0c5-e60f74cbb037","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":"f0bc6b7c-11b5-4f99-8744-668f75071a3d","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":"01d19ad2-2638-459a-a984-b2400f64d563","artifactVersion":"2","generatedFromUUID":"6e8ea541-38a5-4582-a0c5-e60f74cbb037"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"YTI4MTI1Yzk2MjAwMGI2NzBjOTFjZWNkZmQ5MzY2OTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"65e6dd49-9ebf-4798-b99d-d05ca6a36032","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MWJhY2U4ZGM4MGJhNWNhYTk4MmJkZmIyYzk4NGQxMjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"211dc4d2-e7da-4466-9299-f0d694920ade","artifactVersion":"1"}],"workloadContext":"Production"} 2021-09-24T04:47:33.598Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-24T04:47:33.598Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:47:33.600Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:47:33.601Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458849303, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:47:33.701Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-24T04:47:33.701Z||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-24T04:47:33.701Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:47:33.714Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:47:33.714Z||pool-101-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-09-24T04:47:34.601Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-24T04:47:34.602Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:47:34.604Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:47:34.605Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458849303, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-09-24T04:47:34.705Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-24T04:47:34.705Z||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-24T04:47:34.705Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:47:34.716Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:47:34.717Z||pool-102-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-24T04:47:35.605Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-24T04:47:35.606Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:47:35.608Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:47:35.608Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458849303, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-09-24T04:47:35.709Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-24T04:47:35.709Z||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-24T04:47:35.710Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:47:35.721Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:47:35.721Z||pool-103-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-24T04:47:36.609Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-24T04:47:36.610Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:47:36.612Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:47:36.612Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458849303, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-09-24T04:47:36.712Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-24T04:47:36.713Z||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-24T04:47:36.713Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:47:36.724Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:47:36.724Z||pool-104-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-09-24T04:47:37.229Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:47:37.230Z||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-24T04:47:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:47:37.255Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:47:37.256Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:47:37.256Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c0e5f0-8bcd-4fa9-a738-69a1db7afadb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458706211, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-24T04:47:37.256Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:47:37.256Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:47:37.256Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458707225, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:47:37.256Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:47:37.257Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:47:37.257Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458707225, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-09-24T04:47:37.257Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:47:37.257Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:47:37.257Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458707225, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-09-24T04:47:37.257Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:47:37.257Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:47:37.257Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458707225, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:47:37.257Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:47:37.257Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:47:37.257Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458707225, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-09-24T04:47:37.257Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:47:37.258Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:47:37.258Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458707225, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-24T04:47:37.258Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:47:37.258Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:47:37.258Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458707225, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-24T04:47:37.258Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:47:37.258Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:47:37.258Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458707225, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-09-24T04:47:37.258Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:47:37.258Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:47:37.258Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458716002, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-24T04:47:37.258Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:47:37.258Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:47:37.258Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458718879, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-24T04:47:37.258Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:47:37.258Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:47:37.258Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458720863, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-09-24T04:47:37.259Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:47:37.259Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:47:37.259Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458722903, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-09-24T04:47:37.259Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:47:37.259Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:47:37.259Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458724009, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-09-24T04:47:37.259Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:47:37.259Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:47:37.259Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458725011, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-09-24T04:47:37.259Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:47:37.259Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:47:37.259Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458726014, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-09-24T04:47:37.259Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:47:37.259Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:47:37.259Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458727017, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-24T04:47:37.260Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:47:37.612Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-24T04:47:37.613Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:47:37.614Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:47:37.614Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458849303, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-09-24T04:47:37.715Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-24T04:47:37.716Z||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-24T04:47:37.716Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:47:37.726Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:47:37.727Z||pool-105-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-24T04:47:38.615Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-24T04:47:38.616Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:47:38.618Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:47:38.618Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458849303, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:47:38.718Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-24T04:47:38.719Z||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-24T04:47:38.719Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:47:38.731Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:47:38.732Z||pool-106-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-09-24T04:47:39.620Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-24T04:47:39.621Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:47:39.623Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:47:39.623Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458849303, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-09-24T04:47:39.724Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-24T04:47:39.724Z||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-24T04:47:39.724Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:47:39.736Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:47:39.736Z||pool-107-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-24T04:47:40.624Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-24T04:47:40.625Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:47:40.626Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:47:40.627Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458849303, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-24T04:47:40.727Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-24T04:47:40.727Z||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-24T04:47:40.728Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:47:40.740Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:47:40.741Z||pool-108-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-09-24T04:47:41.627Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-24T04:47:41.628Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:47:41.630Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:47:41.630Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458849303, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-09-24T04:47:41.730Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-24T04:47:41.731Z||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-24T04:47:41.731Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:47:41.742Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:47:41.742Z||pool-109-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-24T04:47:42.631Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "59e0c16a-4066-439a-a101-bd808f3d5e4e", "serviceDescription": "service", "serviceInvariantUUID": "4c8b5e7b-2371-4edf-a79a-5ae6c3374a90", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "3d98d9f5-345d-4b81-a589-66f15867a842", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "c4a53ecc-270a-4ba2-84d4-802d9d7d9218", "resourceInvariantUUID": "8de7f8b4-0b2d-4cbf-9d3c-1dd903d7e868", "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": "61c42f9a-9712-4b6c-a69c-b72fcfecb688", "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": "43b8323c-ad4f-4596-9e48-b68bb7421396", "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": "NWUyZThjNmZmZWMwNTcxZWU1ZGIxYzQyZDQ0MTk2MmE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f5c902c1-f725-435e-b956-c99499cc4c4b", "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": "6e8ea541-38a5-4582-a0c5-e60f74cbb037", "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": "01d19ad2-2638-459a-a984-b2400f64d563", "generatedFromUUID": "6e8ea541-38a5-4582-a0c5-e60f74cbb037" }, "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": "01d19ad2-2638-459a-a984-b2400f64d563", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "MWJhY2U4ZGM4MGJhNWNhYTk4MmJkZmIyYzk4NGQxMjk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "211dc4d2-e7da-4466-9299-f0d694920ade" } ], "workloadContext": "Production" } 2021-09-24T04:47:42.632Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-09-24T04:47:42.632Z|8ba42367-d92f-4764-a639-d4d15b1cbc29|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 59e0c16a-4066-439a-a101-bd808f3d5e4e ASDC 2021-09-24T04:47:42.632Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:1bf0d78f-3dc4-4754-a669-2852de1e6a46 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:59e0c16a-4066-439a-a101-bd808f3d5e4e ServiceInvariantUUID:4c8b5e7b-2371-4edf-a79a-5ae6c3374a90 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:211dc4d2-e7da-4466-9299-f0d694920ade ArtifactChecksum:MWJhY2U4ZGM4MGJhNWNhYTk4MmJkZmIyYzk4NGQxMjk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:3d98d9f5-345d-4b81-a589-66f15867a842 ResourceInvariantUUID:8de7f8b4-0b2d-4cbf-9d3c-1dd903d7e868 ResourceName:basic_cnf ResourceType:VF ResourceUUID:c4a53ecc-270a-4ba2-84d4-802d9d7d9218 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:61c42f9a-9712-4b6c-a69c-b72fcfecb688 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:43b8323c-ad4f-4596-9e48-b68bb7421396 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:f5c902c1-f725-435e-b956-c99499cc4c4b ArtifactChecksum:NWUyZThjNmZmZWMwNTcxZWU1ZGIxYzQyZDQ0MTk2MmE= 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:6e8ea541-38a5-4582-a0c5-e60f74cbb037 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:01d19ad2-2638-459a-a984-b2400f64d563 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:01d19ad2-2638-459a-a984-b2400f64d563 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-09-24T04:47:42.633Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 59e0c16a-4066-439a-a101-bd808f3d5e4e 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-24T04:47:42.670Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-24T04:47:42.671Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-09-24T04:47:42.671Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-09-24T04:47:42.672Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 211dc4d2-e7da-4466-9299-f0d694920ade from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-09-24T04:47:42.672Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-09-24T04:47:42.672Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-09-24T04:47:44.806Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-09-24T04:47:44.809Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 211dc4d2-e7da-4466-9299-f0d694920ade 68764 2021-09-24T04:47:44.810Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||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-24T04:47:44.810Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||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-24T04:47:44.810Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-24T04:47:44.810Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:47:44.811Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:47:44.812Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458864810, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-24T04:47:44.912Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-24T04:47:44.912Z||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-24T04:47:44.913Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:47:44.925Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:47:44.926Z||pool-110-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-09-24T04:47:45.812Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-24T04:47:45.813Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-09-24T04:47:45.814Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 211dc4d2-e7da-4466-9299-f0d694920ade, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2021-09-24T04:47:45.814Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2021-09-24T04:47:45.814Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2021-09-24T04:47:45.814Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2021-09-24T04:47:45.926Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3804896531438927562/Definitions/service-BasicCnf-template.yml 2021-09-24T04:47:46.751Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2021-09-24T04:47:46.751Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-09-24T04:47:46.751Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-09-24T04:47:46.751Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2021-09-24T04:47:46.751Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||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-24T04:47:46.752Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||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-24T04:47:46.752Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-09-24T04:47:46.752Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||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-24T04:47:46.752Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-09-24T04:47:46.752Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:47:46.752Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:47:46.752Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-09-24T04:47:46.752Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-09-24T04:47:46.752Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-24T04:47:46.752Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:47:46.753Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:47:46.753Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-09-24T04:47:46.753Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-09-24T04:47:46.753Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-24T04:47:46.753Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:47:46.753Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:47:46.753Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:47:46.753Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-09-24T04:47:46.753Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2021-09-24T04:47:46.753Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||Node template dummy is not matching search criteria 2021-09-24T04:47:46.753Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-09-24T04:47:46.753Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:47:46.754Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-24T04:47:46.754Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:47:46.754Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-09-24T04:47:46.754Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-24T04:47:46.754Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:47:46.754Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-09-24T04:47:46.754Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-24T04:47:46.754Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:47:46.754Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-09-24T04:47:46.754Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-24T04:47:46.754Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:47:46.755Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-09-24T04:47:46.755Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-09-24T04:47:46.755Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=e33ea87d-6dff-449f-941b-241e9ea7d8b1 2021-09-24T04:47:46.755Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:47:46.755Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:47:46.755Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:47:46.755Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:47:46.755Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:47:46.755Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:47:46.755Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:47:46.755Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:47:46.756Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:59e0c16a-4066-439a-a101-bd808f3d5e4e Model Version:NULL Model InvariantUuid:4c8b5e7b-2371-4edf-a79a-5ae6c3374a90 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:a2d50273-1437-4fb5-b333-7c637851c187 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:8de7f8b4-0b2d-4cbf-9d3c-1dd903d7e868 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:3d98d9f5-345d-4b81-a589-66f15867a842 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:aff31658-c6a2-4a57-8622-3888fb926695 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:130705d0-6864-4b49-af19-095484305376 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:e33ea87d-6dff-449f-941b-241e9ea7d8b1 ModelInvariantUuid:3325f1ab-f250-4098-880f-5d8f6fc9b357 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:f64bb72a-0870-4c29-af16-e7d698f7bbda ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:c3d93d4c-6075-4a8a-85e4-e496e3d8df5f ModelInvariantUuid:2a6b21e8-4b44-4d4d-a5e9-43bf348de248 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:937c1d2e-b272-431c-80de-64b811352638 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-24T04:47:46.761Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: c4a53ecc-270a-4ba2-84d4-802d9d7d9218 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-24T04:47:46.762Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||INFO|500||basic_cnf 0 2021-09-24T04:47:46.763Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c4a53ecc-270a-4ba2-84d4-802d9d7d9218 2021-09-24T04:47:46.763Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 61c42f9a-9712-4b6c-a69c-b72fcfecb688 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-09-24T04:47:46.763Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-09-24T04:47:46.763Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||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-24T04:47:47.894Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-09-24T04:47:47.894Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 61c42f9a-9712-4b6c-a69c-b72fcfecb688 12 2021-09-24T04:47:47.895Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||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-24T04:47:47.895Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||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-24T04:47:47.895Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-24T04:47:47.895Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:47:47.897Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:47:47.897Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458867895, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-09-24T04:47:47.997Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-24T04:47:47.998Z||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-24T04:47:47.998Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:47:48.010Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:47:48.011Z||pool-111-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-09-24T04:47:48.897Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 43b8323c-ad4f-4596-9e48-b68bb7421396 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-09-24T04:47:48.898Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-09-24T04:47:48.898Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||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-24T04:47:49.408Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-09-24T04:47:49.408Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 43b8323c-ad4f-4596-9e48-b68bb7421396 2688 2021-09-24T04:47:49.409Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||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-24T04:47:49.409Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||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-24T04:47:49.409Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-24T04:47:49.409Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:47:49.411Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:47:49.411Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458869409, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-09-24T04:47:49.511Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-24T04:47:49.511Z||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-24T04:47:49.511Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:47:49.522Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:47:49.523Z||pool-112-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-24T04:47:50.412Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f5c902c1-f725-435e-b956-c99499cc4c4b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-09-24T04:47:50.413Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-09-24T04:47:50.413Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||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-24T04:47:50.926Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-09-24T04:47:50.927Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json f5c902c1-f725-435e-b956-c99499cc4c4b 828 2021-09-24T04:47:50.927Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||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-24T04:47:50.927Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||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-24T04:47:50.928Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-24T04:47:50.928Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:47:50.930Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:47:50.930Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458870927, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-24T04:47:51.030Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-24T04:47:51.030Z||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-24T04:47:51.031Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:47:51.040Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:47:51.041Z||pool-113-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-24T04:47:51.930Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "aff31658-c6a2-4a57-8622-3888fb926695", "vfModuleModelVersion": "1", "vfModuleModelUUID": "130705d0-6864-4b49-af19-095484305376", "vfModuleModelCustomizationUUID": "34da1efa-e888-474f-bf2f-d6b11ab788db", "isBase": true, "artifacts": [ "6e8ea541-38a5-4582-a0c5-e60f74cbb037", "43b8323c-ad4f-4596-9e48-b68bb7421396", "01d19ad2-2638-459a-a984-b2400f64d563" ], "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-24T04:47:51.933Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:130705d0-6864-4b49-af19-095484305376 VfModuleModelInvariantUUID:aff31658-c6a2-4a57-8622-3888fb926695 VfModuleModelDescription:NULL Artifacts UUID List:{ 6e8ea541-38a5-4582-a0c5-e60f74cbb037 , 43b8323c-ad4f-4596-9e48-b68bb7421396 , 01d19ad2-2638-459a-a984-b2400f64d563 } 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-24T04:47:51.934Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "aff31658-c6a2-4a57-8622-3888fb926695", "vfModuleModelVersion": "1", "vfModuleModelUUID": "130705d0-6864-4b49-af19-095484305376", "vfModuleModelCustomizationUUID": "34da1efa-e888-474f-bf2f-d6b11ab788db", "isBase": true, "artifacts": [ "6e8ea541-38a5-4582-a0c5-e60f74cbb037", "43b8323c-ad4f-4596-9e48-b68bb7421396", "01d19ad2-2638-459a-a984-b2400f64d563" ], "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-24T04:47:51.934Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:130705d0-6864-4b49-af19-095484305376 VfModuleModelInvariantUUID:aff31658-c6a2-4a57-8622-3888fb926695 VfModuleModelDescription:NULL Artifacts UUID List:{ 6e8ea541-38a5-4582-a0c5-e60f74cbb037 , 43b8323c-ad4f-4596-9e48-b68bb7421396 , 01d19ad2-2638-459a-a984-b2400f64d563 } 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-24T04:47:51.934Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 6e8ea541-38a5-4582-a0c5-e60f74cbb037 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-09-24T04:47:51.934Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-09-24T04:47:51.935Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||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-24T04:47:52.528Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-09-24T04:47:52.528Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 6e8ea541-38a5-4582-a0c5-e60f74cbb037 1164 2021-09-24T04:47:52.528Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||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-24T04:47:52.529Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||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-24T04:47:52.529Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-24T04:47:52.529Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:47:52.531Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:47:52.531Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458872528, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-09-24T04:47:52.631Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-24T04:47:52.632Z||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-24T04:47:52.632Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:47:52.642Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:47:52.642Z||pool-114-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-24T04:47:53.532Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 01d19ad2-2638-459a-a984-b2400f64d563 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-09-24T04:47:53.533Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-09-24T04:47:53.533Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||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-24T04:47:53.941Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-09-24T04:47:53.942Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 01d19ad2-2638-459a-a984-b2400f64d563 200 2021-09-24T04:47:53.942Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||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-24T04:47:53.942Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||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-24T04:47:53.942Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-24T04:47:53.942Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:47:53.944Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:47:53.945Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458873942, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-09-24T04:47:54.045Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-24T04:47:54.045Z||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-24T04:47:54.046Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:47:54.056Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:47:54.057Z||pool-115-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-24T04:47:54.945Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 59e0c16a-4066-439a-a101-bd808f3d5e4e 2021-09-24T04:47:54.946Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 c4a53ecc-270a-4ba2-84d4-802d9d7d9218 ASDC 2021-09-24T04:47:54.953Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_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 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-24T04:47:54.963Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@13c3a6f3, org.onap.sdc.toscaparser.api.parameters.Input@60d4ce58, org.onap.sdc.toscaparser.api.parameters.Input@342c09d, org.onap.sdc.toscaparser.api.parameters.Input@789a4096, org.onap.sdc.toscaparser.api.parameters.Input@76e08548] 2021-09-24T04:47:54.964Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:47:54.964Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:47:54.964Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2021-09-24T04:47:54.964Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 3d98d9f5-345d-4b81-a589-66f15867a842 2021-09-24T04:47:54.964Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3d98d9f5-345d-4b81-a589-66f15867a842 matches Tosca VF Customization UUID: 3d98d9f5-345d-4b81-a589-66f15867a842 2021-09-24T04:47:54.964Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 3d98d9f5-345d-4b81-a589-66f15867a842 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-24T04:47:54.966Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:47:54.966Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:47:54.966Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 3d98d9f5-345d-4b81-a589-66f15867a842: {\"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-24T04:47:54.967Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@f6721ab 2021-09-24T04:47:54.967Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:47:54.967Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-24T04:47:54.967Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 34da1efa-e888-474f-bf2f-d6b11ab788db 2021-09-24T04:47:54.967Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 34da1efa-e888-474f-bf2f-d6b11ab788db 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-24T04:47:54.969Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:47:54.969Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-09-24T04:47:54.969Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-24T04:47:54.969Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:47:54.969Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-09-24T04:47:54.969Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-24T04:47:54.969Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:47:54.970Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-09-24T04:47:54.970Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-09-24T04:47:54.970Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=e33ea87d-6dff-449f-941b-241e9ea7d8b1 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-24T04:47:54.971Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:47:54.972Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-09-24T04:47:54.972Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-24T04:47:54.972Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:47:54.972Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-09-24T04:47:54.972Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=3d98d9f5-345d-4b81-a589-66f15867a842 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-24T04:47:54.973Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:47:54.973Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:47:54.974Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 59e0c16a-4066-439a-a101-bd808f3d5e4e: basic_cnf 2021-09-24T04:47:54.974Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:47:54.974Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:47:54.974Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:47:54.974Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:47:54.974Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:47:54.974Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:47:54.974Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:47:54.974Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:47:54.974Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:47:54.975Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:47:54.975Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||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-24T04:47:55.039Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf c4a53ecc-270a-4ba2-84d4-802d9d7d9218 1 ASDC deployResourceStructure 2021-09-24T04:47:55.040Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||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-24T04:47:55.040Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||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-24T04:47:55.040Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-09-24T04:47:55.040Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:47:55.042Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:47:55.042Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458875039, "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-24T04:47:55.142Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-24T04:47:55.143Z||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-24T04:47:55.143Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:47:55.155Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:47:55.155Z||pool-116-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-09-24T04:47:56.043Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||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-24T04:47:56.043Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||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-24T04:47:56.043Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-09-24T04:47:56.044Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:47:56.045Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:47:56.046Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458876042, "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-24T04:47:56.146Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-24T04:47:56.147Z||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-24T04:47:56.147Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:47:56.159Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:47:56.159Z||pool-117-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-09-24T04:47:57.046Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||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-24T04:47:57.047Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||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-24T04:47:57.047Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-24T04:47:57.047Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:47:57.049Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:47:57.050Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458877046, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-09-24T04:47:57.150Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-24T04:47:57.150Z||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-24T04:47:57.151Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:47:57.161Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:47:57.162Z||pool-118-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-24T04:47:58.050Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||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-24T04:47:58.050Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||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-24T04:47:58.051Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-24T04:47:58.051Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:47:58.052Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:47:58.053Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458878050, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-09-24T04:47:58.153Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-24T04:47:58.154Z||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-24T04:47:58.154Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:47:58.165Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:47:58.166Z||pool-119-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-09-24T04:47:59.054Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||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-24T04:47:59.054Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||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-24T04:47:59.054Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-24T04:47:59.055Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:47:59.057Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:47:59.057Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458879054, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-09-24T04:47:59.157Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-24T04:47:59.158Z||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-24T04:47:59.158Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:47:59.172Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:47:59.172Z||pool-120-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-09-24T04:48:00.057Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||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-24T04:48:00.058Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||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-24T04:48:00.058Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-24T04:48:00.058Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:48:00.060Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:48:00.060Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458880057, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-09-24T04:48:00.160Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-24T04:48:00.161Z||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-24T04:48:00.161Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:48:00.171Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:48:00.172Z||pool-121-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-24T04:48:01.061Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1bf0d78f-3dc4-4754-a669-2852de1e6a46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T04:48:01.071Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1bf0d78f-3dc4-4754-a669-2852de1e6a46 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-24T04:48:01.073Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-24T04:48:01.074Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-24T04:48:01.074Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-24T04:48:31.074Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1bf0d78f-3dc4-4754-a669-2852de1e6a46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T04:48:31.085Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1bf0d78f-3dc4-4754-a669-2852de1e6a46 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-24T04:48:31.086Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-24T04:48:31.087Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-24T04:48:31.087Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-24T04:48:37.230Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:48:37.230Z||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-24T04:48:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:48:37.259Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:48:37.260Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:48:37.261Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "aai-ml", "timestamp": 1632458802366, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:48:37.261Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:48:37.261Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:48:37.261Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "multicloud-k8s-id", "timestamp": 1632458803572, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:48:37.261Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:48:37.262Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:48:37.262Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "dcae-sch", "timestamp": 1632458807889, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:48:37.262Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:48:37.262Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:48:37.262Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632458799742, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:48:37.262Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:48:37.262Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:48:37.262Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "policy-id", "timestamp": 1632458799490, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:48:37.262Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:48:37.262Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:48:37.262Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "aai-ml", "timestamp": 1632458802366, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-09-24T04:48:37.262Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:48:37.262Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:48:37.262Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632458799742, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-09-24T04:48:37.263Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:48:37.263Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:48:37.263Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "dcae-sch", "timestamp": 1632458807889, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-09-24T04:48:37.263Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:48:37.263Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:48:37.263Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "multicloud-k8s-id", "timestamp": 1632458803572, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-09-24T04:48:37.263Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:48:37.263Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:48:37.263Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "policy-id", "timestamp": 1632458799490, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-09-24T04:48:37.263Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:48:37.263Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:48:37.263Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "aai-ml", "timestamp": 1632458802366, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-09-24T04:48:37.263Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:48:37.263Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:48:37.264Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "dcae-sch", "timestamp": 1632458807889, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-09-24T04:48:37.264Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:48:37.264Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:48:37.264Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "multicloud-k8s-id", "timestamp": 1632458803572, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-09-24T04:48:37.264Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:48:37.264Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:48:37.264Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632458799742, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-09-24T04:48:37.264Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:48:37.264Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:48:37.264Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "policy-id", "timestamp": 1632458799490, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-09-24T04:48:37.264Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:48:37.264Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:48:37.264Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "aai-ml", "timestamp": 1632458802366, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-24T04:48:37.265Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:48:37.265Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:48:37.265Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "multicloud-k8s-id", "timestamp": 1632458803572, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-09-24T04:48:37.265Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:48:37.265Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:48:37.265Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "dcae-sch", "timestamp": 1632458807889, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-24T04:48:37.265Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:48:37.265Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:48:37.265Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632458799742, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-24T04:48:37.265Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:48:37.265Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:48:37.265Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "policy-id", "timestamp": 1632458799490, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-24T04:48:37.266Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:48:37.266Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:48:37.266Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "aai-ml", "timestamp": 1632458802366, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-09-24T04:48:37.266Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:48:37.266Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:48:37.266Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "dcae-sch", "timestamp": 1632458807889, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-09-24T04:48:37.266Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:48:37.266Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:48:37.266Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "multicloud-k8s-id", "timestamp": 1632458803572, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-09-24T04:48:37.266Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:48:37.266Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:48:37.267Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632458799742, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-09-24T04:48:37.267Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:48:37.267Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:48:37.267Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "policy-id", "timestamp": 1632458799490, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-09-24T04:48:37.267Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:48:37.267Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:48:37.267Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "aai-ml", "timestamp": 1632458802366, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:48:37.267Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:48:37.267Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:48:37.267Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "dcae-sch", "timestamp": 1632458807889, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:48:37.267Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:48:37.267Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:48:37.267Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "multicloud-k8s-id", "timestamp": 1632458803572, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:48:37.268Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:48:37.268Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:48:37.268Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632458799742, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:48:37.268Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:48:37.268Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:48:37.268Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "policy-id", "timestamp": 1632458799490, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:48:37.268Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:48:37.268Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:48:37.268Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "cds", "timestamp": 1632458812919, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:48:37.268Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:48:37.268Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:48:37.268Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "aai-ml", "timestamp": 1632458802366, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-09-24T04:48:37.268Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:48:37.269Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:48:37.269Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "dcae-sch", "timestamp": 1632458807889, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-09-24T04:48:37.269Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:48:37.269Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:48:37.269Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632458799742, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-09-24T04:48:37.269Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:48:37.269Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:48:37.269Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "multicloud-k8s-id", "timestamp": 1632458803572, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-09-24T04:48:37.269Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:48:37.269Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:48:37.269Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "policy-id", "timestamp": 1632458799490, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-09-24T04:48:37.269Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:48:37.269Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:48:37.269Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "cds", "timestamp": 1632458812919, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-09-24T04:48:37.270Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:48:37.270Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:48:37.270Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "aai-ml", "timestamp": 1632458802366, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-24T04:48:37.270Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:48:37.270Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:48:37.270Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "dcae-sch", "timestamp": 1632458807889, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-24T04:48:37.270Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:48:37.270Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:48:37.270Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632458799742, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-24T04:48:37.270Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:48:37.270Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:48:37.270Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "multicloud-k8s-id", "timestamp": 1632458803572, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-24T04:48:37.270Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:48:37.270Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:48:37.271Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "policy-id", "timestamp": 1632458799490, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-24T04:48:37.271Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:48:37.271Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:48:37.271Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "cds", "timestamp": 1632458812919, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-09-24T04:48:37.271Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:48:37.271Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:48:37.271Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "aai-ml", "timestamp": 1632458802366, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-09-24T04:48:37.271Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:48:37.271Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:48:37.271Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "dcae-sch", "timestamp": 1632458807889, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-24T04:48:37.271Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:48:37.271Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:48:37.271Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632458799742, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-09-24T04:48:37.271Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:48:37.272Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:48:37.272Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "multicloud-k8s-id", "timestamp": 1632458803572, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-09-24T04:48:37.272Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:48:37.272Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:48:37.272Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "cds", "timestamp": 1632458812919, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-24T04:48:37.272Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:48:37.272Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:48:37.272Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "policy-id", "timestamp": 1632458799490, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-09-24T04:48:37.272Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:48:37.272Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:48:37.272Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "cds", "timestamp": 1632458812919, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-09-24T04:48:37.272Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:48:37.272Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:48:37.273Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "ves-openapi-manager", "timestamp": 1632458817065, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:48:37.273Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:48:37.273Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:48:37.273Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "multicloud-k8s-id", "timestamp": 1632458818391, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-24T04:48:37.273Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:48:37.273Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:48:37.273Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "aai-ml", "timestamp": 1632458818495, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-24T04:48:37.273Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:48:37.273Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:48:37.273Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632458818497, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-24T04:48:37.273Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:48:37.273Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:48:37.273Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "cds", "timestamp": 1632458812919, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:48:37.274Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:48:37.274Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:48:37.274Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "policy-id", "timestamp": 1632458818599, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-24T04:48:37.274Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:48:37.274Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:48:37.274Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "ves-openapi-manager", "timestamp": 1632458817065, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-09-24T04:48:37.274Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:48:37.274Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:48:37.274Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "cds", "timestamp": 1632458812919, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-09-24T04:48:37.274Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:48:37.274Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:48:37.274Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "policy-id", "timestamp": 1632458819603, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-09-24T04:48:37.275Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:48:37.275Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:48:37.275Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "ves-openapi-manager", "timestamp": 1632458817065, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-09-24T04:48:37.275Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:48:37.275Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:48:37.275Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632458820409, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-09-24T04:48:37.275Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:48:37.275Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:48:37.275Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "cds", "timestamp": 1632458812919, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-24T04:48:37.275Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:48:37.275Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:48:37.275Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "policy-id", "timestamp": 1632458820606, "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-24T04:48:37.282Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1bf0d78f-3dc4-4754-a669-2852de1e6a46 2021-09-24T04:48:37.282Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1bf0d78f-3dc4-4754-a669-2852de1e6a46 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-24T04:48:37.291Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:48:37.291Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "ves-openapi-manager", "timestamp": 1632458817065, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-24T04:48:37.291Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:48:37.291Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:48:37.291Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "multicloud-k8s-id", "timestamp": 1632458820959, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-09-24T04:48:37.292Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:48:37.292Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:48:37.292Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632458821414, "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-24T04:48:37.296Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1bf0d78f-3dc4-4754-a669-2852de1e6a46 2021-09-24T04:48:37.296Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1bf0d78f-3dc4-4754-a669-2852de1e6a46 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-24T04:48:37.304Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:48:37.304Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "cds", "timestamp": 1632458812919, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-09-24T04:48:37.304Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:48:37.305Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:48:37.305Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "ves-openapi-manager", "timestamp": 1632458817065, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-09-24T04:48:37.305Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:48:37.305Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:48:37.305Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "ves-openapi-manager", "timestamp": 1632458817065, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:48:37.305Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:48:37.305Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:48:37.305Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "ves-openapi-manager", "timestamp": 1632458817065, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-09-24T04:48:37.305Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:48:37.305Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:48:37.305Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "multicloud-k8s-id", "timestamp": 1632458824608, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-09-24T04:48:37.306Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:48:37.306Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:48:37.306Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "ves-openapi-manager", "timestamp": 1632458817065, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-24T04:48:37.306Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:48:37.306Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:48:37.306Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "ves-openapi-manager", "timestamp": 1632458817065, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-24T04:48:37.306Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:48:37.306Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:48:37.306Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "cds", "timestamp": 1632458826609, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-24T04:48:37.306Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:48:37.306Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:48:37.307Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "cds", "timestamp": 1632458827613, "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=? 2021-09-24T04:48:37.311Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1bf0d78f-3dc4-4754-a669-2852de1e6a46 2021-09-24T04:48:37.311Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1bf0d78f-3dc4-4754-a669-2852de1e6a46 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-24T04:48:37.319Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:48:37.319Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "multicloud-k8s-id", "timestamp": 1632458828102, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-09-24T04:48:37.319Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:48:37.320Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:48:37.320Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "clamp", "timestamp": 1632458827794, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:48:37.320Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:48:37.320Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:48:37.320Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "multicloud-k8s-id", "timestamp": 1632458829152, "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-24T04:48:37.325Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1bf0d78f-3dc4-4754-a669-2852de1e6a46 2021-09-24T04:48:37.325Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1bf0d78f-3dc4-4754-a669-2852de1e6a46 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-24T04:48:37.331Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:48:37.332Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "clamp", "timestamp": 1632458827794, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-09-24T04:48:37.332Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:48:37.332Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:48:37.332Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "aai-ml", "timestamp": 1632458829583, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-09-24T04:48:37.332Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:48:37.332Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:48:37.332Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "multicloud-k8s-id", "timestamp": 1632458830156, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-09-24T04:48:37.333Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:48:37.333Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:48:37.333Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "clamp", "timestamp": 1632458827794, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-09-24T04:48:37.333Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:48:37.333Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:48:37.333Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "aai-ml", "timestamp": 1632458830586, "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-24T04:48:37.337Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1bf0d78f-3dc4-4754-a669-2852de1e6a46 2021-09-24T04:48:37.338Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1bf0d78f-3dc4-4754-a669-2852de1e6a46 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-24T04:48:37.345Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:48:37.345Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "clamp", "timestamp": 1632458827794, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-09-24T04:48:37.345Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:48:37.345Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:48:37.346Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "clamp", "timestamp": 1632458827794, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-09-24T04:48:37.346Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:48:37.346Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:48:37.346Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "clamp", "timestamp": 1632458827794, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:48:37.346Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:48:37.346Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:48:37.346Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "clamp", "timestamp": 1632458827794, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-09-24T04:48:37.346Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:48:37.346Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:48:37.346Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "clamp", "timestamp": 1632458827794, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-24T04:48:37.347Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:48:37.347Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:48:37.347Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "clamp", "timestamp": 1632458827794, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-09-24T04:48:37.347Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:48:37.347Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:48:37.347Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8ba42367-d92f-4764-a639-d4d15b1cbc29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458848289, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-24T04:48:37.347Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:48:37.347Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:48:37.347Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "clamp", "timestamp": 1632458848952, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-24T04:48:37.347Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:48:37.347Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:48:37.348Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "clamp", "timestamp": 1632458849975, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-09-24T04:48:37.348Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:48:37.348Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:48:37.348Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "clamp", "timestamp": 1632458850978, "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-24T04:48:37.352Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1bf0d78f-3dc4-4754-a669-2852de1e6a46 2021-09-24T04:48:37.352Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1bf0d78f-3dc4-4754-a669-2852de1e6a46 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-24T04:48:37.361Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:48:37.361Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458849303, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:48:37.361Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:48:37.361Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:48:37.361Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458849303, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-09-24T04:48:37.361Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:48:37.361Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:48:37.361Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458849303, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-09-24T04:48:37.361Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:48:37.361Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:48:37.361Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458849303, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-09-24T04:48:37.362Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:49:01.087Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1bf0d78f-3dc4-4754-a669-2852de1e6a46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T04:49:01.098Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1bf0d78f-3dc4-4754-a669-2852de1e6a46 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-24T04:49:01.101Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-24T04:49:01.101Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-24T04:49:01.102Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-09-24T04:49:01.102Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-09-24T04:49:01.102Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-24T04:49:01.102Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-24T04:49:01.103Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-24T04:49:01.103Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-24T04:49:01.103Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-24T04:49:01.103Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-24T04:49:01.103Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-24T04:49:01.109Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-09-24T04:49:31.109Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1bf0d78f-3dc4-4754-a669-2852de1e6a46 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-24T04:49:31.114Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1bf0d78f-3dc4-4754-a669-2852de1e6a46 and serviceModelVersionId: 59e0c16a-4066-439a-a101-bd808f3d5e4e 2021-09-24T04:49:31.114Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4c8b5e7b-2371-4edf-a79a-5ae6c3374a90 2021-09-24T04:49:31.115Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4c8b5e7b-2371-4edf-a79a-5ae6c3374a90/model-vers/model-ver/59e0c16a-4066-439a-a101-bd808f3d5e4e?depth=0 2021-09-24T04:49:31.120Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2021-09-24T04:49:31.142Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4c8b5e7b-2371-4edf-a79a-5ae6c3374a90/model-vers/model-ver/59e0c16a-4066-439a-a101-bd808f3d5e4e?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-24T04:49:31.142Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4c8b5e7b-2371-4edf-a79a-5ae6c3374a90/model-vers/model-ver/59e0c16a-4066-439a-a101-bd808f3d5e4e?depth=0|INFO|500||Invoke 2021-09-24T04:49:31.157Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4c8b5e7b-2371-4edf-a79a-5ae6c3374a90/model-vers/model-ver/59e0c16a-4066-439a-a101-bd808f3d5e4e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-09-24T04:49:31.406Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4c8b5e7b-2371-4edf-a79a-5ae6c3374a90/model-vers/model-ver/59e0c16a-4066-439a-a101-bd808f3d5e4e?depth=0|INFO|500||InvokeReturn 2021-09-24T04:49:31.406Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4c8b5e7b-2371-4edf-a79a-5ae6c3374a90/model-vers/model-ver/59e0c16a-4066-439a-a101-bd808f3d5e4e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210924-04:49:31:167-42684], vertex-id=[229600], Content-Length=[0], Date=[Fri, 24 Sep 2021 04:49:31 GMT], Content-Type=[application/json]} 2021-09-24T04:49:31.407Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2021-09-24T04:49:31.407Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-09-24T04:49:31.407Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||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-24T04:49:31.411Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-09-24T04:49:31.411Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1bf0d78f-3dc4-4754-a669-2852de1e6a46 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-09-24T04:49:31.412Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-09-24T04:49:31.412Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:49:31.414Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:49:31.414Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458971412, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-24T04:49:31.515Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-24T04:49:31.516Z||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-24T04:49:31.516Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:49:31.531Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:49:31.531Z||pool-122-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-24T04:49:32.427Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:49:32.428Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|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-24T04:49:32.428Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:49:33.053Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:49:33.053Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-24T04:49:33.053Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"435bde77-067a-45d6-a881-9579d102761a","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"f062f366-83f4-4b8f-ad15-f1b6932b1fe5","serviceDescription":"service","serviceInvariantUUID":"2b630b21-f2f1-4184-8f17-f34035e598f1","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"6c294c1a-bdba-4f3b-9d24-e787e77dcef8","resourceInvariantUUID":"788a62d8-002d-4ff3-b666-2b3ab0dc3754","resourceCustomizationUUID":"45fd7889-bab8-45b0-9cc3-550c5e869b93","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":"NTkyY2FiYTM5ODg2YmM1NGRlOWNhMjE5OWYxOTQ4MWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2bee53cc-582b-4d0a-ace2-fd9d74eaf0c0","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":"a6f0d45e-cb63-4080-a496-17eb9bd2812f","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":"f38399fe-2161-4ebe-8698-4044c17923d7","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":"ZDdjMGU5YjQ1NjRmYmIyYzE4NjNhMDA5MTFmOTg4MWM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"cb4b0974-eb61-4360-87df-cb90e646ef73","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":"9d5eeaed-2679-48c4-b5fc-e3ee9a536bfa","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":"acf2ac7f-3ff5-4070-9f4b-e9f07d96bd18","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":"ee23f092-c7ce-4135-9c21-87b8346da6a4","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":"MDRhNDg2ODE4MTBkNzBkYzg0NGE5OTEyZDAyZTgzMjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"28118e3c-d45f-42bc-84be-e7cba6955182","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NGMzNTIzMWJiN2I0NzZlMDkyYmU5OWU1MTNlMzlkMzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b0ada305-e76d-4e2f-aa6c-143265622b76","artifactVersion":"1"}],"workloadContext":"Production"} 2021-09-24T04:49:33.055Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-24T04:49:33.056Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:49:33.058Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:49:33.058Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "435bde77-067a-45d6-a881-9579d102761a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458972427, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:49:33.158Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-24T04:49:33.159Z||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-24T04:49:33.159Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:49:33.171Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:49:33.171Z||pool-123-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-09-24T04:49:34.058Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-24T04:49:34.059Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:49:34.062Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:49:34.062Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "435bde77-067a-45d6-a881-9579d102761a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458972427, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-24T04:49:34.162Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-24T04:49:34.163Z||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-24T04:49:34.163Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:49:34.174Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:49:34.174Z||pool-124-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-24T04:49:35.062Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-24T04:49:35.063Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:49:35.066Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:49:35.067Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "435bde77-067a-45d6-a881-9579d102761a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458972427, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-24T04:49:35.167Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-24T04:49:35.167Z||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-24T04:49:35.167Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:49:35.178Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:49:35.179Z||pool-125-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-24T04:49:36.067Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-24T04:49:36.068Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:49:36.070Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:49:36.071Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "435bde77-067a-45d6-a881-9579d102761a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458972427, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-24T04:49:36.171Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-24T04:49:36.171Z||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-24T04:49:36.171Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:49:36.183Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:49:36.183Z||pool-126-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-24T04:49:37.071Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-24T04:49:37.072Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:49:37.073Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:49:37.074Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "435bde77-067a-45d6-a881-9579d102761a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458972427, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:49:37.174Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-24T04:49:37.174Z||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-24T04:49:37.174Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:49:37.187Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:49:37.187Z||pool-127-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-09-24T04:49:37.229Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:49:37.230Z||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-24T04:49:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:49:37.251Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:49:37.251Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:49:37.251Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458849303, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-09-24T04:49:37.252Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:49:38.074Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-24T04:49:38.075Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:49:38.076Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:49:38.076Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "435bde77-067a-45d6-a881-9579d102761a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458972427, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-24T04:49:38.177Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-24T04:49:38.177Z||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-24T04:49:38.177Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:49:38.208Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:49:38.208Z||pool-128-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2021-09-24T04:49:39.077Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-24T04:49:39.077Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:49:39.080Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:49:39.080Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "435bde77-067a-45d6-a881-9579d102761a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458972427, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-24T04:49:39.179Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-24T04:49:39.180Z||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-24T04:49:39.180Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:49:39.193Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:49:39.193Z||pool-129-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-09-24T04:49:40.081Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-24T04:49:40.081Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:49:40.083Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:49:40.083Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "435bde77-067a-45d6-a881-9579d102761a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458972427, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-24T04:49:40.184Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-24T04:49:40.184Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-24T04:49:40.184Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:49:40.195Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:49:40.195Z||pool-130-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-09-24T04:49:41.085Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-24T04:49:41.085Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:49:41.086Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:49:41.087Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "435bde77-067a-45d6-a881-9579d102761a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458972427, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-09-24T04:49:41.187Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-24T04:49:41.188Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-24T04:49:41.188Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:49:41.200Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:49:41.201Z||pool-131-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-09-24T04:49:42.088Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "435bde77-067a-45d6-a881-9579d102761a", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "f062f366-83f4-4b8f-ad15-f1b6932b1fe5", "serviceDescription": "service", "serviceInvariantUUID": "2b630b21-f2f1-4184-8f17-f34035e598f1", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "45fd7889-bab8-45b0-9cc3-550c5e869b93", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "6c294c1a-bdba-4f3b-9d24-e787e77dcef8", "resourceInvariantUUID": "788a62d8-002d-4ff3-b666-2b3ab0dc3754", "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": "NGMzNTIzMWJiN2I0NzZlMDkyYmU5OWU1MTNlMzlkMzM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b0ada305-e76d-4e2f-aa6c-143265622b76" } ], "workloadContext": "Production" } 2021-09-24T04:49:42.088Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-09-24T04:49:42.089Z|1bf0d78f-3dc4-4754-a669-2852de1e6a46|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f062f366-83f4-4b8f-ad15-f1b6932b1fe5 ASDC 2021-09-24T04:49:42.089Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:435bde77-067a-45d6-a881-9579d102761a ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:f062f366-83f4-4b8f-ad15-f1b6932b1fe5 ServiceInvariantUUID:2b630b21-f2f1-4184-8f17-f34035e598f1 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:b0ada305-e76d-4e2f-aa6c-143265622b76 ArtifactChecksum:NGMzNTIzMWJiN2I0NzZlMDkyYmU5OWU1MTNlMzlkMzM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:45fd7889-bab8-45b0-9cc3-550c5e869b93 ResourceInvariantUUID:788a62d8-002d-4ff3-b666-2b3ab0dc3754 ResourceName:test-pnf ResourceType:PNF ResourceUUID:6c294c1a-bdba-4f3b-9d24-e787e77dcef8 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-09-24T04:49:42.089Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f062f366-83f4-4b8f-ad15-f1b6932b1fe5 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-24T04:49:42.117Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-24T04:49:42.117Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-09-24T04:49:42.118Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-09-24T04:49:42.118Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: b0ada305-e76d-4e2f-aa6c-143265622b76 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-09-24T04:49:42.118Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-09-24T04:49:42.118Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-09-24T04:49:43.915Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-09-24T04:49:43.919Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar b0ada305-e76d-4e2f-aa6c-143265622b76 105562 2021-09-24T04:49:43.920Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||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-24T04:49:43.920Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||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-24T04:49:43.920Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-24T04:49:43.920Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:49:43.921Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:49:43.921Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "435bde77-067a-45d6-a881-9579d102761a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458983920, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-24T04:49:44.021Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-24T04:49:44.022Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-24T04:49:44.022Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:49:44.034Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:49:44.035Z||pool-132-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-09-24T04:49:44.922Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-24T04:49:44.923Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-09-24T04:49:44.923Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: b0ada305-e76d-4e2f-aa6c-143265622b76, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-09-24T04:49:44.923Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2021-09-24T04:49:44.924Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-09-24T04:49:44.924Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-09-24T04:49:45.012Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8042643124728662373/Definitions/service-TestPnfMacro-template.yml 2021-09-24T04:49:45.635Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2021-09-24T04:49:45.635Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-09-24T04:49:45.635Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-09-24T04:49:45.635Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2021-09-24T04:49:45.635Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||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-24T04:49:45.635Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||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-24T04:49:45.635Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||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-24T04:49:45.635Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||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-24T04:49:45.635Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-09-24T04:49:45.636Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-09-24T04:49:45.636Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-09-24T04:49:45.636Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-09-24T04:49:45.636Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:49:45.636Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:49:45.636Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2021-09-24T04:49:45.636Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-09-24T04:49:45.636Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-24T04:49:45.636Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:49:45.636Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:49:45.636Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2021-09-24T04:49:45.636Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-09-24T04:49:45.636Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-24T04:49:45.636Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:49:45.637Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:49:45.637Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:49:45.637Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:49:45.637Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:49:45.637Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:49:45.637Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:49:45.637Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:49:45.637Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:49:45.637Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:49:45.637Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:f062f366-83f4-4b8f-ad15-f1b6932b1fe5 Model Version:NULL Model InvariantUuid:2b630b21-f2f1-4184-8f17-f34035e598f1 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-24T04:49:45.644Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 6c294c1a-bdba-4f3b-9d24-e787e77dcef8 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-24T04:49:45.646Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||INFO|500||test-pnf 0 2021-09-24T04:49:45.646Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 6c294c1a-bdba-4f3b-9d24-e787e77dcef8 2021-09-24T04:49:45.646Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||DEBUG|500||No resources found for Service: f062f366-83f4-4b8f-ad15-f1b6932b1fe5 2021-09-24T04:49:45.646Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: f062f366-83f4-4b8f-ad15-f1b6932b1fe5 2021-09-24T04:49:45.646Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 6c294c1a-bdba-4f3b-9d24-e787e77dcef8 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-24T04:49:45.650Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3de7bb07, org.onap.sdc.toscaparser.api.parameters.Input@15b798fb, org.onap.sdc.toscaparser.api.parameters.Input@417f3de3, org.onap.sdc.toscaparser.api.parameters.Input@583adf63, org.onap.sdc.toscaparser.api.parameters.Input@588578e0] 2021-09-24T04:49:45.650Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:49:45.650Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:49:45.650Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid f062f366-83f4-4b8f-ad15-f1b6932b1fe5: test-pnf 2021-09-24T04:49:45.650Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||INFO|500||Processing PNF resource: 6c294c1a-bdba-4f3b-9d24-e787e77dcef8 2021-09-24T04:49:45.650Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-24T04:49:45.651Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-24T04:49:45.651Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||INFO|500||Resource customization UUID: 45fd7889-bab8-45b0-9cc3-550c5e869b93 is the same as notified resource customizationUUID: 45fd7889-bab8-45b0-9cc3-550c5e869b93 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-24T04:49:45.682Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 6c294c1a-bdba-4f3b-9d24-e787e77dcef8 0 ASDC deployResourceStructure 2021-09-24T04:49:45.682Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||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-24T04:49:45.683Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||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-24T04:49:45.683Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-24T04:49:45.683Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:49:45.685Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:49:45.685Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "435bde77-067a-45d6-a881-9579d102761a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458985682, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-24T04:49:45.786Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-24T04:49:45.786Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-24T04:49:45.787Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:49:45.801Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:49:45.802Z||pool-133-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2021-09-24T04:49:46.686Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 435bde77-067a-45d6-a881-9579d102761a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T04:49:46.695Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 435bde77-067a-45d6-a881-9579d102761a 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-24T04:49:46.697Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-24T04:49:46.697Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-24T04:49:46.697Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-24T04:50:16.697Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 435bde77-067a-45d6-a881-9579d102761a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T04:50:16.708Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 435bde77-067a-45d6-a881-9579d102761a 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-24T04:50:16.710Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-24T04:50:16.710Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-24T04:50:16.710Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-24T04:50:37.230Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:50:37.230Z||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-24T04:50:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:50:37.253Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:50:37.254Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:50:37.254Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458849303, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:50:37.255Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:50:37.255Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:50:37.255Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458849303, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-09-24T04:50:37.255Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:50:37.255Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:50:37.255Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458849303, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-24T04:50:37.255Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:50:37.255Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:50:37.256Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458849303, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-09-24T04:50:37.256Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:50:37.256Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:50:37.256Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458864810, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-24T04:50:37.256Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:50:37.256Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:50:37.256Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458867895, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-09-24T04:50:37.256Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:50:37.256Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:50:37.257Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458869409, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-09-24T04:50:37.257Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:50:37.257Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:50:37.257Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458870927, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-24T04:50:37.257Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:50:37.257Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:50:37.257Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458872528, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-09-24T04:50:37.257Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:50:37.257Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:50:37.257Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458873942, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-09-24T04:50:37.258Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:50:37.258Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:50:37.258Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458875039, "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-24T04:50:37.258Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:50:37.258Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:50:37.258Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458876042, "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-24T04:50:37.258Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:50:37.258Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:50:37.258Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458877046, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-09-24T04:50:37.258Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:50:37.259Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:50:37.259Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458878050, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-09-24T04:50:37.259Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:50:37.259Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:50:37.259Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458879054, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-09-24T04:50:37.259Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:50:37.259Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:50:37.259Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458880057, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-09-24T04:50:37.259Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:50:46.711Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 435bde77-067a-45d6-a881-9579d102761a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T04:50:46.719Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 435bde77-067a-45d6-a881-9579d102761a 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-24T04:50:46.721Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-24T04:50:46.721Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-24T04:50:46.721Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-24T04:51:16.721Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 435bde77-067a-45d6-a881-9579d102761a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T04:51:16.731Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 435bde77-067a-45d6-a881-9579d102761a 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-24T04:51:16.733Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-24T04:51:16.733Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-24T04:51:16.733Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-24T04:51:37.230Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:51:37.230Z||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-24T04:51:37.231Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:51:37.261Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:51:37.263Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:51:37.263Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "435bde77-067a-45d6-a881-9579d102761a", "consumerID": "aai-ml", "timestamp": 1632458922366, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:51:37.264Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:51:37.264Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:51:37.264Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "435bde77-067a-45d6-a881-9579d102761a", "consumerID": "multicloud-k8s-id", "timestamp": 1632458923572, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:51:37.264Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:51:37.265Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:51:37.265Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "435bde77-067a-45d6-a881-9579d102761a", "consumerID": "cds", "timestamp": 1632458917919, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:51:37.265Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:51:37.265Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:51:37.265Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "435bde77-067a-45d6-a881-9579d102761a", "consumerID": "clamp", "timestamp": 1632458917794, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:51:37.265Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:51:37.265Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:51:37.265Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "435bde77-067a-45d6-a881-9579d102761a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632458919742, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:51:37.266Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:51:37.266Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:51:37.266Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "435bde77-067a-45d6-a881-9579d102761a", "consumerID": "policy-id", "timestamp": 1632458919490, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:51:37.266Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:51:37.266Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:51:37.266Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "435bde77-067a-45d6-a881-9579d102761a", "consumerID": "dcae-sch", "timestamp": 1632458927889, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:51:37.267Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:51:37.267Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:51:37.267Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "435bde77-067a-45d6-a881-9579d102761a", "consumerID": "multicloud-k8s-id", "timestamp": 1632458923572, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-24T04:51:37.267Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:51:37.267Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:51:37.267Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "435bde77-067a-45d6-a881-9579d102761a", "consumerID": "cds", "timestamp": 1632458917919, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-24T04:51:37.268Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:51:37.268Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:51:37.268Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "435bde77-067a-45d6-a881-9579d102761a", "consumerID": "aai-ml", "timestamp": 1632458922366, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-24T04:51:37.268Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:51:37.268Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:51:37.269Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "435bde77-067a-45d6-a881-9579d102761a", "consumerID": "clamp", "timestamp": 1632458917794, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-24T04:51:37.269Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:51:37.269Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:51:37.269Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "435bde77-067a-45d6-a881-9579d102761a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632458919742, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-24T04:51:37.269Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:51:37.270Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:51:37.270Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "435bde77-067a-45d6-a881-9579d102761a", "consumerID": "policy-id", "timestamp": 1632458919490, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-24T04:51:37.271Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:51:37.271Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:51:37.271Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "435bde77-067a-45d6-a881-9579d102761a", "consumerID": "dcae-sch", "timestamp": 1632458927889, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-24T04:51:37.271Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:51:37.271Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:51:37.271Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "435bde77-067a-45d6-a881-9579d102761a", "consumerID": "cds", "timestamp": 1632458917919, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-24T04:51:37.271Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:51:37.271Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:51:37.271Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "435bde77-067a-45d6-a881-9579d102761a", "consumerID": "clamp", "timestamp": 1632458917794, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-24T04:51:37.271Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:51:37.271Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:51:37.271Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "435bde77-067a-45d6-a881-9579d102761a", "consumerID": "multicloud-k8s-id", "timestamp": 1632458923572, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-24T04:51:37.272Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:51:37.272Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:51:37.272Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "435bde77-067a-45d6-a881-9579d102761a", "consumerID": "aai-ml", "timestamp": 1632458922366, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-24T04:51:37.272Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:51:37.272Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:51:37.272Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "435bde77-067a-45d6-a881-9579d102761a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632458919742, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-24T04:51:37.272Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:51:37.272Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:51:37.272Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "435bde77-067a-45d6-a881-9579d102761a", "consumerID": "policy-id", "timestamp": 1632458919490, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-24T04:51:37.272Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:51:37.272Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:51:37.272Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "435bde77-067a-45d6-a881-9579d102761a", "consumerID": "dcae-sch", "timestamp": 1632458927889, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-24T04:51:37.272Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:51:37.272Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:51:37.272Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "435bde77-067a-45d6-a881-9579d102761a", "consumerID": "cds", "timestamp": 1632458917919, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-24T04:51:37.273Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:51:37.273Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:51:37.273Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "435bde77-067a-45d6-a881-9579d102761a", "consumerID": "multicloud-k8s-id", "timestamp": 1632458923572, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-24T04:51:37.273Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:51:37.273Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:51:37.273Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "435bde77-067a-45d6-a881-9579d102761a", "consumerID": "aai-ml", "timestamp": 1632458922366, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-24T04:51:37.273Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:51:37.273Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:51:37.273Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "435bde77-067a-45d6-a881-9579d102761a", "consumerID": "clamp", "timestamp": 1632458917794, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-24T04:51:37.273Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:51:37.273Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:51:37.273Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "435bde77-067a-45d6-a881-9579d102761a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632458919742, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-24T04:51:37.273Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:51:37.273Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:51:37.273Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "435bde77-067a-45d6-a881-9579d102761a", "consumerID": "policy-id", "timestamp": 1632458919490, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-24T04:51:37.273Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:51:37.273Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:51:37.273Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "435bde77-067a-45d6-a881-9579d102761a", "consumerID": "dcae-sch", "timestamp": 1632458927889, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-24T04:51:37.274Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:51:37.274Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:51:37.274Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "435bde77-067a-45d6-a881-9579d102761a", "consumerID": "aai-ml", "timestamp": 1632458922366, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:51:37.274Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:51:37.274Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:51:37.274Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "435bde77-067a-45d6-a881-9579d102761a", "consumerID": "multicloud-k8s-id", "timestamp": 1632458923572, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:51:37.274Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:51:37.274Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:51:37.274Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "435bde77-067a-45d6-a881-9579d102761a", "consumerID": "cds", "timestamp": 1632458917919, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:51:37.274Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:51:37.274Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:51:37.274Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "435bde77-067a-45d6-a881-9579d102761a", "consumerID": "clamp", "timestamp": 1632458917794, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:51:37.274Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:51:37.274Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:51:37.274Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "435bde77-067a-45d6-a881-9579d102761a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632458919742, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:51:37.274Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:51:37.274Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:51:37.274Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "435bde77-067a-45d6-a881-9579d102761a", "consumerID": "policy-id", "timestamp": 1632458919490, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:51:37.274Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:51:37.275Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:51:37.275Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "435bde77-067a-45d6-a881-9579d102761a", "consumerID": "dcae-sch", "timestamp": 1632458927889, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:51:37.275Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:51:37.275Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:51:37.275Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "435bde77-067a-45d6-a881-9579d102761a", "consumerID": "multicloud-k8s-id", "timestamp": 1632458923572, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-24T04:51:37.275Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:51:37.275Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:51:37.275Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "435bde77-067a-45d6-a881-9579d102761a", "consumerID": "cds", "timestamp": 1632458917919, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-24T04:51:37.275Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:51:37.275Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:51:37.275Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "435bde77-067a-45d6-a881-9579d102761a", "consumerID": "aai-ml", "timestamp": 1632458922366, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-24T04:51:37.275Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:51:37.275Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:51:37.275Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "435bde77-067a-45d6-a881-9579d102761a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632458919742, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-24T04:51:37.276Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:51:37.276Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:51:37.276Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "435bde77-067a-45d6-a881-9579d102761a", "consumerID": "clamp", "timestamp": 1632458917794, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-24T04:51:37.276Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:51:37.276Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:51:37.276Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "435bde77-067a-45d6-a881-9579d102761a", "consumerID": "policy-id", "timestamp": 1632458919490, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-24T04:51:37.276Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:51:37.276Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:51:37.276Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "435bde77-067a-45d6-a881-9579d102761a", "consumerID": "dcae-sch", "timestamp": 1632458927889, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-24T04:51:37.276Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:51:37.276Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:51:37.276Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "435bde77-067a-45d6-a881-9579d102761a", "consumerID": "cds", "timestamp": 1632458917919, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-24T04:51:37.276Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:51:37.276Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:51:37.277Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "435bde77-067a-45d6-a881-9579d102761a", "consumerID": "multicloud-k8s-id", "timestamp": 1632458923572, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-24T04:51:37.277Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:51:37.277Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:51:37.277Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "435bde77-067a-45d6-a881-9579d102761a", "consumerID": "aai-ml", "timestamp": 1632458922366, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-24T04:51:37.277Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:51:37.277Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:51:37.277Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "435bde77-067a-45d6-a881-9579d102761a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632458919742, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-24T04:51:37.277Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:51:37.277Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:51:37.277Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "435bde77-067a-45d6-a881-9579d102761a", "consumerID": "clamp", "timestamp": 1632458917794, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-24T04:51:37.277Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:51:37.277Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:51:37.277Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "435bde77-067a-45d6-a881-9579d102761a", "consumerID": "policy-id", "timestamp": 1632458919490, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-24T04:51:37.277Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:51:37.277Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:51:37.277Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "435bde77-067a-45d6-a881-9579d102761a", "consumerID": "dcae-sch", "timestamp": 1632458927889, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-24T04:51:37.277Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:51:37.277Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:51:37.277Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "435bde77-067a-45d6-a881-9579d102761a", "consumerID": "cds", "timestamp": 1632458917919, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-24T04:51:37.277Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:51:37.277Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:51:37.277Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "435bde77-067a-45d6-a881-9579d102761a", "consumerID": "multicloud-k8s-id", "timestamp": 1632458923572, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-24T04:51:37.277Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:51:37.277Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:51:37.278Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "435bde77-067a-45d6-a881-9579d102761a", "consumerID": "aai-ml", "timestamp": 1632458922366, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-24T04:51:37.278Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:51:37.278Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:51:37.278Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "435bde77-067a-45d6-a881-9579d102761a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632458919742, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-24T04:51:37.278Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:51:37.278Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:51:37.278Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "435bde77-067a-45d6-a881-9579d102761a", "consumerID": "clamp", "timestamp": 1632458917794, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-24T04:51:37.278Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:51:37.278Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:51:37.278Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "435bde77-067a-45d6-a881-9579d102761a", "consumerID": "policy-id", "timestamp": 1632458919490, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-24T04:51:37.278Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:51:37.278Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:51:37.278Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "435bde77-067a-45d6-a881-9579d102761a", "consumerID": "dcae-sch", "timestamp": 1632458927889, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-24T04:51:37.278Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:51:37.278Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:51:37.278Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "435bde77-067a-45d6-a881-9579d102761a", "consumerID": "aai-ml", "timestamp": 1632458922366, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-09-24T04:51:37.278Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:51:37.278Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:51:37.278Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "435bde77-067a-45d6-a881-9579d102761a", "consumerID": "cds", "timestamp": 1632458917919, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-09-24T04:51:37.278Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:51:37.278Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:51:37.278Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "435bde77-067a-45d6-a881-9579d102761a", "consumerID": "multicloud-k8s-id", "timestamp": 1632458923572, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-09-24T04:51:37.279Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:51:37.279Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:51:37.279Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "435bde77-067a-45d6-a881-9579d102761a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632458919742, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-09-24T04:51:37.279Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:51:37.279Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:51:37.279Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "435bde77-067a-45d6-a881-9579d102761a", "consumerID": "clamp", "timestamp": 1632458917794, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-09-24T04:51:37.279Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:51:37.279Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:51:37.279Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "435bde77-067a-45d6-a881-9579d102761a", "consumerID": "policy-id", "timestamp": 1632458919490, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-09-24T04:51:37.279Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:51:37.279Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:51:37.279Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "435bde77-067a-45d6-a881-9579d102761a", "consumerID": "dcae-sch", "timestamp": 1632458927889, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-24T04:51:37.279Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:51:37.279Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:51:37.279Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "435bde77-067a-45d6-a881-9579d102761a", "consumerID": "policy-id", "timestamp": 1632458937411, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-24T04:51:37.279Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:51:37.279Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:51:37.279Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "435bde77-067a-45d6-a881-9579d102761a", "consumerID": "aai-ml", "timestamp": 1632458937484, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-24T04:51:37.279Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:51:37.279Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:51:37.279Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "435bde77-067a-45d6-a881-9579d102761a", "consumerID": "cds", "timestamp": 1632458937504, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-24T04:51:37.279Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:51:37.279Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:51:37.279Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "435bde77-067a-45d6-a881-9579d102761a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632458937502, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-24T04:51:37.279Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:51:37.279Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:51:37.280Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "435bde77-067a-45d6-a881-9579d102761a", "consumerID": "ves-openapi-manager", "timestamp": 1632458937065, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:51:37.280Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:51:37.280Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:51:37.280Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "435bde77-067a-45d6-a881-9579d102761a", "consumerID": "policy-id", "timestamp": 1632458938415, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-24T04:51:37.280Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:51:37.280Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:51:37.280Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "435bde77-067a-45d6-a881-9579d102761a", "consumerID": "ves-openapi-manager", "timestamp": 1632458937065, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-24T04:51:37.280Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:51:37.280Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:51:37.280Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "435bde77-067a-45d6-a881-9579d102761a", "consumerID": "cds", "timestamp": 1632458938720, "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-24T04:51:37.287Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 435bde77-067a-45d6-a881-9579d102761a 2021-09-24T04:51:37.287Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 435bde77-067a-45d6-a881-9579d102761a 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-24T04:51:37.295Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:51:37.295Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "435bde77-067a-45d6-a881-9579d102761a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632458939131, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-24T04:51:37.295Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:51:37.295Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:51:37.295Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "435bde77-067a-45d6-a881-9579d102761a", "consumerID": "policy-id", "timestamp": 1632458939417, "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-24T04:51:37.300Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 435bde77-067a-45d6-a881-9579d102761a 2021-09-24T04:51:37.301Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 435bde77-067a-45d6-a881-9579d102761a 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-24T04:51:37.309Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:51:37.309Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "435bde77-067a-45d6-a881-9579d102761a", "consumerID": "ves-openapi-manager", "timestamp": 1632458937065, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-24T04:51:37.309Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:51:37.309Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:51:37.309Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "435bde77-067a-45d6-a881-9579d102761a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632458940135, "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-24T04:51:37.313Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 435bde77-067a-45d6-a881-9579d102761a 2021-09-24T04:51:37.313Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 435bde77-067a-45d6-a881-9579d102761a 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-24T04:51:37.321Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:51:37.321Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "435bde77-067a-45d6-a881-9579d102761a", "consumerID": "ves-openapi-manager", "timestamp": 1632458937065, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-24T04:51:37.321Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:51:37.321Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:51:37.321Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "435bde77-067a-45d6-a881-9579d102761a", "consumerID": "ves-openapi-manager", "timestamp": 1632458937065, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:51:37.321Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:51:37.321Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:51:37.321Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "435bde77-067a-45d6-a881-9579d102761a", "consumerID": "ves-openapi-manager", "timestamp": 1632458937065, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-24T04:51:37.322Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:51:37.322Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:51:37.322Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "435bde77-067a-45d6-a881-9579d102761a", "consumerID": "clamp", "timestamp": 1632458943365, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-24T04:51:37.322Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:51:37.322Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:51:37.322Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "435bde77-067a-45d6-a881-9579d102761a", "consumerID": "ves-openapi-manager", "timestamp": 1632458937065, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-09-24T04:51:37.322Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:51:37.322Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:51:37.322Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "435bde77-067a-45d6-a881-9579d102761a", "consumerID": "aai-ml", "timestamp": 1632458944363, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-24T04:51:37.322Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:51:37.322Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:51:37.322Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "435bde77-067a-45d6-a881-9579d102761a", "consumerID": "clamp", "timestamp": 1632458944385, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-24T04:51:37.322Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:51:37.322Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:51:37.322Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "435bde77-067a-45d6-a881-9579d102761a", "consumerID": "ves-openapi-manager", "timestamp": 1632458937065, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-24T04:51:37.322Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:51:37.323Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:51:37.323Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "435bde77-067a-45d6-a881-9579d102761a", "consumerID": "aai-ml", "timestamp": 1632458945366, "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-24T04:51:37.328Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 435bde77-067a-45d6-a881-9579d102761a 2021-09-24T04:51:37.328Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 435bde77-067a-45d6-a881-9579d102761a 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-24T04:51:37.336Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:51:37.336Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "435bde77-067a-45d6-a881-9579d102761a", "consumerID": "clamp", "timestamp": 1632458945388, "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-24T04:51:37.341Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 435bde77-067a-45d6-a881-9579d102761a 2021-09-24T04:51:37.341Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 435bde77-067a-45d6-a881-9579d102761a 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-24T04:51:37.350Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:51:37.351Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "435bde77-067a-45d6-a881-9579d102761a", "consumerID": "ves-openapi-manager", "timestamp": 1632458937065, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-24T04:51:37.351Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:51:37.351Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:51:37.351Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "435bde77-067a-45d6-a881-9579d102761a", "consumerID": "ves-openapi-manager", "timestamp": 1632458947790, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-09-24T04:51:37.351Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:51:37.351Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:51:37.351Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "435bde77-067a-45d6-a881-9579d102761a", "consumerID": "ves-openapi-manager", "timestamp": 1632458948814, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-09-24T04:51:37.351Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:51:37.351Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:51:37.351Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "435bde77-067a-45d6-a881-9579d102761a", "consumerID": "ves-openapi-manager", "timestamp": 1632458949817, "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-24T04:51:37.356Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 435bde77-067a-45d6-a881-9579d102761a 2021-09-24T04:51:37.356Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 435bde77-067a-45d6-a881-9579d102761a 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-24T04:51:37.365Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:51:37.365Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1bf0d78f-3dc4-4754-a669-2852de1e6a46", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458971412, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-24T04:51:37.366Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:51:37.366Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:51:37.366Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "435bde77-067a-45d6-a881-9579d102761a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458972427, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:51:37.366Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:51:37.366Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:51:37.366Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "435bde77-067a-45d6-a881-9579d102761a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458972427, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-24T04:51:37.366Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:51:37.366Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:51:37.366Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "435bde77-067a-45d6-a881-9579d102761a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458972427, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-24T04:51:37.366Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:51:37.366Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:51:37.366Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "435bde77-067a-45d6-a881-9579d102761a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458972427, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-24T04:51:37.367Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:51:37.367Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-24T04:51:37.367Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "435bde77-067a-45d6-a881-9579d102761a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458972427, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-24T04:51:37.367Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-24T04:51:46.733Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 435bde77-067a-45d6-a881-9579d102761a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T04:51:46.745Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 435bde77-067a-45d6-a881-9579d102761a 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-24T04:51:46.748Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-24T04:51:46.748Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-24T04:51:46.749Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-09-24T04:51:46.749Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-09-24T04:51:46.749Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-24T04:51:46.749Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-24T04:51:46.749Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-24T04:51:46.749Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-24T04:51:46.749Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-24T04:51:46.749Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-24T04:51:46.749Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-24T04:51:46.749Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-24T04:51:46.755Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-09-24T04:52:16.756Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 435bde77-067a-45d6-a881-9579d102761a 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-24T04:52:16.761Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 435bde77-067a-45d6-a881-9579d102761a and serviceModelVersionId: f062f366-83f4-4b8f-ad15-f1b6932b1fe5 2021-09-24T04:52:16.761Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2b630b21-f2f1-4184-8f17-f34035e598f1 2021-09-24T04:52:16.762Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2b630b21-f2f1-4184-8f17-f34035e598f1/model-vers/model-ver/f062f366-83f4-4b8f-ad15-f1b6932b1fe5?depth=0 2021-09-24T04:52:16.767Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2021-09-24T04:52:16.788Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2b630b21-f2f1-4184-8f17-f34035e598f1/model-vers/model-ver/f062f366-83f4-4b8f-ad15-f1b6932b1fe5?depth=0|INFO|500||Invoke 2021-09-24T04:52:16.788Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2b630b21-f2f1-4184-8f17-f34035e598f1/model-vers/model-ver/f062f366-83f4-4b8f-ad15-f1b6932b1fe5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2b630b21-f2f1-4184-8f17-f34035e598f1/model-vers/model-ver/f062f366-83f4-4b8f-ad15-f1b6932b1fe5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[435bde77-067a-45d6-a881-9579d102761a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1b2ef689-aedd-4dfd-9ac1-bf66ca96c62a], X-ECOMP-RequestID=[435bde77-067a-45d6-a881-9579d102761a], X-TransactionId=[], X-ONAP-RequestID=[435bde77-067a-45d6-a881-9579d102761a], Content-Type=[application/merge-patch+json]} 2021-09-24T04:52:16.806Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2b630b21-f2f1-4184-8f17-f34035e598f1/model-vers/model-ver/f062f366-83f4-4b8f-ad15-f1b6932b1fe5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-09-24T04:52:17.009Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2b630b21-f2f1-4184-8f17-f34035e598f1/model-vers/model-ver/f062f366-83f4-4b8f-ad15-f1b6932b1fe5?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/2b630b21-f2f1-4184-8f17-f34035e598f1/model-vers/model-ver/f062f366-83f4-4b8f-ad15-f1b6932b1fe5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210924-04:52:16:816-73466], vertex-id=[233696], Content-Length=[0], Date=[Fri, 24 Sep 2021 04:52:16 GMT], Content-Type=[application/json]} 2021-09-24T04:52:17.009Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2b630b21-f2f1-4184-8f17-f34035e598f1/model-vers/model-ver/f062f366-83f4-4b8f-ad15-f1b6932b1fe5?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-09-24T04:52:17.010Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2b630b21-f2f1-4184-8f17-f34035e598f1/model-vers/model-ver/f062f366-83f4-4b8f-ad15-f1b6932b1fe5?depth=0|INFO|500||InvokeReturn 2021-09-24T04:52:17.010Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-09-24T04:52:17.010Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||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-24T04:52:17.016Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-09-24T04:52:17.016Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 435bde77-067a-45d6-a881-9579d102761a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-09-24T04:52:17.016Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-09-24T04:52:17.017Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-09-24T04:52:17.018Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-24T04:52:17.018Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "435bde77-067a-45d6-a881-9579d102761a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632459137016, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-24T04:52:17.119Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-24T04:52:17.119Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-24T04:52:17.119Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as KYWojB7SLaco2JbJ) ... 2021-09-24T04:52:17.134Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:52:17.134Z||pool-134-thread-1|||||INFO|500||cambria reply ok (15 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-24T04:52:18.032Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:52:18.032Z|435bde77-067a-45d6-a881-9579d102761a|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-24T04:52:18.032Z|435bde77-067a-45d6-a881-9579d102761a|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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:52:28.240Z|435bde77-067a-45d6-a881-9579d102761a|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:52:28.241Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:52:28.241Z||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-24T04:52:28.241Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:52:37.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:52:37.230Z||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-24T04:52:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:52:37.254Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:52:37.255Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-24T04:52:37.255Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "435bde77-067a-45d6-a881-9579d102761a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458972427, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-24T04:52:37.255Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-24T04:52:37.255Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-24T04:52:37.256Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "435bde77-067a-45d6-a881-9579d102761a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458972427, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-24T04:52:37.256Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-24T04:52:37.256Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-24T04:52:37.256Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "435bde77-067a-45d6-a881-9579d102761a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458972427, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-24T04:52:37.256Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-24T04:52:37.256Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-24T04:52:37.257Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "435bde77-067a-45d6-a881-9579d102761a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458972427, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-09-24T04:52:37.257Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-24T04:52:37.257Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-24T04:52:37.257Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "435bde77-067a-45d6-a881-9579d102761a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458983920, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-24T04:52:37.257Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:52:37.257Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-24T04:52:37.257Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "435bde77-067a-45d6-a881-9579d102761a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632458985682, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-24T04:52:37.258Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:52:37.780Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:52:37.780Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:52:37.781Z||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-24T04:52:37.781Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:52:47.319Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:52:47.319Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:52:47.319Z||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-24T04:52:47.320Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:52:56.859Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:52:56.859Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:52:56.860Z||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-24T04:52:56.860Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:53:06.401Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:53:06.401Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:53:06.402Z||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-24T04:53:06.402Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:53:15.945Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:53:37.227Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:53:37.227Z||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-24T04:53:37.227Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:53:37.230Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:53:37.230Z||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-24T04:53:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:53:37.755Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:53:37.756Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-24T04:53:37.756Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "435bde77-067a-45d6-a881-9579d102761a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632459137016, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-24T04:53:37.756Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-24T04:53:46.772Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:54:37.227Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:54:37.227Z||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-24T04:54:37.227Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:54:37.229Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:54:37.230Z||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-24T04:54:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:54:46.782Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:54:46.784Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:55:37.227Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:55:37.227Z||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-24T04:55:37.227Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:55:37.229Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:55:37.230Z||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-24T04:55:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:55:46.776Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:55:46.776Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:56:37.227Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:56:37.227Z||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-24T04:56:37.227Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:56:37.229Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:56:37.230Z||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-24T04:56:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:56:46.790Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:56:46.794Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:57:37.227Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:57:37.227Z||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-24T04:57:37.227Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:57:37.229Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:57:37.230Z||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-24T04:57:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:57:46.777Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:57:46.778Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:58:37.227Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:58:37.227Z||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-24T04:58:37.227Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:58:37.229Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:58:37.230Z||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-24T04:58:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:58:46.776Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:58:46.779Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:59:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:59:37.227Z||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-24T04:59:37.228Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:59:37.229Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T04:59:37.230Z||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-24T04:59:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T04:59:46.778Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T04:59:46.779Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T05:00:37.226Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T05:00:37.227Z||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-24T05:00:37.227Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T05:00:37.230Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T05:00:37.230Z||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-24T05:00:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T05:00:46.779Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T05:00:46.781Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T05:01:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T05:01:37.228Z||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-24T05:01:37.228Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T05:01:37.230Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T05:01:37.230Z||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-24T05:01:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T05:01:46.776Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T05:01:46.777Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T05:02:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T05:02:37.227Z||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-24T05:02:37.227Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T05:02:37.229Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T05:02:37.230Z||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-24T05:02:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T05:02:46.775Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T05:02:46.775Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T05:03:37.227Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T05:03:37.227Z||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-24T05:03:37.228Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T05:03:37.230Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T05:03:37.230Z||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-24T05:03:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T05:03:46.775Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T05:03:46.780Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T05:04:37.226Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T05:04:37.227Z||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-24T05:04:37.227Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T05:04:37.229Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T05:04:37.230Z||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-24T05:04:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T05:04:46.778Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T05:04:46.779Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-24T05:05:37.226Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T05:05:37.227Z||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-24T05:05:37.227Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T05:05:37.229Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-24T05:05:37.230Z||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-24T05:05:37.230Z||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 KYWojB7SLaco2JbJ) ... 2021-09-24T05:05:37.643Z||http-nio-8085-exec-4|||||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)